Date: Wed, 5 Feb 2014 14:02:19 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342707 - head/archivers/ucl Message-ID: <201402051402.s15E2JMN064997@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Feb 5 14:02:19 2014 New Revision: 342707 URL: http://svnweb.freebsd.org/changeset/ports/342707 QAT: https://qat.redports.org/buildarchive/r342707/ Log: USES libtool Modified: head/archivers/ucl/Makefile head/archivers/ucl/pkg-plist Modified: head/archivers/ucl/Makefile ============================================================================== --- head/archivers/ucl/Makefile Wed Feb 5 13:59:06 2014 (r342706) +++ head/archivers/ucl/Makefile Wed Feb 5 14:02:19 2014 (r342707) @@ -3,7 +3,7 @@ PORTNAME= ucl PORTVERSION= 1.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/ @@ -12,7 +12,7 @@ COMMENT= Data compression library with l LICENSE= GPLv2 -USE_AUTOTOOLS= libtool +USES= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared Modified: head/archivers/ucl/pkg-plist ============================================================================== --- head/archivers/ucl/pkg-plist Wed Feb 5 13:59:06 2014 (r342706) +++ head/archivers/ucl/pkg-plist Wed Feb 5 14:02:19 2014 (r342707) @@ -6,4 +6,5 @@ lib/libucl.a lib/libucl.la lib/libucl.so lib/libucl.so.1 +lib/libucl.so.1.0.0 @dirrm include/ucl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051402.s15E2JMN064997>