[71766] trunk/dports/gnome/oregano/Portfile

devans at macports.org devans at macports.org
Wed Sep 22 14:41:45 PDT 2010


Revision: 71766
          http://trac.macports.org/changeset/71766
Author:   devans at macports.org
Date:     2010-09-22 14:41:44 -0700 (Wed, 22 Sep 2010)
Log Message:
-----------
oregano: fix build error (#20631), homepage and master_sites dead so provide substitutes, update dependencies, livecheck.

Modified Paths:
--------------
    trunk/dports/gnome/oregano/Portfile

Modified: trunk/dports/gnome/oregano/Portfile
===================================================================
--- trunk/dports/gnome/oregano/Portfile	2010-09-22 21:13:18 UTC (rev 71765)
+++ trunk/dports/gnome/oregano/Portfile	2010-09-22 21:41:44 UTC (rev 71766)
@@ -6,23 +6,38 @@
 version             0.69.0
 categories          gnome science
 maintainers         nomaintainer
-description         An application for schematic capture and simulation of electrical circuits.
+description         A graphical software application for schematic capture and simulation of electrical circuits.
 long_description    ${description}
 
 platforms           darwin
 
-homepage            http://oregano.gforge.lug.fi.uba.ar/index.php
-master_sites        http://gforge.lug.fi.uba.ar/frs/download.php/86/
+#
+# official homepage and master_sites seem to be dead
+#
 
+#homepage            http://oregano.gforge.lug.fi.uba.ar/index.php
+#master_sites        http://gforge.lug.fi.uba.ar/frs/download.php/86/
+
+homepage            http://en.wikipedia.org/wiki/Oregano_(software)
+master_sites        gentoo
+
 checksums           md5     f98abc5c79cc733b49cd07995afc9c1e \
                     sha1    1fd3a7396a596a2f9016dbc682c7d37771148205 \
                     rmd160  ea71522aca807b82f8ce50d598014e518fdd08e7
 
-depends_build       port:scons port:pkgconfig
+depends_build       port:pkgconfig \
+                    port:scons
 
-depends_lib         port:gtk2 port:libglade2 port:libgnomeui port:libxml2 \
-                    port:libgnomecanvas port:gtksourceview path:lib/pkgconfig/cairo.pc:cairo
+depends_lib         port:libgnomeui \
+                    port:libgnomecanvas \
+                    port:gtksourceview
 
+patchfiles          patch-SConstruct.diff
+
+post-patch {
+        reinplace "s|@MP_PREFIX@|${prefix}|" ${worksrcpath}/SConstruct
+}
+
 use_configure       no
 
 build.cmd           scons
@@ -43,5 +58,5 @@
 }
 
 livecheck.type      regex
-livecheck.url       http://gforge.lug.fi.uba.ar/frs/?group_id=11
+livecheck.url       http://mirror.facebook.net/gentoo/distfiles/
 livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100922/6ed41bf0/attachment.html>


More information about the macports-changes mailing list