diff options
author | ak <ak@FreeBSD.org> | 2012-10-31 15:58:36 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-10-31 15:58:36 +0800 |
commit | cbf40f451411a6e345b4f083eb6836a03d977801 (patch) | |
tree | db8d9ad63c53a1ce2ecf3f1783f2ed6d429af126 /dns/unbound | |
parent | 325396e2480a00041a743884cd8775ee250c9b2c (diff) | |
download | freebsd-ports-gnome-cbf40f451411a6e345b4f083eb6836a03d977801.tar.gz freebsd-ports-gnome-cbf40f451411a6e345b4f083eb6836a03d977801.tar.zst freebsd-ports-gnome-cbf40f451411a6e345b4f083eb6836a03d977801.zip |
- Update ldns to 1.6.15 [1]
- Add an entry to UPDATING about binary incompatibility in previous version of ldns
- Fix OptionsNG
- Bump PORTREVISION for all ports dependent on dns/ldns
- Remove ABI version numbers from LIB_DEPENDS while I'm here
PR: ports/173080 [1]
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) [1]
Approved by: portmgr (erwin)
Feature safe: yes
Diffstat (limited to 'dns/unbound')
-rw-r--r-- | dns/unbound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index a90d72cfa5eb..dc4cb2601d4d 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -7,7 +7,7 @@ PORTNAME= unbound PORTVERSION= 1.4.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ |