Date: Tue, 1 Jul 2014 05:01:17 +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: r359960 - head/devel/tclreadline Message-ID: <201407010501.s6151HQ2044426@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jul 1 05:01:17 2014 New Revision: 359960 URL: http://svnweb.freebsd.org/changeset/ports/359960 QAT: https://qat.redports.org/buildarchive/r359960/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/tclreadline/Makefile head/devel/tclreadline/pkg-plist Modified: head/devel/tclreadline/Makefile ============================================================================== --- head/devel/tclreadline/Makefile Tue Jul 1 04:59:33 2014 (r359959) +++ head/devel/tclreadline/Makefile Tue Jul 1 05:01:17 2014 (r359960) @@ -3,15 +3,15 @@ PORTNAME= tclreadline PORTVERSION= 2.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel tcl MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= tcltk@FreeBSD.org COMMENT= GNU readline for TCL -USES+= tcl -USE_AUTOTOOLS= libtool +USES= libtool tcl +GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_SUB+= VERSION="${PORTVERSION}" Modified: head/devel/tclreadline/pkg-plist ============================================================================== --- head/devel/tclreadline/pkg-plist Tue Jul 1 04:59:33 2014 (r359959) +++ head/devel/tclreadline/pkg-plist Tue Jul 1 05:01:17 2014 (r359960) @@ -1,7 +1,6 @@ include/tclreadline.h lib/libtclreadline-%%VERSION%%.so lib/libtclreadline.a -lib/libtclreadline.la lib/libtclreadline.so lib/tclreadline%%VERSION%%/pkgIndex.tcl lib/tclreadline%%VERSION%%/tclreadlineCompleter.tcl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407010501.s6151HQ2044426>