diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 21:31:56 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 21:31:56 +0800 |
commit | da5699dfdacafc5da373ec3ffb2177f0c0bba667 (patch) | |
tree | b1e903b1b0f0001294efd9332a7fb293bc8834cb /net | |
parent | d1d5159a4a4820d5918bb147815cb2857653e8d4 (diff) | |
download | freebsd-ports-gnome-da5699dfdacafc5da373ec3ffb2177f0c0bba667.tar.gz freebsd-ports-gnome-da5699dfdacafc5da373ec3ffb2177f0c0bba667.tar.zst freebsd-ports-gnome-da5699dfdacafc5da373ec3ffb2177f0c0bba667.zip |
- Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
to security/gnupg1.
Thanks to: dougb, lofi
Diffstat (limited to 'net')
-rw-r--r-- | net/nocatauth-gateway/Makefile | 4 | ||||
-rw-r--r-- | net/nocatauth-server/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/nocatauth-gateway/Makefile b/net/nocatauth-gateway/Makefile index 25b6044205da..dbf0f0734c41 100644 --- a/net/nocatauth-gateway/Makefile +++ b/net/nocatauth-gateway/Makefile @@ -7,7 +7,7 @@ PORTNAME= nocatauth-gateway PORTVERSION= 0.82 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://nocat.net/download/NoCatAuth/ DISTNAME= NoCatAuth-${PORTVERSION} @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Open 802.11 Authentication Gateway RUN_DEPENDS= \ - ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg + ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1 CONFLICTS= nocatauth-server-* diff --git a/net/nocatauth-server/Makefile b/net/nocatauth-server/Makefile index b8e41c65b5fe..3571dfbac4f6 100644 --- a/net/nocatauth-server/Makefile +++ b/net/nocatauth-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= nocatauth-server PORTVERSION= 0.82 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://nocat.net/download/NoCatAuth/ DISTNAME= NoCatAuth-${PORTVERSION} @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Open 802.11 Authentication Server RUN_DEPENDS= \ - ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg + ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1 CONFLICTS= nocatauth-gateway-* |