svn commit: r359960 - head/devel/tclreadline
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 1 05:01:18 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list