[121265] users/devans/dports/graphics

devans at macports.org devans at macports.org
Sat Jun 21 13:07:36 PDT 2014


Revision: 121265
          https://trac.macports.org/changeset/121265
Author:   devans at macports.org
Date:     2014-06-21 13:07:36 -0700 (Sat, 21 Jun 2014)
Log Message:
-----------
devans/dports: libvisio, rename to libvisio-0.1, installs in parallel with existing libvisio.

Modified Paths:
--------------
    users/devans/dports/graphics/libvisio-0.1/Portfile

Added Paths:
-----------
    users/devans/dports/graphics/libvisio-0.1/

Removed Paths:
-------------
    users/devans/dports/graphics/libvisio/

Modified: users/devans/dports/graphics/libvisio-0.1/Portfile
===================================================================
--- users/devans/dports/graphics/libvisio/Portfile	2014-06-12 23:51:57 UTC (rev 120970)
+++ users/devans/dports/graphics/libvisio-0.1/Portfile	2014-06-21 20:07:36 UTC (rev 121265)
@@ -3,7 +3,8 @@
 
 PortSystem              1.0
 
-name                    libvisio
+name                    libvisio-0.1
+set dname               libvisio
 version                 0.1.0
 categories              graphics
 platforms               darwin
@@ -17,8 +18,11 @@
 
 homepage                http://www.freedesktop.org/wiki/Software/libvisio
 master_sites            http://dev-www.libreoffice.org/src/
+
 use_xz                  yes
 
+distname                ${dname}-${version}
+
 checksums           sha256  0e4f1d49b7cd01173f846995655f2175bbdbde4eac05697bd28667723d176d6f \
                     rmd160  dd5c18bcd2030eb14c63485d2479333df49c4757
 
@@ -32,6 +36,12 @@
 
 configure.args          --disable-werror
 
+# delete binaries that conflict with libvisio
+
+post-destroot {
+    file delete -force ${destroot}${prefix}/bin
+}
+
 livecheck.type          regex
 livecheck.url           [lindex ${master_sites} 0]
-livecheck.regex         \"${name}-(\[0-9.\]+)${extract.suffix}\"
+livecheck.regex         \"${dname}-(\[0-9.\]+)${extract.suffix}\"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140621/bcc7e076/attachment.html>


More information about the macports-changes mailing list