svn commit: r409193 - in head/devel: gettext gettext-tools

Tijl Coosemans tijl at FreeBSD.org
Fri Feb 19 18:46:31 UTC 2016


Author: tijl
Date: Fri Feb 19 18:46:29 2016
New Revision: 409193
URL: https://svnweb.freebsd.org/changeset/ports/409193

Log:
  Update to 0.19.7
  
  PR:		207245
  Exp-run by:	antoine
  Approved by:	portmgr (antoine)

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

Modified: head/devel/gettext-tools/Makefile
==============================================================================
--- head/devel/gettext-tools/Makefile	Fri Feb 19 18:06:14 2016	(r409192)
+++ head/devel/gettext-tools/Makefile	Fri Feb 19 18:46:29 2016	(r409193)
@@ -14,8 +14,6 @@ LICENSE_FILE=	${WRKSRC}/../COPYING
 
 .include "${.CURDIR}/../gettext/Makefile.common"
 
-LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
-
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-csharp --disable-java --disable-openmp \
 		--with-included-glib --with-included-libcroco \

Modified: head/devel/gettext-tools/pkg-plist
==============================================================================
--- head/devel/gettext-tools/pkg-plist	Fri Feb 19 18:06:14 2016	(r409192)
+++ head/devel/gettext-tools/pkg-plist	Fri Feb 19 18:46:29 2016	(r409193)
@@ -17,13 +17,13 @@ bin/msguniq
 bin/recode-sr-latin
 bin/xgettext
 include/gettext-po.h
-lib/libgettextlib-0.19.6.so
+lib/libgettextlib-0.19.7.so
 lib/libgettextlib.so
 lib/libgettextpo.a
 lib/libgettextpo.so
 lib/libgettextpo.so.0
 lib/libgettextpo.so.0.5.3
-lib/libgettextsrc-0.19.6.so
+lib/libgettextsrc-0.19.7.so
 lib/libgettextsrc.so
 lib/gettext/cldr-plurals
 lib/gettext/hostname
@@ -208,6 +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/locale/be/LC_MESSAGES/gettext-tools.mo
 share/locale/bg/LC_MESSAGES/gettext-tools.mo
 share/locale/ca/LC_MESSAGES/gettext-tools.mo

Modified: head/devel/gettext/Makefile.common
==============================================================================
--- head/devel/gettext/Makefile.common	Fri Feb 19 18:06:14 2016	(r409192)
+++ head/devel/gettext/Makefile.common	Fri Feb 19 18:46:29 2016	(r409193)
@@ -4,7 +4,7 @@
 # experimental ports run.  Untested commits may be backed out at portmgr's
 # discretion.
 
-PORTVERSION=	0.19.6
+PORTVERSION=	0.19.7
 PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
 CATEGORIES=	devel
 MASTER_SITES=	GNU/gettext

Modified: head/devel/gettext/distinfo
==============================================================================
--- head/devel/gettext/distinfo	Fri Feb 19 18:06:14 2016	(r409192)
+++ head/devel/gettext/distinfo	Fri Feb 19 18:46:29 2016	(r409193)
@@ -1,2 +1,2 @@
-SHA256 (gettext-0.19.6.tar.xz) = 9b95816620fd1168cb4eeca0e9dc0ffd86e864fc668f76f5e37cc054d6982e51
-SIZE (gettext-0.19.6.tar.xz) = 6878652
+SHA256 (gettext-0.19.7.tar.xz) = 378fa86a091cec3acdece3c961bb8d8c0689906287809a8daa79dc0c6398d934
+SIZE (gettext-0.19.7.tar.xz) = 7187304


More information about the svn-ports-all mailing list