[59902] trunk/dports/audio/liblo/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 25 23:39:20 PDT 2009


Revision: 59902
          http://trac.macports.org/changeset/59902
Author:   ryandesign at macports.org
Date:     2009-10-25 23:39:16 -0700 (Sun, 25 Oct 2009)
Log Message:
-----------
liblo: update to 0.26, add license info, also install doc files

Modified Paths:
--------------
    trunk/dports/audio/liblo/Portfile

Modified: trunk/dports/audio/liblo/Portfile
===================================================================
--- trunk/dports/audio/liblo/Portfile	2009-10-26 03:23:46 UTC (rev 59901)
+++ trunk/dports/audio/liblo/Portfile	2009-10-26 06:39:16 UTC (rev 59902)
@@ -4,16 +4,29 @@
 PortSystem 1.0
 
 name            liblo
-version         0.25
+version         0.26
 categories      audio
 platforms       darwin
 maintainers     nomaintainer
+license         LGPLv2.1
 description     Lightweight Open Source Control implementation.
 long_description liblo is an implementation of the Open Sound Control \
                 protocol for POSIX systems.
 homepage        http://liblo.sourceforge.net/
-master_sites    sourceforge:${name}
-checksums       md5     e8b8f6542cdecd6ad5f42dd4d4d81023 \
-                sha1    d908410f22bfe5ef79670ae14990b5b63b766050 \
-                rmd160  e2927fae81b72750fb3f66aff555e5601974798e
+master_sites    sourceforge
+checksums       md5     5351de14262560e15e7f23865293b16f \
+                sha1    21942c8f19e9829b5842cb85352f98c49dfbc823 \
+                rmd160  380025d0d79280b13929da82db2e0908a3f4be39
 
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS \
+        COPYING \
+        ChangeLog \
+        NEWS \
+        README \
+        TODO \
+        ${docdir}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091025/93a6d951/attachment.html>


More information about the macports-changes mailing list