diff options
author | nsayer <nsayer@FreeBSD.org> | 2001-02-24 08:02:48 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2001-02-24 08:02:48 +0800 |
commit | 3b653acaa9659e05563f7fd74e75fd24db0896e5 (patch) | |
tree | 9271d356754e5b9eb1263ece18bbe14304e6981d /net/poptop | |
parent | f4956b6ef10ed0398160103bc5e3033c54535342 (diff) | |
download | freebsd-ports-gnome-3b653acaa9659e05563f7fd74e75fd24db0896e5.tar.gz freebsd-ports-gnome-3b653acaa9659e05563f7fd74e75fd24db0896e5.tar.zst freebsd-ports-gnome-3b653acaa9659e05563f7fd74e75fd24db0896e5.zip |
1. Upgrade to v1.0.1
2. Don't use their CFLAGS, add the really important stuff with +=
instead
3. Move the MASTER_SITE and WWW.
This port is still FORBIDDEN, IMHO, since so far as I know the FreeBSD
userland ppp doesn't do MPPE encryption and the mpd-netgraph stuff does.
What is the use of a vpn that does no encryption? *BUT* If I am wrong or
if someone can add MPPE to the userland ppp, I will de-FORBIDDEN this
port.
Diffstat (limited to 'net/poptop')
-rw-r--r-- | net/poptop/Makefile | 7 | ||||
-rw-r--r-- | net/poptop/distinfo | 2 | ||||
-rw-r--r-- | net/poptop/files/patch-ab | 2 | ||||
-rw-r--r-- | net/poptop/files/patch-ac | 2 | ||||
-rw-r--r-- | net/poptop/pkg-descr | 2 |
5 files changed, 7 insertions, 8 deletions
diff --git a/net/poptop/Makefile b/net/poptop/Makefile index cb074113dd8b..a1ccebed7774 100644 --- a/net/poptop/Makefile +++ b/net/poptop/Makefile @@ -6,11 +6,10 @@ # PORTNAME= poptop -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= net -MASTER_SITES= http://www.moretonbay.com/vpn/releases/ -DISTNAME= pptpd-1.0.0 -EXTRACT_SUFX= .tgz +MASTER_SITES= http://poptop.lineo.com/releases/ +DISTNAME= pptpd-${PORTVERSION} MAINTAINER= nsayer@freebsd.org diff --git a/net/poptop/distinfo b/net/poptop/distinfo index d763d1bf31bd..1e3787270e50 100644 --- a/net/poptop/distinfo +++ b/net/poptop/distinfo @@ -1 +1 @@ -MD5 (pptpd-1.0.0.tgz) = cb8964868809381e33a03cd9fcb153a9 +MD5 (pptpd-1.0.1.tar.gz) = 67fbb621e1de325012feeb105846fe7d diff --git a/net/poptop/files/patch-ab b/net/poptop/files/patch-ab index 77783a145262..179caee4998e 100644 --- a/net/poptop/files/patch-ab +++ b/net/poptop/files/patch-ab @@ -5,7 +5,7 @@ INCLUDES = -I. -CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"' -+CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)"' ++CFLAGS+= -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)"' #CFLAGS = -O2 -fno-builtin -Wall -ansi -pedantic -Wmissing-prototypes -Werror -DSBINDIR='"$(sbindir)"' man_MANS = pptpctrl.8 pptpd.8 pptpd.conf.5 diff --git a/net/poptop/files/patch-ac b/net/poptop/files/patch-ac index f5eafefb8d7d..a9b45647da22 100644 --- a/net/poptop/files/patch-ac +++ b/net/poptop/files/patch-ac @@ -5,7 +5,7 @@ ## -Wmissing-prototypes removed (eg, Linux 2.2.6 headers ## aren't up to it). -CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"' -+CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)'" ++CFLAGS+= -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)'" #CFLAGS = -O2 -fno-builtin -Wall -ansi -pedantic -Wmissing-prototypes -Werror -DSBINDIR='"$(sbindir)"' man_MANS = pptpctrl.8 pptpd.8 pptpd.conf.5 diff --git a/net/poptop/pkg-descr b/net/poptop/pkg-descr index 6791d09f8322..1561b681c18f 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://www.moretonbay.com/vpn/pptp.html +WWW: http://poptop.lineo.com/ |