From owner-svn-ports-all@FreeBSD.ORG Wed May 28 08:43:38 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 1408BFCA; Wed, 28 May 2014 08:43:38 +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 015652C23; Wed, 28 May 2014 08:43:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4S8hb48038427; Wed, 28 May 2014 08:43:37 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4S8hbNV038426; Wed, 28 May 2014 08:43:37 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405280843.s4S8hbNV038426@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 28 May 2014 08:43:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355599 - head/devel/cstringbuffer 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 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: Wed, 28 May 2014 08:43:38 -0000 Author: amdmi3 Date: Wed May 28 08:43:37 2014 New Revision: 355599 URL: http://svnweb.freebsd.org/changeset/ports/355599 QAT: https://qat.redports.org/buildarchive/r355599/ Log: - Convert to USES=libtool - Strip library Modified: head/devel/cstringbuffer/Makefile Modified: head/devel/cstringbuffer/Makefile ============================================================================== --- head/devel/cstringbuffer/Makefile Wed May 28 08:42:58 2014 (r355598) +++ head/devel/cstringbuffer/Makefile Wed May 28 08:43:37 2014 (r355599) @@ -4,16 +4,17 @@ PORTNAME= cstringbuffer PORTVERSION= 0.1.6 CATEGORIES= devel -MASTER_SITES= # disappeared +MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ # mirror, original disappeared MAINTAINER= ports@FreeBSD.org COMMENT= File-like IO for strings -USE_AUTOTOOLS= libtool +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip -PLIST_FILES= include/csb.h lib/libcsb.a lib/libcsb.la lib/libcsb.so \ - lib/libcsb.so.1 man/man3/csb.3.gz +PLIST_FILES= include/csb.h lib/libcsb.a lib/libcsb.so \ + lib/libcsb.so.1 lib/libcsb.so.1.0.1 man/man3/csb.3.gz .include