update to 3.09 from 3.07 Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->jpaetzel Over to maintainer (via the GNATS Auto Assign Tool)
This looks good. In addition, textproc/libyaml should be updated. --- Makefile 3 Mar 2009 21:26:16 -0000 1.6 +++ Makefile 2 Sep 2009 15:35:34 -0000 @@ -7,8 +7,7 @@ # PORTNAME= libyaml -PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTVERSION= 0.1.3 CATEGORIES= textproc MASTER_SITES= http://pyyaml.org/download/libyaml/ DISTNAME= yaml-${PORTVERSION} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/libyaml/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 1 Mar 2009 01:47:50 -0000 1.3 +++ distinfo 2 Sep 2009 15:35:41 -0000 @@ -1,3 +1,3 @@ -MD5 (yaml-0.1.2.tar.gz) = f6c9b5c2b0f6919abd79f5fd059b01dc -SHA256 (yaml-0.1.2.tar.gz) = 5beb94529cc7ac79b17e354f9b03aea311f5af17be5d48bc39e6f1db5059f70f -SIZE (yaml-0.1.2.tar.gz) = 460685 +MD5 (yaml-0.1.3.tar.gz) = b8ab9064e8e0330423fe640de76608cd +SHA256 (yaml-0.1.3.tar.gz) = a8bbad7e5250b3735126b7e3bd9f6fce9db19d6be7cc13abad17a24b59ec144a +SIZE (yaml-0.1.3.tar.gz) = 466845 Thanks, Josh Paetzel
State Changed From-To: open->analyzed Tested, will be committed shortly.
jpaetzel 2009-09-12 01:14:55 UTC FreeBSD ports repository Modified files: devel/py-yaml pkg-plist distinfo Makefile textproc/libyaml Makefile distinfo Log: Update devel/py-yaml and textproc/libyaml to latest versions PR: ports/138401 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: itetcu@ (mentor) Revision Changes Path 1.19 +1 -2 ports/devel/py-yaml/Makefile 1.12 +3 -3 ports/devel/py-yaml/distinfo 1.7 +0 -4 ports/devel/py-yaml/pkg-plist 1.7 +1 -2 ports/textproc/libyaml/Makefile 1.4 +3 -3 ports/textproc/libyaml/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: analyzed->closed Committed, thanks!