aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2015-12-11 11:25:24 +0800
committermiwi <miwi@FreeBSD.org>2015-12-11 11:25:24 +0800
commit7292648020f5b0d423224bef8aa5e5282ecb5807 (patch)
treeda046771348a8e56fda6a1bc1d82579ae145f84b /devel
parent8ca20f6f96bd112fe07b3ea959fbdc52f0f6c304 (diff)
downloadfreebsd-ports-gnome-7292648020f5b0d423224bef8aa5e5282ecb5807.tar.gz
freebsd-ports-gnome-7292648020f5b0d423224bef8aa5e5282ecb5807.tar.zst
freebsd-ports-gnome-7292648020f5b0d423224bef8aa5e5282ecb5807.zip
- Update to 0.29
- Correct the PORTNAME which was forgotten in rev 375773 - Switch to do-test PR: 205108 Submitted by: maintainer Reviewed by: python@/koobs Approved by: mat (mentor) Differential Revision: D4467
Diffstat (limited to 'devel')
-rw-r--r--devel/py-check-manifest/Makefile10
-rw-r--r--devel/py-check-manifest/distinfo4
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-check-manifest/Makefile b/devel/py-check-manifest/Makefile
index 1dff1700296b..803e1b6641ff 100644
--- a/devel/py-check-manifest/Makefile
+++ b/devel/py-check-manifest/Makefile
@@ -1,12 +1,11 @@
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
-PORTNAME= checkmanifest
-PORTVERSION= 0.22
+PORTNAME= check-manifest
+PORTVERSION= 0.29
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= check-manifest-${PORTVERSION}
MAINTAINER= xmj@chaot.net
COMMENT= Check MANIFEST.in in a Python source package for completeness
@@ -20,14 +19,15 @@ OPTIONS_DEFINE= DOCS
USES= python
USE_PYTHON= distutils autoplist concurrent
+NO_ARCH= yes
PORTDOCS= README.rst CHANGES.rst
-post-install:
+post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-regression-test: build
+do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>
diff --git a/devel/py-check-manifest/distinfo b/devel/py-check-manifest/distinfo
index d70757227e54..54281ecfdce2 100644
--- a/devel/py-check-manifest/distinfo
+++ b/devel/py-check-manifest/distinfo
@@ -1,2 +1,2 @@
-SHA256 (check-manifest-0.22.tar.gz) = 6b2fdbd0bfbdb403b18414c592e419506d92603d616c49e3d6a06845a124e7de
-SIZE (check-manifest-0.22.tar.gz) = 22521
+SHA256 (check-manifest-0.29.tar.gz) = 0b7fbdcbc6311728b0dd24d07c9aff83c62394698b43c3bb59bd7af9880b7676
+SIZE (check-manifest-0.29.tar.gz) = 26041