[61463] trunk/dports/devel/osc/Portfile

tommyd at macports.org tommyd at macports.org
Fri Dec 11 16:19:03 PST 2009


Revision: 61463
          http://trac.macports.org/changeset/61463
Author:   tommyd at macports.org
Date:     2009-12-11 16:18:58 -0800 (Fri, 11 Dec 2009)
Log Message:
-----------
* bugfix: symlink didn't get properly destrooted
* bugfix: package also needs (undocumented by upstream) python's m2crypto module
* unresolved: SSL connections to the service don't work yet

Modified Paths:
--------------
    trunk/dports/devel/osc/Portfile

Modified: trunk/dports/devel/osc/Portfile
===================================================================
--- trunk/dports/devel/osc/Portfile	2009-12-11 23:54:30 UTC (rev 61462)
+++ trunk/dports/devel/osc/Portfile	2009-12-12 00:18:58 UTC (rev 61463)
@@ -5,6 +5,8 @@
 
 name                osc
 version             0.124
+revision            1
+
 categories          devel python
 platforms           darwin
 maintainers         tommyd openmaintainer
@@ -18,13 +20,14 @@
 homepage            http://en.opensuse.org/Build_Service/CLI
 
 depends_lib-append  port:py25-elementtree \
-                    port:py25-urlgrabber
+                    port:py25-urlgrabber \
+                    port:py25-m2crypto
 
 fetch.type          git
 git.url             git://gitorious.org/opensuse/osc.git
 git.branch          13d900a6
 
 post-destroot {
-    ln -s ${prefix}/bin/osc-wrapper.py ${prefix}/bin/osc
+    ln -s osc-wrapper.py ${destroot}${prefix}/bin/osc
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091211/53fab45a/attachment.html>


More information about the macports-changes mailing list