From owner-svn-ports-all@FreeBSD.ORG Thu Aug 28 12:52:33 2014 Return-Path: Delivered-To: svn-ports-all@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 E6032FA7; Thu, 28 Aug 2014 12:52:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 D15541FF0; Thu, 28 Aug 2014 12:52:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7SCqXCj031561; Thu, 28 Aug 2014 12:52:33 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7SCqX3F031559; Thu, 28 Aug 2014 12:52:33 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201408281252.s7SCqX3F031559@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 28 Aug 2014 12:52:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366402 - head/textproc/libyaml 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.18-1 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: Thu, 28 Aug 2014 12:52:34 -0000 Author: tijl Date: Thu Aug 28 12:52:33 2014 New Revision: 366402 URL: http://svnweb.freebsd.org/changeset/ports/366402 QAT: https://qat.redports.org/buildarchive/r366402/ Log: Add USES=libtool and INSTALL_TARGET=install-strip Modified: head/textproc/libyaml/Makefile head/textproc/libyaml/pkg-plist Modified: head/textproc/libyaml/Makefile ============================================================================== --- head/textproc/libyaml/Makefile Thu Aug 28 12:48:13 2014 (r366401) +++ head/textproc/libyaml/Makefile Thu Aug 28 12:52:33 2014 (r366402) @@ -3,6 +3,7 @@ PORTNAME= libyaml PORTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://pyyaml.org/download/libyaml/ DISTNAME= yaml-${PORTVERSION} @@ -12,10 +13,8 @@ MAINTAINER= jpaetzel@FreeBSD.org COMMENT= YAML 1.1 parser and emitter written in C GNU_CONFIGURE= yes -USES= pathfix +INSTALL_TARGET= install-strip +USES= libtool pathfix USE_LDCONFIG= yes -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyaml.so - .include Modified: head/textproc/libyaml/pkg-plist ============================================================================== --- head/textproc/libyaml/pkg-plist Thu Aug 28 12:48:13 2014 (r366401) +++ head/textproc/libyaml/pkg-plist Thu Aug 28 12:52:33 2014 (r366402) @@ -1,7 +1,6 @@ include/yaml.h -lib/libyaml-0.so lib/libyaml-0.so.2 +lib/libyaml-0.so.2.0.4 lib/libyaml.a lib/libyaml.so -lib/libyaml.la libdata/pkgconfig/yaml-0.1.pc