summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-17 19:03:05 +0000
committerrillig <rillig@pkgsrc.org>2006-06-17 19:03:05 +0000
commit23ed7943f2a6e768900d311d123efa2751d6d9ea (patch)
treec29937f57b6cc93fe74a18c952afce5ea15dea8e /devel
parent25990d0ac2caa4b4ed958dd1b042fbe297fc1408 (diff)
downloadpkgsrc-23ed7943f2a6e768900d311d123efa2751d6d9ea.tar.gz
Fixed most pkglint warnings.
Diffstat (limited to 'devel')
-rw-r--r--devel/bugzilla/Makefile34
-rw-r--r--devel/bugzilla/PLIST122
2 files changed, 78 insertions, 78 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile
index ccf2f66e153..789dfaf2342 100644
--- a/devel/bugzilla/Makefile
+++ b/devel/bugzilla/Makefile
@@ -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 @@ NO_BUILD= YES
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 @@ REPLACE_PERL+= *.pl *.cgi
SUBST_CLASSES+= conf
SUBST_STAGE.conf= pre-install
-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_FILES.conf= bugzilla.conf localconfig Bugzilla/BugMail.pm
+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 @@ do-install:
${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 --git a/devel/bugzilla/PLIST b/devel/bugzilla/PLIST
index 902bc26cf37..35e104b85e5 100644
--- a/devel/bugzilla/PLIST
+++ b/devel/bugzilla/PLIST
@@ -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/global/variables.none.tmpl
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.atom.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.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/votes.cgi
share/bugzilla/whine.pl
share/bugzilla/whineatnews.pl
share/bugzilla/xml.cgi
-@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
+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/settings
-@dirrm share/bugzilla/template/en/default/admin/users
-@dirrm share/bugzilla/template/en/default/admin/versions
+@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/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/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/extension
@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
+@dirrm share/bugzilla/Bugzilla
@dirrm share/bugzilla
-@dirrm share/doc/bugzilla
-@dirrm share/examples/bugzilla