Adds staging support and fixing build for www/hotcrp. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->kevlo Over to maintainer (via the GNATS Auto Assign Tool)
Author: kevlo Date: Sat May 24 15:09:58 2014 New Revision: 355043 URL: http://svnweb.freebsd.org/changeset/ports/355043 QAT: https://qat.redports.org/buildarchive/r355043/ Log: Stage support PR: ports/190144 Submitted by: Joseph Benden Modified: head/www/hotcrp/Makefile Modified: head/www/hotcrp/Makefile ============================================================================== --- head/www/hotcrp/Makefile Sat May 24 14:38:42 2014 (r355042) +++ head/www/hotcrp/Makefile Sat May 24 15:09:58 2014 (r355043) @@ -10,7 +10,7 @@ COMMENT= Web based conference management RUN_DEPENDS= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ - pdftohtml:${PORTSDIR}/textproc/pdftohtml \ + pdf-to-html:${PORTSDIR}/textproc/pdftohtml \ zip:${PORTSDIR}/archivers/zip USE_PHP= mysqli gd session ctype @@ -26,11 +26,10 @@ SUB_FILES= pkg-message LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE -NO_STAGE= yes do-install: - ${MKDIR} ${WWWDIR} - @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} + ${MKDIR} ${STAGEDIR}${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} + ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} post-install: @${CAT} ${PKGMESSAGE} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks.