Date: Tue, 10 Feb 2009 02:26:00 +0800 (CST) From: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jpaetzel@FreeBSD.org Subject: ports/131537: [PATCH] devel/py-yaml: update to 3.08 Message-ID: <200902091826.n19IQ0M4059933@stucgi.cs.nctu.edu.tw> Resent-Message-ID: <200902091830.n19IU1p7048654@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131537 >Category: ports >Synopsis: [PATCH] devel/py-yaml: update to 3.08 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 09 18:30:01 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 3.08 Port maintainer (jpaetzel@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py-yaml-3.08.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/py-yaml/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 14 Jan 2009 16:21:32 -0000 1.16 +++ Makefile 9 Feb 2009 18:25:46 -0000 @@ -7,7 +7,7 @@ # PORTNAME= yaml -PORTVERSION= 3.07 +PORTVERSION= 3.08 CATEGORIES= devel python MASTER_SITES= http://pyyaml.org/download/pyyaml/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/py-yaml/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- distinfo 14 Jan 2009 16:21:32 -0000 1.11 +++ distinfo 9 Feb 2009 18:25:46 -0000 @@ -1,3 +1,3 @@ -MD5 (PyYAML-3.07.tar.gz) = b13ffef10f596fca666b1c0dffe5cb00 -SHA256 (PyYAML-3.07.tar.gz) = c9d1aee39968b4d1b397d18d3f1307e58b968df28cbf045d0b2097a93ade80cb -SIZE (PyYAML-3.07.tar.gz) = 141464 +MD5 (PyYAML-3.08.tar.gz) = a4163a2017fa57f448c66815511fa555 +SHA256 (PyYAML-3.08.tar.gz) = 24b08038259c81e2c349a5601a5682b7e4e5167d1db7af576cf2b32c6b59412f +SIZE (PyYAML-3.08.tar.gz) = 229297 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/py-yaml/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 14 Jan 2009 16:21:32 -0000 1.6 +++ pkg-plist 9 Feb 2009 18:25:46 -0000 @@ -51,12 +51,8 @@ %%PYTHON_SITELIBDIR%%/yaml/tokens.pyc %%PYTHON_SITELIBDIR%%/yaml/tokens.pyo @dirrm %%PYTHON_SITELIBDIR%%/yaml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/resolver_bug.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_slots.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_yamlobject.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_yamlobject2.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygments-lexer/yaml.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygments-lexer/example.yaml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygments-lexer/yaml.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yaml-highlight/yaml_hl.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yaml-highlight/yaml_hl.py %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/yaml-highlight --- py-yaml-3.08.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?200902091826.n19IQ0M4059933>