Index: head/lang/execline/Makefile =================================================================== --- head/lang/execline/Makefile +++ head/lang/execline/Makefile @@ -2,21 +2,19 @@ # $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 @@ -27,9 +25,9 @@ --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/* Index: head/lang/execline/distinfo =================================================================== --- head/lang/execline/distinfo +++ head/lang/execline/distinfo @@ -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 +++ head/lang/execline/pkg-descr @@ -9,4 +9,4 @@ 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 +++ head/lang/execline/pkg-plist @@ -28,7 +28,6 @@ bin/ifelse bin/ifte bin/ifthenelse -bin/import bin/importas bin/loopwhilex bin/multidefine @@ -48,9 +47,9 @@ 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 @@ -92,7 +91,6 @@ %%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