lang/execline: Update to version 2.9.6.1

Changelog: https://git.skarnet.org/cgi-bin/cgit.cgi/execline/plain/NEWS

PR:		283100, 282021
MFH:		2024Q4
This commit is contained in:
Jan Bramkamp 2024-12-03 16:42:55 +01:00 committed by Robert Clausecker
parent d866f8bfec
commit 0054794412
3 changed files with 10 additions and 8 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= execline PORTNAME= execline
DISTVERSION= 2.9.5.1 DISTVERSION= 2.9.6.1
CATEGORIES= lang shells CATEGORIES= lang shells
MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/ MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/
@ -10,7 +10,7 @@ WWW= https://www.skarnet.org/software/execline/
LICENSE= ISCL LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= skalibs>=2.14.1.1:devel/skalibs BUILD_DEPENDS= skalibs>=2.14.3.0:devel/skalibs
LIB_DEPENDS= libskarnet.so:devel/skalibs LIB_DEPENDS= libskarnet.so:devel/skalibs
USES= gmake USES= gmake
@ -18,7 +18,7 @@ USE_LDCONFIG= yes
HAS_CONFIGURE= yes HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \ CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-sysdeps=${LOCALBASE}/lib/skalibs/sysdeps \ --with-sysdeps=${LOCALBASE}/lib/skalibs/sysdeps \
--with-lib=${LOCALBASE}/lib/skalibs \ --with-lib=${LOCALBASE}/lib \
--with-dynlib=${LOCALBASE}/lib \ --with-dynlib=${LOCALBASE}/lib \
--with-include=${LOCALBASE}/include \ --with-include=${LOCALBASE}/include \
--enable-shared --enable-shared

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1716812939 TIMESTAMP = 1733236462
SHA256 (execline-2.9.5.1.tar.gz) = df750035d0fb21c7265bffb7ed7e1b661de1e842944a2252bdcddc32d0d97217 SHA256 (execline-2.9.6.1.tar.gz) = 76919d62f2de4db1ac4b3a59eeb3e0e09b62bcdd9add13ae3f2dad26f8f0e5ca
SIZE (execline-2.9.5.1.tar.gz) = 110874 SIZE (execline-2.9.6.1.tar.gz) = 111566

View file

@ -58,10 +58,12 @@ bin/wait
bin/withstdinas bin/withstdinas
include/execline/config.h include/execline/config.h
include/execline/execline.h include/execline/execline.h
lib/execline/libexecline.a lib/libexecline.a
@mode 755
lib/libexecline.so lib/libexecline.so
lib/libexecline.so.2.9 lib/libexecline.so.2.9
lib/libexecline.so.2.9.5.1 @mode
lib/libexecline.so.2.9.6.1
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/background.html %%PORTDOCS%%%%DOCSDIR%%/background.html