From owner-svn-ports-head@FreeBSD.ORG Sun Mar 17 13:38:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BB9E88EE; Sun, 17 Mar 2013 13:38:32 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8BA471A7; Sun, 17 Mar 2013 13:38:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2HDcWDj009316; Sun, 17 Mar 2013 13:38:32 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2HDcWiD009313; Sun, 17 Mar 2013 13:38:32 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201303171338.r2HDcWiD009313@svn.freebsd.org> From: Johan van Selst Date: Sun, 17 Mar 2013 13:38:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314434 - head/devel/cppi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Mar 2013 13:38:32 -0000 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 .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