From 72fd1ce0021531d881243e8ae2a9675a13afdd08 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Sat, 17 Dec 2011 17:27:12 +0000 Subject: [PATCH] Limit PORTSCOUT version check to -jumbo releases and explain why. --- security/john/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/security/john/Makefile b/security/john/Makefile index 10f902d6c571..e5c76b361acf 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -22,6 +22,14 @@ USE_BZIP2= yes USE_GMAKE= yes BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/src +# We prefer -jumbo (community-enhanced) versions instead of vanilla releases +# due to the sad fact that `-jumbo-???' suffixed versions *precede* official +# ones per pkg_version(1) -t check. So, when Alexander rolls out new "plain" +# release, just hold the horses and wait for corresponding -jumbo one, which +# usually does not take too long to appear. +# +PORTSCOUT= limit:.*-jumbo + OSNAME= ${OPSYS:L} CFLAGS+= -DJOHN_SYSTEMWIDE=1 \ -DJOHN_SYSTEMWIDE_HOME=\\"${DATADIR}\\" \