aboutsummaryrefslogtreecommitdiff
path: root/lang/execline
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2018-09-18 18:21:06 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2018-09-18 18:21:06 +0000
commit5a349de2255c33cc47591f9aa345ac11ef5f97ef (patch)
treec8deee84b37211bec5022df431d6c959587f96e1 /lang/execline
parent89d94cde2c7a893e19bcc84271f811078d5b6e77 (diff)
downloadports-5a349de2255c33cc47591f9aa345ac11ef5f97ef.tar.gz
ports-5a349de2255c33cc47591f9aa345ac11ef5f97ef.zip
lang/execline: update to 2.5.0.1
* Change maintainership * Move DOCS variable to its proper place PR: 231158 Submitted by: colin-ports@heliocat.net Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17223
Notes
Notes: svn path=/head/; revision=480055
Diffstat (limited to 'lang/execline')
-rw-r--r--lang/execline/Makefile14
-rw-r--r--lang/execline/distinfo6
-rw-r--r--lang/execline/pkg-descr2
-rw-r--r--lang/execline/pkg-plist8
4 files changed, 13 insertions, 17 deletions
diff --git a/lang/execline/Makefile b/lang/execline/Makefile
index a52de49917fc..2895e422b1f1 100644
--- a/lang/execline/Makefile
+++ b/lang/execline/Makefile
@@ -2,20 +2,18 @@
# $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
@@ -27,10 +25,10 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
--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}
diff --git a/lang/execline/distinfo b/lang/execline/distinfo
index cba7c8052ef8..d67ed26571b2 100644
--- a/lang/execline/distinfo
+++ b/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
diff --git a/lang/execline/pkg-descr b/lang/execline/pkg-descr
index 547a7af0e512..1c07a969cb39 100644
--- a/lang/execline/pkg-descr
+++ b/lang/execline/pkg-descr
@@ -9,4 +9,4 @@ 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/
diff --git a/lang/execline/pkg-plist b/lang/execline/pkg-plist
index 9907647fda67..a7c4c2dd3450 100644
--- a/lang/execline/pkg-plist
+++ b/lang/execline/pkg-plist
@@ -28,7 +28,6 @@ bin/if
bin/ifelse
bin/ifte
bin/ifthenelse
-bin/import
bin/importas
bin/loopwhilex
bin/multidefine
@@ -48,9 +47,9 @@ 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
@@ -92,7 +91,6 @@ lib/libexecline.so.2.3.0.4
%%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