[Midnightbsd-cvs] mports [21677] trunk/devel: gettext 0.19.8.1

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Aug 15 23:44:35 EDT 2016


Revision: 21677
          http://svnweb.midnightbsd.org/mports/?rev=21677
Author:   laffer1
Date:     2016-08-15 23:44:34 -0400 (Mon, 15 Aug 2016)
Log Message:
-----------
gettext 0.19.8.1

Modified Paths:
--------------
    trunk/devel/gettext/Makefile.common
    trunk/devel/gettext/distinfo
    trunk/devel/gettext/pkg-descr
    trunk/devel/gettext-runtime/pkg-plist
    trunk/devel/gettext-tools/Makefile
    trunk/devel/gettext-tools/pkg-descr
    trunk/devel/gettext-tools/pkg-plist

Modified: trunk/devel/gettext/Makefile.common
===================================================================
--- trunk/devel/gettext/Makefile.common	2016-08-16 02:39:44 UTC (rev 21676)
+++ trunk/devel/gettext/Makefile.common	2016-08-16 03:44:34 UTC (rev 21677)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 # $FreeBSD: head/devel/gettext/Makefile.common 373636 2014-11-29 18:22:32Z tijl $
 
-PORTVERSION=	0.19.4
+PORTVERSION=	0.19.8.1
 PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
 CATEGORIES=	devel
 MASTER_SITES=	GNU/gettext

Modified: trunk/devel/gettext/distinfo
===================================================================
--- trunk/devel/gettext/distinfo	2016-08-16 02:39:44 UTC (rev 21676)
+++ trunk/devel/gettext/distinfo	2016-08-16 03:44:34 UTC (rev 21677)
@@ -1,2 +1,2 @@
-SHA256 (gettext-0.19.4.tar.xz) = 719adadb8bf3e36bac52c243a01c0add18d23506a3a40437e6f5899ceab18d20
-SIZE (gettext-0.19.4.tar.xz) = 6656168
+SHA256 (gettext-0.19.8.1.tar.xz) = 105556dbc5c3fbbc2aa0edb46d22d055748b6f5c7cd7a8d99f8e7eb84e938be4
+SIZE (gettext-0.19.8.1.tar.xz) = 7209808

Modified: trunk/devel/gettext/pkg-descr
===================================================================
--- trunk/devel/gettext/pkg-descr	2016-08-16 02:39:44 UTC (rev 21676)
+++ trunk/devel/gettext/pkg-descr	2016-08-16 03:44:34 UTC (rev 21677)
@@ -1,4 +1,4 @@
-GNU gettext is a framework of libraries and tools for internationalisation 
+GNU gettext is a framework of libraries and tools for internationalisation
 and localisation of software.
 
 WWW: http://www.gnu.org/software/gettext/

Modified: trunk/devel/gettext-runtime/pkg-plist
===================================================================
--- trunk/devel/gettext-runtime/pkg-plist	2016-08-16 02:39:44 UTC (rev 21676)
+++ trunk/devel/gettext-runtime/pkg-plist	2016-08-16 03:44:34 UTC (rev 21677)
@@ -11,7 +11,7 @@
 lib/libintl.a
 lib/libintl.so
 lib/libintl.so.8
-lib/libintl.so.8.1.3
+lib/libintl.so.8.1.5
 lib/libintl.so.9
 man/man1/envsubst.1.gz
 man/man1/gettext.1.gz

Modified: trunk/devel/gettext-tools/Makefile
===================================================================
--- trunk/devel/gettext-tools/Makefile	2016-08-16 02:39:44 UTC (rev 21676)
+++ trunk/devel/gettext-tools/Makefile	2016-08-16 03:44:34 UTC (rev 21677)
@@ -23,23 +23,27 @@
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
-USES=		charsetfix gettext-runtime iconv libtool tar:xz
+PLIST_SUB=	VERSION=${PORTVERSION:R}
+TEST_TARGET=	check
+USES=		charsetfix cpe gettext-runtime iconv libtool tar:xz
 USE_LDCONFIG=	yes
+WRKSRC_SUBDIR=	gettext-tools
 
-OPTIONS_DEFINE=	DOCS
+CPE_PRODUCT=	gettext
+CPE_VENDOR=	gnu
 
-.include <bsd.mport.options.mk>
+OPTIONS_DEFINE=	DOCS THREADS
+OPTIONS_DEFAULT=THREADS
+OPTIONS_EXCLUDE_DragonFly=	THREADS
 
-.if ${PORT_OPTIONS:MDOCS}
-INFO+=		gettext
-.endif
+DOCS_INFO=	gettext
 
-CONFIGURE_ARGS+=--disable-threads
+THREADS_CONFIGURE_ENABLE=	threads
 
+post-patch-DOCS-off:
+	@${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
+
 post-patch:
-.if ! ${PORT_OPTIONS:MDOCS}
-	@${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
-.endif
 # Exclude examples and gnulib-tests.
 	@${REINPLACE_CMD} -E '/^SUBDIRS =/s/(examples|gnulib-tests)//g' \
 		${WRKSRC}/Makefile.in
@@ -62,7 +66,4 @@
 	@${REINPLACE_CMD} 's,[^ ]*libasprintf.la,-lasprintf,' \
 		${WRKSRC}/tests/lang-c++
 
-regression-test: build
-	@(cd ${WRKSRC} && ${MAKE_CMD} check)
-
 .include <bsd.port.mk>

Modified: trunk/devel/gettext-tools/pkg-descr
===================================================================
--- trunk/devel/gettext-tools/pkg-descr	2016-08-16 02:39:44 UTC (rev 21676)
+++ trunk/devel/gettext-tools/pkg-descr	2016-08-16 03:44:34 UTC (rev 21677)
@@ -1,4 +1,4 @@
-GNU gettext is a framework of libraries and tools for internationalisation 
+GNU gettext is a framework of libraries and tools for internationalisation
 and localisation of software.
 
 This package contains development and translation tools.

Modified: trunk/devel/gettext-tools/pkg-plist
===================================================================
--- trunk/devel/gettext-tools/pkg-plist	2016-08-16 02:39:44 UTC (rev 21676)
+++ trunk/devel/gettext-tools/pkg-plist	2016-08-16 03:44:34 UTC (rev 21677)
@@ -17,14 +17,15 @@
 bin/recode-sr-latin
 bin/xgettext
 include/gettext-po.h
-lib/libgettextlib-0.19.4.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.4.so
+lib/libgettextpo.so.0.5.4
+lib/libgettextsrc-%%VERSION%%.1.so
 lib/libgettextsrc.so
+lib/gettext/cldr-plurals
 lib/gettext/hostname
 lib/gettext/project-id
 lib/gettext/urlget
@@ -207,6 +208,14 @@
 %%DATADIR%%/styles/po-emacs-xterm16.css
 %%DATADIR%%/styles/po-emacs-xterm256.css
 %%DATADIR%%/styles/po-vim.css
+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



More information about the Midnightbsd-cvs mailing list