ports/140385: some tiny mistakes was fixed

View: New views
2 Messages — Rating Filter:   Alert me  

ports/140385: some tiny mistakes was fixed

by chifeng qu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


>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@...:/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@...
+MAINTAINER= chifeng@...
 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:
_______________________________________________
freebsd-ports-bugs@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@..."

Parent Message unknown Re: ports/140385: some tiny mistakes was fixed

by Wen Heping-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Synopsis: some tiny mistakes was fixed

State-Changed-From-To: open->closed
State-Changed-By: wen
State-Changed-When: Sun Nov 8 11:59:33 UTC 2009
State-Changed-Why:
Committed. Thanks!

http://www.freebsd.org/cgi/query-pr.cgi?pr=140385
_______________________________________________
freebsd-ports-bugs@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@..."