Modified: trunk/dports/graphics/gvedit/Portfile (81258 => 81259)
--- trunk/dports/graphics/gvedit/Portfile 2011-07-28 08:51:16 UTC (rev 81258)
+++ trunk/dports/graphics/gvedit/Portfile 2011-07-28 09:01:39 UTC (rev 81259)
@@ -10,6 +10,7 @@
conflicts gvedit-devel
set my_name graphviz
version 2.28.0
+revision 1
categories graphics
maintainers ryandesign
license EPL-1.0
@@ -38,6 +39,12 @@
build.dir ${worksrcpath}/cmd/gvedit
+post-destroot {
+ set app GVEdit
+ xinstall -d ${destroot}${applications_dir}/${app}.app/Contents/MacOS
+ ln -s ${prefix}/bin/gvedit ${destroot}${applications_dir}/${app}.app/Contents/MacOS/${app}
+}
+
livecheck.type regex
livecheck.url ${homepage}Download_source.php
livecheck.regex ${my_name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)\\.tar
Modified: trunk/dports/graphics/gvedit-devel/Portfile (81258 => 81259)
--- trunk/dports/graphics/gvedit-devel/Portfile 2011-07-28 08:51:16 UTC (rev 81258)
+++ trunk/dports/graphics/gvedit-devel/Portfile 2011-07-28 09:01:39 UTC (rev 81259)
@@ -10,6 +10,7 @@
conflicts gvedit
set my_name graphviz
version 2.29.20110725.0445
+revision 1
categories graphics
maintainers ryandesign
license EPL-1.0
@@ -38,6 +39,12 @@
build.dir ${worksrcpath}/cmd/gvedit
+post-destroot {
+ set app GVEdit
+ xinstall -d ${destroot}${applications_dir}/${app}.app/Contents/MacOS
+ ln -s ${prefix}/bin/gvedit ${destroot}${applications_dir}/${app}.app/Contents/MacOS/${app}
+}
+
livecheck.type regex
livecheck.url ${homepage}Download_source.php
livecheck.regex ${my_name}-(\[0-9\]+\\.\[0-9\]*\[13579\](\\.\[0-9\]+)*)\\.tar