From 64459e5206c3b323e0df429c3ff0dd937c48e604 Mon Sep 17 00:00:00 2001 From: Nick Sayer Date: Sat, 6 Apr 2002 17:06:52 +0000 Subject: Looks like the master site is gone, and the new sourceforge project only has the 1.0.1 version available. Rather than backtrack, we'll host our own copy of the 1.1.2 code. Diffing the two appears (to me) to make this worthwhile for now. PR: 36239 Submitted by: dominic_marks@btinternet.com --- net/poptop/Makefile | 27 +++++++++++++++------------ net/poptop/pkg-descr | 2 +- net/poptop/pkg-plist | 2 +- 3 files changed, 17 insertions(+), 14 deletions(-) (limited to 'net/poptop') diff --git a/net/poptop/Makefile b/net/poptop/Makefile index 56eb839a0901..a12a519e8fb6 100644 --- a/net/poptop/Makefile +++ b/net/poptop/Makefile @@ -5,22 +5,25 @@ # $FreeBSD$ # -PORTNAME= poptop -PORTVERSION= 1.1.2 -CATEGORIES= net -MASTER_SITES= http://poptop.lineo.com/releases/ -DISTNAME= pptpd-${PORTVERSION} +PORTNAME= poptop +PORTVERSION= 1.1.2 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= nsayer +DISTNAME= pptpd-${PORTVERSION} -MAINTAINER= nsayer@freebsd.org +MAINTAINER= nsayer@freebsd.org -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-bsdppp +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-bsdppp -MAN5= pptpd.conf.5 -MAN8= pptpd.8 pptpctrl.8 +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 diff --git a/net/poptop/pkg-descr b/net/poptop/pkg-descr index 1561b681c18f..0b4ea4dc193b 100644 --- a/net/poptop/pkg-descr +++ b/net/poptop/pkg-descr @@ -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/ diff --git a/net/poptop/pkg-plist b/net/poptop/pkg-plist index 8cd64f5b55d5..276fe4c72f18 100644 --- a/net/poptop/pkg-plist +++ b/net/poptop/pkg-plist @@ -1,4 +1,4 @@ sbin/pptpd sbin/pptpctrl etc/pptpd.conf.sample -etc/rc.d/pptpd.sh +etc/rc.d/pptpd.sh.sample -- cgit v1.2.3