Date: Sun, 2 Dec 2012 10:28:20 +0200 (EET) From: Sayetsky Anton <vsjcfm@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/174044: [patch] security/py-fail2ban is broken, fix typo in makefile Message-ID: <201212020828.qB28SKKn088972@jw.lds.net.ua> Resent-Message-ID: <201212020840.qB28e0dD042240@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212020828.qB28SKKn088972>