net-mgmt/netams install cgi scripts to $LOCALBASE/www/netams/cgi-bin/ without exec permissions.
Maintainer of net-mgmt/netams, Please note that PR ports/159619 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159619 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->open maintainer timeout
State Changed From-To: open->closed Committed this: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net-mgmt/netams/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- Makefile 28 Nov 2011 19:55:34 -0000 1.28 +++ Makefile 28 Jan 2012 20:16:37 -0000 @@ -146,10 +146,10 @@ ${INSTALL_DATA} ${WRKSRC}/cgi-bin/images/${f} ${WWWDIR}/images/ .endfor .for f in ${USERCGI} - ${INSTALL_DATA} ${WRKSRC}/cgi-bin/${f} ${WWWDIR}/cgi-bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/cgi-bin/${f} ${WWWDIR}/cgi-bin/ .endfor .for f in ${ADMINCGI} - ${INSTALL_DATA} ${WRKSRC}/cgi-bin/admin/${f} ${WWWDIR}/cgi-bin/admin/ + ${INSTALL_PROGRAM} ${WRKSRC}/cgi-bin/admin/${f} ${WWWDIR}/cgi-bin/admin/
Responsible Changed From-To: freebsd-ports-bugs->scheidell Committed
scheidell 2012-01-28 20:20:02 UTC FreeBSD ports repository Modified files: net-mgmt/netams Makefile Log: - update makefile, install cgiprograms with INSTALL_PROGRAM (was INSTALL_DATA) [1] PR: ports/159619 [2] Submitted by: Olexandr <raven77@ukr.net> [2] Reviewed by: scheidell [1] Approved by: maintainer (timeout, 5 months), gabor (mentor, implicit) Revision Changes Path 1.29 +2 -2 ports/net-mgmt/netams/Makefile _______________________________________________ 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"