diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-21 09:58:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-21 09:58:53 +0000 |
commit | 49ed1b7336ccc5469cf51c4fb58cc12e04746600 (patch) | |
tree | f9f91681ad7a9d9028adab888914eac38e851498 /textproc/py-sgrep | |
parent | 313f9e42861221223e56740bbaf2071a7d9a840d (diff) | |
download | ports-49ed1b7336ccc5469cf51c4fb58cc12e04746600.tar.gz ports-49ed1b7336ccc5469cf51c4fb58cc12e04746600.zip |
Notes
Diffstat (limited to 'textproc/py-sgrep')
-rw-r--r-- | textproc/py-sgrep/Makefile | 13 | ||||
-rw-r--r-- | textproc/py-sgrep/distinfo | 12 |
2 files changed, 13 insertions, 12 deletions
diff --git a/textproc/py-sgrep/Makefile b/textproc/py-sgrep/Makefile index 2dae52db4a32..d23003544022 100644 --- a/textproc/py-sgrep/Makefile +++ b/textproc/py-sgrep/Makefile @@ -7,24 +7,25 @@ # PORTNAME= sgrep -PORTVERSION= ${SGREP_VER} # dont know ver, so I decide to choose sgrep ver +PORTVERSION= 1.1a +PORTEPOCH= 1 CATEGORIES= textproc python MASTER_SITES= http://www.rexx.com/~dkuhlman/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= pysgrep.tar.gz sgrep-${SGREP_VER}.tar.gz -EXTRACT_ONLY= sgrep-1.92a.tar.gz +DISTFILES= pysgrep-${PORTVERSION}.tar.gz sgrep-${SGREP_VER}.tar.gz +EXTRACT_ONLY= sgrep-${SGREP_VER}.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Python wrappers for Sgrep PLIST_FILES= %%PYTHON_SITELIBDIR%%/sgreplib.so -SGREP_VER= 1.92a +SGREP_VER= 1.94a WRKSRC= ${WRKDIR}/sgrep-${SGREP_VER} GNU_CONFIGURE= yes USE_PYTHON= yes USE_PYDISTUTILS= yes post-extract: - @${TAR} -zxf ${_DISTDIR}/pysgrep.tar.gz -C ${WRKSRC} + @${TAR} -zxf ${DISTDIR}/pysgrep-${PORTVERSION}.tar.gz -C ${WRKSRC} .include <bsd.port.mk> diff --git a/textproc/py-sgrep/distinfo b/textproc/py-sgrep/distinfo index 0dd560d54cc5..7c9c1d78f7c6 100644 --- a/textproc/py-sgrep/distinfo +++ b/textproc/py-sgrep/distinfo @@ -1,6 +1,6 @@ -MD5 (pysgrep.tar.gz) = c8fdd7c8a5e2599a03ce334e68705463 -SHA256 (pysgrep.tar.gz) = 051ad60617080647fed6c47eece422071567365b4f7399502456ff51f4b04187 -SIZE (pysgrep.tar.gz) = 16491 -MD5 (sgrep-1.92a.tar.gz) = 99eb1ed515648f653fc7be45e0896378 -SHA256 (sgrep-1.92a.tar.gz) = f5dabbd9c5cd35823c8e1e50fb313af9772f0d33280b08484ca29d6540979702 -SIZE (sgrep-1.92a.tar.gz) = 148306 +MD5 (pysgrep-1.1a.tar.gz) = f72e2d1d38260641572a60e38a39bb8c +SHA256 (pysgrep-1.1a.tar.gz) = eb2e3018f6834478f7f2e6b9d5686f8f9d7bf185dc1b6ce117e9fb139bccc017 +SIZE (pysgrep-1.1a.tar.gz) = 20985 +MD5 (sgrep-1.94a.tar.gz) = 8cdd044602061b0ecd3e610fde655a3f +SHA256 (sgrep-1.94a.tar.gz) = d5b16478e3ab44735e24283d2d895d2c9c80139c95228df3bdb2ac446395faf9 +SIZE (sgrep-1.94a.tar.gz) = 193267 |