ports/140385: some tiny mistakes was fixed
Chifeng Qu
chifeng at gmail.com
Sun Nov 8 11:30:02 UTC 2009
>Number: 140385
>Category: ports
>Synopsis: some tiny mistakes was fixed
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Nov 08 11:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Chifeng Qu
>Release: FreeBSD 7.2-RELEASE
>Organization:
platform.com
>Environment:
FreeBSD test.asia.corp.platform.com 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root at walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
these mistakes was fixed.
1, "RUN_DEPENDS" has to appear earlier
2, this port will be can not normal running when upgrade to new version, change owner is unsuccessfully.
please update, thanks!
>How-To-Repeat:
NONE.
>Fix:
apply this patch.
Patch attached with submission follows:
diff -ruN extman.bak/Makefile extman/Makefile
--- extman.bak/Makefile 2009-11-08 18:22:59.000000000 +0000
+++ extman/Makefile 2009-11-08 19:11:10.000000000 +0000
@@ -7,19 +7,20 @@
PORTNAME= extman
PORTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.chifeng.name/dist/extman/%SUBDIR%/ \
http://mirror3.extmail.net/dist/%SUBDIR%/
-MAINTAINER?= chifeng at gmail.com
+MAINTAINER= chifeng at gmail.com
COMMENT= Web interface to manage Virtual Accounts
-USE_PERL5= yes
-NO_BUILD= yes
-
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
+USE_PERL5= yes
+NO_BUILD= yes
+
OPTIONS= MySQL "Use MySQL support" On \
LDAP "Use LDAP support" Off
@@ -34,5 +35,6 @@
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
+ @ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list