- Update to 0.9.6
- Remove USE_REINPLACE obsolete var - Use the new USE_DOS2UNIX=yes PR: ports/92206 Submitted by: Rui Lopes <rui@ruilopes.com>
This commit is contained in:
parent
63c162e06c
commit
0bb738852f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154252
2 changed files with 5 additions and 9 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= silvercity
|
||||
PORTVERSION= 0.9.5
|
||||
PORTVERSION= 0.9.6
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -18,10 +18,6 @@ COMMENT= A lexing package for over 20 programming and markup langauges
|
|||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
# convert scripts EOL from DOS to NIX
|
||||
post-extract:
|
||||
@${REINPLACE_CMD} -e 's,
$$,,' ${WRKSRC}/PySilverCity/Scripts/*.py
|
||||
USE_DOS2UNIX= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (SilverCity-0.9.5.tar.gz) = 69fe2e02ffda4988ebcd4f1b42184a97
|
||||
SHA256 (SilverCity-0.9.5.tar.gz) = 474081fa0a126624d20549a219726b31ecde7eeee3f62bfcb73707dadf1d4623
|
||||
SIZE (SilverCity-0.9.5.tar.gz) = 185935
|
||||
MD5 (SilverCity-0.9.6.tar.gz) = 65f2fba68f25997d46e234e1d40af304
|
||||
SHA256 (SilverCity-0.9.6.tar.gz) = 545f30a59e03d20d4d9a6d5f06050b1e14248d5685c7145a08cbeec11f10668b
|
||||
SIZE (SilverCity-0.9.6.tar.gz) = 267620
|
||||
|
|
Loading…
Reference in a new issue