Date: Thu, 31 Oct 2013 19:40:09 GMT From: KATO Tsuguru <tkato432@yahoo.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/181074: misc/cs: Update to version 0.9.6 Message-ID: <201310311940.r9VJe9RY065479@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/181074; it has been noted by GNATS. From: KATO Tsuguru <tkato432@yahoo.com> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181074: misc/cs: Update to version 0.9.6 Date: Fri, 1 Nov 2013 04:26:13 +0900 This is a multi-part message in MIME format. --Multipart=_Fri__1_Nov_2013_04_26_13_+0900_M.yBWjkBr/Pm0ExI Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Remake of the patch against current tree. --Multipart=_Fri__1_Nov_2013_04_26_13_+0900_M.yBWjkBr/Pm0ExI Content-Type: text/x-diff; name="misc_cs.diff" Content-Disposition: attachment; filename="misc_cs.diff" Content-Transfer-Encoding: 7bit diff -urN /usr/ports/misc/cs/Makefile misc/cs/Makefile --- /usr/ports/misc/cs/Makefile 2013-09-22 00:31:45.000000000 +0900 +++ misc/cs/Makefile 2013-11-01 00:00:00.000000000 +0900 @@ -2,29 +2,27 @@ # $FreeBSD: head/misc/cs/Makefile 327745 2013-09-20 20:50:57Z bapt $ 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 +LICENSE= GPLv2 # (or later) + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/Image.py:${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 -urN /usr/ports/misc/cs/distinfo misc/cs/distinfo --- /usr/ports/misc/cs/distinfo 2013-06-21 03:48:04.000000000 +0900 +++ misc/cs/distinfo 2013-11-01 00:00:00.000000000 +0900 @@ -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 --Multipart=_Fri__1_Nov_2013_04_26_13_+0900_M.yBWjkBr/Pm0ExI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310311940.r9VJe9RY065479>