diff --git a/lang/execline/Makefile b/lang/execline/Makefile index 8c2785de636b..0bc1ce8790d0 100644 --- a/lang/execline/Makefile +++ b/lang/execline/Makefile @@ -1,38 +1,38 @@ PORTNAME= execline -DISTVERSION= 2.9.5.1 +DISTVERSION= 2.9.6.1 CATEGORIES= lang shells MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/ MAINTAINER= crest@rlwinm.de COMMENT= Lightweight non-interactive sh(1)-like scripting language WWW= https://www.skarnet.org/software/execline/ LICENSE= ISCL 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 USES= gmake USE_LDCONFIG= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-sysdeps=${LOCALBASE}/lib/skalibs/sysdeps \ - --with-lib=${LOCALBASE}/lib/skalibs \ + --with-lib=${LOCALBASE}/lib \ --with-dynlib=${LOCALBASE}/lib \ --with-include=${LOCALBASE}/include \ --enable-shared OPTIONS_DEFINE= DOCS DOCS= AUTHORS README doc/*.html post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libexecline.so.${PORTVERSION} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/lang/execline/distinfo b/lang/execline/distinfo index c8a640a6d873..47dc38e91714 100644 --- a/lang/execline/distinfo +++ b/lang/execline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716812939 -SHA256 (execline-2.9.5.1.tar.gz) = df750035d0fb21c7265bffb7ed7e1b661de1e842944a2252bdcddc32d0d97217 -SIZE (execline-2.9.5.1.tar.gz) = 110874 +TIMESTAMP = 1733236462 +SHA256 (execline-2.9.6.1.tar.gz) = 76919d62f2de4db1ac4b3a59eeb3e0e09b62bcdd9add13ae3f2dad26f8f0e5ca +SIZE (execline-2.9.6.1.tar.gz) = 111566 diff --git a/lang/execline/pkg-plist b/lang/execline/pkg-plist index 97715d7a0679..0f86d9651e62 100644 --- a/lang/execline/pkg-plist +++ b/lang/execline/pkg-plist @@ -1,128 +1,130 @@ bin/background bin/backtick bin/case @mode 755 bin/cd @mode bin/define bin/dollarat bin/elgetopt bin/elgetpositionals bin/elglob bin/eltest bin/emptyenv bin/envfile bin/exec @mode 755 bin/execline-cd bin/execline-umask @mode bin/execlineb bin/exit bin/export bin/fdblock bin/fdclose bin/fdmove bin/fdreserve bin/fdswap bin/forbacktickx bin/foreground bin/forstdin bin/forx bin/getcwd bin/getpid bin/heredoc bin/homeof bin/if bin/ifelse bin/ifte bin/ifthenelse bin/importas bin/loopwhilex bin/multidefine bin/multisubstitute bin/pipeline bin/piperw bin/posix-cd bin/posix-umask bin/redirfd bin/runblock bin/shift bin/trap bin/tryexec @mode 755 bin/umask @mode bin/unexport bin/wait bin/withstdinas include/execline/config.h include/execline/execline.h -lib/execline/libexecline.a +lib/libexecline.a +@mode 755 lib/libexecline.so 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%%/README %%PORTDOCS%%%%DOCSDIR%%/background.html %%PORTDOCS%%%%DOCSDIR%%/backtick.html %%PORTDOCS%%%%DOCSDIR%%/case.html %%PORTDOCS%%%%DOCSDIR%%/define.html %%PORTDOCS%%%%DOCSDIR%%/dieshdiedie.html %%PORTDOCS%%%%DOCSDIR%%/dollarat.html %%PORTDOCS%%%%DOCSDIR%%/el_pushenv.html %%PORTDOCS%%%%DOCSDIR%%/el_semicolon.html %%PORTDOCS%%%%DOCSDIR%%/el_substitute.html %%PORTDOCS%%%%DOCSDIR%%/el_transform.html %%PORTDOCS%%%%DOCSDIR%%/elgetopt.html %%PORTDOCS%%%%DOCSDIR%%/elgetpositionals.html %%PORTDOCS%%%%DOCSDIR%%/elglob.html %%PORTDOCS%%%%DOCSDIR%%/eltest.html %%PORTDOCS%%%%DOCSDIR%%/emptyenv.html %%PORTDOCS%%%%DOCSDIR%%/envfile.html %%PORTDOCS%%%%DOCSDIR%%/exec.html %%PORTDOCS%%%%DOCSDIR%%/execline-cd.html %%PORTDOCS%%%%DOCSDIR%%/execline-shell.html %%PORTDOCS%%%%DOCSDIR%%/execline-startup.html %%PORTDOCS%%%%DOCSDIR%%/execline-umask.html %%PORTDOCS%%%%DOCSDIR%%/execline.html %%PORTDOCS%%%%DOCSDIR%%/execlineb.html %%PORTDOCS%%%%DOCSDIR%%/exit.html %%PORTDOCS%%%%DOCSDIR%%/exitcodes.html %%PORTDOCS%%%%DOCSDIR%%/export.html %%PORTDOCS%%%%DOCSDIR%%/fdblock.html %%PORTDOCS%%%%DOCSDIR%%/fdclose.html %%PORTDOCS%%%%DOCSDIR%%/fdmove.html %%PORTDOCS%%%%DOCSDIR%%/fdreserve.html %%PORTDOCS%%%%DOCSDIR%%/fdswap.html %%PORTDOCS%%%%DOCSDIR%%/forbacktickx.html %%PORTDOCS%%%%DOCSDIR%%/foreground.html %%PORTDOCS%%%%DOCSDIR%%/forstdin.html %%PORTDOCS%%%%DOCSDIR%%/forx.html %%PORTDOCS%%%%DOCSDIR%%/getcwd.html %%PORTDOCS%%%%DOCSDIR%%/getpid.html %%PORTDOCS%%%%DOCSDIR%%/grammar.html %%PORTDOCS%%%%DOCSDIR%%/heredoc.html %%PORTDOCS%%%%DOCSDIR%%/homeof.html %%PORTDOCS%%%%DOCSDIR%%/if.html %%PORTDOCS%%%%DOCSDIR%%/ifelse.html %%PORTDOCS%%%%DOCSDIR%%/ifte.html %%PORTDOCS%%%%DOCSDIR%%/ifthenelse.html %%PORTDOCS%%%%DOCSDIR%%/importas.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/loopwhilex.html %%PORTDOCS%%%%DOCSDIR%%/multidefine.html %%PORTDOCS%%%%DOCSDIR%%/multisubstitute.html %%PORTDOCS%%%%DOCSDIR%%/pipeline.html %%PORTDOCS%%%%DOCSDIR%%/piperw.html %%PORTDOCS%%%%DOCSDIR%%/posix-cd.html %%PORTDOCS%%%%DOCSDIR%%/posix-umask.html %%PORTDOCS%%%%DOCSDIR%%/redirfd.html %%PORTDOCS%%%%DOCSDIR%%/runblock.html %%PORTDOCS%%%%DOCSDIR%%/shift.html %%PORTDOCS%%%%DOCSDIR%%/trap.html %%PORTDOCS%%%%DOCSDIR%%/tryexec.html %%PORTDOCS%%%%DOCSDIR%%/unexport.html %%PORTDOCS%%%%DOCSDIR%%/upgrade.html %%PORTDOCS%%%%DOCSDIR%%/wait.html %%PORTDOCS%%%%DOCSDIR%%/withstdinas.html