[Lunar-commits]
CVS: moonbase/net/pptp BUILD, 1.3, 1.4 DETAILS, 1.2, 1.3
Moritz Heiber
moe at lunar-linux.org
Tue Apr 13 16:11:29 GMT 2004
Update of /var/cvs/lunar/moonbase/net/pptp
In directory dbguin.lunar-linux.org:/tmp/cvs-serv32650
Modified Files:
BUILD DETAILS
Log Message:
Updating pptp tp 1.4.0. Cleaning up the BUILD file too.
Works with 2.6.4, gcc 3.3.3
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/pptp/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 19 Feb 2003 11:42:14 -0000 1.3
+++ BUILD 13 Apr 2004 16:11:27 -0000 1.4
@@ -1,17 +1,11 @@
(
sedit "s:CFLAGS = -Wall -O0 \$(DEBUG) \$(INCLUDE):CFLAGS = -Wall $CFLAGS:g" Makefile &&
- rm -rf */CVS
make &&
-
prepare_install &&
-
+ make install &&
mkdir -p /usr/share/doc/pptp/Reference \
- /usr/share/doc/pptp/Documentation
-
- install -g ppp -o 0 -m 755 pptp /usr/sbin/pptp &&
- install -g 0 -o 0 -m 644 AUTHORS COPYING INSTALL \
- NEWS README TODO USING /usr/share/doc/pptp &&
+ /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/* \
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/pptp/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 19 Feb 2003 11:42:14 -0000 1.2
+++ DETAILS 13 Apr 2004 16:11:27 -0000 1.3
@@ -1,11 +1,11 @@
MODULE=pptp
- VERSION=1.2.0
+ VERSION=1.4.0
SOURCE=$MODULE-linux-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-linux-$VERSION
SOURCE_URL=$SFORGE_URL/pptpclient/$SOURCE
WEB_SITE=http://pptpclient.sourceforge.net/
ENTERED=20020723
- UPDATED=20030219
+ UPDATED=20040413
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
More information about the Lunar-commits
mailing list