aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-sgrep/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-21 09:58:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-21 09:58:53 +0000
commit49ed1b7336ccc5469cf51c4fb58cc12e04746600 (patch)
treef9f91681ad7a9d9028adab888914eac38e851498 /textproc/py-sgrep/Makefile
parent313f9e42861221223e56740bbaf2071a7d9a840d (diff)
Notes
Diffstat (limited to 'textproc/py-sgrep/Makefile')
-rw-r--r--textproc/py-sgrep/Makefile13
1 files changed, 7 insertions, 6 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>