pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/bugzilla Fixed most pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c51f85604a9
branches:  trunk
changeset: 514743:0c51f85604a9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jun 17 19:03:05 2006 +0000

description:
Fixed most pkglint warnings.

diffstat:

 devel/bugzilla/Makefile |   34 ++++++------
 devel/bugzilla/PLIST    |  124 ++++++++++++++++++++++++------------------------
 2 files changed, 79 insertions(+), 79 deletions(-)

diffs (214 lines):

diff -r a90c351b1ef6 -r 0c51f85604a9 devel/bugzilla/Makefile
--- a/devel/bugzilla/Makefile   Sat Jun 17 19:00:08 2006 +0000
+++ b/devel/bugzilla/Makefile   Sat Jun 17 19:03:05 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/02/21 16:48:55 adrianp Exp $
+# $NetBSD: Makefile,v 1.18 2006/06/17 19:03:05 rillig Exp $
 #
 
 DISTNAME=      bugzilla-2.20.1
@@ -29,7 +29,7 @@
 BZ_WEB_GROUP?= ${APACHE_GROUP}
 SENDMAIL?=     /usr/sbin/sendmail
 
-BUILD_DEFS+=   BZ_WEB_GROUP SENDMAIL APACHE_USER
+BUILD_DEFS+=   BZ_WEB_GROUP SENDMAIL APACHE_USER
 
 MESSAGE_SUBST+=        BZDIR=${BZDIR:Q} PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
 
@@ -45,18 +45,18 @@
 
 SUBST_CLASSES+=                conf
 SUBST_STAGE.conf=      pre-install
+SUBST_MESSAGE.conf=    Fixing configuration files.
 SUBST_FILES.conf=      bugzilla.conf localconfig Bugzilla/BugMail.pm
-SUBST_SED.conf=                -e "s|@BZ_WEB_GROUP@|${BZ_WEB_GROUP}|g"         \
-                       -e "s|@PREFIX@|${PREFIX}|g"                     \
-                       -e "s|@BZDIR@|${BZDIR}|g"                       \
-                       -e "s|/usr/lib/sendmail|${SENDMAIL}|g"
-SUBST_MESSAGE.conf=    Fixing configuration files.
+SUBST_SED.conf=                -e "s|@BZ_WEB_GROUP@|${BZ_WEB_GROUP}|g"
+SUBST_SED.conf+=       -e "s|@PREFIX@|${PREFIX}|g"
+SUBST_SED.conf+=       -e "s|@BZDIR@|${BZDIR}|g"
+SUBST_SED.conf+=       -e "s|/usr/lib/sendmail|${SENDMAIL}|g"
 
 post-extract:
-       @${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -rf
-       @${FIND} ${WRKSRC} -type f -name ".cvsignore" | ${XARGS} ${RM} -f
-       @${CP} ${FILESDIR}/bugzilla.conf ${WRKSRC}
-       @${CP} ${FILESDIR}/localconfig ${WRKSRC}
+       ${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -rf
+       ${FIND} ${WRKSRC} -type f -name ".cvsignore" | ${XARGS} ${RM} -f
+       ${CP} ${FILESDIR}/bugzilla.conf ${WRKSRC}
+       ${CP} ${FILESDIR}/localconfig ${WRKSRC}
 
 do-install:
        ${INSTALL_DATA_DIR} ${DOCDIR}
@@ -95,12 +95,12 @@
        ${INSTALL_DATA} ${WRKSRC}/js/*.js ${BZDIR}/js
        ${INSTALL_DATA} ${WRKSRC}/docs/html/*.html ${BZDIR}/docs/html
 
-.      for i in ${PAX_DIRS}
-               cd ${WRKSRC}/${i} && ${PAX} -rw . ${BZDIR}/${i}
-               ${FIND} ${BZDIR}/${i} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
-               ${FIND} ${BZDIR}/${i} -type d | ${XARGS} ${CHMOD} ${PKGDIRMODE}
-               ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${BZDIR}/${i}
-.      endfor
+.for i in ${PAX_DIRS}
+       cd ${WRKSRC}/${i} && ${PAX} -rw . ${BZDIR}/${i}
+       ${FIND} ${BZDIR}/${i} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
+       ${FIND} ${BZDIR}/${i} -type d | ${XARGS} ${CHMOD} ${PKGDIRMODE}
+       ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${BZDIR}/${i}
+.endfor
 
 # .include "../../mk/apache.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a90c351b1ef6 -r 0c51f85604a9 devel/bugzilla/PLIST
--- a/devel/bugzilla/PLIST      Sat Jun 17 19:00:08 2006 +0000
+++ b/devel/bugzilla/PLIST      Sat Jun 17 19:03:05 2006 +0000
@@ -1,12 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2006/02/21 16:48:55 adrianp Exp $
-share/doc/bugzilla/Bugzilla-Guide.txt
-share/doc/bugzilla/QUICKSTART
-share/doc/bugzilla/README
-share/doc/bugzilla/UPGRADING
-share/doc/bugzilla/UPGRADING-pre-2.8
-share/doc/bugzilla/rel_notes.txt
-share/examples/bugzilla/bugzilla.conf
-share/examples/bugzilla/localconfig
+@comment $NetBSD: PLIST,v 1.9 2006/06/17 19:03:05 rillig Exp $
 share/bugzilla/Bugzilla.pm
 share/bugzilla/Bugzilla/Attachment.pm
 share/bugzilla/Bugzilla/Auth.pm
@@ -373,8 +365,8 @@
 share/bugzilla/template/en/default/index.html.tmpl
 share/bugzilla/template/en/default/list/change-columns.html.tmpl
 share/bugzilla/template/en/default/list/edit-multiple.html.tmpl
+share/bugzilla/template/en/default/list/list-simple.html.tmpl
 share/bugzilla/template/en/default/list/list.atom.tmpl
-share/bugzilla/template/en/default/list/list-simple.html.tmpl
 share/bugzilla/template/en/default/list/list.csv.tmpl
 share/bugzilla/template/en/default/list/list.html.tmpl
 share/bugzilla/template/en/default/list/list.ics.tmpl
@@ -437,61 +429,69 @@
 share/bugzilla/whine.pl
 share/bugzilla/whineatnews.pl
 share/bugzilla/xml.cgi
+share/doc/bugzilla/Bugzilla-Guide.txt
+share/doc/bugzilla/QUICKSTART
+share/doc/bugzilla/README
+share/doc/bugzilla/UPGRADING
+share/doc/bugzilla/UPGRADING-pre-2.8
+share/doc/bugzilla/rel_notes.txt
+share/examples/bugzilla/bugzilla.conf
+share/examples/bugzilla/localconfig
+@dirrm share/examples/bugzilla
+@dirrm share/doc/bugzilla
+@dirrm share/bugzilla/template/en/extension
+@dirrm share/bugzilla/template/en/default/whine
+@dirrm share/bugzilla/template/en/default/search
+@dirrm share/bugzilla/template/en/default/request
+@dirrm share/bugzilla/template/en/default/reports
+@dirrm share/bugzilla/template/en/default/pages
+@dirrm share/bugzilla/template/en/default/list
+@dirrm share/bugzilla/template/en/default/global
+@dirrm share/bugzilla/template/en/default/flag
+@dirrm share/bugzilla/template/en/default/bug/votes
+@dirrm share/bugzilla/template/en/default/bug/process
+@dirrm share/bugzilla/template/en/default/bug/create
+@dirrm share/bugzilla/template/en/default/bug/activity
+@dirrm share/bugzilla/template/en/default/bug
+@dirrm share/bugzilla/template/en/default/attachment
+@dirrm share/bugzilla/template/en/default/admin/versions
+@dirrm share/bugzilla/template/en/default/admin/users
+@dirrm share/bugzilla/template/en/default/admin/settings
+@dirrm share/bugzilla/template/en/default/admin/products/groupcontrol
+@dirrm share/bugzilla/template/en/default/admin/products
+@dirrm share/bugzilla/template/en/default/admin/milestones
+@dirrm share/bugzilla/template/en/default/admin/keywords
+@dirrm share/bugzilla/template/en/default/admin/groups
+@dirrm share/bugzilla/template/en/default/admin/flag-type
+@dirrm share/bugzilla/template/en/default/admin/fieldvalues
+@dirrm share/bugzilla/template/en/default/admin/components
+@dirrm share/bugzilla/template/en/default/admin/classifications
+@dirrm share/bugzilla/template/en/default/admin
+@dirrm share/bugzilla/template/en/default/account/prefs
+@dirrm share/bugzilla/template/en/default/account/password
+@dirrm share/bugzilla/template/en/default/account/email
+@dirrm share/bugzilla/template/en/default/account/auth
+@dirrm share/bugzilla/template/en/default/account
+@dirrm share/bugzilla/template/en/default
+@dirrm share/bugzilla/template/en
+@dirrm share/bugzilla/template
+@dirrm share/bugzilla/skins/standard/index
+@dirrm share/bugzilla/skins/standard/global
+@dirrm share/bugzilla/skins/standard
+@dirrm share/bugzilla/skins
+@dirrm share/bugzilla/js
+@dirrm share/bugzilla/images
+@dirrm share/bugzilla/docs/html
+@dirrm share/bugzilla/docs
+@dirrm share/bugzilla/Bugzilla/User
+@dirrm share/bugzilla/Bugzilla/Template/Plugin
+@dirrm share/bugzilla/Bugzilla/Template
+@dirrm share/bugzilla/Bugzilla/DB/Schema
+@dirrm share/bugzilla/Bugzilla/DB
+@dirrm share/bugzilla/Bugzilla/Auth/Verify
 @dirrm share/bugzilla/Bugzilla/Auth/Login/WWW/CGI
 @dirrm share/bugzilla/Bugzilla/Auth/Login/WWW
 @dirrm share/bugzilla/Bugzilla/Auth/Login
-@dirrm share/bugzilla/Bugzilla/Auth/Verify
 @dirrm share/bugzilla/Bugzilla/Auth
-@dirrm share/bugzilla/Bugzilla/DB/Schema
-@dirrm share/bugzilla/Bugzilla/DB
-@dirrm share/bugzilla/Bugzilla/Template/Plugin
-@dirrm share/bugzilla/Bugzilla/Template
-@dirrm share/bugzilla/Bugzilla/User
 @dirrm share/bugzilla/Bugzilla
-@dirrm share/bugzilla/docs/html
-@dirrm share/bugzilla/docs
-@dirrm share/bugzilla/images
-@dirrm share/bugzilla/js
-@dirrm share/bugzilla/skins/standard/global
-@dirrm share/bugzilla/skins/standard/index
-@dirrm share/bugzilla/skins/standard
-@dirrm share/bugzilla/skins
-@dirrm share/bugzilla/template/en/default/account/auth
-@dirrm share/bugzilla/template/en/default/account/email
-@dirrm share/bugzilla/template/en/default/account/password
-@dirrm share/bugzilla/template/en/default/account/prefs
-@dirrm share/bugzilla/template/en/default/account
-@dirrm share/bugzilla/template/en/default/admin/classifications
-@dirrm share/bugzilla/template/en/default/admin/components
-@dirrm share/bugzilla/template/en/default/admin/fieldvalues
-@dirrm share/bugzilla/template/en/default/admin/flag-type
-@dirrm share/bugzilla/template/en/default/admin/groups
-@dirrm share/bugzilla/template/en/default/admin/keywords
-@dirrm share/bugzilla/template/en/default/admin/milestones
-@dirrm share/bugzilla/template/en/default/admin/products/groupcontrol
-@dirrm share/bugzilla/template/en/default/admin/products
-@dirrm share/bugzilla/template/en/default/admin/settings
-@dirrm share/bugzilla/template/en/default/admin/users
-@dirrm share/bugzilla/template/en/default/admin/versions
-@dirrm share/bugzilla/template/en/default/admin
-@dirrm share/bugzilla/template/en/default/attachment
-@dirrm share/bugzilla/template/en/default/bug/activity
-@dirrm share/bugzilla/template/en/default/bug/create
-@dirrm share/bugzilla/template/en/default/bug/process
-@dirrm share/bugzilla/template/en/default/bug/votes
-@dirrm share/bugzilla/template/en/default/bug
-@dirrm share/bugzilla/template/en/default/flag
-@dirrm share/bugzilla/template/en/default/global
-@dirrm share/bugzilla/template/en/default/list
-@dirrm share/bugzilla/template/en/default/pages
-@dirrm share/bugzilla/template/en/default/reports
-@dirrm share/bugzilla/template/en/default/request
-@dirrm share/bugzilla/template/en/default/search
-@dirrm share/bugzilla/template/en/default/whine
-@dirrm share/bugzilla/template/en/default
-@dirrm share/bugzilla/template/en/extension
-@dirrm share/bugzilla/template/en
-@dirrm share/bugzilla/template
 @dirrm share/bugzilla
-@dirrm share/doc/bugzilla
-@dirrm share/examples/bugzilla



Home | Main Index | Thread Index | Old Index