diff options
author | danilo <danilo@FreeBSD.org> | 2014-07-25 04:07:57 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-07-25 04:07:57 +0800 |
commit | 6fd5d6bc0caff64c69ec57465676f0ccfa264c46 (patch) | |
tree | 998177fada950824bed5a8520e0c288e40375077 /dns | |
parent | cd49ba520385411f0a4e7777f8325f295a9e86bc (diff) | |
download | freebsd-ports-gnome-6fd5d6bc0caff64c69ec57465676f0ccfa264c46.tar.gz freebsd-ports-gnome-6fd5d6bc0caff64c69ec57465676f0ccfa264c46.tar.zst freebsd-ports-gnome-6fd5d6bc0caff64c69ec57465676f0ccfa264c46.zip |
- Update from 1.11.3 to 1.11.4
PR: ports/192070
Submitted by: Allan Jude <allanjude@FreeBSD.org>
Diffstat (limited to 'dns')
-rw-r--r-- | dns/gdnsd/Makefile | 5 | ||||
-rw-r--r-- | dns/gdnsd/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dns/gdnsd/Makefile b/dns/gdnsd/Makefile index 6df5c6262271..360d2aeb4150 100644 --- a/dns/gdnsd/Makefile +++ b/dns/gdnsd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdnsd -PORTVERSION= 1.11.3 +PORTVERSION= 1.11.4 CATEGORIES= dns MASTER_SITES= https://github.com/blblack/gdnsd/releases/download/v${PORTVERSION}/ \ http://gdnsd.scaleengine.net/gdnsd/ @@ -20,7 +20,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --with-rootdir=${LOCALBASE}/etc/gdnsd USE_LDCONFIG= yes USES= pkgconfig libtool tar:xz -CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_RC_SUBR= gdnsd diff --git a/dns/gdnsd/distinfo b/dns/gdnsd/distinfo index 3fee550acf57..710a0959a344 100644 --- a/dns/gdnsd/distinfo +++ b/dns/gdnsd/distinfo @@ -1,2 +1,2 @@ -SHA256 (gdnsd-1.11.3.tar.xz) = 43bdf602e042a969158d040b26131f880453efa69dc771dc26596c311d9f8e39 -SIZE (gdnsd-1.11.3.tar.xz) = 634156 +SHA256 (gdnsd-1.11.4.tar.xz) = 950378c605c85547eba51614d2f5a772c61375b4c68e4509e9ec3444de5ac35a +SIZE (gdnsd-1.11.4.tar.xz) = 634468 |