Bug 185711 - net/pptpclient: Update to version 1.8.0
Summary: net/pptpclient: Update to version 1.8.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-12 18:40 UTC by tkato432
Modified: 2014-01-14 18:10 UTC (History)
0 users

See Also:


Attachments
file.diff (4.37 KB, patch)
2014-01-12 18:40 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2014-01-12 18:40:08 UTC
- Update to version 1.8.0

Remove file:
files/patch-aa
files/patch-ac
files/patch-pptp_compat.c
pkg-plist
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-01-14 18:02:24 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@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@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2014-01-14 18:07:05 UTC
State Changed
From-To: open->closed

Port update, thanks!