Index: head/devel/py-pkgconfig/files/patch-setup.py =================================================================== --- head/devel/py-pkgconfig/files/patch-setup.py (revision 462914) +++ head/devel/py-pkgconfig/files/patch-setup.py (nonexistent) @@ -1,11 +0,0 @@ ---- setup.py.orig 2015-12-08 03:19:32 UTC -+++ setup.py -@@ -11,7 +11,5 @@ setup( - license='MIT', - packages=['pkgconfig'], - description="Interface Python with pkg-config", -- long_description=open('README.rst').read(), -- setup_requires=['nose>=1.0'], -- test_suite='test', -+ long_description=open('README.rst').read() - ) Property changes on: head/devel/py-pkgconfig/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/py-pkgconfig/Makefile =================================================================== --- head/devel/py-pkgconfig/Makefile (revision 462914) +++ head/devel/py-pkgconfig/Makefile (revision 462915) @@ -1,19 +1,22 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= pkgconfig -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Python module to interface with the pkg-config command line tool +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Interface Python with pkg-config LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose@${FLAVOR} + USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Index: head/devel/py-pkgconfig/distinfo =================================================================== --- head/devel/py-pkgconfig/distinfo (revision 462914) +++ head/devel/py-pkgconfig/distinfo (revision 462915) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481606929 -SHA256 (pkgconfig-1.2.2.tar.gz) = 3685ba02a9b72654a764b728b559f327e1dbd7dc6ebc310a1bd429666ee202aa -SIZE (pkgconfig-1.2.2.tar.gz) = 5305 +TIMESTAMP = 1519498717 +SHA256 (pkgconfig-1.3.1.tar.gz) = 0bc77e955a5990b466b7277234a88dc6a62f1f4388ac1e95469051c82a17fd80 +SIZE (pkgconfig-1.3.1.tar.gz) = 5713 Property changes on: head/devel/py-pkgconfig/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/devel/py-pkgconfig/pkg-descr =================================================================== --- head/devel/py-pkgconfig/pkg-descr (revision 462914) +++ head/devel/py-pkgconfig/pkg-descr (revision 462915) @@ -1,3 +1,4 @@ pkgconfig is a Python module to interface with the pkg-config command line tool. WWW: https://pypi.python.org/pypi/pkgconfig +WWW: https://github.com/matze/pkgconfig Property changes on: head/devel/py-pkgconfig/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property