View | Details | Raw Unified | Return to bug 36239
Collapse All | Expand All

(-)Makefile (-4 / +6 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	poptop
8
PORTNAME=	poptop
9
PORTVERSION=	1.1.2
9
PORTVERSION=	1.0.1
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	http://poptop.lineo.com/releases/
11
MASTER_SITES=	http://www.snapgear.com/ftp/poptop/
12
DISTNAME=	pptpd-${PORTVERSION}
12
DISTNAME=	pptpd-${PORTVERSION}
13
13
14
MAINTAINER=	nsayer@freebsd.org
14
MAINTAINER=	nsayer@freebsd.org
Lines 20-26 MAN5= pptpd.conf.5 Link Here
20
MAN8=		pptpd.8 pptpctrl.8
20
MAN8=		pptpd.8 pptpctrl.8
21
21
22
post-install:
22
post-install:
23
	${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf ${PREFIX}/etc/pptpd.conf.sample
23
	${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf \
24
	${INSTALL_SCRIPT} ${FILESDIR}/pptpd.sh ${PREFIX}/etc/rc.d/pptpd.sh
24
		${PREFIX}/etc/pptpd.conf.sample
25
	${INSTALL_SCRIPT} ${FILESDIR}/pptpd.sh \
26
		${PREFIX}/etc/rc.d/pptpd.sh.sample
25
27
26
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (pptpd-1.1.2.tar.gz) = 03f7106c6fd7f22bd904b5c66aedbe92
1
MD5 (pptpd-1.0.1.tar.gz) = c2a7745af400d00d93a7d18083033bf8
(-)pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
PoPToP is a PPTP daemon. It is compatible with the Microsoft Windows
1
PoPToP is a PPTP daemon. It is compatible with the Microsoft Windows
2
VPN adapter.
2
VPN adapter.
3
3
4
WWW: http://poptop.lineo.com/
4
WWW: http://www.poptop.org/
(-)pkg-plist (-1 / +1 lines)
Lines 1-4 Link Here
1
sbin/pptpd
1
sbin/pptpd
2
sbin/pptpctrl
2
sbin/pptpctrl
3
etc/pptpd.conf.sample
3
etc/pptpd.conf.sample
4
etc/rc.d/pptpd.sh
4
etc/rc.d/pptpd.sh.sample

Return to bug 36239