[Lunar-commits] r18711 - moonbase/trunk/net/pptp
Florin Braescu
florin at lunar-linux.org
Mon Feb 13 04:50:05 UTC 2006
Author: florin
Date: 2006-02-13 04:50:05 +0000 (Mon, 13 Feb 2006)
New Revision: 18711
Modified:
moonbase/trunk/net/pptp/BUILD
moonbase/trunk/net/pptp/DETAILS
Log:
bump the version from 1.4.0 to 1.7.1. new features added and a lot of bugfixes.
Modified: moonbase/trunk/net/pptp/BUILD
===================================================================
--- moonbase/trunk/net/pptp/BUILD 2006-02-13 04:41:11 UTC (rev 18710)
+++ moonbase/trunk/net/pptp/BUILD 2006-02-13 04:50:05 UTC (rev 18711)
@@ -1,14 +1,9 @@
(
- sedit "s:CFLAGS = -Wall -O0 \$(DEBUG) \$(INCLUDE):CFLAGS = -Wall $CFLAGS:g" Makefile &&
- make &&
- prepare_install &&
- make install &&
- mkdir -p /usr/share/doc/pptp/Reference \
- /usr/share/doc/pptp/Documentation &&
- install -g 0 -o 0 -m 644 Reference/* \
- /usr/share/doc/pptp/Reference &&
- install -g 0 -o 0 -m 644 Documentation/* \
- /usr/share/doc/pptp/Documentation
+ sedit "s:CFLAGS = -Wall -O0 \$(DEBUG) \$(INCLUDE):CFLAGS = -Wall $CFLAGS:g" Makefile &&
+ default_make &&
+ mkdir -p /usr/share/doc/pptp/Reference /usr/share/doc/pptp/Documentation &&
+ install -g 0 -o 0 -m 644 Reference/* /usr/share/doc/pptp/Reference &&
+ install -g 0 -o 0 -m 644 Documentation/* /usr/share/doc/pptp/Documentation
) > $C_FIFO 2>&1
Modified: moonbase/trunk/net/pptp/DETAILS
===================================================================
--- moonbase/trunk/net/pptp/DETAILS 2006-02-13 04:41:11 UTC (rev 18710)
+++ moonbase/trunk/net/pptp/DETAILS 2006-02-13 04:50:05 UTC (rev 18711)
@@ -1,12 +1,13 @@
MODULE=pptp
- VERSION=1.4.0
- SOURCE=$MODULE-linux-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-linux-$VERSION
+ VERSION=1.7.1
+ SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/pptpclient/
+ SOURCE_VFY=sha1:cc2e4f40c5e3316bede41ec0a092a32025682851
WEB_SITE=http://pptpclient.sourceforge.net/
ENTERED=20020723
- UPDATED=20040413
+ UPDATED=20060213
SHORT="pptp is the Peer to Peer ppp tunneling protocol driver"
+
cat <<EOF
PPTP Client is a Linux, FreeBSD and NetBSD client for the proprietary
Microsoft Point-to-Point Tunneling Protocol, PPTP. Allows connection
More information about the Lunar-commits
mailing list