ports/174044: [patch] security/py-fail2ban is broken, fix typo in makefile

Sayetsky Anton vsjcfm at gmail.com
Sun Dec 2 08:40:01 UTC 2012


>Number:         174044
>Category:       ports
>Synopsis:       [patch] security/py-fail2ban is broken, fix typo in makefile
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 02 08:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sayetsky Anton
>Release:        FreeBSD 8.3-RELEASE-p5 amd64
>Organization:
>Environment:
System: FreeBSD jw.local 8.3-RELEASE-p5 FreeBSD 8.3-RELEASE-p5 #0 r243436: Fri Nov 23 11:06:05 EET 2012 root at jw.local:/tmp/obj/media/dvlfiles/build/src/sys/JASONW amd64
>Description:
Command for displaying pkg-message is incorrect. Patch attached with submission follows.
>How-To-Repeat:
>Fix:

--- patch-fail2ban-Makefile begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 308089)
+++ Makefile	(working copy)
@@ -40,6 +40,6 @@
 	@${ECHO_CMD} ${FILES} | ${XARGS} ${REINPLACE_CMD} -e 's,/etc/fail2ban,${ETCDIR},g'
 
 post-install:
-	@${CAT} pkg-message
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
--- patch-fail2ban-Makefile ends here ---


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


More information about the freebsd-ports-bugs mailing list