diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-02-04 15:56:59 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-02-04 15:56:59 +0800 |
commit | afdf4e3eb19e605a1bcb0d93f14743c4bb0db2f5 (patch) | |
tree | 2d857f70e9d9369cc2edd6a629840ea23a10805e /dns | |
parent | 317f09cc8914570a60418cb3d586c79af78905ba (diff) | |
download | freebsd-ports-gnome-afdf4e3eb19e605a1bcb0d93f14743c4bb0db2f5.tar.gz freebsd-ports-gnome-afdf4e3eb19e605a1bcb0d93f14743c4bb0db2f5.tar.zst freebsd-ports-gnome-afdf4e3eb19e605a1bcb0d93f14743c4bb0db2f5.zip |
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/adsuck/Makefile | 2 | ||||
-rw-r--r-- | dns/dnscrypt-wrapper/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsproxy/Makefile | 1 | ||||
-rw-r--r-- | dns/getdns/Makefile | 1 | ||||
-rw-r--r-- | dns/nsd/Makefile | 1 | ||||
-rw-r--r-- | dns/openmdns/Makefile | 1 | ||||
-rw-r--r-- | dns/unbound/Makefile | 1 |
7 files changed, 7 insertions, 2 deletions
diff --git a/dns/adsuck/Makefile b/dns/adsuck/Makefile index c7d31f764ae4..32683a9acd92 100644 --- a/dns/adsuck/Makefile +++ b/dns/adsuck/Makefile @@ -3,7 +3,7 @@ PORTNAME= adsuck PORTVERSION= 2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MASTER_SITES= http://opensource.conformal.com/snapshots/adsuck/ \ http://philpep.org/pub/ diff --git a/dns/dnscrypt-wrapper/Makefile b/dns/dnscrypt-wrapper/Makefile index 7f567a97a7f8..559344b90833 100644 --- a/dns/dnscrypt-wrapper/Makefile +++ b/dns/dnscrypt-wrapper/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnscrypt-wrapper PORTVERSION= 0.2.1 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MAINTAINER= freebsd@toyingwithfate.com diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile index 6853f9ad1757..a22f9286b63d 100644 --- a/dns/dnsproxy/Makefile +++ b/dns/dnsproxy/Makefile @@ -3,6 +3,7 @@ PORTNAME= dnsproxy PORTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://www.wolfermann.org/ diff --git a/dns/getdns/Makefile b/dns/getdns/Makefile index 4c8cd72bef47..4a9b6fd5e323 100644 --- a/dns/getdns/Makefile +++ b/dns/getdns/Makefile @@ -3,6 +3,7 @@ PORTNAME= getdns PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= https://getdnsapi.net/dist/ \ https://mirrors.rit.edu/zi/ \ diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index a8fc024e14fa..aa3891fbd684 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -3,6 +3,7 @@ PORTNAME= nsd PORTVERSION= 4.1.14 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ diff --git a/dns/openmdns/Makefile b/dns/openmdns/Makefile index 7b4bd651fa91..c8c9b29ebb7d 100644 --- a/dns/openmdns/Makefile +++ b/dns/openmdns/Makefile @@ -3,6 +3,7 @@ PORTNAME= openmdns DISTVERSION= 0.6-15 DISTVERSIONSUFFIX= -gd76ce05 +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= jbeich@FreeBSD.org diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 5435454e0385..0bb4f88e092f 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -3,6 +3,7 @@ PORTNAME= unbound PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ |