aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-11-03 01:11:24 +0800
committerpawel <pawel@FreeBSD.org>2013-11-03 01:11:24 +0800
commit3b4aaced4783c75cb21dbc5b0b257a3115bfc9bb (patch)
treea583e9394fc0084df608e20409f95b47f2056c72 /misc
parent3c39cb695e769f6aea5f9b1809a72ea4869ffa03 (diff)
downloadfreebsd-ports-graphics-3b4aaced4783c75cb21dbc5b0b257a3115bfc9bb.tar.gz
freebsd-ports-graphics-3b4aaced4783c75cb21dbc5b0b257a3115bfc9bb.tar.zst
freebsd-ports-graphics-3b4aaced4783c75cb21dbc5b0b257a3115bfc9bb.zip
- Update to version 0.9.6
- Support staging PR: ports/181074 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/cs/Makefile22
-rw-r--r--misc/cs/distinfo4
2 files changed, 12 insertions, 14 deletions
diff --git a/misc/cs/Makefile b/misc/cs/Makefile
index f84aeef791b..26bc82f4ad3 100644
--- a/misc/cs/Makefile
+++ b/misc/cs/Makefile
@@ -2,29 +2,27 @@
# $FreeBSD$
PORTNAME= cs
-PORTVERSION= 0.9.5
-PORTREVISION= 2
+PORTVERSION= 0.9.6
CATEGORIES= misc
-MASTER_SITES= http://njhurst.org/programming/cross-stitch/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= pav
+MASTER_SITES= http://njhurst.com/programming/cross-stitch/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Cross Stitch software
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging
+LICENSE= GPLv2 # (or later)
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging
-USE_PYTHON= yes
NO_BUILD= yes
-PLIST_FILES= bin/xs
+USES= shebangfix
+SHEBANG_FILES= xs.py
+USE_PYTHON_RUN= yes
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e "s,/usr/bin/python,${SETENV} python," ${WRKSRC}/xs.py
+PLIST_FILES= bin/xs
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/xs.py ${PREFIX}/bin/xs
+ (cd ${WRKSRC} && ${INSTALL_SCRIPT} xs.py ${STAGEDIR}${PREFIX}/bin/xs)
.include <bsd.port.mk>
diff --git a/misc/cs/distinfo b/misc/cs/distinfo
index 59274ae495c..7c4fb525f73 100644
--- a/misc/cs/distinfo
+++ b/misc/cs/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cs-0.9.5.tgz) = 823f614e7e4882fb718386390e39719da045a401f3f04e99cd0e3b0cec3deda0
-SIZE (cs-0.9.5.tgz) = 73206
+SHA256 (cs-0.9.6.tgz) = d12749df866f155db477826db5bcad32c81825288d18d68ff7d29b5aabc5b0d8
+SIZE (cs-0.9.6.tgz) = 72845