mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
devel/tclreadline: update to 2.3.0
Changes: https://github.com/flightaware/tclreadline/releases/tag/v2.3.0
This commit is contained in:
parent
d820ffb869
commit
53a4ee599a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463892
@ -2,9 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tclreadline
|
||||
PORTVERSION= 2.2.0
|
||||
PORTVERSION= 2.3.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel tcl
|
||||
|
||||
MAINTAINER= tcltk@FreeBSD.org
|
||||
@ -12,14 +11,22 @@ COMMENT= GNU readline for TCL
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= flightaware
|
||||
USES= autoreconf libtool tcl:tea readline:port
|
||||
CONFIGURE_ARGS+=--with-tcl-includes=${TCL_INCLUDEDIR} \
|
||||
USES= autoreconf libtool tcl readline:port
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
|
||||
--with-tcl-includes=${TCL_INCLUDEDIR} \
|
||||
--with-readline-includes=${LOCALBASE}/include \
|
||||
--with-readline-library="-L${LOCALBASE}/lib -lreadline"
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= flightaware
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
TCL_PKG= ${PORTNAME}${PORTVERSION}
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION} TCL_PKG=${TCL_PKG}
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} '/^MINOR/s|2|3|' ${WRKSRC}/configure.ac
|
||||
${REINPLACE_CMD} '890s|=.*$$|= NULL;|' ${WRKSRC}/tclreadline.c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1482329196
|
||||
SHA256 (flightaware-tclreadline-v2.2.0_GH0.tar.gz) = 6ca811ff8fbb3a9c8c400a8f7a3c2819a232c7b8e216cc10c4b47aef6a07d507
|
||||
SIZE (flightaware-tclreadline-v2.2.0_GH0.tar.gz) = 152794
|
||||
TIMESTAMP = 1520513271
|
||||
SHA256 (flightaware-tclreadline-v2.3.0_GH0.tar.gz) = 9c748a228a4427477f6c0c5ac305af06ac7e60ec84dcd73621ccb7f60724c5f0
|
||||
SIZE (flightaware-tclreadline-v2.3.0_GH0.tar.gz) = 153142
|
||||
|
Loading…
Reference in New Issue
Block a user