[127410] trunk/dports/net

devans at macports.org devans at macports.org
Mon Oct 27 09:12:02 PDT 2014


Revision: 127410
          https://trac.macports.org/changeset/127410
Author:   devans at macports.org
Date:     2014-10-27 09:12:01 -0700 (Mon, 27 Oct 2014)
Log Message:
-----------
coherence, upnp-inspector: drop +python26 +python27 variants, build for python27 only.

Modified Paths:
--------------
    trunk/dports/net/coherence/Portfile
    trunk/dports/net/upnp-inspector/Portfile

Modified: trunk/dports/net/coherence/Portfile
===================================================================
--- trunk/dports/net/coherence/Portfile	2014-10-27 15:48:07 UTC (rev 127409)
+++ trunk/dports/net/coherence/Portfile	2014-10-27 16:12:01 UTC (rev 127410)
@@ -8,7 +8,7 @@
 PortGroup       python 1.0
 
 version         0.6.6.2
-revision        3
+revision        4
 license         permissive
 categories      net multimedia python
 maintainers     devans openmaintainer
@@ -29,35 +29,17 @@
 checksums       sha1    c8f3aedf6f393e400b012b9b79a45faf6bc3c809 \
                 rmd160  f3cea9a846059723c846cb2254aae73ff1a6a5e9
 
-depends_lib-append \
-                port:gstreamer010-gst-plugins-base
+python.version 27
 
-variant python26 conflicts python27 description {Build for python 2.6} {
-        python.version 26
-        depends_lib-append \
-                port:py26-elementtree \
-                port:py26-twisted \
-                port:py26-gdata \
-                port:py26-feedparser \
-                port:py26-axiom \
-                port:py26-id3lib
-}
-
-variant python27 conflicts python26 description {Build for python 2.7} {
-        python.version 27
-        depends_lib-append \
+depends_lib-append \
+                port:gstreamer010-gst-plugins-base \
                 port:py27-elementtree \
                 port:py27-twisted \
                 port:py27-gdata \
                 port:py27-feedparser \
                 port:py27-axiom \
                 port:py27-id3lib
-}
 
-if {![variant_isset python26]} {
-    default_variants +python27
-}
-
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]
 livecheck.regex "(?i)${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Modified: trunk/dports/net/upnp-inspector/Portfile
===================================================================
--- trunk/dports/net/upnp-inspector/Portfile	2014-10-27 15:48:07 UTC (rev 127409)
+++ trunk/dports/net/upnp-inspector/Portfile	2014-10-27 16:12:01 UTC (rev 127410)
@@ -1,14 +1,14 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
 name            upnp-inspector
 
 PortGroup       python 1.0
 
 version         0.2.2
-revision        2
+revision        3
 license         permissive
 categories      net multimedia python
 maintainers     devans openmaintainer
@@ -27,28 +27,15 @@
 checksums       sha1    4885b612b98d3272d3ccb6b7539384ea5895d41c \
                 rmd160  effc60387a78b62234665f91f638c602e6a823a6
 
-variant python26 conflicts python27 description {Build for Python 2.6} {
-        python.version 26
-        depends_build-append \
-                port:py26-setuptools
-        depends_lib-append \
-                port:py26-pygtk \
-                port:coherence
-}
+python.version  27
 
-variant python27 conflicts python26 description {Build for Python 2.7} {
-        python.version 27
-        depends_build-append \
+depends_build-append \
                 port:py27-setuptools
-        depends_lib-append \
+
+depends_lib-append \
                 port:py27-pygtk \
                 port:coherence
-}
 
-if {![variant_isset python26]} {
-        default_variants +python27
-}
- 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]
 livecheck.regex "(?i)${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141027/a83667c9/attachment.html>


More information about the macports-changes mailing list