[Midnightbsd-cvs] mports [24057] trunk/dns/unbound/Makefile: update swig

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 31 20:59:54 EDT 2018


Revision: 24057
          http://svnweb.midnightbsd.org/mports/?rev=24057
Author:   laffer1
Date:     2018-08-31 20:59:54 -0400 (Fri, 31 Aug 2018)
Log Message:
-----------
update swig

Modified Paths:
--------------
    trunk/dns/unbound/Makefile

Modified: trunk/dns/unbound/Makefile
===================================================================
--- trunk/dns/unbound/Makefile	2018-09-01 00:59:01 UTC (rev 24056)
+++ trunk/dns/unbound/Makefile	2018-09-01 00:59:54 UTC (rev 24057)
@@ -2,7 +2,7 @@
 
 PORTNAME=	unbound
 PORTVERSION=	1.5.8
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://unbound.net/downloads/
 
@@ -49,7 +49,7 @@
 .if ${PORT_OPTIONS:MPYTHON}
 USES+=		python:2
 CONFIGURE_ARGS+=--with-pyunbound=yes --with-pythonmodule=yes LDFLAGS="-L${LOCALBASE}/lib"
-BUILD_DEPENDS+=	swig:${PORTSDIR}/devel/swig13
+BUILD_DEPENDS+=	swig3.0:${PORTSDIR}/devel/swig30
 STRIP_FILES+=	.libs/_unbound.so
 PYTHON=
 .else



More information about the Midnightbsd-cvs mailing list