From owner-svn-ports-head@FreeBSD.ORG Tue Oct 8 19:09:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C4A167B5; Tue, 8 Oct 2013 19:09:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97D282995; Tue, 8 Oct 2013 19:09:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r98J97ks003936; Tue, 8 Oct 2013 19:09:07 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r98J97vn003932; Tue, 8 Oct 2013 19:09:07 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201310081909.r98J97vn003932@svn.freebsd.org> From: Antoine Brodin Date: Tue, 8 Oct 2013 19:09:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329824 - head/x11-wm/wmconfig 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: Tue, 08 Oct 2013 19:09:07 -0000 Author: antoine Date: Tue Oct 8 19:09:06 2013 New Revision: 329824 URL: http://svnweb.freebsd.org/changeset/ports/329824 Log: - Update to 1.4.1 - Convert to STAGEDIR and OPTIONS helpers PR: ports/182352 Submitted by: Tommy Scheunemann (maintainer) Modified: head/x11-wm/wmconfig/Makefile head/x11-wm/wmconfig/distinfo head/x11-wm/wmconfig/pkg-plist Modified: head/x11-wm/wmconfig/Makefile ============================================================================== --- head/x11-wm/wmconfig/Makefile Tue Oct 8 18:55:37 2013 (r329823) +++ head/x11-wm/wmconfig/Makefile Tue Oct 8 19:09:06 2013 (r329824) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wmconfig -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= x11-wm MASTER_SITES= http://www.arrishq.net/files/ @@ -14,32 +14,22 @@ LICENSE= GPLv2 USE_BZIP2= yes GNU_CONFIGURE= yes -MAN1= wmconfig.1x - PORTDOCS= AUTHORS ChangeLog COPYING README TODO OPTIONS_DEFINE= NLS DOCS -NO_STAGE= yes -.include +OPTIONS_SUB= yes +NLS_CONFIGURE_ENABLE=nls +NLS_CPPFLAGS= -I${LOCALBASE}/include +NLS_LDFLAGS= -L${LOCALBASE}/lib +NLS_USES= gettext -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -CONFIGURE_ARGS+=--enable-nls -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +.include post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .endif .include Modified: head/x11-wm/wmconfig/distinfo ============================================================================== --- head/x11-wm/wmconfig/distinfo Tue Oct 8 18:55:37 2013 (r329823) +++ head/x11-wm/wmconfig/distinfo Tue Oct 8 19:09:06 2013 (r329824) @@ -1,2 +1,2 @@ -SHA256 (wmconfig-1.4.0.tar.bz2) = d723f5b7b9c3060883ce1c3165fc6efce2602f0f1aacecdf118042be65843e14 -SIZE (wmconfig-1.4.0.tar.bz2) = 226255 +SHA256 (wmconfig-1.4.1.tar.bz2) = 84577cc514a82798180c939625b20dfef595a746d61c70ed0cded7a348188b6f +SIZE (wmconfig-1.4.1.tar.bz2) = 232351 Modified: head/x11-wm/wmconfig/pkg-plist ============================================================================== --- head/x11-wm/wmconfig/pkg-plist Tue Oct 8 18:55:37 2013 (r329823) +++ head/x11-wm/wmconfig/pkg-plist Tue Oct 8 19:09:06 2013 (r329824) @@ -17,6 +17,7 @@ etc/wmconfig/Shells etc/wmconfig/System etc/wmconfig/Utilities @dirrm etc/wmconfig +man/man1/wmconfig.1x.gz %%NLS%%share/locale/de/LC_MESSAGES/wmconfig.mo %%NLS%%share/locale/fr/LC_MESSAGES/wmconfig.mo %%NLS%%share/locale/ru/LC_MESSAGES/wmconfig.mo