Subject: CVS commit: pkgsrc/x11/kdelibdocs3
From: Makoto Fujiwara
Date: 2012-07-08 14:33:40
Message id: 20120708123340.268EA175DD@cvs.netbsd.org

Log Message:
Based on PR pkg/46671, kdelibdocs which was broken after doxygen bump revived.

(1) patch-Makefile.am
    patch-Makefile.in
 Due to dropping doxytag command with bumping Doxygen to 1.8.1.1,
 doxytag related target of Makefile deleted (interim solution, as pkgsrc).

(2)  patch-admin_Doxyfile.global
 As of bumping doxygen, Doxyfile syntax is changed.
 Deleting obsolete lines (the same as above).

(3)  Makefile
   PKGREVISION is bumped. There is no apparent changes on PLIST,
 it is really dynamically generated and installed list differ.
 Also two lines added.
    LICENSE= 	gnu-gpl-v2
    USE_TOOLS+=	   gmake    (Makefile has ${GMAKE})
    (pointed by pkglint)

Files:
RevisionActionfile
1.67modifypkgsrc/x11/kdelibdocs3/Makefile
1.39modifypkgsrc/x11/kdelibdocs3/distinfo
1.1addpkgsrc/x11/kdelibdocs3/patches/patch-Makefile.am
1.1addpkgsrc/x11/kdelibdocs3/patches/patch-Makefile.in
1.1addpkgsrc/x11/kdelibdocs3/patches/patch-admin_Doxyfile.global