svn commit: r332511 - head/misc/cs
Pawel Pekala
pawel at FreeBSD.org
Sat Nov 2 17:11:25 UTC 2013
Author: pawel
Date: Sat Nov 2 17:11:24 2013
New Revision: 332511
URL: http://svnweb.freebsd.org/changeset/ports/332511
Log:
- Update to version 0.9.6
- Support staging
PR: ports/181074
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Modified:
head/misc/cs/Makefile (contents, props changed)
head/misc/cs/distinfo (contents, props changed)
Modified: head/misc/cs/Makefile
==============================================================================
--- head/misc/cs/Makefile Sat Nov 2 17:09:22 2013 (r332510)
+++ head/misc/cs/Makefile Sat Nov 2 17:11:24 2013 (r332511)
@@ -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 at 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>
Modified: head/misc/cs/distinfo
==============================================================================
--- head/misc/cs/distinfo Sat Nov 2 17:09:22 2013 (r332510)
+++ head/misc/cs/distinfo Sat Nov 2 17:11:24 2013 (r332511)
@@ -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
More information about the svn-ports-head
mailing list