svn commit: r382077 - head/textproc/ctpl

Max Brazhnikov makc at FreeBSD.org
Tue Mar 24 09:49:53 UTC 2015


Author: makc
Date: Tue Mar 24 09:49:51 2015
New Revision: 382077
URL: https://svnweb.freebsd.org/changeset/ports/382077
QAT: https://qat.redports.org/buildarchive/r382077/

Log:
  textproc/ctpl:
  - Update to 0.3.4
  - Add NLS option

Modified:
  head/textproc/ctpl/Makefile
  head/textproc/ctpl/distinfo
  head/textproc/ctpl/pkg-plist

Modified: head/textproc/ctpl/Makefile
==============================================================================
--- head/textproc/ctpl/Makefile	Tue Mar 24 09:48:40 2015	(r382076)
+++ head/textproc/ctpl/Makefile	Tue Mar 24 09:49:51 2015	(r382077)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ctpl
-PORTVERSION=	0.3.3
-PORTREVISION=	1
+PORTVERSION=	0.3.4
 CATEGORIES=	textproc devel
 MASTER_SITES=	http://download.tuxfamily.org/ctpl/releases/
 
@@ -13,5 +12,12 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 USES=		pathfix pkgconfig libtool
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
+
+OPTIONS_DEFINE=	NLS
+OPTIONS_SUB=	yes
+
+NLS_CONFIGURE_ENABLE=	nls
+NLS_USES=	gettext-runtime
 
 .include <bsd.port.mk>

Modified: head/textproc/ctpl/distinfo
==============================================================================
--- head/textproc/ctpl/distinfo	Tue Mar 24 09:48:40 2015	(r382076)
+++ head/textproc/ctpl/distinfo	Tue Mar 24 09:49:51 2015	(r382077)
@@ -1,2 +1,2 @@
-SHA256 (ctpl-0.3.3.tar.gz) = 7da73e7d8f10d222f5685b8eb80541d7e4d342aa74673039692fa5c4e8b120a7
-SIZE (ctpl-0.3.3.tar.gz) = 582575
+SHA256 (ctpl-0.3.4.tar.gz) = 3a95fdd03437ed3ae222339cb0de2d2c1240d627faa6c77bf46f1a9b761729fb
+SIZE (ctpl-0.3.4.tar.gz) = 668306

Modified: head/textproc/ctpl/pkg-plist
==============================================================================
--- head/textproc/ctpl/pkg-plist	Tue Mar 24 09:48:40 2015	(r382076)
+++ head/textproc/ctpl/pkg-plist	Tue Mar 24 09:49:51 2015	(r382077)
@@ -14,7 +14,7 @@ include/ctpl/ctpl.h
 lib/libctpl.a
 lib/libctpl.so
 lib/libctpl.so.2
-lib/libctpl.so.2.2.1
+lib/libctpl.so.2.2.2
 libdata/pkgconfig/ctpl.pc
 man/man1/ctpl.1.gz
 share/gtk-doc/html/ctpl/annotation-glossary.html
@@ -36,13 +36,17 @@ share/gtk-doc/html/ctpl/ctpl-CtplToken.h
 share/gtk-doc/html/ctpl/ctpl-CtplValue.html
 share/gtk-doc/html/ctpl/ctpl-Generic-IO.html
 share/gtk-doc/html/ctpl/ctpl-Version-information.html
-share/gtk-doc/html/ctpl/ctpl.devhelp
 share/gtk-doc/html/ctpl/ctpl.devhelp2
 share/gtk-doc/html/ctpl/environment-description-syntax.html
 share/gtk-doc/html/ctpl/home.png
 share/gtk-doc/html/ctpl/index.html
 share/gtk-doc/html/ctpl/index.sgml
+share/gtk-doc/html/ctpl/left-insensitive.png
 share/gtk-doc/html/ctpl/left.png
+share/gtk-doc/html/ctpl/right-insensitive.png
 share/gtk-doc/html/ctpl/right.png
 share/gtk-doc/html/ctpl/style.css
+share/gtk-doc/html/ctpl/up-insensitive.png
 share/gtk-doc/html/ctpl/up.png
+%%NLS%%share/locale/fr/LC_MESSAGES/ctpl.mo
+%%NLS%%share/locale/it/LC_MESSAGES/ctpl.mo


More information about the svn-ports-head mailing list