ports/174047: [maintainer] Fix security/regripper and security/regripperplugins

Antoine Brodin antoine at FreeBSD.org
Sun Dec 2 11:30:00 UTC 2012


>Number:         174047
>Category:       ports
>Synopsis:       [maintainer] Fix security/regripper and security/regripperplugins
>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 Dec 02 11:30:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Antoine Brodin
>Release:        FreeBSD 10.0-CURRENT i386
>Organization:
none
>Environment:
System: FreeBSD barton.dreadbsd.org. 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sun Oct 28 18:38:17 CET 2012 root at barton.dreadbsd.org.:/usr/obj/usr/src/sys/MYGENERICFAST i386


>Description:
- Fix RUN_DEPENDS of security/regripper and security/regripperplugins
- Regripperplugins do not need execute permission
>How-To-Repeat:
>Fix:


--- regripper.diff begins here ---
Index: regripper/Makefile
===================================================================
--- regripper/Makefile	(revision 308094)
+++ regripper/Makefile	(working copy)
@@ -13,7 +13,7 @@
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/license.txt
 
-RUN_DEPEND=	p5-Parse-Win32Registry>=0:${PORTSDIR}/devel/p5-Parse-Win32Registry
+RUN_DEPENDS=	p5-Parse-Win32Registry>=0:${PORTSDIR}/devel/p5-Parse-Win32Registry
 
 USE_ZIP=	yes
 NO_WRKSUBDIR=	yes
Index: regripperplugins/Makefile
===================================================================
--- regripperplugins/Makefile	(revision 308094)
+++ regripperplugins/Makefile	(working copy)
@@ -12,7 +12,7 @@
 
 LICENSE=	GPLv3
 
-RUN_DEPEND=	regripper>=0:${PORTSDIR}/security/regripper
+RUN_DEPENDS=	regripper>=0:${PORTSDIR}/security/regripper
 
 USE_ZIP=	yes
 NO_WRKSUBDIR=	yes
@@ -21,6 +21,6 @@
 
 do-install:
 	@${MKDIR} ${DATADIR}
-	${INSTALL_SCRIPT} ${WRKSRC}/* ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/* ${DATADIR}
 
 .include <bsd.port.mk>
--- regripper.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list