[55581] trunk/dports/archivers/lzip/Portfile

vinc17 at macports.org vinc17 at macports.org
Thu Aug 13 17:54:14 PDT 2009


Revision: 55581
          http://trac.macports.org/changeset/55581
Author:   vinc17 at macports.org
Date:     2009-08-13 17:54:14 -0700 (Thu, 13 Aug 2009)
Log Message:
-----------
lzip: bump to 1.8-rc2; removed variant "minimal" as it is now useless
(lzdiff and lzgrep have been moved to zutils, as I had suggested).

Modified Paths:
--------------
    trunk/dports/archivers/lzip/Portfile

Modified: trunk/dports/archivers/lzip/Portfile
===================================================================
--- trunk/dports/archivers/lzip/Portfile	2009-08-13 22:53:39 UTC (rev 55580)
+++ trunk/dports/archivers/lzip/Portfile	2009-08-14 00:54:14 UTC (rev 55581)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                lzip
-version             1.8-rc1
+version             1.8-rc2
 categories          archivers
 platforms           darwin
 maintainers         vinc17
@@ -16,9 +16,9 @@
                     software distribution and data archiving.
 homepage            http://www.nongnu.org/lzip/lzip.html
 master_sites        http://download.savannah.gnu.org/releases/lzip/
-checksums           md5 64043eca358cf2f618b3aeee886c9a62 \
-                    sha1 6ef59dbde874cd992ad5c3ea546205fdc9d372a6 \
-                    rmd160 39d5f9d9f73ff700c652b9fc3ef8b2eb5792d5d5
+checksums           md5     4ee5e4dd18ab7eb3beba32ad19173aeb \
+                    sha1    e731f9a13e1c9729d66ed217587944f635582382 \
+                    rmd160  19c2ae632408f9ca6a3f7045eed80847cd1e6ece
 
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}
@@ -27,14 +27,6 @@
       AUTHORS ChangeLog COPYING NEWS ${docdir}
 }
 
-# The following variant is needed if lzmautils is installed.
-variant minimal description {Do not install lzdiff and lzgrep} {
-    post-patch {
-        reinplace -E "s/\\$\\\(INSTALL_.*lz\(diff|grep\).*/true/" \
-            ${worksrcpath}/Makefile.in
-    }
-}
-
 livecheck.check     regex
 livecheck.url       ${master_sites}/?C=M&O=D
 livecheck.regex     ${name}-(\[-0-9a-z.\]+)\\.tar\\.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090813/5d9e8f5f/attachment.html>


More information about the macports-changes mailing list