View | Details | Raw Unified | Return to bug 210232
Collapse All | Expand All

(-)devel/gettext/Makefile.common (-1 / +1 lines)
Lines 4-10 Link Here
4
# experimental ports run.  Untested commits may be backed out at portmgr's
4
# experimental ports run.  Untested commits may be backed out at portmgr's
5
# discretion.
5
# discretion.
6
6
7
PORTVERSION=	0.19.7
7
PORTVERSION=	0.19.8.1
8
PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
8
PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
9
CATEGORIES=	devel
9
CATEGORIES=	devel
10
MASTER_SITES=	GNU/gettext
10
MASTER_SITES=	GNU/gettext
(-)devel/gettext/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (gettext-0.19.7.tar.xz) = 378fa86a091cec3acdece3c961bb8d8c0689906287809a8daa79dc0c6398d934
1
TIMESTAMP = 1465727987
2
SIZE (gettext-0.19.7.tar.xz) = 7187304
2
SHA256 (gettext-0.19.8.1.tar.xz) = 105556dbc5c3fbbc2aa0edb46d22d055748b6f5c7cd7a8d99f8e7eb84e938be4
3
SIZE (gettext-0.19.8.1.tar.xz) = 7209808
(-)devel/gettext-runtime/pkg-plist (-1 / +1 lines)
Lines 11-17 lib/libasprintf.so.0.0.0 Link Here
11
lib/libintl.a
11
lib/libintl.a
12
lib/libintl.so
12
lib/libintl.so
13
lib/libintl.so.8
13
lib/libintl.so.8
14
lib/libintl.so.8.1.4
14
lib/libintl.so.8.1.5
15
lib/libintl.so.9
15
lib/libintl.so.9
16
man/man1/envsubst.1.gz
16
man/man1/envsubst.1.gz
17
man/man1/gettext.1.gz
17
man/man1/gettext.1.gz
(-)devel/gettext-tools/Makefile (+1 lines)
Lines 22-27 CONFIGURE_ARGS= --disable-csharp --disab Link Here
22
CPPFLAGS+=	-I${LOCALBASE}/include
22
CPPFLAGS+=	-I${LOCALBASE}/include
23
LIBS+=		-L${LOCALBASE}/lib
23
LIBS+=		-L${LOCALBASE}/lib
24
INSTALL_TARGET=	install-strip
24
INSTALL_TARGET=	install-strip
25
PLIST_SUB=	VERSION=${PORTVERSION:R}
25
TEST_TARGET=	check
26
TEST_TARGET=	check
26
USES=		charsetfix cpe gettext-runtime iconv libtool tar:xz
27
USES=		charsetfix cpe gettext-runtime iconv libtool tar:xz
27
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
(-)devel/gettext-tools/pkg-plist (-11 / +11 lines)
Lines 17-29 bin/msguniq Link Here
17
bin/recode-sr-latin
17
bin/recode-sr-latin
18
bin/xgettext
18
bin/xgettext
19
include/gettext-po.h
19
include/gettext-po.h
20
lib/libgettextlib-0.19.7.so
20
lib/libgettextlib-%%VERSION%%.1.so
21
lib/libgettextlib.so
21
lib/libgettextlib.so
22
lib/libgettextpo.a
22
lib/libgettextpo.a
23
lib/libgettextpo.so
23
lib/libgettextpo.so
24
lib/libgettextpo.so.0
24
lib/libgettextpo.so.0
25
lib/libgettextpo.so.0.5.3
25
lib/libgettextpo.so.0.5.4
26
lib/libgettextsrc-0.19.7.so
26
lib/libgettextsrc-%%VERSION%%.1.so
27
lib/libgettextsrc.so
27
lib/libgettextsrc.so
28
lib/gettext/cldr-plurals
28
lib/gettext/cldr-plurals
29
lib/gettext/hostname
29
lib/gettext/hostname
Lines 208-221 share/aclocal/xsize.m4 Link Here
208
%%DATADIR%%/styles/po-emacs-xterm16.css
208
%%DATADIR%%/styles/po-emacs-xterm16.css
209
%%DATADIR%%/styles/po-emacs-xterm256.css
209
%%DATADIR%%/styles/po-emacs-xterm256.css
210
%%DATADIR%%/styles/po-vim.css
210
%%DATADIR%%/styles/po-vim.css
211
share/gettext-0.19.7/its/appdata.its
211
share/gettext-%%VERSION%%/its/appdata.its
212
share/gettext-0.19.7/its/appdata.loc
212
share/gettext-%%VERSION%%/its/appdata.loc
213
share/gettext-0.19.7/its/glade.loc
213
share/gettext-%%VERSION%%/its/glade.loc
214
share/gettext-0.19.7/its/glade1.its
214
share/gettext-%%VERSION%%/its/glade1.its
215
share/gettext-0.19.7/its/glade2.its
215
share/gettext-%%VERSION%%/its/glade2.its
216
share/gettext-0.19.7/its/gsettings.its
216
share/gettext-%%VERSION%%/its/gsettings.its
217
share/gettext-0.19.7/its/gsettings.loc
217
share/gettext-%%VERSION%%/its/gsettings.loc
218
share/gettext-0.19.7/its/gtkbuilder.its
218
share/gettext-%%VERSION%%/its/gtkbuilder.its
219
share/locale/be/LC_MESSAGES/gettext-tools.mo
219
share/locale/be/LC_MESSAGES/gettext-tools.mo
220
share/locale/bg/LC_MESSAGES/gettext-tools.mo
220
share/locale/bg/LC_MESSAGES/gettext-tools.mo
221
share/locale/ca/LC_MESSAGES/gettext-tools.mo
221
share/locale/ca/LC_MESSAGES/gettext-tools.mo

Return to bug 210232