Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2012 01:06:21 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306248 - in head/devel/yaml-cpp: . files
Message-ID:  <201210220106.q9M16LLL096893@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon Oct 22 01:06:21 2012
New Revision: 306248
URL: http://svn.freebsd.org/changeset/ports/306248

Log:
  - Provide a major version .so [1]
  - Trim Makefile headers
  
  PR:		172737 [1]
  Submitted by:	Zhihao Yuan <lichray@gmail.com> [1]
  Approved by:	Tim Niemueller <tim@niemueller.de> (maintainer) [1]
  Feature safe:	yes

Added:
  head/devel/yaml-cpp/files/
  head/devel/yaml-cpp/files/patch-CMakeLists.txt   (contents, props changed)
Modified:
  head/devel/yaml-cpp/Makefile
  head/devel/yaml-cpp/pkg-plist

Modified: head/devel/yaml-cpp/Makefile
==============================================================================
--- head/devel/yaml-cpp/Makefile	Sun Oct 21 21:58:14 2012	(r306247)
+++ head/devel/yaml-cpp/Makefile	Mon Oct 22 01:06:21 2012	(r306248)
@@ -1,10 +1,9 @@
-# Created by :				Tim Niemueller <tim@niemueller.de>
-#
+# Created by: Tim Niemueller <tim@niemueller.de>
 # $FreeBSD$
-#
 
 PORTNAME=	yaml-cpp
 PORTVERSION=	0.3.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 

Added: head/devel/yaml-cpp/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/yaml-cpp/files/patch-CMakeLists.txt	Mon Oct 22 01:06:21 2012	(r306248)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2012-10-20 09:02:48.000000000 +0800
++++ CMakeLists.txt	2012-10-20 09:03:35.000000000 +0800
+@@ -237,7 +237,7 @@
+ 
+ set_target_properties(yaml-cpp PROPERTIES
+ 	VERSION "${YAML_CPP_VERSION}"
+-	SOVERSION "${YAML_CPP_VERSION_MAJOR}.${YAML_CPP_VERSION_MINOR}"
++	SOVERSION "${YAML_CPP_VERSION_MAJOR}"
+ 	PROJECT_LABEL "yaml-cpp ${LABEL_SUFFIX}"
+ )
+ 

Modified: head/devel/yaml-cpp/pkg-plist
==============================================================================
--- head/devel/yaml-cpp/pkg-plist	Sun Oct 21 21:58:14 2012	(r306247)
+++ head/devel/yaml-cpp/pkg-plist	Mon Oct 22 01:06:21 2012	(r306248)
@@ -26,7 +26,7 @@ include/yaml-cpp/stlnode.h
 include/yaml-cpp/traits.h
 include/yaml-cpp/yaml.h
 lib/libyaml-cpp.so
-lib/libyaml-cpp.so.0.3
+lib/libyaml-cpp.so.0
 lib/libyaml-cpp.so.0.3.0
 libdata/pkgconfig/yaml-cpp.pc
 @dirrm include/yaml-cpp/contrib



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