From owner-svn-ports-all@FreeBSD.ORG Mon Oct 22 01:06:22 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B22A69F; Mon, 22 Oct 2012 01:06:22 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 19DD68FC08; Mon, 22 Oct 2012 01:06:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9M16Liu096897; Mon, 22 Oct 2012 01:06:21 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9M16LLL096893; Mon, 22 Oct 2012 01:06:21 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201210220106.q9M16LLL096893@svn.freebsd.org> From: Wen Heping Date: Mon, 22 Oct 2012 01:06:21 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 01:06:22 -0000 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 [1] Approved by: Tim Niemueller (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 -# +# Created by: Tim Niemueller # $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