[122680] trunk/dports/x11/xcircuit/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat Jul 26 10:00:01 PDT 2014


Revision: 122680
          https://trac.macports.org/changeset/122680
Author:   khindenburg at macports.org
Date:     2014-07-26 10:00:01 -0700 (Sat, 26 Jul 2014)
Log Message:
-----------
xcircuit: update to 3.8.71 - add depends_build - install examples

Modified Paths:
--------------
    trunk/dports/x11/xcircuit/Portfile

Modified: trunk/dports/x11/xcircuit/Portfile
===================================================================
--- trunk/dports/x11/xcircuit/Portfile	2014-07-26 16:50:31 UTC (rev 122679)
+++ trunk/dports/x11/xcircuit/Portfile	2014-07-26 17:00:01 UTC (rev 122680)
@@ -6,7 +6,7 @@
 
 name                xcircuit
 conflicts           xcircuit-devel
-version             3.8.70
+version             3.8.71
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          x11 cad
 platforms           darwin
@@ -31,10 +31,11 @@
 master_sites        ${homepage}archive/
 extract.suffix      .tgz
 
-checksums           rmd160  e6ee226ffd877177d5d443f889835732bfe790b2 \
-                    sha256  02131677ce60454890df53d26f0418ad5c77e33a72b0ad5d8c5d1a91714c8eeb
+checksums           rmd160  4514c7c48fe4383d27d616dd76860b0b0978b374 \
+                    sha256  bb01ca6c264283225ec46c8c32d7220ff668a60669431b6a588d8f9f3c4a048a
 
-depends_lib         port:ghostscript \
+depends_build-append    port:m4
+depends_lib-append  port:ghostscript \
                     port:tk \
                     port:xpm
 
@@ -46,6 +47,11 @@
                     --with-gs=${prefix}/bin/gs \
                     --x-includes=${prefix}/include \
                     --x-libraries=${prefix}/lib
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/${name}
+    file copy ${worksrcpath}/examples \
+        ${destroot}${prefix}/share/${name}/examples
+}
 
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140726/69fb2f7b/attachment-0001.html>


More information about the macports-changes mailing list