Index: head/lang/execline/Makefile =================================================================== --- head/lang/execline/Makefile (revision 480054) +++ head/lang/execline/Makefile (revision 480055) @@ -1,42 +1,40 @@ # Created by: Sergei Kolobov # $FreeBSD$ PORTNAME= execline -PORTVERSION= 2.3.0.4 +PORTVERSION= 2.5.0.1 CATEGORIES= lang shells -MASTER_SITES= http://www.skarnet.org/software/${PORTNAME}/ +MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/ -MAINTAINER= colin-ports@heliocat.net +MAINTAINER= crest@rlwinm.de COMMENT= Lightweight non-interactive sh(1)-like scripting language LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= skalibs>=2.7.0.0:devel/skalibs LIB_DEPENDS= libskarnet.so:devel/skalibs -BUILD_DEPENDS= skalibs>=2.6.2.0:devel/skalibs -CONFLICTS_INSTALL= ImageMagick-* # bin/import - USES= gmake USE_LDCONFIG= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-sysdeps=${LOCALBASE}/lib/skalibs/sysdeps \ --with-lib=${LOCALBASE}/lib/skalibs \ --with-dynlib=${LOCALBASE}/lib \ --with-include=${LOCALBASE}/include \ --enable-shared -DOCS= AUTHORS README doc/*.html - 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 Index: head/lang/execline/distinfo =================================================================== --- head/lang/execline/distinfo (revision 480054) +++ head/lang/execline/distinfo (revision 480055) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515585869 -SHA256 (execline-2.3.0.4.tar.gz) = e4bb8fc8f20cca96f4bac9f0f74ebce5081b4b687bb11c79c843faf12507a64b -SIZE (execline-2.3.0.4.tar.gz) = 82774 +TIMESTAMP = 1536082197 +SHA256 (execline-2.5.0.1.tar.gz) = 8d07d14e9e9abb1301e08be271313c4ffa5ddf7248fd262dda19588e78e31049 +SIZE (execline-2.5.0.1.tar.gz) = 81854 Index: head/lang/execline/pkg-descr =================================================================== --- head/lang/execline/pkg-descr (revision 480054) +++ head/lang/execline/pkg-descr (revision 480055) @@ -1,12 +1,12 @@ execline is a very light non-interactive scripting language, which is similar to /bin/sh. Simple shell scripts can be easily rewritten in the execline language, improving performance and memory usage. execline was designed for use in embedded systems, but works on most Unix flavors. execline features conditional loops, getopt-style option handling, filename globbing, and more. Meanwhile, its syntax is far more logical and predictable than the shell's syntax, and has no security issues. -WWW: http://www.skarnet.org/software/execline/ +WWW: https://www.skarnet.org/software/execline/ Index: head/lang/execline/pkg-plist =================================================================== --- head/lang/execline/pkg-plist (revision 480054) +++ head/lang/execline/pkg-plist (revision 480055) @@ -1,112 +1,110 @@ bin/background bin/backtick bin/cd bin/define bin/dollarat bin/elgetopt bin/elgetpositionals bin/elglob bin/emptyenv bin/exec 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/import bin/importas bin/loopwhilex bin/multidefine bin/multisubstitute bin/pipeline bin/piperw bin/redirfd bin/runblock bin/shift bin/trap bin/tryexec bin/umask bin/unexport bin/wait bin/withstdinas include/execline/config.h include/execline/execline.h lib/execline/libexecline.a lib/libexecline.so -lib/libexecline.so.2.3 -lib/libexecline.so.2.3.0 -lib/libexecline.so.2.3.0.4 +lib/libexecline.so.2.5 +lib/libexecline.so.2.5.0 +lib/libexecline.so.2.5.0.1 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/background.html %%PORTDOCS%%%%DOCSDIR%%/backtick.html %%PORTDOCS%%%%DOCSDIR%%/cd.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%%/emptyenv.html %%PORTDOCS%%%%DOCSDIR%%/exec.html %%PORTDOCS%%%%DOCSDIR%%/execline-shell.html %%PORTDOCS%%%%DOCSDIR%%/execline-startup.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%%/import.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%%/redirfd.html %%PORTDOCS%%%%DOCSDIR%%/runblock.html %%PORTDOCS%%%%DOCSDIR%%/shift.html %%PORTDOCS%%%%DOCSDIR%%/trap.html %%PORTDOCS%%%%DOCSDIR%%/tryexec.html %%PORTDOCS%%%%DOCSDIR%%/umask.html %%PORTDOCS%%%%DOCSDIR%%/unexport.html %%PORTDOCS%%%%DOCSDIR%%/upgrade.html %%PORTDOCS%%%%DOCSDIR%%/wait.html %%PORTDOCS%%%%DOCSDIR%%/withstdinas.html