Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Sep 2017 20:16:42 -0400
From:      Michael Butler <imb@protected-networks.net>
To:        FreeBSD Ports <freebsd-ports@freebsd.org>, danger@freebsd.org
Subject:   security/bruteforceblocker update to 1.2.4 failure
Message-ID:  <75515629-0f86-67ad-5b0d-369ee5a59b9e@protected-networks.net>

next in thread | raw e-mail | index | archive | help
The most recent update neglects the version number in the working 
subdirectory. The following, or something like this, fixes it:

imb@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?75515629-0f86-67ad-5b0d-369ee5a59b9e>