svn commit: r361789 - in head/devel/py-statgrab: . files
Tim Bishop
tdb at FreeBSD.org
Mon Jul 14 15:28:24 UTC 2014
Author: tdb
Date: Mon Jul 14 15:28:23 2014
New Revision: 361789
URL: http://svnweb.freebsd.org/changeset/ports/361789
QAT: https://qat.redports.org/buildarchive/r361789/
Log:
- Update to 0.6
- Uses new libstatgrab API in devel/libstatgrab
- Use PYDISTUTILS_AUTOPLIST to generate the pkg-plist
Deleted:
head/devel/py-statgrab/files/
head/devel/py-statgrab/pkg-plist
Modified:
head/devel/py-statgrab/Makefile
head/devel/py-statgrab/distinfo
Modified: head/devel/py-statgrab/Makefile
==============================================================================
--- head/devel/py-statgrab/Makefile Mon Jul 14 15:20:40 2014 (r361788)
+++ head/devel/py-statgrab/Makefile Mon Jul 14 15:28:23 2014 (r361789)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= statgrab
-PORTVERSION= 0.5
+PORTVERSION= 0.6
CATEGORIES= devel python
MASTER_SITES= http://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \
http://ftp.i-scream.org/pub/i-scream/%SUBDIR%/
@@ -13,11 +13,11 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= tdb at FreeBSD.org
COMMENT= Set of Python bindings for libstatgrab
-LIB_DEPENDS= libstatgrab0.so:${PORTSDIR}/devel/libstatgrab0
+LIB_DEPENDS= libstatgrab.so:${PORTSDIR}/devel/libstatgrab
USES= pkgconfig
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= pystatgrab
+PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>
Modified: head/devel/py-statgrab/distinfo
==============================================================================
--- head/devel/py-statgrab/distinfo Mon Jul 14 15:20:40 2014 (r361788)
+++ head/devel/py-statgrab/distinfo Mon Jul 14 15:28:23 2014 (r361789)
@@ -1,2 +1,2 @@
-SHA256 (pystatgrab-0.5.tar.gz) = f6a0b4a2dca70f346b8bbbd705b8dc772dc4e8c7cde2b2b83c85eb65c4cfe1d8
-SIZE (pystatgrab-0.5.tar.gz) = 26867
+SHA256 (pystatgrab-0.6.tar.gz) = eee0a65e1084628008222223bafdbb3ce66dffd4aa03febb9e918e61ef0d08fe
+SIZE (pystatgrab-0.6.tar.gz) = 78763
More information about the svn-ports-all
mailing list