diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2009-03-12 09:54:01 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2009-03-12 09:54:01 +0000 |
commit | e16c77d271c46f14013dbb5bfeb46b2e5e5cfca7 (patch) | |
tree | bdec6d6e5f44264c30e7fe3590a4da442d49a252 /shells | |
parent | 3edbbacbc6f3af2f192c27fdfbed064fb3d0c420 (diff) | |
download | ports-e16c77d271c46f14013dbb5bfeb46b2e5e5cfca7.tar.gz ports-e16c77d271c46f14013dbb5bfeb46b2e5e5cfca7.zip |
Fix pkg-plist.
Bump PORTREVISION.
Approved by: pav@ (portmgr)
Notes
Notes:
svn path=/head/; revision=229928
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 2 | ||||
-rw-r--r-- | shells/bash/pkg-plist | 32 |
2 files changed, 30 insertions, 4 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index e2248e847e3d..e556f567fc76 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -9,7 +9,7 @@ PORTNAME= bash PATCHLEVEL= 10 PORTVERSION= 4.0.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \ ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq diff --git a/shells/bash/pkg-plist b/shells/bash/pkg-plist index 07644dcd01e0..e3842bfc91c6 100644 --- a/shells/bash/pkg-plist +++ b/shells/bash/pkg-plist @@ -2,9 +2,6 @@ bin/bash bin/rbash bin/bashbug -%%NLS%%share/locale/en@boldquot/LC_MESSAGES/bash.mo -%%NLS%%share/locale/en@quot/LC_MESSAGES/bash.mo -%%NLS%%share/locale/ru/LC_MESSAGES/bash.mo %%HELP%%%%DATADIR%%/alias %%HELP%%%%DATADIR%%/arith %%HELP%%%%DATADIR%%/arith_for @@ -19,8 +16,10 @@ bin/bashbug %%HELP%%%%DATADIR%%/command %%HELP%%%%DATADIR%%/compgen %%HELP%%%%DATADIR%%/complete +%%HELP%%%%DATADIR%%/compopt %%HELP%%%%DATADIR%%/conditional %%HELP%%%%DATADIR%%/continue +%%HELP%%%%DATADIR%%/coproc %%HELP%%%%DATADIR%%/declare %%HELP%%%%DATADIR%%/dirs %%HELP%%%%DATADIR%%/disown @@ -48,11 +47,13 @@ bin/bashbug %%HELP%%%%DATADIR%%/let %%HELP%%%%DATADIR%%/local %%HELP%%%%DATADIR%%/logout +%%HELP%%%%DATADIR%%/mapfile %%HELP%%%%DATADIR%%/popd %%HELP%%%%DATADIR%%/printf %%HELP%%%%DATADIR%%/pushd %%HELP%%%%DATADIR%%/pwd %%HELP%%%%DATADIR%%/read +%%HELP%%%%DATADIR%%/readarray %%HELP%%%%DATADIR%%/readonly %%HELP%%%%DATADIR%%/return %%HELP%%%%DATADIR%%/select @@ -78,6 +79,31 @@ bin/bashbug %%HELP%%%%DATADIR%%/wait %%HELP%%%%DATADIR%%/while %%HELP%%@dirrm %%DATADIR%% +%%NLS%%share/locale/af/LC_MESSAGES/bash.mo +%%NLS%%share/locale/bg/LC_MESSAGES/bash.mo +%%NLS%%share/locale/ca/LC_MESSAGES/bash.mo +%%NLS%%share/locale/cs/LC_MESSAGES/bash.mo +%%NLS%%share/locale/de/LC_MESSAGES/bash.mo +%%NLS%%share/locale/en@boldquot/LC_MESSAGES/bash.mo +%%NLS%%share/locale/en@quot/LC_MESSAGES/bash.mo +%%NLS%%share/locale/eo/LC_MESSAGES/bash.mo +%%NLS%%share/locale/es/LC_MESSAGES/bash.mo +%%NLS%%share/locale/et/LC_MESSAGES/bash.mo +%%NLS%%share/locale/fr/LC_MESSAGES/bash.mo +%%NLS%%share/locale/hu/LC_MESSAGES/bash.mo +%%NLS%%share/locale/id/LC_MESSAGES/bash.mo +%%NLS%%share/locale/ja/LC_MESSAGES/bash.mo +%%NLS%%share/locale/lt/LC_MESSAGES/bash.mo +%%NLS%%share/locale/nl/LC_MESSAGES/bash.mo +%%NLS%%share/locale/pl/LC_MESSAGES/bash.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/bash.mo +%%NLS%%share/locale/ro/LC_MESSAGES/bash.mo +%%NLS%%share/locale/ru/LC_MESSAGES/bash.mo +%%NLS%%share/locale/sk/LC_MESSAGES/bash.mo +%%NLS%%share/locale/sv/LC_MESSAGES/bash.mo +%%NLS%%share/locale/tr/LC_MESSAGES/bash.mo +%%NLS%%share/locale/vi/LC_MESSAGES/bash.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/bash.mo %%NLS%%@dirrmtry share/locale/en@boldquot/LC_MESSAGES %%NLS%%@dirrmtry share/locale/en@boldquot %%NLS%%@dirrmtry share/locale/en@quot/LC_MESSAGES |