svn commit: r355934 - in head/textproc/py-paragrep: . files

Wen Heping wen at FreeBSD.org
Sat May 31 05:07:20 UTC 2014


Author: wen
Date: Sat May 31 05:07:19 2014
New Revision: 355934
URL: http://svnweb.freebsd.org/changeset/ports/355934
QAT: https://qat.redports.org/buildarchive/r355934/

Log:
  - Update to 3.1.1
  - Add STAGE support
  
  PR:		190352
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Deleted:
  head/textproc/py-paragrep/files/patch-setup.py
Modified:
  head/textproc/py-paragrep/Makefile
  head/textproc/py-paragrep/distinfo

Modified: head/textproc/py-paragrep/Makefile
==============================================================================
--- head/textproc/py-paragrep/Makefile	Sat May 31 05:05:23 2014	(r355933)
+++ head/textproc/py-paragrep/Makefile	Sat May 31 05:07:19 2014	(r355934)
@@ -2,26 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	paragrep
-PORTVERSION=	3.0.5
+PORTVERSION=	3.1.1
 CATEGORIES=	textproc python
-MASTER_SITES=	http://github.com/bmc/paragrep/zipball/release-3.0.5/
+MASTER_SITES=	http://github.com/bmc/paragrep/zipball/release-${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	bmc-${PORTNAME}-48708ef
 
 MAINTAINER=	wen at FreeBSD.org
 COMMENT=	Paragraph Grep Utility
 
+LICENSE=	BSD3CLAUSE
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}grizzled>=0.8.1:${PORTSDIR}/devel/py-grizzled
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		zip
+WRKSRC=	${WRKDIR}/bmc-${PORTNAME}-e7d5553
 USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-MAN1=		paragrep.1
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=yes
 
-NO_STAGE=	yes
-post-install:
-	@${INSTALL_MAN} ${WRKSRC}/man/paragrep.1 ${PREFIX}/man/man1/
+post-patch:
+	@${REINPLACE_CMD} -e "s|'man'|'man/man1'|g" ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>

Modified: head/textproc/py-paragrep/distinfo
==============================================================================
--- head/textproc/py-paragrep/distinfo	Sat May 31 05:05:23 2014	(r355933)
+++ head/textproc/py-paragrep/distinfo	Sat May 31 05:07:19 2014	(r355934)
@@ -1,2 +1,2 @@
-SHA256 (bmc-paragrep-48708ef.zip) = f86ed36d8168c68beff3a82fd3e61b6b0afbefb3eac82540429d98e120caa86e
-SIZE (bmc-paragrep-48708ef.zip) = 24068
+SHA256 (paragrep-3.1.1.tar.gz) = 4bbe39dd7cdf9d39212b75a5536bbf73f43e59911abde1f8c8ae208a42f1091a
+SIZE (paragrep-3.1.1.tar.gz) = 17284


More information about the svn-ports-all mailing list