svn commit: r356945 - head/net-p2p/deluge

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Jun 7 19:33:47 UTC 2014


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 at 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


More information about the svn-ports-head mailing list