From owner-svn-ports-all@freebsd.org Tue Mar 10 16:14:16 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0BDD9268DC0; Tue, 10 Mar 2020 16:14:16 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48cKsg4nxFz4P5Y; Tue, 10 Mar 2020 16:14:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 445C5260DC; Tue, 10 Mar 2020 16:14:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02AGEFpx080824; Tue, 10 Mar 2020 16:14:15 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02AGEF3o080823; Tue, 10 Mar 2020 16:14:15 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202003101614.02AGEF3o080823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 10 Mar 2020 16:14:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528185 - head/audio/grip X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/audio/grip X-SVN-Commit-Revision: 528185 X-SVN-Commit-Repository: ports 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.29 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, 10 Mar 2020 16:14:16 -0000 Author: bapt Date: Tue Mar 10 16:14:14 2020 New Revision: 528185 URL: https://svnweb.freebsd.org/changeset/ports/528185 Log: audio/grip: removed useless dependencies Since 4.0 it does not depend anymore on vte Since 4.1 it does not depend anymore on libgnome2 and libgnomeui Modified: head/audio/grip/Makefile Modified: head/audio/grip/Makefile ============================================================================== --- head/audio/grip/Makefile Tue Mar 10 16:09:26 2020 (r528184) +++ head/audio/grip/Makefile Tue Mar 10 16:14:14 2020 (r528185) @@ -3,6 +3,7 @@ PORTNAME= grip PORTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/grip/${PORTVERSION} @@ -21,7 +22,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USES= compiler:c++11-lang gmake gnome libtool localbase \ pathfix pkgconfig xorg gnome USE_XORG= ice sm x11 xext -USE_GNOME= cairo gdkpixbuf2 gnomeprefix libgnomeui vte +USE_GNOME= cairo gdkpixbuf2 gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-werror