security/bruteforceblocker update to 1.2.4 failure

Michael Butler imb at protected-networks.net
Sun Sep 3 00:16:46 UTC 2017


The most recent update neglects the version number in the working 
subdirectory. The following, or something like this, fixes it:

imb at toshi:/usr/ports/security> svn diff
Index: bruteforceblocker/Makefile
===================================================================
--- bruteforceblocker/Makefile  (revision 449165)
+++ bruteforceblocker/Makefile  (working copy)
@@ -22,7 +22,7 @@

  OPTIONS_DEFINE=        DOCS

-WRKSRC=                ${WRKDIR}/${PORTNAME}
+WRKSRC=                ${WRKDIR}/${PORTNAME}-${PORTVERSION}
  SUB_FILES=     pkg-message
  SHEBANG_FILES= ${PORTNAME}.pl

	imb


More information about the freebsd-ports mailing list