Update to 1.16.0
Changes: https://github.com/troglobit/editline/releases
This commit is contained in:
parent
466d7fa68f
commit
354e14e89a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480131
3 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= editline
|
||||
PORTVERSION= 1.15.3
|
||||
PORTVERSION= 1.16.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
@ -10,10 +10,11 @@ COMMENT= Minix editline: A free readline() for UNIX
|
|||
LICENSE= BSD4CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= autoreconf libtool ncurses pathfix
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
USES= autoreconf libtool ncurses pathfix
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1504799642
|
||||
SHA256 (troglobit-editline-1.15.3_GH0.tar.gz) = 21b73baf2a23c9d29c895eeddeaaf715e9ac585d24ceb7f23aba105de1eef035
|
||||
SIZE (troglobit-editline-1.15.3_GH0.tar.gz) = 31955
|
||||
TIMESTAMP = 1537366292
|
||||
SHA256 (troglobit-editline-1.16.0_GH0.tar.gz) = 33421a1569d025f332a87054bfea28e2c757bdb573f1437bc22c34b798b6383c
|
||||
SIZE (troglobit-editline-1.16.0_GH0.tar.gz) = 42861
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
include/editline.h
|
||||
lib/libeditline.a
|
||||
lib/libeditline.so
|
||||
lib/libeditline.so.0
|
||||
lib/libeditline.so.0.0.0
|
||||
lib/libeditline.so.1
|
||||
lib/libeditline.so.1.0.0
|
||||
libdata/pkgconfig/libeditline.pc
|
||||
man/man3/libeditline.3.gz
|
||||
|
|
Loading…
Reference in a new issue