From owner-svn-ports-all@FreeBSD.ORG Sun Dec 21 00:43:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C95A8364; Sun, 21 Dec 2014 00:43:30 +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 AA107283F; Sun, 21 Dec 2014 00:43:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBL0hUs7062361; Sun, 21 Dec 2014 00:43:30 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBL0hTNJ062357; Sun, 21 Dec 2014 00:43:29 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412210043.sBL0hTNJ062357@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 21 Dec 2014 00:43:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375146 - in head: multimedia/linux-realplayer net-mgmt/etherape net-p2p/gtorrentviewer palm/jpilot 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-1 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: Sun, 21 Dec 2014 00:43:31 -0000 Author: bapt Date: Sun Dec 21 00:43:28 2014 New Revision: 375146 URL: https://svnweb.freebsd.org/changeset/ports/375146 QAT: https://qat.redports.org/buildarchive/r375146/ Log: Get rid of gnomehier Modified: head/multimedia/linux-realplayer/Makefile head/net-mgmt/etherape/Makefile head/net-p2p/gtorrentviewer/Makefile head/palm/jpilot/Makefile Modified: head/multimedia/linux-realplayer/Makefile ============================================================================== --- head/multimedia/linux-realplayer/Makefile Sun Dec 21 00:35:50 2014 (r375145) +++ head/multimedia/linux-realplayer/Makefile Sun Dec 21 00:43:28 2014 (r375146) @@ -56,7 +56,6 @@ PLIST_SUB+= ICONS="@comment " .endif .if ${PORT_OPTIONS:MGNOME} -USE_GNOME+= gnomehier USES+= desktop-file-utils PLIST_SUB+= GNOME="" .else Modified: head/net-mgmt/etherape/Makefile ============================================================================== --- head/net-mgmt/etherape/Makefile Sun Dec 21 00:35:50 2014 (r375145) +++ head/net-mgmt/etherape/Makefile Sun Dec 21 00:43:28 2014 (r375146) @@ -3,6 +3,7 @@ PORTNAME= etherape PORTVERSION= 0.9.13 +PORTREVISION= 1 CATEGORIES= net-mgmt gnome MASTER_SITES= SF @@ -12,7 +13,7 @@ COMMENT= Graphical network traffic visua LICENSE= GPLv2 USES= gettext gmake iconv pathfix pkgconfig -USE_GNOME= gnomedocutils gnomehier libglade2 libgnomeui +USE_GNOME= gnomedocutils libglade2 libgnomeui GNU_CONFIGURE= yes INSTALLS_OMF= yes Modified: head/net-p2p/gtorrentviewer/Makefile ============================================================================== --- head/net-p2p/gtorrentviewer/Makefile Sun Dec 21 00:35:50 2014 (r375145) +++ head/net-p2p/gtorrentviewer/Makefile Sun Dec 21 00:43:28 2014 (r375146) @@ -4,7 +4,7 @@ PORTNAME= gtorrentviewer PORTVERSION= 0.2b -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/GTorrentViewer/${PORTVERSION} DISTNAME= GTorrentViewer-${PORTVERSION} @@ -17,8 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -USES= gmake pkgconfig -USE_GNOME= gtk20 gnomehier intlhack +USES= gmake pkgconfig desktop-file-utils +USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pixmapsdir=${PREFIX}/share/pixmaps \ --with-desktopdir=${PREFIX}/share/applications Modified: head/palm/jpilot/Makefile ============================================================================== --- head/palm/jpilot/Makefile Sun Dec 21 00:35:50 2014 (r375145) +++ head/palm/jpilot/Makefile Sun Dec 21 00:43:28 2014 (r375146) @@ -5,6 +5,7 @@ PORTNAME= jpilot PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES+= palm comms MASTER_SITES= http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \ http://jpilot.org/ @@ -18,7 +19,6 @@ LIB_DEPENDS= libpisock.so:${PORTSDIR}/pa USE_GCC= any USES= pkgconfig gmake libtool -USE_GNOME= gnomehier GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib