Update to 0.19.8.1.
PR: 210232 Exp-run by: antoine Approved by: portmgr (antoine)
This commit is contained in:
parent
5b55a8a53e
commit
4032d1fc1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416967
5 changed files with 17 additions and 15 deletions
|
@ -11,7 +11,7 @@ lib/libasprintf.so.0.0.0
|
|||
lib/libintl.a
|
||||
lib/libintl.so
|
||||
lib/libintl.so.8
|
||||
lib/libintl.so.8.1.4
|
||||
lib/libintl.so.8.1.5
|
||||
lib/libintl.so.9
|
||||
man/man1/envsubst.1.gz
|
||||
man/man1/gettext.1.gz
|
||||
|
|
|
@ -22,6 +22,7 @@ CONFIGURE_ARGS= --disable-csharp --disable-java --disable-openmp \
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
PLIST_SUB= VERSION=${PORTVERSION:R}
|
||||
TEST_TARGET= check
|
||||
USES= charsetfix cpe gettext-runtime iconv libtool tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -17,13 +17,13 @@ bin/msguniq
|
|||
bin/recode-sr-latin
|
||||
bin/xgettext
|
||||
include/gettext-po.h
|
||||
lib/libgettextlib-0.19.7.so
|
||||
lib/libgettextlib-%%VERSION%%.1.so
|
||||
lib/libgettextlib.so
|
||||
lib/libgettextpo.a
|
||||
lib/libgettextpo.so
|
||||
lib/libgettextpo.so.0
|
||||
lib/libgettextpo.so.0.5.3
|
||||
lib/libgettextsrc-0.19.7.so
|
||||
lib/libgettextpo.so.0.5.4
|
||||
lib/libgettextsrc-%%VERSION%%.1.so
|
||||
lib/libgettextsrc.so
|
||||
lib/gettext/cldr-plurals
|
||||
lib/gettext/hostname
|
||||
|
@ -208,14 +208,14 @@ share/aclocal/xsize.m4
|
|||
%%DATADIR%%/styles/po-emacs-xterm16.css
|
||||
%%DATADIR%%/styles/po-emacs-xterm256.css
|
||||
%%DATADIR%%/styles/po-vim.css
|
||||
share/gettext-0.19.7/its/appdata.its
|
||||
share/gettext-0.19.7/its/appdata.loc
|
||||
share/gettext-0.19.7/its/glade.loc
|
||||
share/gettext-0.19.7/its/glade1.its
|
||||
share/gettext-0.19.7/its/glade2.its
|
||||
share/gettext-0.19.7/its/gsettings.its
|
||||
share/gettext-0.19.7/its/gsettings.loc
|
||||
share/gettext-0.19.7/its/gtkbuilder.its
|
||||
share/gettext-%%VERSION%%/its/appdata.its
|
||||
share/gettext-%%VERSION%%/its/appdata.loc
|
||||
share/gettext-%%VERSION%%/its/glade.loc
|
||||
share/gettext-%%VERSION%%/its/glade1.its
|
||||
share/gettext-%%VERSION%%/its/glade2.its
|
||||
share/gettext-%%VERSION%%/its/gsettings.its
|
||||
share/gettext-%%VERSION%%/its/gsettings.loc
|
||||
share/gettext-%%VERSION%%/its/gtkbuilder.its
|
||||
share/locale/be/LC_MESSAGES/gettext-tools.mo
|
||||
share/locale/bg/LC_MESSAGES/gettext-tools.mo
|
||||
share/locale/ca/LC_MESSAGES/gettext-tools.mo
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# experimental ports run. Untested commits may be backed out at portmgr's
|
||||
# discretion.
|
||||
|
||||
PORTVERSION= 0.19.7
|
||||
PORTVERSION= 0.19.8.1
|
||||
PORTREVISION?= 0 # Leave this zero. Set in Makefile instead.
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GNU/gettext
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (gettext-0.19.7.tar.xz) = 378fa86a091cec3acdece3c961bb8d8c0689906287809a8daa79dc0c6398d934
|
||||
SIZE (gettext-0.19.7.tar.xz) = 7187304
|
||||
TIMESTAMP = 1465727987
|
||||
SHA256 (gettext-0.19.8.1.tar.xz) = 105556dbc5c3fbbc2aa0edb46d22d055748b6f5c7cd7a8d99f8e7eb84e938be4
|
||||
SIZE (gettext-0.19.8.1.tar.xz) = 7209808
|
||||
|
|
Loading…
Reference in a new issue