[29345] trunk/dports/devel/libgpg-error/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 21 12:12:56 PDT 2007


Revision: 29345
          http://trac.macosforge.org/projects/macports/changeset/29345
Author:   nox at macports.org
Date:     2007-09-21 12:12:56 -0700 (Fri, 21 Sep 2007)

Log Message:
-----------
libgpg-error:
 * Added standard doc install.
 * Added sha1 and rmd160 checksums.

Modified Paths:
--------------
    trunk/dports/devel/libgpg-error/Portfile

Modified: trunk/dports/devel/libgpg-error/Portfile
===================================================================
--- trunk/dports/devel/libgpg-error/Portfile	2007-09-21 18:58:01 UTC (rev 29344)
+++ trunk/dports/devel/libgpg-error/Portfile	2007-09-21 19:12:56 UTC (rev 29345)
@@ -3,6 +3,7 @@
 PortSystem      1.0
 name            libgpg-error
 version         1.5
+revision        1
 categories      devel
 platforms       darwin
 maintainers     nomaintainer
@@ -19,11 +20,20 @@
 depends_lib     port:libiconv \
                 port:gettext
 
-checksums       sha1 1f83d9af8e8ed3bcbf3a5e9018db257dc6336655
+checksums       md5 8599b96c911b1df1be24a6ff4ec3c364 \
+                sha1 1f83d9af8e8ed3bcbf3a5e9018db257dc6336655 \
+                rmd160 1ba7f27ff1718a26038f48a288d391f08ef3b194
 
 test.run        yes
 test.target	    check
 
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} ABOUT-NLS AUTHORS COPYING COPYING.LIB NEWS README \
+        THANKS VERSION
+}
+
 livecheck.check regex
 livecheck.url   http://mirrors.rootmode.com/ftp.gnupg.org/${name}/?O=D
 livecheck.regex ${name}-(\\d+\\.\\d+)

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


More information about the macports-changes mailing list