Date: Sun, 17 Mar 2013 13:38:31 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314434 - head/devel/cppi Message-ID: <201303171338.r2HDcWiD009313@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Sun Mar 17 13:38:31 2013 New Revision: 314434 URL: http://svnweb.freebsd.org/changeset/ports/314434 Log: Update cppi to 1.18 Modified: head/devel/cppi/Makefile head/devel/cppi/distinfo head/devel/cppi/pkg-plist Modified: head/devel/cppi/Makefile ============================================================================== --- head/devel/cppi/Makefile Sun Mar 17 13:30:38 2013 (r314433) +++ head/devel/cppi/Makefile Sun Mar 17 13:38:31 2013 (r314434) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cppi -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -10,7 +10,7 @@ MAINTAINER= johans@FreeBSD.org COMMENT= A tool to indent the C preprocessor directives USE_XZ= yes -USE_GETTEXT= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -19,12 +19,12 @@ MAN1= cppi.1 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USE_GETTEXT= yes PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls +.else +CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " -.endif +.endif post-patch: @${REINPLACE_CMD} -e 's:(libdir)/lib:(libdir):' ${WRKSRC}/Makefile.in Modified: head/devel/cppi/distinfo ============================================================================== --- head/devel/cppi/distinfo Sun Mar 17 13:30:38 2013 (r314433) +++ head/devel/cppi/distinfo Sun Mar 17 13:38:31 2013 (r314434) @@ -1,2 +1,2 @@ -SHA256 (cppi-1.17.tar.xz) = 561631cd86ad826fdfe1c5a645f7b77ad7f547fcf9b6f321f52dd9688b14f4ea -SIZE (cppi-1.17.tar.xz) = 510600 +SHA256 (cppi-1.18.tar.xz) = 12a505b98863f6c5cf1f749f9080be3b42b3eac5a35b59630e67bea7241364ca +SIZE (cppi-1.18.tar.xz) = 515664 Modified: head/devel/cppi/pkg-plist ============================================================================== --- head/devel/cppi/pkg-plist Sun Mar 17 13:30:38 2013 (r314433) +++ head/devel/cppi/pkg-plist Sun Mar 17 13:38:31 2013 (r314434) @@ -3,6 +3,7 @@ bin/cppi %%NLS%%share/locale/eo/LC_MESSAGES/cppi.mo %%NLS%%share/locale/fi/LC_MESSAGES/cppi.mo %%NLS%%share/locale/fr/LC_MESSAGES/cppi.mo +%%NLS%%share/locale/gl/LC_MESSAGES/cppi.mo %%NLS%%share/locale/hr/LC_MESSAGES/cppi.mo %%NLS%%share/locale/it/LC_MESSAGES/cppi.mo %%NLS%%share/locale/ja/LC_MESSAGES/cppi.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303171338.r2HDcWiD009313>