Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2002 22:03:48 +0000 (GMT)
From:      Dominic Marks <dominic_marks@btinternet.com>
To:        freebsd-gnats-submit@FreeBSD.org
Cc:        nsayer@FreeBSD.org
Subject:   ports/36239: Update or net/poptop
Message-ID:  <20020323220348.4FDF15F6@host213-123-133-221.in-addr.btopenworld.com>

next in thread | raw e-mail | index | archive | help

>Number:         36239
>Category:       ports
>Synopsis:       Update or net/poptop
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 23 14:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Marks
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Student
>Environment:
System: FreeBSD gallium 4.5-STABLE FreeBSD 4.5-STABLE #6: Wed Mar 20
14:15:59 GMT 2002 dom@gallium:/usr/obj/usr/src/sys/GALLIUM i386

>Description:
	This port seems to have gone through a major change. Theres no sign
	of it on the old host (Lineo) and only a vague mention of the
	project on the new host (Snapgear). The project is now hosted on
	Sourceforge, but only available for download from Snapgear. Also,
	the only version available is 1.0.1 - the older version, I can't
	find any trace of the version which is documented in the Makefile.

>How-To-Repeat:

>Fix:
	Heres a patch:

All the patches can be removed with the exclusion of pptpd.sh. I've also
modified the Makefile to use shorter, non-wrapping lines and install the
rc.d script as a sample which must be user activated (via cp or mv).
This PR is CC:ed to the $MAINTAINER.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/poptop/Makefile,v
retrieving revision 1.7
diff -u -3 -p -r1.7 Makefile
--- Makefile	2001/09/08 16:28:00	1.7
+++ Makefile	2002/03/23 21:36:17
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	poptop
-PORTVERSION=	1.1.2
+PORTVERSION=	1.0.1
 CATEGORIES=	net
-MASTER_SITES=	http://poptop.lineo.com/releases/
+MASTER_SITES=	http://www.snapgear.com/ftp/poptop/
 DISTNAME=	pptpd-${PORTVERSION}
 
 MAINTAINER=	nsayer@freebsd.org
@@ -20,7 +20,9 @@ MAN5=		pptpd.conf.5
 MAN8=		pptpd.8 pptpctrl.8
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf ${PREFIX}/etc/pptpd.conf.sample
-	${INSTALL_SCRIPT} ${FILESDIR}/pptpd.sh ${PREFIX}/etc/rc.d/pptpd.sh
+	${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf \
+		${PREFIX}/etc/pptpd.conf.sample
+	${INSTALL_SCRIPT} ${FILESDIR}/pptpd.sh \
+		${PREFIX}/etc/rc.d/pptpd.sh.sample
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/poptop/distinfo,v
retrieving revision 1.3
diff -u -3 -p -r1.3 distinfo
--- distinfo	2001/09/08 16:28:00	1.3
+++ distinfo	2002/03/23 21:36:17
@@ -1 +1 @@
-MD5 (pptpd-1.1.2.tar.gz) = 03f7106c6fd7f22bd904b5c66aedbe92
+MD5 (pptpd-1.0.1.tar.gz) = c2a7745af400d00d93a7d18083033bf8
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/net/poptop/pkg-descr,v
retrieving revision 1.4
diff -u -3 -p -r1.4 pkg-descr
--- pkg-descr	2001/02/24 00:02:47	1.4
+++ pkg-descr	2002/03/23 21:36:17
@@ -1,4 +1,4 @@
 PoPToP is a PPTP daemon. It is compatible with the Microsoft Windows
 VPN adapter.
 
-WWW: http://poptop.lineo.com/
+WWW: http://www.poptop.org/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/poptop/pkg-plist,v
retrieving revision 1.1.1.1
diff -u -3 -p -r1.1.1.1 pkg-plist
--- pkg-plist	1999/10/06 02:43:14	1.1.1.1
+++ pkg-plist	2002/03/23 21:36:17
@@ -1,4 +1,4 @@
 sbin/pptpd
 sbin/pptpctrl
 etc/pptpd.conf.sample
-etc/rc.d/pptpd.sh
+etc/rc.d/pptpd.sh.sample

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020323220348.4FDF15F6>