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

(-)devel/gettext/Makefile (-3 / +3 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	gettext
8
PORTNAME=	gettext
9
PORTVERSION=	0.11.1
9
PORTVERSION=	0.11.2
10
PORTREVISION=	3
11
CATEGORIES=	devel
10
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITE_SUBDIR=	gettext
12
MASTER_SITE_SUBDIR=	gettext
Lines 24-30 Link Here
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
25
		LDFLAGS="-L${LOCALBASE}/lib"
24
		LDFLAGS="-L${LOCALBASE}/lib"
26
25
27
PLIST_SUB=	LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
26
PLIST_SUB=	LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} \
27
		VERSION=${PORTVERSION}
28
28
29
MAN1=		gettext.1 msgattrib.1 msgcat.1 msgcmp.1 msgcomm.1 \
29
MAN1=		gettext.1 msgattrib.1 msgcat.1 msgcmp.1 msgcomm.1 \
30
		msgconv.1 msgen.1 msgexec.1 msgfilter.1 msgfmt.1 \
30
		msgconv.1 msgen.1 msgexec.1 msgfilter.1 msgfmt.1 \
(-)devel/gettext/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gettext-0.11.1.tar.gz) = f826d530cf91e19cacc2a964d3668e99
1
MD5 (gettext-0.11.2.tar.gz) = 31ff6c5f51ba151d2349f4dec47f4ec1
(-)devel/gettext/pkg-plist (-3 / +3 lines)
Lines 20-29 Link Here
20
@unexec install-info --delete %D/info/gettext.info %D/info/dir
20
@unexec install-info --delete %D/info/gettext.info %D/info/dir
21
info/gettext.info
21
info/gettext.info
22
@exec install-info %D/info/gettext.info %D/info/dir
22
@exec install-info %D/info/gettext.info %D/info/dir
23
lib/libgettextlib-0.11.1.so
23
lib/libgettextlib-%%VERSION%%.so
24
lib/libgettextlib.a
24
lib/libgettextlib.a
25
lib/libgettextlib.so
25
lib/libgettextlib.so
26
lib/libgettextsrc-0.11.1.so
26
lib/libgettextsrc-%%VERSION%%.so
27
lib/libgettextsrc.a
27
lib/libgettextsrc.a
28
lib/libgettextsrc.so
28
lib/libgettextsrc.so
29
lib/libintl.a
29
lib/libintl.a
Lines 183-189 Link Here
183
share/locale/sl/LC_MESSAGES/gettext.mo
183
share/locale/sl/LC_MESSAGES/gettext.mo
184
share/locale/sv/LC_MESSAGES/gettext.mo
184
share/locale/sv/LC_MESSAGES/gettext.mo
185
share/locale/tr/LC_MESSAGES/gettext.mo
185
share/locale/tr/LC_MESSAGES/gettext.mo
186
share/locale/zh/LC_MESSAGES/gettext.mo
186
share/locale/zh_TW/LC_MESSAGES/gettext.mo
187
@dirrm share/gettext/projects/TP
187
@dirrm share/gettext/projects/TP
188
@dirrm share/gettext/projects/KDE
188
@dirrm share/gettext/projects/KDE
189
@dirrm share/gettext/projects/GNOME
189
@dirrm share/gettext/projects/GNOME

Return to bug 39481