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 /sysutils/gkrellm2 | |
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 'sysutils/gkrellm2')
-rw-r--r-- | sysutils/gkrellm2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile index 7ab024fc8ed9..2a2a98676d84 100644 --- a/sysutils/gkrellm2/Makefile +++ b/sysutils/gkrellm2/Makefile @@ -2,7 +2,7 @@ PORTNAME= gkrellm PORTVERSION= 2.3.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils ipv6 MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellm/ \ ${MASTER_SITE_LOCAL} |