Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2014 08:43:37 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355599 - head/devel/cstringbuffer
Message-ID:  <201405280843.s4S8hbNV038426@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



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