mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Update to editline 1.15.2 (bugfix release)
Rename editline.3 to libeditline.3 to avoid conflict with libedit
This commit is contained in:
parent
278db4720b
commit
b1ad15fe58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416496
3 changed files with 11 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= editline
|
||||
PORTVERSION= 1.15.1
|
||||
PORTVERSION= 1.15.2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
|
@ -19,9 +19,12 @@ GNU_CONFIGURE= yes
|
|||
INSTALL_TARGET= install-strip
|
||||
PORTDOCS= *
|
||||
|
||||
CONFLICTS_INSTALL= libedit-*
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|-ltermcap||' ${WRKSRC}/examples/Makefile.am
|
||||
${REINPLACE_CMD} 's|-ltermcap||' ${WRKSRC}/examples/Makefile.am
|
||||
${REINPLACE_CMD} '/^pkgconfigdir/s|=.*|= ${PREFIX}/libdata/pkgconfig|' \
|
||||
${WRKSRC}/Makefile.am
|
||||
# rename to libeditline.3 to avoid conflict with libedit
|
||||
${REINPLACE_CMD} 's|editline.3|lib&|' ${WRKSRC}/man/Makefile.am
|
||||
cd ${WRKSRC}/man; ${MV} editline.3 libeditline.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (troglobit-editline-1.15.1_GH0.tar.gz) = d8b0ba9b61cf88c09b0375a3e652e789d5e29c8c623fea9e10be1ef1323a805e
|
||||
SIZE (troglobit-editline-1.15.1_GH0.tar.gz) = 30845
|
||||
SHA256 (troglobit-editline-1.15.2_GH0.tar.gz) = d2969eabc1bfe3f25d65715a2eb782473ab6fad576ff2106b82cb87803f52b47
|
||||
SIZE (troglobit-editline-1.15.2_GH0.tar.gz) = 31623
|
||||
|
|
|
@ -3,4 +3,5 @@ lib/libeditline.a
|
|||
lib/libeditline.so
|
||||
lib/libeditline.so.0
|
||||
lib/libeditline.so.0.0.0
|
||||
man/man3/editline.3.gz
|
||||
libdata/pkgconfig/libeditline.pc
|
||||
man/man3/libeditline.3.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue