ports/185711: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Tue Jan 14 18:10:01 UTC 2014
The following reply was made to PR ports/185711; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/185711: commit references a PR
Date: Tue, 14 Jan 2014 18:02:24 +0000 (UTC)
Author: antoine
Date: Tue Jan 14 18:02:16 2014
New Revision: 339704
URL: http://svnweb.freebsd.org/changeset/ports/339704
QAT: https://qat.redports.org/buildarchive/r339704/
Log:
- Update to 1.8.0
- Stage support
PR: ports/185711
Submitted by: KATO Tsuguru
Deleted:
head/net/pptpclient/files/patch-aa
head/net/pptpclient/files/patch-ac
head/net/pptpclient/files/patch-pptp_compat.c
head/net/pptpclient/pkg-plist
Modified:
head/net/pptpclient/Makefile
head/net/pptpclient/distinfo
Modified: head/net/pptpclient/Makefile
==============================================================================
--- head/net/pptpclient/Makefile Tue Jan 14 17:46:52 2014 (r339703)
+++ head/net/pptpclient/Makefile Tue Jan 14 18:02:16 2014 (r339704)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= pptpclient
-PORTVERSION= 1.7.2
-PORTREVISION= 6
+PORTVERSION= 1.8.0
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/pptp/pptp-${PORTVERSION}
DISTNAME= pptp-${PORTVERSION}
@@ -11,19 +10,22 @@ DISTNAME= pptp-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= PPTP client for establishing a VPN link with an NT server
-LICENSE= GPLv2
+LICENSE= GPLv2 # (or later)
USES= perl5
-MAKE_ARGS= DEBUG="" CC="${CC}"
+MAKE_ARGS= CC="${CC}" OPTIMIZE="${CFLAGS}" DEBUG="" PPPD="/usr/sbin/ppp"
+CFLAGS+= -DUSER_PPP
-MAN8= pptp.8
+PLIST_FILES= sbin/pptp man/man8/pptp.8.gz
+PORTEXAMPLES= README ppp.conf
+
+OPTIONS_DEFINE= EXAMPLES
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pptp ${PREFIX}/sbin
- @${MKDIR} ${PREFIX}/share/examples/pptpclient
- ${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/examples/pptpclient
- ${INSTALL_DATA} ${FILESDIR}/ppp.conf ${PREFIX}/share/examples/pptpclient
- ${INSTALL_MAN} ${WRKSRC}/pptp.8 ${PREFIX}/man/man8
+ ${INSTALL_PROGRAM} ${WRKSRC}/pptp ${STAGEDIR}${PREFIX}/sbin
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${FILESDIR}/README ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${FILESDIR}/ppp.conf ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_MAN} ${WRKSRC}/pptp.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>
Modified: head/net/pptpclient/distinfo
==============================================================================
--- head/net/pptpclient/distinfo Tue Jan 14 17:46:52 2014 (r339703)
+++ head/net/pptpclient/distinfo Tue Jan 14 18:02:16 2014 (r339704)
@@ -1,2 +1,2 @@
-SHA256 (pptp-1.7.2.tar.gz) = e98ae0065d2a39fa3131654ff28cb7070e996f668ed6d0e7d9a445b8d37694bc
-SIZE (pptp-1.7.2.tar.gz) = 81113
+SHA256 (pptp-1.8.0.tar.gz) = e39c42d933242a8a6dd8600a0fa7f0a5ec8f066d10c4149d8e81a5c68fe4bbda
+SIZE (pptp-1.8.0.tar.gz) = 86778
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list