diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-23 17:54:02 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-23 17:54:02 +0800 |
commit | 08fee0328047e79c45f02aba14450e772cf23511 (patch) | |
tree | d13723a66084b6936010f3cea6404da7bbcf103b /devel | |
parent | c432da515fff148f6af04eddd59d3b6131ff1c6c (diff) | |
download | freebsd-ports-gnome-08fee0328047e79c45f02aba14450e772cf23511.tar.gz freebsd-ports-gnome-08fee0328047e79c45f02aba14450e772cf23511.tar.zst freebsd-ports-gnome-08fee0328047e79c45f02aba14450e772cf23511.zip |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gsoap/Makefile | 2 | ||||
-rw-r--r-- | devel/gwenhywfar-fox16/Makefile | 2 | ||||
-rw-r--r-- | devel/gwenhywfar-gtk2/Makefile | 2 | ||||
-rw-r--r-- | devel/gwenhywfar-qt4/Makefile | 2 | ||||
-rw-r--r-- | devel/gwenhywfar/Makefile | 2 | ||||
-rw-r--r-- | devel/librelp/Makefile | 1 | ||||
-rw-r--r-- | devel/libvirt/Makefile | 1 |
7 files changed, 7 insertions, 5 deletions
diff --git a/devel/gsoap/Makefile b/devel/gsoap/Makefile index 9f33d492166d..2c937e1fdcde 100644 --- a/devel/gsoap/Makefile +++ b/devel/gsoap/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsoap PORTVERSION= 2.8.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}2/gSOAP DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/gwenhywfar-fox16/Makefile b/devel/gwenhywfar-fox16/Makefile index 254e0d53b0e6..62a36961a20b 100644 --- a/devel/gwenhywfar-fox16/Makefile +++ b/devel/gwenhywfar-fox16/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 4 +PORTREVISION= 5 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org diff --git a/devel/gwenhywfar-gtk2/Makefile b/devel/gwenhywfar-gtk2/Makefile index b99b4082de84..79000071cb31 100644 --- a/devel/gwenhywfar-gtk2/Makefile +++ b/devel/gwenhywfar-gtk2/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org diff --git a/devel/gwenhywfar-qt4/Makefile b/devel/gwenhywfar-qt4/Makefile index 06969d530b14..a52e0525a8f0 100644 --- a/devel/gwenhywfar-qt4/Makefile +++ b/devel/gwenhywfar-qt4/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org diff --git a/devel/gwenhywfar/Makefile b/devel/gwenhywfar/Makefile index b7f5fd5d804c..c718626a2308 100644 --- a/devel/gwenhywfar/Makefile +++ b/devel/gwenhywfar/Makefile @@ -2,7 +2,7 @@ PORTNAME= gwenhywfar PORTVERSION= 4.3.3 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES= devel net security MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=01&release=67&file=01&dummy=/ diff --git a/devel/librelp/Makefile b/devel/librelp/Makefile index 63cce8dcce33..f7a37bfbe562 100644 --- a/devel/librelp/Makefile +++ b/devel/librelp/Makefile @@ -3,6 +3,7 @@ PORTNAME= librelp PORTVERSION= 1.2.7 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.rsyslog.com/librelp/ diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 48183548bf37..f2824524d17e 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -3,6 +3,7 @@ PORTNAME= libvirt PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ |