From owner-svn-ports-head@FreeBSD.ORG Thu Oct 3 03:26:21 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CDB71531; Thu, 3 Oct 2013 03:26:21 +0000 (UTC) (envelope-from jhale@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 BAA892D5D; Thu, 3 Oct 2013 03:26:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r933QL3b065062; Thu, 3 Oct 2013 03:26:21 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r933QL5x065060; Thu, 3 Oct 2013 03:26:21 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201310030326.r933QL5x065060@svn.freebsd.org> From: "Jason E. Hale" Date: Thu, 3 Oct 2013 03:26:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329136 - head/sysutils/duff 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: Thu, 03 Oct 2013 03:26:21 -0000 Author: jhale Date: Thu Oct 3 03:26:20 2013 New Revision: 329136 URL: http://svnweb.freebsd.org/changeset/ports/329136 Log: - Support staging - Convert to new options macros Modified: head/sysutils/duff/Makefile head/sysutils/duff/pkg-plist (contents, props changed) Modified: head/sysutils/duff/Makefile ============================================================================== --- head/sysutils/duff/Makefile Thu Oct 3 01:09:54 2013 (r329135) +++ head/sysutils/duff/Makefile Thu Oct 3 03:26:20 2013 (r329136) @@ -17,25 +17,12 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= duff.1 - PORTDOCS= README.SHA -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB= NLS="@comment " -.endif +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -post-patch: -.if !${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} '/^install-data-am:/s/install-dist_docDATA//' \ - ${WRKSRC}/Makefile.in -.endif +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls .include Modified: head/sysutils/duff/pkg-plist ============================================================================== --- head/sysutils/duff/pkg-plist Thu Oct 3 01:09:54 2013 (r329135) +++ head/sysutils/duff/pkg-plist Thu Oct 3 03:26:20 2013 (r329136) @@ -1,4 +1,5 @@ bin/duff +man/man1/duff.1.gz share/duff/join-duplicates.sh %%NLS%%share/locale/en/LC_MESSAGES/duff.mo %%NLS%%share/locale/en@boldquot/LC_MESSAGES/duff.mo