[98703] trunk/dports/www/pathalizer/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Oct 13 04:01:03 PDT 2012


Revision: 98703
          http://trac.macports.org//changeset/98703
Author:   ryandesign at macports.org
Date:     2012-10-13 04:01:03 -0700 (Sat, 13 Oct 2012)
Log Message:
-----------
pathalizer: remove unnecessary directory creation in post-destroot; add more checksum types; license GPL (unknown version)

Modified Paths:
--------------
    trunk/dports/www/pathalizer/Portfile

Modified: trunk/dports/www/pathalizer/Portfile
===================================================================
--- trunk/dports/www/pathalizer/Portfile	2012-10-13 10:58:44 UTC (rev 98702)
+++ trunk/dports/www/pathalizer/Portfile	2012-10-13 11:01:03 UTC (rev 98703)
@@ -9,6 +9,7 @@
 categories          www
 platforms           darwin
 maintainers         nomaintainer
+license             GPL
 
 description         visualize the paths most users take when browsing a website
 
@@ -20,7 +21,9 @@
 homepage            http://pathalizer.sourceforge.net/
 master_sites        sourceforge:project/pathalizer/pathalizer/${version}
 
-checksums           md5     7ef23977fc246dcdf332e4eec3111037
+checksums           md5     7ef23977fc246dcdf332e4eec3111037 \
+                    rmd160  d57da4a5487496487bc7fdeba2ff634ee906fa17 \
+                    sha256  a64841b58d81a9736f47c796c9e9157189eb57204306291f64937c586783c25d
 
 depends_run         port:ghostscript \
                     path:bin/dot:graphviz \
@@ -38,7 +41,6 @@
 destroot.destdir    PREFIX=${destroot}${prefix}
 
 post-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/etc
     xinstall -m 644 ${filespath}/pathalizer.conf \
         ${destroot}${prefix}/etc/pathalizer.conf.sample
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121013/9f416d0d/attachment.html>


More information about the macports-changes mailing list