Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2016 18:41:30 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
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
Message-ID:  <201602211841.u1LIfU3E035814@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602211841.u1LIfU3E035814>