svn commit: r526472 - in head/ports-mgmt/py-pytoport: . files

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Feb 18 19:58:32 UTC 2020


Author: 0mp
Date: Tue Feb 18 19:58:31 2020
New Revision: 526472
URL: https://svnweb.freebsd.org/changeset/ports/526472

Log:
  Update to the latest available commit
  
  This way we can remove the local patches and get a fix one of the reported
  bugs: https://github.com/freebsd/pytoport/issues/10
  
  Also, lint the makefile while here.

Deleted:
  head/ports-mgmt/py-pytoport/files/
Modified:
  head/ports-mgmt/py-pytoport/Makefile
  head/ports-mgmt/py-pytoport/distinfo

Modified: head/ports-mgmt/py-pytoport/Makefile
==============================================================================
--- head/ports-mgmt/py-pytoport/Makefile	Tue Feb 18 19:09:10 2020	(r526471)
+++ head/ports-mgmt/py-pytoport/Makefile	Tue Feb 18 19:58:31 2020	(r526472)
@@ -2,8 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	pytoport
-PORTVERSION=	0.4.1
 DISTVERSIONPREFIX=	v
+DISTVERSION=	0.4.1-4
+DISTVERSIONSUFFIX=	-g08c2a0f
 CATEGORIES=	ports-mgmt python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,14 +14,12 @@ COMMENT=	Generate FreeBSD ports from Python modules on
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-GH_ACCOUNT=	freebsd
-GH_PROJECT=	pytoport
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0.12:textproc/py-docutils@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}spdx-lookup>=0.3.0:misc/py-spdx-lookup@${PY_FLAVOR}
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}spdx-lookup>=0.3.0:misc/py-spdx-lookup@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}docutils>=0.12:textproc/py-docutils@${PY_FLAVOR}
-
 USES=		python:3.3+
 USE_GITHUB=	yes
+GH_ACCOUNT=	freebsd
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/ports-mgmt/py-pytoport/distinfo
==============================================================================
--- head/ports-mgmt/py-pytoport/distinfo	Tue Feb 18 19:09:10 2020	(r526471)
+++ head/ports-mgmt/py-pytoport/distinfo	Tue Feb 18 19:58:31 2020	(r526472)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463315915
-SHA256 (freebsd-pytoport-v0.4.1_GH0.tar.gz) = 025f9c3c5dbb8261ec5930f0ab1bc1229d32e6fc4b5d3c28ebe311ec34322f4d
-SIZE (freebsd-pytoport-v0.4.1_GH0.tar.gz) = 6008
+TIMESTAMP = 1582055543
+SHA256 (freebsd-pytoport-v0.4.1-4-g08c2a0f_GH0.tar.gz) = 6e86cb276051749683771116910cf34c6d6b0644947e68eb46b43ca056ac499f
+SIZE (freebsd-pytoport-v0.4.1-4-g08c2a0f_GH0.tar.gz) = 6030


More information about the svn-ports-all mailing list