Update mail/extman to 1.0.1, please commit! thanks! Fix: apply this patch. Patch attached with submission follows: How-To-Repeat: NONE.
Responsible Changed From-To: freebsd-ports-bugs->yzlin I'll take it.
Hi, Chifeng - @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_BIN} . ${WWWDIR} Not every file under ${WWWDIR} should be set 'executable'. I think ${COPYTREE_SHARE} is better. %%WWWDIR%%/webman.cf.default %%WWWDIR%%/webman.cf I think these configuration files should follow the policy from http://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html Regards, yzlin
yzlin 2009-11-23 16:09:22 UTC FreeBSD ports repository Modified files: mail/extman Makefile distinfo pkg-plist Log: - Update to 1.0.1 PR: ports/140623 Submitted by: Chifeng Qu <chifeng AT gmail.com> (maintainer) Approved by: lwhsu/rafan (mentors, implicit) Revision Changes Path 1.9 +31 -2 ports/mail/extman/Makefile 1.7 +3 -3 ports/mail/extman/distinfo 1.5 +299 -271 ports/mail/extman/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!