diff options
author | robak <robak@FreeBSD.org> | 2014-11-16 04:35:16 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2014-11-16 04:35:16 +0800 |
commit | 3f16931437cdf75eb751852a54d9323fd59e6a55 (patch) | |
tree | 14626904544f29e150ceac0147811711fef55463 | |
parent | 7e9adb8c2982ad54af943c7247891ddb6077a04d (diff) | |
download | freebsd-ports-gnome-3f16931437cdf75eb751852a54d9323fd59e6a55.tar.gz freebsd-ports-gnome-3f16931437cdf75eb751852a54d9323fd59e6a55.tar.zst freebsd-ports-gnome-3f16931437cdf75eb751852a54d9323fd59e6a55.zip |
dns/powerdns: update 3.4.0 -> 3.4.1
PR: 194805
Submitted by: Ralf van der Enden <tremere@cainites.net>
Approved by: mentors (implicit)
-rw-r--r-- | dns/powerdns/Makefile | 16 | ||||
-rw-r--r-- | dns/powerdns/distinfo | 4 | ||||
-rw-r--r-- | dns/powerdns/files/pkg-message.in | 2 |
3 files changed, 4 insertions, 18 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index bae3d0aff225..8d081951f97f 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= powerdns -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} @@ -154,20 +154,6 @@ CONFIGURE_ARGS+= --without-system-polarssl LIB_DEPENDS+= libpolarssl.so:${PORTSDIR}/security/polarssl .endif -post-patch: -.if ${PORT_OPTIONS:MOPENLDAP} - @${REINPLACE_CMD} -e 's;-I. ;-I. -I${LOCALBASE}/include ;' \ - -e 's;la_LDFLAGS =;la_LDFLAGS = -L${LOCALBASE}/lib;' \ - ${WRKSRC}/modules/ldapbackend/Makefile.in - @${REINPLACE_CMD} -e 's;@LIBDL@;@LIBDL@ -L${LOCALBASE}/lib;' \ - -e 's;@modulelibs@;@modulelibs@ -llber;' \ - ${WRKSRC}/pdns/Makefile.in -.endif -.if ${PORT_OPTIONS:MPGSQL} - @${REINPLACE_CMD} -E -e 's;(PGSQL_inc_check="\$$withval/include/pgsql)";\1 \$$withval/include";' \ - ${WRKSRC}/configure -.endif - post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for i in pdns.conf diff --git a/dns/powerdns/distinfo b/dns/powerdns/distinfo index 44e4aa844633..0aef97d51657 100644 --- a/dns/powerdns/distinfo +++ b/dns/powerdns/distinfo @@ -1,2 +1,2 @@ -SHA256 (pdns-3.4.0.tar.bz2) = 0780f7a7fe768f9debc9decadb5d3a555b716eed14296e7c41f355bf8db4825e -SIZE (pdns-3.4.0.tar.bz2) = 1234318 +SHA256 (pdns-3.4.1.tar.bz2) = 13e32a31759e7fd341b98c89fe551723a5c6a768350b3609c576f70602deb24a +SIZE (pdns-3.4.1.tar.bz2) = 1237002 diff --git a/dns/powerdns/files/pkg-message.in b/dns/powerdns/files/pkg-message.in index c0659eff415b..2e7dfb9e14e8 100644 --- a/dns/powerdns/files/pkg-message.in +++ b/dns/powerdns/files/pkg-message.in @@ -11,7 +11,7 @@ %%EXAMPLESDIR%% --------------------------------------------- - IMPORTANT: PowerDNS Authoritive Server 3.4.0: + IMPORTANT: PowerDNS Authoritive Server 3.4.0+: --------------------------------------------- This version needs a mandatory schema change for the gmsyql, gpgsql and gsqlite3 backends. SQL statements are available in |