diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index 38b67c20723..8c4f224d20a 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2004/05/14 13:34:51 sturm Exp $ +# $OpenBSD: Makefile,v 1.2 2004/11/20 12:41:37 sturm Exp $ COMMENT= "client for Cisco 3000 VPN concentrators" -DISTNAME= vpnc-0.2-rm+zomb.1 +DISTNAME= vpnc-0.3.1 CATEGORIES= security net HOMEPAGE= http://www.unix-ag.uni-kl.de/~massar/vpnc/ @@ -25,7 +25,7 @@ NO_REGRESS= Yes ALL_TARGET= vpnc do-configure: - @perl -pi -e "s,/etc,${SYSCONFDIR},g" ${WRKSRC}/{README,vpnc.c,vpnc.8} + @perl -pi -e "s,/etc,${SYSCONFDIR},g" ${WRKSRC}/{README,config.c} @sed -e "s,%%PREFIX%%,${PREFIX},g" ${FILESDIR}/vpnc.sh > ${WRKBUILD}/vpnc.sh do-install: diff --git a/security/vpnc/distinfo b/security/vpnc/distinfo index 9d1709deb5c..53f3d2cc3eb 100644 --- a/security/vpnc/distinfo +++ b/security/vpnc/distinfo @@ -1,3 +1,3 @@ -MD5 (vpnc-0.2-rm+zomb.1.tar.gz) = ded67de747874c4245ed8405146dc94a -RMD160 (vpnc-0.2-rm+zomb.1.tar.gz) = 6befdb8ee3a8efd43a7be8c3a5688a56e2194f63 -SHA1 (vpnc-0.2-rm+zomb.1.tar.gz) = 155f15bd886207e177f8d611de72a9f70819db5a +MD5 (vpnc-0.3.1.tar.gz) = 02b814ee7bd5ff3f5a5535eff4e3387d +RMD160 (vpnc-0.3.1.tar.gz) = 4dda6ca61050ced5b77b700f4f7ffab7c7971bb3 +SHA1 (vpnc-0.3.1.tar.gz) = 0541f27c85a2096c33aa2a0d26e9b113a8a33cd1 diff --git a/security/vpnc/patches/patch-Makefile b/security/vpnc/patches/patch-Makefile index e61ea866cad..1ce58395104 100644 --- a/security/vpnc/patches/patch-Makefile +++ b/security/vpnc/patches/patch-Makefile @@ -1,9 +1,9 @@ -$OpenBSD: patch-Makefile,v 1.1.1.1 2004/05/14 13:34:51 sturm Exp $ ---- Makefile.orig 2003-12-05 16:19:17.000000000 +0100 -+++ Makefile 2004-04-18 14:34:09.000000000 +0200 -@@ -15,9 +15,9 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +$OpenBSD: patch-Makefile,v 1.2 2004/11/20 12:41:37 sturm Exp $ +--- Makefile.orig Sat Nov 13 00:23:36 2004 ++++ Makefile Sat Nov 13 13:24:06 2004 +@@ -21,9 +21,9 @@ PREFIX=/usr/local + SBINDIR=$(PREFIX)/sbin + MANDIR=$(PREFIX)/share/man -CC=gcc -CFLAGS=-W -Wall -O -g '-DVERSION="$(shell cat VERSION)"' $(shell libgcrypt-config --cflags)