svn commit: r355599 - head/devel/cstringbuffer

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 28 08:43:38 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list