From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 2 11:10:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99CE11DD for ; Sun, 2 Mar 2014 11:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74F8212D5 for ; Sun, 2 Mar 2014 11:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s22BA1fk072379 for ; Sun, 2 Mar 2014 11:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s22BA1EC072378; Sun, 2 Mar 2014 11:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 2 Mar 2014 11:10:01 GMT Resent-Message-Id: <201403021110.s22BA1EC072378@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gergely Czuczy Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 428C6FA6 for ; Sun, 2 Mar 2014 11:02:05 +0000 (UTC) Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F2F41286 for ; Sun, 2 Mar 2014 11:02:05 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s22B24IX006129 for ; Sun, 2 Mar 2014 11:02:04 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s22B24pk006128; Sun, 2 Mar 2014 11:02:04 GMT (envelope-from nobody) Message-Id: <201403021102.s22B24pk006128@cgiserv.freebsd.org> Date: Sun, 2 Mar 2014 11:02:04 GMT From: Gergely Czuczy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/187191: devel/yaml-cpp to 0.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 11:10:01 -0000 >Number: 187191 >Category: ports >Synopsis: devel/yaml-cpp to 0.5.1 >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: Sun Mar 02 11:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Gergely Czuczy >Release: 9.2-STABLE >Organization: >Environment: FreeBSD dirk.bealak.harmless.lan 9.2-STABLE FreeBSD 9.2-STABLE #0: Fri Dec 13 13:33:19 CET 2013 toor@dirk.bealak.harmless.lan:/usr/obj/usr/src/sys/DIRK amd64 >Description: The attached patch updates devel/yaml-cpp from 0.3.0 to 0.5.1 >How-To-Repeat: port is outdated >Fix: apply the patch Patch attached with submission follows: diff -u -p1 yaml-cpp.old/Makefile yaml-cpp/Makefile --- yaml-cpp.old/Makefile 2013-09-20 17:17:44.000000000 +0000 +++ yaml-cpp/Makefile 2014-03-01 15:11:49.000000000 +0000 @@ -4,4 +4,4 @@ PORTNAME= yaml-cpp -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.5.1 +#PORTREVISION= 1 CATEGORIES= devel @@ -14,3 +14,3 @@ LICENSE= MIT -WRKSRC= ${WRKDIR}/${PORTNAME} +#WRKSRC= ${WRKDIR}/${PORTNAME} USES= cmake diff -u -p1 yaml-cpp.old/distinfo yaml-cpp/distinfo --- yaml-cpp.old/distinfo 2012-10-01 03:03:19.000000000 +0000 +++ yaml-cpp/distinfo 2014-03-01 15:09:34.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (yaml-cpp-0.3.0.tar.gz) = 2cd038b5a1583b6745e949e196fba525f6d0d5fd340566585fde24fc7e117b82 -SIZE (yaml-cpp-0.3.0.tar.gz) = 82674 +SHA256 (yaml-cpp-0.5.1.tar.gz) = 3e7c9052b43d987d41819a203d97fc45de4eed3ec67e0fdb14265c3d11046f06 +SIZE (yaml-cpp-0.5.1.tar.gz) = 118244 Only in yaml-cpp.old: files diff -u -p1 yaml-cpp.old/pkg-plist yaml-cpp/pkg-plist --- yaml-cpp.old/pkg-plist 2012-10-22 01:06:21.000000000 +0000 +++ yaml-cpp/pkg-plist 2014-03-02 10:57:14.000000000 +0000 @@ -1,7 +1,9 @@ -include/yaml-cpp/aliasmanager.h +lib/libyaml-cpp.so.0.5.1 +lib/libyaml-cpp.so.0.5 +lib/libyaml-cpp.so include/yaml-cpp/anchor.h include/yaml-cpp/binary.h +include/yaml-cpp/contrib include/yaml-cpp/contrib/anchordict.h include/yaml-cpp/contrib/graphbuilder.h -include/yaml-cpp/conversion.h include/yaml-cpp/dll.h @@ -9,2 +11,3 @@ include/yaml-cpp/emitfromevents.h include/yaml-cpp/emitter.h +include/yaml-cpp/emitterdef.h include/yaml-cpp/emittermanip.h @@ -12,22 +15,28 @@ include/yaml-cpp/eventhandler.h include/yaml-cpp/exceptions.h -include/yaml-cpp/iterator.h -include/yaml-cpp/ltnode.h include/yaml-cpp/mark.h -include/yaml-cpp/node.h -include/yaml-cpp/nodeimpl.h -include/yaml-cpp/nodereadimpl.h -include/yaml-cpp/nodeutil.h +include/yaml-cpp/node/convert.h +include/yaml-cpp/node/detail +include/yaml-cpp/node/detail/bool_type.h +include/yaml-cpp/node/detail/impl.h +include/yaml-cpp/node/detail/iterator.h +include/yaml-cpp/node/detail/iterator_fwd.h +include/yaml-cpp/node/detail/memory.h +include/yaml-cpp/node/detail/node.h +include/yaml-cpp/node/detail/node_data.h +include/yaml-cpp/node/detail/node_iterator.h +include/yaml-cpp/node/detail/node_ref.h +include/yaml-cpp/node/emit.h +include/yaml-cpp/node/impl.h +include/yaml-cpp/node/iterator.h +include/yaml-cpp/node/node.h +include/yaml-cpp/node/parse.h +include/yaml-cpp/node/ptr.h +include/yaml-cpp/node/type.h include/yaml-cpp/noncopyable.h include/yaml-cpp/null.h -include/yaml-cpp/ostream.h +include/yaml-cpp/ostream_wrapper.h include/yaml-cpp/parser.h include/yaml-cpp/stlemitter.h -include/yaml-cpp/stlnode.h include/yaml-cpp/traits.h include/yaml-cpp/yaml.h -lib/libyaml-cpp.so -lib/libyaml-cpp.so.0 -lib/libyaml-cpp.so.0.3.0 libdata/pkgconfig/yaml-cpp.pc -@dirrm include/yaml-cpp/contrib -@dirrm include/yaml-cpp >Release-Note: >Audit-Trail: >Unformatted: