svn commit: r375146 - in head: multimedia/linux-realplayer net-mgmt/etherape net-p2p/gtorrentviewer palm/jpilot

Baptiste Daroussin bapt at FreeBSD.org
Sun Dec 21 00:43:31 UTC 2014


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


More information about the svn-ports-head mailing list