Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2013 02:54:32 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/181074: misc/cs: Update to version 0.9.6
Message-ID:  <20130806025432.5b4f973f765d38afb1524d1a@yahoo.com>
Resent-Message-ID: <201308051810.r75IA6bA020292@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181074
>Category:       ports
>Synopsis:       misc/cs: Update to version 0.9.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 05 18:10:06 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 0.9.6

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/misc/cs/Makefile misc/cs/Makefile
--- /usr/ports/misc/cs/Makefile	2013-07-10 15:24:16.000000000 +0900
+++ misc/cs/Makefile	2013-08-06 00:00:00.000000000 +0900
@@ -1,34 +1,28 @@
-# ex:ts=8
-# Ports collection makefile for:	cs
-# Date created:			Jun 30, 2005
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD: head/misc/cs/Makefile 322581 2013-07-09 21:26:48Z pav $
-#
 
 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
 
-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 ${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-08-06 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
diff -urN /usr/ports/misc/cs/pkg-descr misc/cs/pkg-descr
--- /usr/ports/misc/cs/pkg-descr	2013-06-21 03:48:04.000000000 +0900
+++ misc/cs/pkg-descr	2013-08-06 00:00:00.000000000 +0900
@@ -1,3 +1,3 @@
 Cross Stitch software.
 
-WWW: http://njhurst.org/programming/cross-stitch/
+WWW: http://njhurst.com/programming/cross-stitch/
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130806025432.5b4f973f765d38afb1524d1a>