diff options
author | jmc <jmc@pkgsrc.org> | 2003-09-21 08:02:59 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-09-21 08:02:59 +0000 |
commit | ac969f6d618f13278eaeda795d4dc17d31a8dbdb (patch) | |
tree | 626379a87035101c451ddba7bc408ad4d6a6b86b /security | |
parent | 612b15604aea99993109e3f3b25dca948db7ef10 (diff) | |
download | pkgsrc-ac969f6d618f13278eaeda795d4dc17d31a8dbdb.tar.gz |
Bump PKGREVISION as DES patches allow this to work on -current again
Diffstat (limited to 'security')
-rw-r--r-- | security/isakmpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 06c1b588c4c..7bca2e2a63b 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2003/07/31 10:38:32 jmmv Exp $ +# $NetBSD: Makefile,v 1.29 2003/09/21 08:02:59 jmc Exp $ # DISTNAME= isakmpd-20021118 -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR}/isakmpd CATEGORIES= security net MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ |