svn commit: r516152 - head/devel/py-semver

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 31 14:49:40 UTC 2019


Author: sunpoet
Date: Thu Oct 31 14:49:39 2019
New Revision: 516152
URL: https://svnweb.freebsd.org/changeset/ports/516152

Log:
  Update to 2.9.0
  
  - Add LICENSE_FILE
  
  Changes:	https://github.com/k-bx/python-semver/releases
  		https://github.com/k-bx/python-semver/blob/master/CHANGELOG.rst

Modified:
  head/devel/py-semver/Makefile
  head/devel/py-semver/distinfo

Modified: head/devel/py-semver/Makefile
==============================================================================
--- head/devel/py-semver/Makefile	Thu Oct 31 14:49:33 2019	(r516151)
+++ head/devel/py-semver/Makefile	Thu Oct 31 14:49:39 2019	(r516152)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	semver
-PORTVERSION=	2.8.1
+PORTVERSION=	2.9.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Python helper for Semantic Versioning
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-semver/distinfo
==============================================================================
--- head/devel/py-semver/distinfo	Thu Oct 31 14:49:33 2019	(r516151)
+++ head/devel/py-semver/distinfo	Thu Oct 31 14:49:39 2019	(r516152)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561316260
-SHA256 (semver-2.8.1.tar.gz) = 5b09010a66d9a3837211bb7ae5a20d10ba88f8cb49e92cb139a69ef90d5060d8
-SIZE (semver-2.8.1.tar.gz) = 5576
+TIMESTAMP = 1572528613
+SHA256 (semver-2.9.0.tar.gz) = ed1edeaa0c27f68feb74f09f715077fd07b728446dc2bb7fc470fc0f737873a0
+SIZE (semver-2.9.0.tar.gz) = 13239


More information about the svn-ports-head mailing list