Bug 66571 - [maintainer-update] security/vpnc
Summary: [maintainer-update] security/vpnc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-12 16:50 UTC by Christian Lackas
Modified: 2004-05-13 15:49 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lackas 2004-05-12 16:50:22 UTC
	
	- 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
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-05-13 15:48:19 UTC
State Changed
From-To: open->closed

Committed, thanks! 
(Please remember to update distinfo as well)