From owner-svn-ports-all@FreeBSD.ORG Tue May 6 06:57:29 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id 2AD7C4C0; Tue, 6 May 2014 06:57:29 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 191A6B96; Tue, 6 May 2014 06:57:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s466vSAg034166; Tue, 6 May 2014 06:57:28 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s466vSVT034163; Tue, 6 May 2014 06:57:28 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405060657.s466vSVT034163@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 6 May 2014 06:57:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353068 - head/audio/grip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 06:57:29 -0000 Author: bapt Date: Tue May 6 06:57:28 2014 New Revision: 353068 URL: http://svnweb.freebsd.org/changeset/ports/353068 QAT: https://qat.redports.org/buildarchive/r353068/ Log: Uses USES=libtool Update website Modified: head/audio/grip/Makefile head/audio/grip/pkg-descr Modified: head/audio/grip/Makefile ============================================================================== --- head/audio/grip/Makefile Tue May 6 06:57:23 2014 (r353067) +++ head/audio/grip/Makefile Tue May 6 06:57:28 2014 (r353068) @@ -4,7 +4,7 @@ PORTNAME= grip PORTVERSION= 3.3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF @@ -15,9 +15,9 @@ LIB_DEPENDS= libid3.so:${PORTSDIR}/audio libcurl.so:${PORTSDIR}/ftp/curl USE_XORG= x11 -USES= gmake pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig USE_GNOME= gnomeprefix libgnomeui vte -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/audio/grip/pkg-descr ============================================================================== --- head/audio/grip/pkg-descr Tue May 6 06:57:23 2014 (r353067) +++ head/audio/grip/pkg-descr Tue May 6 06:57:28 2014 (r353068) @@ -5,4 +5,4 @@ protocol is supported for retrieving tra servers. Grip works with DigitalDJ to provide a unified "computerized" version of your music collection. -WWW: http://www.nostatic.org/grip/ +WWW: http://sourceforge.net/projects/grip/