Date: Sun, 8 Feb 2009 02:52:20 +0800 (CST) From: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/131470: [MAINTAINER] www/py-textile: update to 2.1.3 Message-ID: <200902071852.n17IqKLw028130@stucgi.cs.nctu.edu.tw> Resent-Message-ID: <200902071900.n17J0FeD011340@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131470 >Category: ports >Synopsis: [MAINTAINER] www/py-textile: update to 2.1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 07 19:00:15 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yi-Jheng Lin >Release: FreeBSD 7.1-RELEASE amd64 >Organization: NCTU CS >Environment: System: FreeBSD stucgi 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Tue Jan 6 18:29:34 CST >Description: - Update to 2.1.3 Removed file(s): - pkg-plist Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py-textile-2.1.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/py-textile/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 28 Dec 2008 10:54:07 -0000 1.2 +++ Makefile 7 Feb 2009 18:51:56 -0000 @@ -6,9 +6,10 @@ # PORTNAME= textile -PORTVERSION= 2.0.11 +PORTVERSION= 2.1.3 CATEGORIES= www textproc python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= CHEESESHOP \ + ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yzlin@cs.nctu.edu.tw @@ -16,8 +17,9 @@ PROJECTHOST= pytextile USE_PYTHON= 2.5+ -USE_PYDISTUTILS= easy_install -PYDISTUTILS_NOEGGINFO= yes -PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//} +USE_PYDISTUTILS= yes +PLIST_FILES= %%PYTHON_SITELIBDIR%%/textile.py \ + %%PYTHON_SITELIBDIR%%/textile.pyc \ + %%PYTHON_SITELIBDIR%%/textile.pyo .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/py-textile/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 6 Sep 2008 21:03:19 -0000 1.1 +++ distinfo 7 Feb 2009 18:51:56 -0000 @@ -1,3 +1,3 @@ -MD5 (textile-2.0.11.tar.gz) = a94aee1f9610aae6605c6e72b6a1f660 -SHA256 (textile-2.0.11.tar.gz) = 8d1f277c541d2638f8be3fa5ebb01762e01ce9d1792ae7bcdca443716964bf59 -SIZE (textile-2.0.11.tar.gz) = 28727 +MD5 (textile-2.1.3.tar.gz) = 07ec3c6d5e47763376894dfe60466a18 +SHA256 (textile-2.1.3.tar.gz) = 68547970d5eaa31f7c012f10b05ccee08b0b5b412a5adb35f9cabb5e1e626ce5 +SIZE (textile-2.1.3.tar.gz) = 14417 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/www/py-textile/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 6 Sep 2008 21:03:19 -0000 1.1 +++ pkg-descr 7 Feb 2009 18:51:56 -0000 @@ -1,4 +1,4 @@ Textile is a Python implementation of the Textile (http://textism.com/tools/textile) markup language. -WWW: http://code.google.com/p/pytextile/ +WWW: http://loopcore.com/python-textile/ Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 6 Sep 2008 21:03:19 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/textile-%%VERSION%%-py%%PYVER%%.egg --- py-textile-2.1.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902071852.n17IqKLw028130>