Date: Fri, 23 Dec 2016 12:43:02 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429255 - head/devel/tclreadline Message-ID: <201612231243.uBNCh2R6032139@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Fri Dec 23 12:43:02 2016 New Revision: 429255 URL: https://svnweb.freebsd.org/changeset/ports/429255 Log: devel/tclreadline: update to 2.2.0 https://github.com/flightaware/tclreadline/releases/tag/v2.2.0 Modified: head/devel/tclreadline/Makefile head/devel/tclreadline/distinfo head/devel/tclreadline/pkg-plist Modified: head/devel/tclreadline/Makefile ============================================================================== --- head/devel/tclreadline/Makefile Fri Dec 23 12:40:43 2016 (r429254) +++ head/devel/tclreadline/Makefile Fri Dec 23 12:43:02 2016 (r429255) @@ -2,16 +2,21 @@ # $FreeBSD$ PORTNAME= tclreadline -PORTVERSION= 2.1.0 -PORTREVISION= 4 +PORTVERSION= 2.2.0 +DISTVERSIONPREFIX= v CATEGORIES= devel tcl -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= tcltk@FreeBSD.org COMMENT= GNU readline for TCL -USES= libtool tcl:tea readline -CONFIGURE_ARGS= --with-tcl-includes=${TCL_INCLUDEDIR} +LICENSE= BSD3CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= flightaware +USES= autoreconf libtool tcl:tea readline:port +CONFIGURE_ARGS+=--with-tcl-includes=${TCL_INCLUDEDIR} \ + --with-readline-includes=${LOCALBASE}/include \ + --with-readline-library="-L${LOCALBASE}/lib -lreadline" USE_LDCONFIG= yes TCL_PKG= ${PORTNAME}${PORTVERSION} PLIST_SUB+= PORTVERSION=${PORTVERSION} Modified: head/devel/tclreadline/distinfo ============================================================================== --- head/devel/tclreadline/distinfo Fri Dec 23 12:40:43 2016 (r429254) +++ head/devel/tclreadline/distinfo Fri Dec 23 12:43:02 2016 (r429255) @@ -1,2 +1,3 @@ -SHA256 (tclreadline-2.1.0.tar.gz) = def2325e45e2b7f30b04ad5078481740596599622c253043c503c2285f5672e7 -SIZE (tclreadline-2.1.0.tar.gz) = 160541 +TIMESTAMP = 1482329196 +SHA256 (flightaware-tclreadline-v2.2.0_GH0.tar.gz) = 6ca811ff8fbb3a9c8c400a8f7a3c2819a232c7b8e216cc10c4b47aef6a07d507 +SIZE (flightaware-tclreadline-v2.2.0_GH0.tar.gz) = 152794 Modified: head/devel/tclreadline/pkg-plist ============================================================================== --- head/devel/tclreadline/pkg-plist Fri Dec 23 12:40:43 2016 (r429254) +++ head/devel/tclreadline/pkg-plist Fri Dec 23 12:43:02 2016 (r429255) @@ -1,6 +1,5 @@ include/tclreadline.h lib/libtclreadline-%%PORTVERSION%%.so -lib/libtclreadline.a lib/libtclreadline.so lib/%%TCL_PKG%%/pkgIndex.tcl lib/%%TCL_PKG%%/tclreadlineCompleter.tcl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612231243.uBNCh2R6032139>