- fixed MASTER_SITES - update to vpnc-wrapper-1.10 (better FreeBSD 4 support) (Daniel Roethlisberger) Fix: Patch is attached and also available at http://www.lackas.net/freebsd/vpnc-0.2.7.patch cd /usr/ports/security/vpnc/ && patch -p0 < vpnc-0.2.7.patch -- Murphys Law 3: Zur Lösung von Problemen hat jede beteiligte Person mindestens einen Plan, der nicht funktioniert. http://www.lackas.net/ Perl Delphi Linux MP3 Searchengines Domainchecker--BVlMMLLC8fFSAor7HTF9kL1PO2Dk429qBJHxDFaEuF7UrYy5 Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -urN /usr/ports/security/vpnc/Makefile vpnc/Makefile --- /usr/ports/security/vpnc/Makefile Wed May 5 11:44:39 2004 +++ vpnc/Makefile Wed May 12 17:34:33 2004 @@ -7,12 +7,12 @@ PORTNAME= vpnc PORTVERSION= 0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security -MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \ - http://dragon.roe.ch/mirrors/distfiles/vpnc/ +MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/:source \ + http://dragon.roe.ch/mirrors/distfiles/vpnc/:script DISTNAME= ${PORTNAME}-${PORTVERSION}-rm+zomb-pre9 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${STARTSCRIPT} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source ${STARTSCRIPT}:script EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= delta@lackas.net @@ -20,7 +20,7 @@ LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt -STARTSCRIPT= vpnc-wrapper-1.9 +STARTSCRIPT= vpnc-wrapper-1.10 USE_GMAKE= yes USE_REINPLACE= yes ALL_TARGET= vpnc
State Changed From-To: open->closed Committed, thanks! (Please remember to update distinfo as well)