diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-20 21:58:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-20 21:58:58 +0000 |
commit | 43df3f60c75ff536c7c3f82102e54716b3ec6fd2 (patch) | |
tree | 24e840f372ec4569584fc4bc3f364993abad25b4 /sysutils | |
parent | 13931f466fd40d94144c6a54761fe43761d17602 (diff) | |
download | ports-43df3f60c75ff536c7c3f82102e54716b3ec6fd2.tar.gz ports-43df3f60c75ff536c7c3f82102e54716b3ec6fd2.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-pytsk/Makefile | 4 | ||||
-rw-r--r-- | sysutils/py-pytsk/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/py-pytsk/Makefile b/sysutils/py-pytsk/Makefile index 405969f8a5b4..3d75fce28645 100644 --- a/sysutils/py-pytsk/Makefile +++ b/sysutils/py-pytsk/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pytsk -PORTVERSION= 20140506 +PORTVERSION= 20141220 CATEGORIES= sysutils security devel python MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiScUxsUm54cG02RDA/ \ LOCAL/antoine @@ -29,7 +29,7 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES post-patch: - ${REINPLACE_CMD} -e "s|'/', 'usr', 'local'|'${LOCALBASE}'|" \ + ${REINPLACE_CMD} 's|"/", "usr", "local"|"${LOCALBASE}"|' \ ${WRKSRC}/setup.py post-install: diff --git a/sysutils/py-pytsk/distinfo b/sysutils/py-pytsk/distinfo index 8f7e120ba9e6..1c3ce5611cb1 100644 --- a/sysutils/py-pytsk/distinfo +++ b/sysutils/py-pytsk/distinfo @@ -1,2 +1,2 @@ -SHA256 (pytsk-20140506.tgz) = e4cecc8b138a88150376fa7cac12b4accf1b2e9e911703eb14bd4d5371560846 -SIZE (pytsk-20140506.tgz) = 93097 +SHA256 (pytsk-20141220.tgz) = 966c3236b5ce9779a675e32c52dd5052ea3c9bd31b30031457ee7d1b67f84bb5 +SIZE (pytsk-20141220.tgz) = 95098 |