[Lunar-commits] <moonbase-other> pptp: bumped to version 1.8.0

Stefan Wold ratler at lunar-linux.org
Sun Oct 26 23:14:17 CET 2014


commit 0dedc9b6728728b4a73ef7f3445cc8e49c1a25ac
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 26 Oct 2014 23:13:36 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/0dedc9b6728728b4a73ef7f3445cc8e49c1a25ac

pptp: bumped to version 1.8.0
---
  net/pptp/BUILD     | +2/-8     
  net/pptp/DEPENDS   | +1/-0     
  net/pptp/DETAILS   | +3/-3     
  net/pptp/PRE_BUILD | +7/-0     
  4 files changed, 13 insertions(+), 11 deletions(-)

--- a/net/pptp/BUILD
+++ b/net/pptp/BUILD
@@ -1,8 +1,2 @@
-(
-
-  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 Documentation/* /usr/share/doc/pptp/Documentation
- 
-) > $C_FIFO 2>&1
+default_make  &&
+gather_docs Documentation/*
--- a/net/pptp/DEPENDS
+++ b/net/pptp/DEPENDS
@@ -1 +1,2 @@
 depends ppp
+depends iproute2
--- a/net/pptp/DETAILS
+++ b/net/pptp/DETAILS
@@ -1,11 +1,11 @@
           MODULE=pptp
-         VERSION=1.7.2
+         VERSION=1.8.0
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/pptpclient/
-      SOURCE_VFY=sha1:1007eb1d4d21629fab390903e8b394d6157b4983
+      SOURCE_VFY=sha256:e39c42d933242a8a6dd8600a0fa7f0a5ec8f066d10c4149d8e81a5c68fe4bbda
         WEB_SITE=http://pptpclient.sourceforge.net/
          ENTERED=20020723
-         UPDATED=20080302
+         UPDATED=20141024
            SHORT="Peer to Peer ppp tunneling protocol driver"
 
 cat <<EOF
--- /dev/null
+++ b/net/pptp/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+
+sedit "/CFLAGS  =/ c\CFLAGS = $CFLAGS" Makefile &&
+sedit "/LDFLAGS =/ c\LDFLAGS = $LDFLAGS" Makefile &&
+
+# Fix ip path
+sedit 's;/bin/ip;/usr/sbin/ip;' Makefile




More information about the Lunar-commits mailing list