From owner-svn-ports-head@FreeBSD.ORG Sat Dec 28 21:55:22 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 ESMTPS id 3CD127EF; Sat, 28 Dec 2013 21:55:22 +0000 (UTC) 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 2A2451DB8; Sat, 28 Dec 2013 21:55:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBSLtM3a076232; Sat, 28 Dec 2013 21:55:22 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBSLtLgn076230; Sat, 28 Dec 2013 21:55:21 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201312282155.rBSLtLgn076230@svn.freebsd.org> From: Antoine Brodin Date: Sat, 28 Dec 2013 21:55:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337924 - head/audio/ripperx 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.17 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: Sat, 28 Dec 2013 21:55:22 -0000 Author: antoine Date: Sat Dec 28 21:55:21 2013 New Revision: 337924 URL: http://svnweb.freebsd.org/changeset/ports/337924 Log: Stage support Modified: head/audio/ripperx/Makefile head/audio/ripperx/pkg-plist Modified: head/audio/ripperx/Makefile ============================================================================== --- head/audio/ripperx/Makefile Sat Dec 28 21:52:09 2013 (r337923) +++ head/audio/ripperx/Makefile Sat Dec 28 21:55:21 2013 (r337924) @@ -17,8 +17,6 @@ RUN_DEPENDS= cdparanoia:${PORTSDIR}/audi GNU_CONFIGURE= yes CFLAGS+= -L${LOCALBASE}/lib USES= gmake pathfix pkgconfig -NO_STAGE= yes USE_GNOME= gtk20 -MAN1= ripperX.1 .include Modified: head/audio/ripperx/pkg-plist ============================================================================== --- head/audio/ripperx/pkg-plist Sat Dec 28 21:52:09 2013 (r337923) +++ head/audio/ripperx/pkg-plist Sat Dec 28 21:55:21 2013 (r337924) @@ -14,3 +14,4 @@ bin/ripperX_plugin-toolame bin/ripperX_plugin-musepack bin/ripperX_plugin_tester libdata/pkgconfig/ripperX.pc +man/man1/ripperX.1.gz