From owner-svn-ports-head@freebsd.org Sun Feb 21 18:41:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76CC0AB061D; Sun, 21 Feb 2016 18:41:32 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3858C1C49; Sun, 21 Feb 2016 18:41:32 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1LIfVem036020; Sun, 21 Feb 2016 18:41:31 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1LIfU3E035814; Sun, 21 Feb 2016 18:41:30 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201602211841.u1LIfU3E035814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 21 Feb 2016 18:41:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409306 - in head: chinese/librime devel/yaml-cpp devel/yaml-cpp/files games/openxcom sysutils/facter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2016 18:41:32 -0000 Author: madpilot Date: Sun Feb 21 18:41:30 2016 New Revision: 409306 URL: https://svnweb.freebsd.org/changeset/ports/409306 Log: - Update devel/yaml-cpp to 0.5.3 - Project moved to GITHUB - LICENSE_FILE renamed - Regenerated patch - Bumped PORTREVISION in dependent ports due to ABI changes. Modified: head/chinese/librime/Makefile head/devel/yaml-cpp/Makefile head/devel/yaml-cpp/distinfo head/devel/yaml-cpp/files/patch-CMakeLists.txt head/devel/yaml-cpp/pkg-descr head/devel/yaml-cpp/pkg-plist head/games/openxcom/Makefile head/sysutils/facter/Makefile Modified: head/chinese/librime/Makefile ============================================================================== --- head/chinese/librime/Makefile Sun Feb 21 17:12:58 2016 (r409305) +++ head/chinese/librime/Makefile Sun Feb 21 18:41:30 2016 (r409306) @@ -4,6 +4,7 @@ PORTNAME= librime PORTVERSION= 1.1 DISTVERSIONPREFIX= rime- +PORTREVISION= 1 CATEGORIES= chinese textproc MAINTAINER= lichray@gmail.com Modified: head/devel/yaml-cpp/Makefile ============================================================================== --- head/devel/yaml-cpp/Makefile Sun Feb 21 17:12:58 2016 (r409305) +++ head/devel/yaml-cpp/Makefile Sun Feb 21 18:41:30 2016 (r409306) @@ -2,19 +2,22 @@ # $FreeBSD$ PORTNAME= yaml-cpp -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.3 +DISTVERSIONPREFIX= release- CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE MAINTAINER= madpilot@FreeBSD.org COMMENT= YAML parser and emitter in C++ matching the YAML 1.2 spec LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/license.txt +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs +USE_GITHUB= yes +GH_ACCOUNT= jbeder + USES= cmake USE_LDCONFIG= yes CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON -DYAML_CPP_BUILD_TOOLS=0 Modified: head/devel/yaml-cpp/distinfo ============================================================================== --- head/devel/yaml-cpp/distinfo Sun Feb 21 17:12:58 2016 (r409305) +++ head/devel/yaml-cpp/distinfo Sun Feb 21 18:41:30 2016 (r409306) @@ -1,2 +1,2 @@ -SHA256 (yaml-cpp-0.5.1.tar.gz) = 3e7c9052b43d987d41819a203d97fc45de4eed3ec67e0fdb14265c3d11046f06 -SIZE (yaml-cpp-0.5.1.tar.gz) = 118244 +SHA256 (jbeder-yaml-cpp-release-0.5.3_GH0.tar.gz) = ac50a27a201d16dc69a881b80ad39a7be66c4d755eda1f76c3a68781b922af8f +SIZE (jbeder-yaml-cpp-release-0.5.3_GH0.tar.gz) = 2016737 Modified: head/devel/yaml-cpp/files/patch-CMakeLists.txt ============================================================================== --- head/devel/yaml-cpp/files/patch-CMakeLists.txt Sun Feb 21 17:12:58 2016 (r409305) +++ head/devel/yaml-cpp/files/patch-CMakeLists.txt Sun Feb 21 18:41:30 2016 (r409306) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2013-04-14 03:37:53.000000000 +0400 -+++ CMakeLists.txt 2014-09-11 17:37:09.000000000 +0400 -@@ -240,7 +240,7 @@ +--- CMakeLists.txt.orig 2016-01-10 18:11:40 UTC ++++ CMakeLists.txt +@@ -276,7 +276,7 @@ set_target_properties(yaml-cpp PROPERTIE set_target_properties(yaml-cpp PROPERTIES VERSION "${YAML_CPP_VERSION}" @@ -9,7 +9,7 @@ PROJECT_LABEL "yaml-cpp ${LABEL_SUFFIX}" ) -@@ -272,7 +272,7 @@ +@@ -320,7 +320,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DI if(UNIX) set(PC_FILE ${CMAKE_BINARY_DIR}/yaml-cpp.pc) configure_file("yaml-cpp.pc.cmake" ${PC_FILE} @ONLY) Modified: head/devel/yaml-cpp/pkg-descr ============================================================================== --- head/devel/yaml-cpp/pkg-descr Sun Feb 21 17:12:58 2016 (r409305) +++ head/devel/yaml-cpp/pkg-descr Sun Feb 21 18:41:30 2016 (r409306) @@ -1,3 +1,3 @@ yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. -WWW: http://code.google.com/p/yaml-cpp/ +WWW: https://github.com/jbeder/yaml-cpp Modified: head/devel/yaml-cpp/pkg-plist ============================================================================== --- head/devel/yaml-cpp/pkg-plist Sun Feb 21 17:12:58 2016 (r409305) +++ head/devel/yaml-cpp/pkg-plist Sun Feb 21 18:41:30 2016 (r409306) @@ -7,6 +7,7 @@ include/yaml-cpp/emitfromevents.h include/yaml-cpp/emitter.h include/yaml-cpp/emitterdef.h include/yaml-cpp/emittermanip.h +include/yaml-cpp/emitterstyle.h include/yaml-cpp/eventhandler.h include/yaml-cpp/exceptions.h include/yaml-cpp/mark.h @@ -36,5 +37,5 @@ include/yaml-cpp/traits.h include/yaml-cpp/yaml.h lib/libyaml-cpp.so lib/libyaml-cpp.so.0 -lib/libyaml-cpp.so.0.5.1 +lib/libyaml-cpp.so.0.5.3 libdata/pkgconfig/yaml-cpp.pc Modified: head/games/openxcom/Makefile ============================================================================== --- head/games/openxcom/Makefile Sun Feb 21 17:12:58 2016 (r409305) +++ head/games/openxcom/Makefile Sun Feb 21 18:41:30 2016 (r409306) @@ -4,7 +4,7 @@ PORTNAME= openxcom PORTVERSION= 1.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org Modified: head/sysutils/facter/Makefile ============================================================================== --- head/sysutils/facter/Makefile Sun Feb 21 17:12:58 2016 (r409305) +++ head/sysutils/facter/Makefile Sun Feb 21 18:41:30 2016 (r409306) @@ -2,6 +2,7 @@ PORTNAME= facter PORTVERSION= 3.1.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/facter/