diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-26 18:49:58 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-26 18:49:58 +0000 |
commit | 73fa60d495e7cc5b5317f8f580337c0461c0dbc4 (patch) | |
tree | 04a0a1f8ccedff43bb307d7b5d65a69ba1c0b0f6 /security/ipsec-tools/Makefile | |
parent | 33bf00180fe416a85d9f2062406cd83151b2cfaf (diff) | |
download | ports-73fa60d495e7cc5b5317f8f580337c0461c0dbc4.tar.gz ports-73fa60d495e7cc5b5317f8f580337c0461c0dbc4.zip |
Notes
Diffstat (limited to 'security/ipsec-tools/Makefile')
-rw-r--r-- | security/ipsec-tools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index 2b9db29465fd..695a176314c8 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -4,15 +4,14 @@ # # $FreeBSD$ -# TODO: - better list of master sites -# - configurable --enable-xxx +# TODO: - configurable --enable-xxx # - libipsec issue ? # - cleanup... # - SYSCONFDIR # - $LOCALBASE/sbin/setkey Vs /usr/sbin/setkey PORTNAME= ipsec-tools -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ipsec-tools |