aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-12-15 03:41:58 +0800
committerantoine <antoine@FreeBSD.org>2013-12-15 03:41:58 +0800
commit204af0f22894ba14862e08dcea1ca1385b53f421 (patch)
tree945079faecb2cc93885a5b8743b4b851e218ff6d /sysutils
parente490991424f4e87305363829f8c953038236390a (diff)
downloadfreebsd-ports-gnome-204af0f22894ba14862e08dcea1ca1385b53f421.tar.gz
freebsd-ports-gnome-204af0f22894ba14862e08dcea1ca1385b53f421.tar.zst
freebsd-ports-gnome-204af0f22894ba14862e08dcea1ca1385b53f421.zip
- Update to 2013-12-13
- Use PYDISTUTILS_AUTOPLIST - Install examples as scripts since they are now shebangfixed
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-pytsk/Makefile9
-rw-r--r--sysutils/py-pytsk/distinfo4
2 files changed, 5 insertions, 8 deletions
diff --git a/sysutils/py-pytsk/Makefile b/sysutils/py-pytsk/Makefile
index 3efe29b64cb2..df6d537c9216 100644
--- a/sysutils/py-pytsk/Makefile
+++ b/sysutils/py-pytsk/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pytsk
-DISTVERSION= 2013-11-24
+DISTVERSION= 2013-12-13
CATEGORIES= sysutils security devel python
MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiScUxsUm54cG02RDA/ \
LOCAL/antoine
@@ -24,8 +24,7 @@ python_OLD_CMD= .*
python_CMD= ${PYTHON_CMD}
USE_PYTHON= -2.7
USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGNAME=pytsk3
-PYDISTUTILS_PKGVERSION=4.1.2
+PYDISTUTILS_AUTOPLIST=yes
post-patch:
${REINPLACE_CMD} -e "s|'/', 'usr', 'local'|'${LOCALBASE}'|" \
@@ -37,8 +36,6 @@ PORTDOCS= README
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
PORTEXAMPLES= *
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/pytsk3.so
-
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.options.mk>
@@ -50,7 +47,7 @@ post-install:
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/samples/*.py ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/samples/*.py ${STAGEDIR}${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
diff --git a/sysutils/py-pytsk/distinfo b/sysutils/py-pytsk/distinfo
index 388523a3af5c..fda0e57e4c24 100644
--- a/sysutils/py-pytsk/distinfo
+++ b/sysutils/py-pytsk/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pytsk-2013-11-24.tgz) = a61be70df8d10cf029e02d56067389c0a42b4ee91c1172d171196603510cf965
-SIZE (pytsk-2013-11-24.tgz) = 85316
+SHA256 (pytsk-2013-12-13.tgz) = b8dd810698d0056c7484df428f4000721ef607c89e00997fd76016a19b4f78a0
+SIZE (pytsk-2013-12-13.tgz) = 88489