aboutsummaryrefslogtreecommitdiff
path: root/lang/execline
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-10-23 22:56:48 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-10-23 22:56:48 +0000
commit06eb8753008cdb251f9fe66ff30d5440a2f092bf (patch)
tree7b4278cc351c66d8023c1e87401ca91016604032 /lang/execline
parent7840b59e6bc22a8278d87adf52a020cb1a71e90f (diff)
downloadports-06eb8753008cdb251f9fe66ff30d5440a2f092bf.tar.gz
ports-06eb8753008cdb251f9fe66ff30d5440a2f092bf.zip
- Update to 1.08.
- Take maintainership.
Notes
Notes: svn path=/head/; revision=221952
Diffstat (limited to 'lang/execline')
-rw-r--r--lang/execline/Makefile4
-rw-r--r--lang/execline/distinfo6
-rw-r--r--lang/execline/pkg-plist4
3 files changed, 9 insertions, 5 deletions
diff --git a/lang/execline/Makefile b/lang/execline/Makefile
index 2f0b66ffbf97..2fa5158b2f41 100644
--- a/lang/execline/Makefile
+++ b/lang/execline/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= execline
-PORTVERSION= 1.07
+PORTVERSION= 1.08
CATEGORIES= lang shells
MASTER_SITES= http://www.skarnet.org/software/${PORTNAME}/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= araujo@FreeBSD.org
COMMENT= Lightweight non-interactive sh(1)-like scripting language
BUILD_DEPENDS= ${LOCALBASE}/lib/skalibs/libstddjb.a:${PORTSDIR}/devel/skalibs
diff --git a/lang/execline/distinfo b/lang/execline/distinfo
index 3ad2ba63cd59..0a730a4872bd 100644
--- a/lang/execline/distinfo
+++ b/lang/execline/distinfo
@@ -1,3 +1,3 @@
-MD5 (execline-1.07.tar.gz) = fa7618180104d812759eca66cc33e061
-SHA256 (execline-1.07.tar.gz) = 808afc24ea838c5a37e5252c05daf0544acdfd1f18ef23a0151a7673c1c32eb5
-SIZE (execline-1.07.tar.gz) = 67129
+MD5 (execline-1.08.tar.gz) = 1854e4d6373e9ca6a13b5cd60fe6c766
+SHA256 (execline-1.08.tar.gz) = 6b721bfc2d486e64fa5f0309496a80928ca04d44c647df2aba0c8bbc684ea03b
+SIZE (execline-1.08.tar.gz) = 69685
diff --git a/lang/execline/pkg-plist b/lang/execline/pkg-plist
index c209284c249d..bab56e2798e4 100644
--- a/lang/execline/pkg-plist
+++ b/lang/execline/pkg-plist
@@ -24,6 +24,7 @@ bin/heredoc
bin/homeof
bin/if
bin/ifthenelse
+bin/ifte
bin/import
bin/importas
bin/loopwhile
@@ -33,6 +34,7 @@ bin/piperw
bin/redirfd
bin/runblock
bin/shift
+bin/tryexec
bin/umask
bin/unexport
bin/wait
@@ -77,6 +79,7 @@ lib/libexls1.a
%%PORTDOCS%%%%DOCSDIR%%/heredoc.html
%%PORTDOCS%%%%DOCSDIR%%/homeof.html
%%PORTDOCS%%%%DOCSDIR%%/if.html
+%%PORTDOCS%%%%DOCSDIR%%/ifte.html
%%PORTDOCS%%%%DOCSDIR%%/ifthenelse.html
%%PORTDOCS%%%%DOCSDIR%%/import.html
%%PORTDOCS%%%%DOCSDIR%%/importas.html
@@ -90,6 +93,7 @@ lib/libexls1.a
%%PORTDOCS%%%%DOCSDIR%%/redirfd.html
%%PORTDOCS%%%%DOCSDIR%%/runblock.html
%%PORTDOCS%%%%DOCSDIR%%/shift.html
+%%PORTDOCS%%%%DOCSDIR%%/tryexec.html
%%PORTDOCS%%%%DOCSDIR%%/umask.html
%%PORTDOCS%%%%DOCSDIR%%/unexport.html
%%PORTDOCS%%%%DOCSDIR%%/upgrade.html