[109423] trunk/dports/archivers/makeself

ryandesign at macports.org ryandesign at macports.org
Thu Aug 15 03:18:57 PDT 2013


Revision: 109423
          https://trac.macports.org/changeset/109423
Author:   ryandesign at macports.org
Date:     2013-08-15 03:18:57 -0700 (Thu, 15 Aug 2013)
Log Message:
-----------
makeself: update to 2.2.0, now hosted at github; install documentation into unversioned directory; add modeline

Modified Paths:
--------------
    trunk/dports/archivers/makeself/Portfile
    trunk/dports/archivers/makeself/files/patch-makeself.sh

Modified: trunk/dports/archivers/makeself/Portfile
===================================================================
--- trunk/dports/archivers/makeself/Portfile	2013-08-15 10:05:32 UTC (rev 109422)
+++ trunk/dports/archivers/makeself/Portfile	2013-08-15 10:18:57 UTC (rev 109423)
@@ -1,9 +1,10 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
+PortGroup       github 1.0
 
-name            makeself
-version         2.1.5
+github.setup    megastep makeself 2.2.0 release-
 categories      archivers
 platforms       darwin
 maintainers     nomaintainer
@@ -19,21 +20,14 @@
     a .run suffix), and can be launched as is. 
 
 homepage        http://www.megastep.org/makeself/
-master_sites    ${homepage}
-extract.suffix  .run
 
-checksums       md5     85f03bd3602fd55debec6ae449f7c15c \
-                sha1    803ca42ea64e51af72a4ee50b4d8f7a6107c926d \
-                rmd160  31e718793aa417e9b4cf4977b73459ffded19409
+checksums       rmd160  5f3e10a6a1a5c855e3fd2f2f43210ae5635ff5d5 \
+                sha256  b3c844e424887f930bdca7bddd961f67dcbcfc2e43ad4306444370a1358888b2
 
 patchfiles      patch-makeself.sh
 
-extract {
-    system "sh ${distpath}/${distfiles} --nox11 --target ${worksrcpath}"
-}
-
 post-patch {
-    reinplace -locale en_US.ISO8859-1 "s|@PREFIX@|${prefix}|g" ${worksrcpath}/makeself.sh
+    reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/makeself.sh
 }
 
 use_configure   no
@@ -47,7 +41,7 @@
 
     xinstall ${worksrcpath}/makeself.1 ${destroot}${prefix}/share/man/man1
 
-    set docdir ${prefix}/share/doc/${name}-${version}
+    set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
-    xinstall -m 0644 -W ${worksrcpath} COPYING README TODO ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} COPYING README.md ${destroot}${docdir}
 }

Modified: trunk/dports/archivers/makeself/files/patch-makeself.sh
===================================================================
--- trunk/dports/archivers/makeself/files/patch-makeself.sh	2013-08-15 10:05:32 UTC (rev 109422)
+++ trunk/dports/archivers/makeself/files/patch-makeself.sh	2013-08-15 10:18:57 UTC (rev 109423)
@@ -1,11 +1,11 @@
---- makeself.sh.orig	2008-01-04 17:53:49.000000000 -0600
-+++ makeself.sh	2010-08-14 21:17:27.000000000 -0500
-@@ -126,7 +126,7 @@
- APPEND=n
- COPY=none
+--- makeself.sh.orig	2013-04-12 19:09:57.000000000 -0500
++++ makeself.sh	2013-08-15 05:16:12.000000000 -0500
+@@ -143,7 +143,7 @@
  TAR_ARGS=cvf
--HEADER=`dirname $0`/makeself-header.sh
+ TAR_EXTRA=""
+ DU_ARGS=-ks
+-HEADER=`dirname "$0"`/makeself-header.sh
 +HEADER=@PREFIX@/libexec/makeself/makeself-header.sh
+ TARGETDIR=""
  
  # LSM file stuff
- LSM_CMD="echo No LSM. >> \"\$archname\""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130815/9439ab05/attachment.html>


More information about the macports-changes mailing list