Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 2014 19:33:47 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356945 - head/net-p2p/deluge
Message-ID:  <201406071933.s57JXl99086264@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sat Jun  7 19:33:46 2014
New Revision: 356945
URL: http://svnweb.freebsd.org/changeset/ports/356945
QAT: https://qat.redports.org/buildarchive/r356945/

Log:
  net-p2p/deluge: fix non-default installation
  
  Fix installation with GTK2 option unset. Not bumping PORTREVISION, because
  this is not default.
  
  Reported by:    Kenta S. <kentas@hush.com> (private email)

Modified:
  head/net-p2p/deluge/Makefile
  head/net-p2p/deluge/pkg-plist

Modified: head/net-p2p/deluge/Makefile
==============================================================================
--- head/net-p2p/deluge/Makefile	Sat Jun  7 19:13:44 2014	(r356944)
+++ head/net-p2p/deluge/Makefile	Sat Jun  7 19:33:46 2014	(r356945)
@@ -32,6 +32,7 @@ PYDISTUTILS_AUTOPLIST=	yes
 
 OPTIONS_DEFINE=	GTK2
 OPTIONS_DEFAULT=GTK2
+OPTIONS_SUB=	yes
 
 PORTDOCS=	ChangeLog README
 

Modified: head/net-p2p/deluge/pkg-plist
==============================================================================
--- head/net-p2p/deluge/pkg-plist	Sat Jun  7 19:13:44 2014	(r356944)
+++ head/net-p2p/deluge/pkg-plist	Sat Jun  7 19:33:46 2014	(r356945)
@@ -3,7 +3,7 @@ man/man1/deluge-console.1.gz
 man/man1/deluge-gtk.1.gz
 man/man1/deluge-web.1.gz
 man/man1/deluged.1.gz
-share/applications/deluge.desktop
+%%GTK2%%share/applications/deluge.desktop
 share/icons/hicolor/128x128/apps/deluge.png
 share/icons/hicolor/16x16/apps/deluge.png
 share/icons/hicolor/192x192/apps/deluge.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406071933.s57JXl99086264>