svn commit: r461991 - head/net/pptpclient

Yuri Victorovich yuri at FreeBSD.org
Fri Feb 16 08:58:11 UTC 2018


Author: yuri
Date: Fri Feb 16 08:58:10 2018
New Revision: 461991
URL: https://svnweb.freebsd.org/changeset/ports/461991

Log:
  net/pptpclient: Update to 1.10.0
  
  Additional port changes:
  * Replaced with DISTVERSION
  * Added LICENSE_FILE
  
  Reported by:	portscout
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/net/pptpclient/Makefile
  head/net/pptpclient/distinfo

Modified: head/net/pptpclient/Makefile
==============================================================================
--- head/net/pptpclient/Makefile	Fri Feb 16 08:46:06 2018	(r461990)
+++ head/net/pptpclient/Makefile	Fri Feb 16 08:58:10 2018	(r461991)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pptpclient
-PORTVERSION=	1.9.0
+DISTVERSION=	1.10.0
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/pptp/pptp-${PORTVERSION}
 DISTNAME=	pptp-${PORTVERSION}
@@ -11,6 +11,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	PPTP client for establishing a VPN link with an NT server
 
 LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		perl5
 USE_RC_SUBR=	pptp

Modified: head/net/pptpclient/distinfo
==============================================================================
--- head/net/pptpclient/distinfo	Fri Feb 16 08:46:06 2018	(r461990)
+++ head/net/pptpclient/distinfo	Fri Feb 16 08:58:10 2018	(r461991)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488652415
-SHA256 (pptp-1.9.0.tar.gz) = 0b1e8cbfc578d3f5ab12ee87c5c2c60419abfe9cc445690a8a19c320b11c9201
-SIZE (pptp-1.9.0.tar.gz) = 87591
+TIMESTAMP = 1518771033
+SHA256 (pptp-1.10.0.tar.gz) = 82492db8e487ce73b182ee7f444251d20c44f5c26d6e96c553ec7093aefb5af4
+SIZE (pptp-1.10.0.tar.gz) = 87007


More information about the svn-ports-head mailing list