[73692] trunk/dports/audio/taglib-sharp/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Nov 21 13:55:04 PST 2010


Revision: 73692
          http://trac.macports.org/changeset/73692
Author:   ryandesign at macports.org
Date:     2010-11-21 13:55:00 -0800 (Sun, 21 Nov 2010)
Log Message:
-----------
taglib-sharp: update to 2.0.3.7, add license line, also install documentation files, indicate that this is noarch... (at least, it contains no code that runs on Mac OS X)

Modified Paths:
--------------
    trunk/dports/audio/taglib-sharp/Portfile

Modified: trunk/dports/audio/taglib-sharp/Portfile
===================================================================
--- trunk/dports/audio/taglib-sharp/Portfile	2010-11-21 21:48:38 UTC (rev 73691)
+++ trunk/dports/audio/taglib-sharp/Portfile	2010-11-21 21:55:00 UTC (rev 73692)
@@ -3,12 +3,13 @@
 PortSystem          1.0
 
 name                taglib-sharp
-version             2.0.3.0
+version             2.0.3.7
 categories          audio
 platforms           darwin
-# mono is currently 32-bit only
-supported_archs     i386 ppc
 maintainers         nomaintainer
+license             LGPL-2.1
+supported_archs     noarch
+
 description         C# implementation of TagLib.
 long_description    ${description} TagLib is a library for reading and \
                     editing the meta-data of several popular audio formats.
@@ -16,14 +17,25 @@
 homepage            http://banshee.fm/
 master_sites        http://download.banshee.fm/taglib-sharp/${version}
 
-checksums           md5 aa2c344760c8f4d878957fd4600155a5 \
-                    sha1 4f88ca8506d0d82fda029ed3c7b317b990b478db \
-                    rmd160 fe568a1a5e55cea36891009f22cd31846a743ab8
+checksums           sha1    97beb1473d2fc730fc0289fe54d94ff64070fa82 \
+                    rmd160  25cd15206d2090602131341ae0103af3052a2f94
 
 depends_lib         port:mono
 
 configure.args      --disable-docs
 
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS \
+        COPYING \
+        ChangeLog \
+        NEWS \
+        README \
+        ${docdir}
+}
+
 livecheck.type      regex
 livecheck.url       http://download.banshee.fm/taglib-sharp/
 livecheck.regex     {"(\d+(?:\.\d+)*)/"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101121/4889d687/attachment-0001.html>


More information about the macports-changes mailing list