mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 10:33:12 -04:00
Bump PORTREVISION on shells that use gettext to force a package rebuild
and reinstall. This should make the shells link with libintl.so.8 instead of libintl.so.9 and should give package users a better chance of having a working shell when something went wrong with the gettext update.
This commit is contained in:
parent
cce5134234
commit
43271b33ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373773
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= bash
|
||||
PATCHLEVEL= 30
|
||||
PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g}
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= GNU
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= fish
|
||||
PORTVERSION= 2.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= http://fishshell.com/files/${PORTVERSION}/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue