aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-03-21 17:58:53 +0800
committermiwi <miwi@FreeBSD.org>2007-03-21 17:58:53 +0800
commit3eedccb771c9ec2e8d1d196c8a3c72d771ba0e86 (patch)
tree28028d7d78c0c9b9232e0747327be418d8e07c1c /textproc
parente263c4ed2c7a95403303d08e8013d84c413b7ce5 (diff)
downloadfreebsd-ports-gnome-3eedccb771c9ec2e8d1d196c8a3c72d771ba0e86.tar.gz
freebsd-ports-gnome-3eedccb771c9ec2e8d1d196c8a3c72d771ba0e86.tar.zst
freebsd-ports-gnome-3eedccb771c9ec2e8d1d196c8a3c72d771ba0e86.zip
- Update to 1.1a
PR: 110445 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-sgrep/Makefile13
-rw-r--r--textproc/py-sgrep/distinfo12
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