[107110] trunk/dports/net/deluge/Portfile

jmr at macports.org jmr at macports.org
Tue Jun 18 11:38:13 PDT 2013


Revision: 107110
          https://trac.macports.org/changeset/107110
Author:   jmr at macports.org
Date:     2013-06-18 11:38:13 -0700 (Tue, 18 Jun 2013)
Log Message:
-----------
deluge: correct license, use normal dist_subdir (was only changed for a stealth update long ago), clean up portgroup usage

Modified Paths:
--------------
    trunk/dports/net/deluge/Portfile

Modified: trunk/dports/net/deluge/Portfile
===================================================================
--- trunk/dports/net/deluge/Portfile	2013-06-18 18:23:02 UTC (rev 107109)
+++ trunk/dports/net/deluge/Portfile	2013-06-18 18:38:13 UTC (rev 107110)
@@ -8,7 +8,7 @@
 version         1.3.6
 revision        1
 categories      net gnome python
-license         GPL-3
+license         {GPL-3+ OpenSSLException}
 maintainers     devans openmaintainer
 supported_archs noarch
 
@@ -20,8 +20,6 @@
 
 master_sites    http://download.deluge-torrent.org/source/
 
-dist_subdir     python/${name}/${version}_${revision}
-
 use_bzip2       yes
 
 checksums       sha256  756a025d88752f39133aa34d8fc96d4ce216113919488d60098ee41f860a1f60 \
@@ -40,8 +38,7 @@
                 CC=${configure.cc} CXX=${configure.cxx} CPP=${configure.cpp}
 
 variant python26 conflicts python27 description {Build for Python 2.6} {
-        python.version 26
-        python.link_binaries no
+        python.default_version 26
         depends_lib-append \
                 port:dbus-python26 \
                 port:py26-chardet \
@@ -56,8 +53,7 @@
 }
 
 variant python27 conflicts python26 description {Build for Python 2.7} {
-        python.version 27
-        python.link_binaries no
+        python.default_version 27
         depends_lib-append \
                 port:dbus-python27 \
                 port:py27-chardet \
@@ -75,6 +71,7 @@
         default_variants +python27
 }
 
+python.link_binaries no
 post-destroot {
         foreach bin [glob -nocomplain -tails -directory "${destroot}${python.prefix}/bin" *] {
             ln -s "${python.prefix}/bin/${bin}" "${destroot}${prefix}/bin/${bin}${python.link_binaries_suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130618/2c16d324/attachment.html>


More information about the macports-changes mailing list