[79911] trunk/dports/net

ryandesign at macports.org ryandesign at macports.org
Wed Jun 29 01:26:28 PDT 2011


Revision: 79911
          http://trac.macports.org/changeset/79911
Author:   ryandesign at macports.org
Date:     2011-06-29 01:26:27 -0700 (Wed, 29 Jun 2011)
Log Message:
-----------
ola: update to 0.8.11 (#29953); ola-examples: replaced_by ola (#29911)

Modified Paths:
--------------
    trunk/dports/net/ola/Portfile
    trunk/dports/net/ola-examples/Portfile

Modified: trunk/dports/net/ola/Portfile
===================================================================
--- trunk/dports/net/ola/Portfile	2011-06-29 08:20:43 UTC (rev 79910)
+++ trunk/dports/net/ola/Portfile	2011-06-29 08:26:27 UTC (rev 79911)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                ola
-version             0.8.9-1
-revision            1
+version             0.8.11
 categories          net comms
 platforms           darwin
 license             GPL-2+ LGPL-2.1+
@@ -22,11 +21,9 @@
 homepage            http://opendmx.net/index.php/OLA
 master_sites        googlecode:linux-lighting
 
-checksums           sha1    2acc4a9120bf936f0b9aa78f7a7fb3743f2c247f \
-                    rmd160  e2ba861c6ef4be4fb13e6f9e17d2b95d02b04512
+checksums           sha1    323cb78b3a776963e8f0763cd6a65b7d238b2d18 \
+                    rmd160  c7af222af1165cdd187f2f5b2771467905b203af
 
-worksrcdir          ${name}-[lindex [split ${version} -] 0]
-
 depends_build       port:pkgconfig
 
 depends_lib         port:cppunit \

Modified: trunk/dports/net/ola-examples/Portfile
===================================================================
--- trunk/dports/net/ola-examples/Portfile	2011-06-29 08:20:43 UTC (rev 79910)
+++ trunk/dports/net/ola-examples/Portfile	2011-06-29 08:26:27 UTC (rev 79911)
@@ -4,7 +4,8 @@
 PortSystem          1.0
 
 name                ola-examples
-version             0.8.9
+replaced_by         ola
+version             0.8.11
 categories          net comms
 platforms           darwin
 license             GPL-2+
@@ -19,9 +20,12 @@
                     or DMX interface.
 
 homepage            http://opendmx.net/index.php/OLA
-master_sites        googlecode:linux-lighting
 
-checksums           sha1    3da39be1f407ffc9c3a740967b53dd419d243473 \
-                    rmd160  ae40c16a1e441c2e718be5d37a7045c886d1b57e
+distfiles
 
-depends_lib         port:ola
+pre-configure {
+    ui_error "${name} has been incorporated into ${replaced_by}. Please install ${replaced_by} instead."
+    return -code error "obsolete port"
+}
+
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110629/fae004d6/attachment-0001.html>


More information about the macports-changes mailing list