svn commit: r403482 - head/devel/py-check-manifest

Martin Wilke miwi at FreeBSD.org
Fri Dec 11 03:25:26 UTC 2015


Author: miwi
Date: Fri Dec 11 03:25:24 2015
New Revision: 403482
URL: https://svnweb.freebsd.org/changeset/ports/403482

Log:
  - 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

Modified:
  head/devel/py-check-manifest/Makefile
  head/devel/py-check-manifest/distinfo

Modified: head/devel/py-check-manifest/Makefile
==============================================================================
--- head/devel/py-check-manifest/Makefile	Fri Dec 11 01:08:08 2015	(r403481)
+++ head/devel/py-check-manifest/Makefile	Fri Dec 11 03:25:24 2015	(r403482)
@@ -1,12 +1,11 @@
 # Created by: Johannes Meixner <xmj at 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 at 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>

Modified: head/devel/py-check-manifest/distinfo
==============================================================================
--- head/devel/py-check-manifest/distinfo	Fri Dec 11 01:08:08 2015	(r403481)
+++ head/devel/py-check-manifest/distinfo	Fri Dec 11 03:25:24 2015	(r403482)
@@ -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


More information about the svn-ports-head mailing list