svn commit: r497404 - head/devel/py-pkgconfig

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 31 13:15:24 UTC 2019


Author: sunpoet
Date: Sun Mar 31 13:15:23 2019
New Revision: 497404
URL: https://svnweb.freebsd.org/changeset/ports/497404

Log:
  Update to 1.5.0
  
  Changes:	https://github.com/matze/pkgconfig/blob/master/README.rst#changelog

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

Modified: head/devel/py-pkgconfig/Makefile
==============================================================================
--- head/devel/py-pkgconfig/Makefile	Sun Mar 31 13:15:17 2019	(r497403)
+++ head/devel/py-pkgconfig/Makefile	Sun Mar 31 13:15:23 2019	(r497404)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkgconfig
-PORTVERSION=	1.4.0
+PORTVERSION=	1.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,9 @@ COMMENT=	Interface Python with pkg-config
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose@${PY_FLAVOR}
-
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-pkgconfig/distinfo
==============================================================================
--- head/devel/py-pkgconfig/distinfo	Sun Mar 31 13:15:17 2019	(r497403)
+++ head/devel/py-pkgconfig/distinfo	Sun Mar 31 13:15:23 2019	(r497404)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534961952
-SHA256 (pkgconfig-1.4.0.tar.gz) = 048c3b457da7b6f686b647ab10bf09e2250e4c50acfe6f215398a8b5e6fcdb52
-SIZE (pkgconfig-1.4.0.tar.gz) = 5915
+TIMESTAMP = 1554017766
+SHA256 (pkgconfig-1.5.0.tar.gz) = cc283fe8ff1c2bbc49c6d81a7ad33270d62459199b012147fe47a0bd9224f5c9
+SIZE (pkgconfig-1.5.0.tar.gz) = 5702


More information about the svn-ports-all mailing list