forked from Lainports/freebsd-ports
shells/bashc: Update to 5.1.8
PR: 261327
This commit is contained in:
parent
0d4d696f9a
commit
abdb68bca1
3 changed files with 14 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Igor Pokrovsky <ip@unixway.org>
|
||||
|
||||
PORTNAME= bashc
|
||||
PORTVERSION= 5.0.9
|
||||
PORTVERSION= 5.1.8
|
||||
CATEGORIES= shells
|
||||
|
||||
MAINTAINER= ip@unixway.org
|
||||
|
|
@ -17,7 +17,7 @@ OPTIONS_SUB= yes
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= sergev
|
||||
GH_PROJECT= bash-commander
|
||||
GH_TAGNAME= f707afab3e299d9b9e557923d355e14d2fe1291a
|
||||
GH_TAGNAME= 240d2831b191f2ad686301751bf43251ae7259f3
|
||||
|
||||
OPTIONS_DEFINE= DOCS FDESCFS HELP NLS STATIC SYSBASHRC SYSLOG
|
||||
FDESCFS_DESC= Enable use of /dev/fd
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1613744521
|
||||
SHA256 (sergev-bash-commander-5.0.9-f707afab3e299d9b9e557923d355e14d2fe1291a_GH0.tar.gz) = a32b8770a9b68420baa4bb05dbe84120c12835ad28dc82f8ec745bbce6d2acb8
|
||||
SIZE (sergev-bash-commander-5.0.9-f707afab3e299d9b9e557923d355e14d2fe1291a_GH0.tar.gz) = 10112494
|
||||
TIMESTAMP = 1642579981
|
||||
SHA256 (sergev-bash-commander-5.1.8-240d2831b191f2ad686301751bf43251ae7259f3_GH0.tar.gz) = 970babfd8479398d7206fa9871b4ecbd8e41c8c6942c83dd7ad1b2d1d576e25d
|
||||
SIZE (sergev-bash-commander-5.1.8-240d2831b191f2ad686301751bf43251ae7259f3_GH0.tar.gz) = 10515370
|
||||
|
|
|
|||
|
|
@ -63,7 +63,10 @@ etc/bash_dialog
|
|||
%%NO_STATIC%%include/bash/xmalloc.h
|
||||
%%NO_STATIC%%include/bash/y.tab.h
|
||||
%%NO_STATIC%%lib/bash/Makefile.inc
|
||||
%%NO_STATIC%%lib/bash/accept
|
||||
%%NO_STATIC%%lib/bash/basename
|
||||
%%NO_STATIC%%lib/bash/csv
|
||||
%%NO_STATIC%%lib/bash/cut
|
||||
%%NO_STATIC%%lib/bash/dirname
|
||||
%%NO_STATIC%%lib/bash/fdflags
|
||||
%%NO_STATIC%%lib/bash/finfo
|
||||
|
|
@ -73,12 +76,15 @@ etc/bash_dialog
|
|||
%%NO_STATIC%%lib/bash/loadables.h
|
||||
%%NO_STATIC%%lib/bash/logname
|
||||
%%NO_STATIC%%lib/bash/mkdir
|
||||
%%NO_STATIC%%lib/bash/mkfifo
|
||||
%%NO_STATIC%%lib/bash/mktemp
|
||||
%%NO_STATIC%%lib/bash/mypid
|
||||
%%NO_STATIC%%lib/bash/pathchk
|
||||
%%NO_STATIC%%lib/bash/print
|
||||
%%NO_STATIC%%lib/bash/printenv
|
||||
%%NO_STATIC%%lib/bash/push
|
||||
%%NO_STATIC%%lib/bash/realpath
|
||||
%%NO_STATIC%%lib/bash/rm
|
||||
%%NO_STATIC%%lib/bash/rmdir
|
||||
%%NO_STATIC%%lib/bash/seq
|
||||
%%NO_STATIC%%lib/bash/setpgid
|
||||
|
|
@ -92,6 +98,8 @@ etc/bash_dialog
|
|||
%%NO_STATIC%%lib/bash/unlink
|
||||
%%NO_STATIC%%lib/bash/whoami
|
||||
%%NO_STATIC%%libdata/pkgconfig/bash.pc
|
||||
man/man1/bash.1.gz
|
||||
man/man1/bashbug.1.gz
|
||||
%%NLS%%share/locale/af/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/bash.mo
|
||||
|
|
@ -113,6 +121,7 @@ etc/bash_dialog
|
|||
%%NLS%%share/locale/id/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/bash.mo
|
||||
|
|
@ -130,5 +139,3 @@ etc/bash_dialog
|
|||
%%NLS%%share/locale/vi/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/bash.mo
|
||||
man/man1/bash.1.gz
|
||||
man/man1/bashbug.1.gz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue