diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-22 17:06:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-22 17:06:34 +0800 |
commit | 94f2258693d28c3003509df6b6c8e81ad461d716 (patch) | |
tree | 95090855a81b6af8241e02f49856f4711b8925e9 /security | |
parent | 22d3a73020654d3f76c11f37effe2b9050e8da97 (diff) | |
download | freebsd-ports-gnome-94f2258693d28c3003509df6b6c8e81ad461d716.tar.gz freebsd-ports-gnome-94f2258693d28c3003509df6b6c8e81ad461d716.tar.zst freebsd-ports-gnome-94f2258693d28c3003509df6b6c8e81ad461d716.zip |
- Switch dns/unbound to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- While here, add LICENSE_FILE to dns/getdns
Approved by: portmgr blanket
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 2 | ||||
-rw-r--r-- | security/strongswan/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 7872a9475855..ab88440f74e3 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnutls PORTVERSION= 3.2.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v3.2 diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index f7f400fc0dc1..98d111a86181 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -3,6 +3,7 @@ PORTNAME= strongswan PORTVERSION= 5.2.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ |