[22226] trunk/dports/archivers/cabextract

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 22 11:43:52 PST 2007


Revision: 22226
          http://trac.macosforge.org/projects/macports/changeset/22226
Author:   mgrimes at macports.org
Date:     2007-02-22 11:43:51 -0800 (Thu, 22 Feb 2007)

Log Message:
-----------
Update to cabextract 1.2 and remove unnecessary patch file.

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

Removed Paths:
-------------
    trunk/dports/archivers/cabextract/files/

Property Changed:
----------------
    trunk/dports/archivers/cabextract/


Property changes on: trunk/dports/archivers/cabextract
___________________________________________________________________
Name: svk:merge
   + d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk/dports/archivers/cabextract:22251

Modified: trunk/dports/archivers/cabextract/Portfile
===================================================================
--- trunk/dports/archivers/cabextract/Portfile	2007-02-22 17:27:24 UTC (rev 22225)
+++ trunk/dports/archivers/cabextract/Portfile	2007-02-22 19:43:51 UTC (rev 22226)
@@ -1,30 +1,27 @@
 # $Id$
 
-PortSystem			1.0
-name				cabextract
-version				1.1
-categories			archivers compression sysutils
-maintainers			nomaintainer at macports.org
-description			Extract files from Microsoft cabinet files
-long_description \
-	cabextract can extract Microsoft cabinet files, also called .CAB files, \
-	on *nix systems.  cabextract supports all special features and all \
-	compression formats of Microsoft cabinet files.
+PortSystem          1.0
+name                cabextract
+version             1.2
+categories          archivers compression sysutils
+maintainers         nomaintainer at macports.org
+description         Extract files from Microsoft cabinet files
+long_description    cabextract can extract Microsoft cabinet files, also \
+                    called .CAB files, on *nix systems.  cabextract supports \
+                    all special features and all compression formats of \
+                    Microsoft cabinet files.
 
-platforms			darwin
+platforms           darwin
 
-homepage			http://www.kyz.uklinux.net/cabextract.php
-master_sites		http://www.kyz.uklinux.net/downloads/
+homepage            http://www.kyz.uklinux.net/cabextract.php
+master_sites        http://www.kyz.uklinux.net/downloads/
 
-checksums			md5 f4b729c0be7d288660f4fc167de199a1
+checksums           md5 dc421a690648b503265c82ade84e143e
 
-patchfiles			patch-mempcpy.c
+configure.args      --mandir=${prefix}/share/man
 
-configure.args		--mandir=${prefix}/share/man
-
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \
-		README TODO ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \
+        README TODO ${destroot}${prefix}/share/doc/${name}
 }
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070222/e421e9bd/attachment.html


More information about the macports-changes mailing list