Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2016 20:19:12 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428528 - head/devel/py-pkgconfig
Message-ID:  <201612132019.uBDKJC6j007817@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Dec 13 20:19:12 2016
New Revision: 428528
URL: https://svnweb.freebsd.org/changeset/ports/428528

Log:
  devel/py-pkgconfig: update 1.1.0 -> 1.2.2
  
  - Improve the tests
  - Potential break: switch from result set to list
  - Expose --list-all query
  - Added support for PKG_CONFIG environment variable
  
  PR:		215261
  Submitted by:	Johannes Jost Meixner <johannes@perceivon.net> (maintainer)

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

Modified: head/devel/py-pkgconfig/Makefile
==============================================================================
--- head/devel/py-pkgconfig/Makefile	Tue Dec 13 19:47:24 2016	(r428527)
+++ head/devel/py-pkgconfig/Makefile	Tue Dec 13 20:19:12 2016	(r428528)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkgconfig
-PORTVERSION=	1.1.0
+PORTVERSION=	1.2.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-pkgconfig/distinfo
==============================================================================
--- head/devel/py-pkgconfig/distinfo	Tue Dec 13 19:47:24 2016	(r428527)
+++ head/devel/py-pkgconfig/distinfo	Tue Dec 13 20:19:12 2016	(r428528)
@@ -1,2 +1,3 @@
-SHA256 (pkgconfig-1.1.0.tar.gz) = 709daaf077aa2b33bedac12706373412c3683576a43013bbaa529fc2769d80df
-SIZE (pkgconfig-1.1.0.tar.gz) = 3887
+TIMESTAMP = 1481606929
+SHA256 (pkgconfig-1.2.2.tar.gz) = 3685ba02a9b72654a764b728b559f327e1dbd7dc6ebc310a1bd429666ee202aa
+SIZE (pkgconfig-1.2.2.tar.gz) = 5305



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612132019.uBDKJC6j007817>