From owner-svn-ports-head@FreeBSD.ORG Wed Sep 25 00:05:17 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 DB5B3765; Wed, 25 Sep 2013 00:05:17 +0000 (UTC) (envelope-from garga@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 C92E42572; Wed, 25 Sep 2013 00:05:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8P05H2G047878; Wed, 25 Sep 2013 00:05:17 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8P05Hwf047868; Wed, 25 Sep 2013 00:05:17 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201309250005.r8P05Hwf047868@svn.freebsd.org> From: Renato Botelho Date: Wed, 25 Sep 2013 00:05:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328222 - head/archivers/sharutils 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: Wed, 25 Sep 2013 00:05:17 -0000 Author: garga Date: Wed Sep 25 00:05:17 2013 New Revision: 328222 URL: http://svnweb.freebsd.org/changeset/ports/328222 Log: Support staging Modified: head/archivers/sharutils/Makefile head/archivers/sharutils/pkg-plist Modified: head/archivers/sharutils/Makefile ============================================================================== --- head/archivers/sharutils/Makefile Tue Sep 24 23:59:05 2013 (r328221) +++ head/archivers/sharutils/Makefile Wed Sep 25 00:05:17 2013 (r328222) @@ -14,12 +14,10 @@ LICENSE= GPLv3 OPTIONS_DEFINE= NLS -NO_STAGE= yes USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g --disable-uucode INSTALL_TARGET= install install-man -MAN1= gshar.1 gunshar.1 INFO= sharutils USES= charsetfix perl5 Modified: head/archivers/sharutils/pkg-plist ============================================================================== --- head/archivers/sharutils/pkg-plist Tue Sep 24 23:59:05 2013 (r328221) +++ head/archivers/sharutils/pkg-plist Wed Sep 25 00:05:17 2013 (r328222) @@ -1,5 +1,7 @@ bin/gshar bin/gunshar +man/man1/gshar.1.gz +man/man1/gunshar.1.gz %%NLS%%share/locale/bg/LC_MESSAGES/sharutils.mo %%NLS%%share/locale/ca/LC_MESSAGES/sharutils.mo %%NLS%%share/locale/cs/LC_MESSAGES/sharutils.mo