Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2015 09:59:12 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398756 - in head/devel: gettext gettext-runtime gettext-tools
Message-ID:  <201510070959.t979xCva067528@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Oct  7 09:59:12 2015
New Revision: 398756
URL: https://svnweb.freebsd.org/changeset/ports/398756

Log:
  - Update to 0.19.6
  - Set TEST_TARGET
  
  PR:		203549
  Exp-run by:	antoine
  Approved by:	portmgr (antoine)

Modified:
  head/devel/gettext-runtime/Makefile
  head/devel/gettext-runtime/pkg-plist
  head/devel/gettext-tools/Makefile
  head/devel/gettext-tools/pkg-plist
  head/devel/gettext/Makefile.common
  head/devel/gettext/distinfo

Modified: head/devel/gettext-runtime/Makefile
==============================================================================
--- head/devel/gettext-runtime/Makefile	Wed Oct  7 09:50:19 2015	(r398755)
+++ head/devel/gettext-runtime/Makefile	Wed Oct  7 09:59:12 2015	(r398756)
@@ -20,6 +20,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-csharp --disable-java --with-included-gettext \
 		ac_cv_lib_rt_sched_yield=no
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 USES=		charsetfix cpe iconv libtool tar:xz
 USE_LDCONFIG=	yes
 WRKSRC_SUBDIR=	gettext-runtime
@@ -48,7 +49,4 @@ post-patch:
 post-install:
 	${LN} -s libintl.so.8 ${STAGEDIR}${PREFIX}/lib/libintl.so.9
 
-regression-test: build
-	@(cd ${WRKSRC} && ${MAKE_CMD} check)
-
 .include <bsd.port.mk>

Modified: head/devel/gettext-runtime/pkg-plist
==============================================================================
--- head/devel/gettext-runtime/pkg-plist	Wed Oct  7 09:50:19 2015	(r398755)
+++ head/devel/gettext-runtime/pkg-plist	Wed Oct  7 09:59:12 2015	(r398756)
@@ -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.3
+lib/libintl.so.8.1.4
 lib/libintl.so.9
 man/man1/envsubst.1.gz
 man/man1/gettext.1.gz

Modified: head/devel/gettext-tools/Makefile
==============================================================================
--- head/devel/gettext-tools/Makefile	Wed Oct  7 09:50:19 2015	(r398755)
+++ head/devel/gettext-tools/Makefile	Wed Oct  7 09:59:12 2015	(r398756)
@@ -24,6 +24,7 @@ CONFIGURE_ARGS=	--disable-csharp --disab
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 USES=		charsetfix cpe gettext-runtime iconv libtool tar:xz
 USE_LDCONFIG=	yes
 WRKSRC_SUBDIR=	gettext-tools
@@ -65,7 +66,4 @@ post-patch:
 	@${REINPLACE_CMD} 's,[^ ]*libasprintf.la,-lasprintf,' \
 		${WRKSRC}/tests/lang-c++
 
-regression-test: build
-	@(cd ${WRKSRC} && ${MAKE_CMD} check)
-
 .include <bsd.port.mk>

Modified: head/devel/gettext-tools/pkg-plist
==============================================================================
--- head/devel/gettext-tools/pkg-plist	Wed Oct  7 09:50:19 2015	(r398755)
+++ head/devel/gettext-tools/pkg-plist	Wed Oct  7 09:59:12 2015	(r398756)
@@ -17,13 +17,13 @@ bin/msguniq
 bin/recode-sr-latin
 bin/xgettext
 include/gettext-po.h
-lib/libgettextlib-0.19.5.1.so
+lib/libgettextlib-0.19.6.so
 lib/libgettextlib.so
 lib/libgettextpo.a
 lib/libgettextpo.so
 lib/libgettextpo.so.0
 lib/libgettextpo.so.0.5.3
-lib/libgettextsrc-0.19.5.1.so
+lib/libgettextsrc-0.19.6.so
 lib/libgettextsrc.so
 lib/gettext/cldr-plurals
 lib/gettext/hostname

Modified: head/devel/gettext/Makefile.common
==============================================================================
--- head/devel/gettext/Makefile.common	Wed Oct  7 09:50:19 2015	(r398755)
+++ head/devel/gettext/Makefile.common	Wed Oct  7 09:59:12 2015	(r398756)
@@ -4,7 +4,7 @@
 # experimental ports run.  Untested commits may be backed out at portmgr's
 # discretion.
 
-PORTVERSION=	0.19.5.1
+PORTVERSION=	0.19.6
 PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
 CATEGORIES=	devel
 MASTER_SITES=	GNU/gettext

Modified: head/devel/gettext/distinfo
==============================================================================
--- head/devel/gettext/distinfo	Wed Oct  7 09:50:19 2015	(r398755)
+++ head/devel/gettext/distinfo	Wed Oct  7 09:59:12 2015	(r398756)
@@ -1,2 +1,2 @@
-SHA256 (gettext-0.19.5.1.tar.xz) = 66da00dc2c810d733b1f55a2a4af5cb669e2ee4259937d50a51d5614cdad323d
-SIZE (gettext-0.19.5.1.tar.xz) = 6873540
+SHA256 (gettext-0.19.6.tar.xz) = 9b95816620fd1168cb4eeca0e9dc0ffd86e864fc668f76f5e37cc054d6982e51
+SIZE (gettext-0.19.6.tar.xz) = 6878652



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510070959.t979xCva067528>