diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-02-10 20:33:51 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-02-10 20:33:51 +0000 |
commit | 876a210974574f4fa1b90d4df1440589aa823b89 (patch) | |
tree | 6e5d99c8333b8e8a22d2d85aa4da6d1880ab75d9 /lang/execline/pkg-plist | |
parent | 415f657db219434682685bd9936e43283e0f9fb0 (diff) | |
download | ports-876a210974574f4fa1b90d4df1440589aa823b89.tar.gz ports-876a210974574f4fa1b90d4df1440589aa823b89.zip |
- devel/skalibs: update to 2.2.1.0 [1]
- lang/execline: update to 2.0.2.0 [2]
- Pass maintainership to the submitter [1][2]
- Mark sysutils/runwhen as BROKEN
PR: 197233 [1]
PR: 197234 [2]
Differential Revision: https://reviews.freebsd.org/D1818
Submitted by: Colin Booth <colin@heliocat.net>
Approved by: portmgr (bapt) [1]
Approved by: bapt (mentor)
Notes
Notes:
svn path=/head/; revision=378797
Diffstat (limited to 'lang/execline/pkg-plist')
-rw-r--r-- | lang/execline/pkg-plist | 45 |
1 files changed, 25 insertions, 20 deletions
diff --git a/lang/execline/pkg-plist b/lang/execline/pkg-plist index d500b348f999..40ca3aa59021 100644 --- a/lang/execline/pkg-plist +++ b/lang/execline/pkg-plist @@ -8,25 +8,28 @@ bin/elgetpositionals bin/elglob bin/emptyenv bin/exec -bin/execline bin/execlineb bin/exit bin/export +bin/fdblock bin/fdclose bin/fdmove bin/fdreserve -bin/for -bin/forbacktick +bin/fdswap +bin/forbacktickx bin/foreground +bin/forx bin/getpid bin/heredoc bin/homeof bin/if -bin/ifthenelse +bin/ifelse bin/ifte +bin/ifthenelse bin/import bin/importas -bin/loopwhile +bin/loopwhilex +bin/multidefine bin/multisubstitute bin/pipeline bin/piperw @@ -37,15 +40,18 @@ bin/tryexec bin/umask bin/unexport bin/wait +include/execline/config.h include/execline/execline.h -include/execline/exls1.h -lib/libexecline.a -lib/libexlp.a -lib/libexls1.a -%%PORTDOCS%%%%DOCSDIR%%/CHANGES +lib/execline/libexecline.a +lib/libexecline.so +lib/libexecline.so.2 +lib/libexecline.so.2.0 +lib/libexecline.so.2.0.2 +lib/libexecline.so.2.0.2.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/THANKS -%%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/background.html %%PORTDOCS%%%%DOCSDIR%%/backtick.html %%PORTDOCS%%%%DOCSDIR%%/cd.html @@ -63,29 +69,30 @@ lib/libexls1.a %%PORTDOCS%%%%DOCSDIR%%/exec.html %%PORTDOCS%%%%DOCSDIR%%/execline-shell.html %%PORTDOCS%%%%DOCSDIR%%/execline-startup.html -%%PORTDOCS%%%%DOCSDIR%%/execline.html %%PORTDOCS%%%%DOCSDIR%%/execlineb.html %%PORTDOCS%%%%DOCSDIR%%/exit.html %%PORTDOCS%%%%DOCSDIR%%/export.html +%%PORTDOCS%%%%DOCSDIR%%/fdblock.html %%PORTDOCS%%%%DOCSDIR%%/fdclose.html %%PORTDOCS%%%%DOCSDIR%%/fdmove.html %%PORTDOCS%%%%DOCSDIR%%/fdreserve.html -%%PORTDOCS%%%%DOCSDIR%%/for.html -%%PORTDOCS%%%%DOCSDIR%%/forbacktick.html +%%PORTDOCS%%%%DOCSDIR%%/fdswap.html +%%PORTDOCS%%%%DOCSDIR%%/forbacktickx.html %%PORTDOCS%%%%DOCSDIR%%/foreground.html +%%PORTDOCS%%%%DOCSDIR%%/forx.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%%/install.html -%%PORTDOCS%%%%DOCSDIR%%/libexecline.html -%%PORTDOCS%%%%DOCSDIR%%/loopwhile.html +%%PORTDOCS%%%%DOCSDIR%%/loopwhilex.html +%%PORTDOCS%%%%DOCSDIR%%/multidefine.html %%PORTDOCS%%%%DOCSDIR%%/multisubstitute.html %%PORTDOCS%%%%DOCSDIR%%/pipeline.html %%PORTDOCS%%%%DOCSDIR%%/piperw.html @@ -97,5 +104,3 @@ lib/libexls1.a %%PORTDOCS%%%%DOCSDIR%%/unexport.html %%PORTDOCS%%%%DOCSDIR%%/upgrade.html %%PORTDOCS%%%%DOCSDIR%%/wait.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/execline-shell -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/execline-startup |