mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
upgrade it to work with sgrep 1.92a
This commit is contained in:
parent
999e65b20a
commit
a8472a80c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93217
3 changed files with 15 additions and 7 deletions
|
@ -7,17 +7,24 @@
|
|||
#
|
||||
|
||||
PORTNAME= sgrep
|
||||
PORTVERSION= 1.0a
|
||||
PORTVERSION= ${SGREP_VER} # dont know ver, so I decide to choose sgrep ver
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= http://www.rexx.com/~dkuhlman/
|
||||
MASTER_SITES= http://www.rexx.com/~dkuhlman/ \
|
||||
ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pysgrep-${PORTVERSION}
|
||||
DISTFILES= pysgrep.tar.gz sgrep-${SGREP_VER}.tar.gz
|
||||
EXTRACT_ONLY= sgrep-1.92a.tar.gz
|
||||
|
||||
MAINTAINER= ijliao@freebsd.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python wrappers for Sgrep
|
||||
|
||||
SGREP_VER= 1.92a
|
||||
WRKSRC= ${WRKDIR}/sgrep-${SGREP_VER}
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-extract:
|
||||
@${TAR} -zxf ${_DISTDIR}/pysgrep.tar.gz -C ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (pysgrep-1.0a.tar.gz) = 106f1321b8e38d0cfbe7199870ff17a9
|
||||
MD5 (pysgrep.tar.gz) = c8fdd7c8a5e2599a03ce334e68705463
|
||||
MD5 (sgrep-1.92a.tar.gz) = 99eb1ed515648f653fc7be45e0896378
|
||||
|
|
|
@ -1 +1 @@
|
|||
lib/%%PYTHON_VERSION%%/site-packages/sgreplib.so
|
||||
%%PYTHON_SITELIBDIR%%/sgreplib.so
|
||||
|
|
Loading…
Add table
Reference in a new issue