svn commit: r376429 - head/dns/bind99

Mathieu Arnold mat at FreeBSD.org
Tue Jan 6 15:04:12 UTC 2015


Author: mat
Date: Tue Jan  6 15:04:11 2015
New Revision: 376429
URL: https://svnweb.freebsd.org/changeset/ports/376429
QAT: https://qat.redports.org/buildarchive/r376429/

Log:
  Generate the RPZ patch filename from ISCVERSION directly.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind99/Makefile

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Tue Jan  6 15:01:17 2015	(r376428)
+++ head/dns/bind99/Makefile	Tue Jan  6 15:04:11 2015	(r376429)
@@ -111,7 +111,7 @@ RPZ_NSIP_CONFIGURE_ENABLE=	rpz-nsip
 
 RPZ_NSDNAME_CONFIGURE_ENABLE=	rpz-nsdname
 
-RPZ_PATCH_PATCHFILES=	9.9.6-P1-rpz2+rl.14038.05.patch:vix
+RPZ_PATCH_PATCHFILES=	${ISCVERSION}-rpz2+rl.14038.05.patch:vix
 RPZ_PATCH_PATCH_SITES=	http://ss.vix.su/~vjs/:vix ${MASTER_SITE_LOCAL:S/%SUBDIR%/mat\/bind/:S/$/:vix/}
 
 RRL_CONFIGURE_ENABLE=	rrl


More information about the svn-ports-all mailing list