diff options
author | sem <sem@FreeBSD.org> | 2008-11-20 04:59:31 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2008-11-20 04:59:31 +0800 |
commit | d3aa84ae4f97d1352565d7461c06e682702d7812 (patch) | |
tree | 86d0eab2f5fc1ac5c935fc03fad8c978eb003f68 /dns/unbound/Makefile | |
parent | 6491524d93ae0c4b47258434315e752adef33175 (diff) | |
download | freebsd-ports-gnome-d3aa84ae4f97d1352565d7461c06e682702d7812.tar.gz freebsd-ports-gnome-d3aa84ae4f97d1352565d7461c06e682702d7812.tar.zst freebsd-ports-gnome-d3aa84ae4f97d1352565d7461c06e682702d7812.zip |
- Update to 1.1.0
Diffstat (limited to 'dns/unbound/Makefile')
-rw-r--r-- | dns/unbound/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 99eba767b5bb..578ea4f91be1 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -6,8 +6,7 @@ # PORTNAME= unbound -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -25,10 +24,11 @@ USE_RC_SUBR= unbound MAN1= unbound-host.1 MAN3= libunbound.3 MAN5= unbound.conf.5 -MAN8= unbound.8 unbound-checkconf.8 +MAN8= unbound.8 unbound-control.8 unbound-checkconf.8 PORTDOCS= CREDITS Changelog FEATURES LICENSE README README.svn \ - README.tests TODO plan requirements.txt + README.tests TODO control_proto_spec.txt ietf67-design-02.odp \ + ietf67-design-02.pdf requirements.txt PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-install pkg-deinstall |