Date: Tue, 14 Jan 2014 18:02:16 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339704 - in head/net/pptpclient: . files Message-ID: <201401141802.s0EI2GmK080056@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401141802.s0EI2GmK080056>