[133059] trunk/dports/devel/dialog/Portfile

khindenburg at macports.org khindenburg at macports.org
Wed Feb 18 19:18:33 PST 2015


Revision: 133059
          https://trac.macports.org/changeset/133059
Author:   khindenburg at macports.org
Date:     2015-02-18 19:18:33 -0800 (Wed, 18 Feb 2015)
Log Message:
-----------
dialog: update to 1.2-2015015; remove libdialog.a in dialog to avoid conflick w/ libdialog subport #45443

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

Modified: trunk/dports/devel/dialog/Portfile
===================================================================
--- trunk/dports/devel/dialog/Portfile	2015-02-19 02:44:35 UTC (rev 133058)
+++ trunk/dports/devel/dialog/Portfile	2015-02-19 03:18:33 UTC (rev 133059)
@@ -4,8 +4,8 @@
 PortSystem          1.0
 
 name                dialog
-version             1.2-20140112
-epoch               20140112
+version             1.2-20150125
+epoch               20150125
 categories          devel
 license             LGPL-2.1
 maintainers         nomaintainer
@@ -24,8 +24,8 @@
 #worksrcdir ${name}-${version}
 extract.suffix      .tgz
 
-checksums           rmd160  953f7ec92e88abe759fe38df5a6493b5b499d18e \
-                    sha256  8d30043872c57d4d3b3b05e4390ece356843f2a71303c91a2f8a536b369e0077
+checksums           rmd160  0eeb1d4a82ab589dac8c2d62d54664a11f5a43ac \
+                    sha256  1d98ec7cc81f11f9019fa0b90f1afdaa86579cae1ce8869a6fd61deb9d4b887a
 
 depends_lib         port:ncurses
 
@@ -37,6 +37,8 @@
     installs_libs   no
 
 post-destroot   {
+    file delete -force ${destroot}${prefix}/lib/libdialog.a
+
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples
     xinstall -m 644 -W ${worksrcpath} CHANGES COPYING README VERSION \
         ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150218/ffe07c44/attachment.html>


More information about the macports-changes mailing list