Date: Wed, 2 Jul 2014 23:43:13 +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: r360320 - head/devel/libvc Message-ID: <201407022343.s62NhDNB072029@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 2 23:43:12 2014 New Revision: 360320 URL: http://svnweb.freebsd.org/changeset/ports/360320 QAT: https://qat.redports.org/buildarchive/r360320/ Log: - Switch to USES=libtool, drop .la files - Convert USE_BZIP2 to USES Approved by: portmgr blanket Modified: head/devel/libvc/Makefile head/devel/libvc/pkg-plist Modified: head/devel/libvc/Makefile ============================================================================== --- head/devel/libvc/Makefile Wed Jul 2 23:43:04 2014 (r360319) +++ head/devel/libvc/Makefile Wed Jul 2 23:43:12 2014 (r360320) @@ -3,16 +3,14 @@ PORTNAME= libvc PORTVERSION= 003 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF/rolo/${PORTNAME}/${PORTVERSION} MAINTAINER= jgh@FreeBSD.org COMMENT= vCard library -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USES= bison +USES= bison libtool tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/libvc/pkg-plist ============================================================================== --- head/devel/libvc/pkg-plist Wed Jul 2 23:43:04 2014 (r360319) +++ head/devel/libvc/pkg-plist Wed Jul 2 23:43:12 2014 (r360320) @@ -1,8 +1,8 @@ include/vc.h lib/libvc.a -lib/libvc.la lib/libvc.so lib/libvc.so.0 +lib/libvc.so.0.0.0 man/man3/vc.3.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407022343.s62NhDNB072029>