[50982] trunk/dports/devel/cableswig/Portfile

dweber at macports.org dweber at macports.org
Thu May 14 13:05:50 PDT 2009


Revision: 50982
          http://trac.macports.org/changeset/50982
Author:   dweber at macports.org
Date:     2009-05-14 13:05:48 -0700 (Thu, 14 May 2009)
Log Message:
-----------
changed cvs checkout to a date specific version, changed version from 'cvs' to '20090514' to reflect the cvs checkout date, removed root ownership of build.dir; still an issue with the cswig installation, it cannot find the SWIG Lib directory after the install.

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

Modified: trunk/dports/devel/cableswig/Portfile
===================================================================
--- trunk/dports/devel/cableswig/Portfile	2009-05-14 19:54:52 UTC (rev 50981)
+++ trunk/dports/devel/cableswig/Portfile	2009-05-14 20:05:48 UTC (rev 50982)
@@ -4,8 +4,9 @@
 PortSystem  1.0
 
 name        cableswig
-version     cvs
-# CableSwig is only available from cvs and there are no release tags
+version     20090514
+# CableSwig is only available from cvs and there are no release tags, using date
+# of cvs checkout for the version number.
 
 categories  devel
 maintainers dweber openmaintainer
@@ -21,12 +22,14 @@
 fetch.type      cvs
 cvs.root        :pserver:anonymous at public.kitware.com:/cvsroot/CableSwig
 cvs.module      CableSwig
+cvs.date        "14-May-2009"
 
 post-extract {
     move ${workpath}/CableSwig ${worksrcpath}
 }
 
 depends_build   port:cmake \
+                port:byacc \
                 port:bison \
                 port:gawk
 depends_lib     port:gccxml
@@ -36,7 +39,7 @@
 build.dir       ${workpath}/cableswig-build
 
 configure {
-    xinstall -d -o root -g admin -m 0755 ${build.dir}
+    xinstall -d -m 755 ${build.dir}
     system "cd ${build.dir} && cmake ${configure.args} ${worksrcpath}"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090514/f0bb2c39/attachment.html>


More information about the macports-changes mailing list