aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2006-12-21 21:31:56 +0800
committerkuriyama <kuriyama@FreeBSD.org>2006-12-21 21:31:56 +0800
commitda5699dfdacafc5da373ec3ffb2177f0c0bba667 (patch)
treeb1e903b1b0f0001294efd9332a7fb293bc8834cb /net
parentd1d5159a4a4820d5918bb147815cb2857653e8d4 (diff)
downloadfreebsd-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/Makefile4
-rw-r--r--net/nocatauth-server/Makefile4
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-*