svn commit: r342254 - head/devel/py-checkmanifest
Kubilay Kocak
koobs at FreeBSD.org
Sun Feb 2 08:46:41 UTC 2014
Author: koobs
Date: Sun Feb 2 08:46:40 2014
New Revision: 342254
URL: http://svnweb.freebsd.org/changeset/ports/342254
QAT: https://qat.redports.org/buildarchive/r342254/
Log:
devel/py-checkmanifest: Update to 0.18 and modernise
- Update to 0.18
- Deprecate easy_install target
Changes: 0.18 (2014-01-30)
* Friendlier error message when an external command cannot be found
(issue #21).
* Add suggestion pattern for .coveragerc.
* Python 2.6 support (issue #22).
PR: ports/186336
Submitted by: Johannes Jost Meixner <xmj at chaot.net> (maintainer)
Modified:
head/devel/py-checkmanifest/Makefile
head/devel/py-checkmanifest/distinfo
Modified: head/devel/py-checkmanifest/Makefile
==============================================================================
--- head/devel/py-checkmanifest/Makefile Sun Feb 2 08:35:23 2014 (r342253)
+++ head/devel/py-checkmanifest/Makefile Sun Feb 2 08:46:40 2014 (r342254)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= checkmanifest
-PORTVERSION= 0.17
+PORTVERSION= 0.18
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,9 +17,8 @@ PORTDOCS= README.rst \
CHANGES.rst
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
-PYDISTUTILS_PKGNAME= check_manifest
OPTIONS_DEFINE= DOCS
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
Modified: head/devel/py-checkmanifest/distinfo
==============================================================================
--- head/devel/py-checkmanifest/distinfo Sun Feb 2 08:35:23 2014 (r342253)
+++ head/devel/py-checkmanifest/distinfo Sun Feb 2 08:46:40 2014 (r342254)
@@ -1,2 +1,2 @@
-SHA256 (check-manifest-0.17.tar.gz) = cf50974ff23490d410466ead6d8c3b2526300cce749f695e0394883fc2bdc8c9
-SIZE (check-manifest-0.17.tar.gz) = 16079
+SHA256 (check-manifest-0.18.tar.gz) = cdde57349bd5d229f30dd167ea7526d6be3514720f5a8fa12c5b0d0cbcbbfef0
+SIZE (check-manifest-0.18.tar.gz) = 17753
More information about the svn-ports-all
mailing list