Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2009 11:22:51 GMT
From:      Chifeng Qu <chifeng@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140385: some tiny mistakes was fixed
Message-ID:  <200911081122.nA8BMpZb058254@www.freebsd.org>
Resent-Message-ID: <200911081130.nA8BU1u1018638@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@gmail.com
+MAINTAINER=	chifeng@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911081122.nA8BMpZb058254>