[33319] trunk/dports/audio/soundtouch/Portfile

simon at macports.org simon at macports.org
Wed Jan 23 12:05:14 PST 2008


Revision: 33319
          http://trac.macosforge.org/projects/macports/changeset/33319
Author:   simon at macports.org
Date:     2008-01-23 12:05:13 -0800 (Wed, 23 Jan 2008)

Log Message:
-----------
audio/soundtouch: Fixed macports directory violation, added sha1 and rmd160 checksums and fixed a typo.

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

Modified: trunk/dports/audio/soundtouch/Portfile
===================================================================
--- trunk/dports/audio/soundtouch/Portfile	2008-01-23 20:04:30 UTC (rev 33318)
+++ trunk/dports/audio/soundtouch/Portfile	2008-01-23 20:05:13 UTC (rev 33319)
@@ -9,7 +9,7 @@
 maintainers         nomaintainer
 description         Audio processing application and library for changing \
                     the Tempo, Pitch and Playback Rates of audio streams or \
-                    files:
+                    files.
 long_description    SoundTouch is an open-source audio processing library \
                     for changing the Tempo, Pitch and Playback Rates of \
                     audio streams or files. It includes the SoundStretch \
@@ -18,5 +18,13 @@
 
 homepage            http://www.surina.net/soundtouch/
 master_sites        ${homepage}
-checksums           md5 37820ec1f93335ef6b0f8b4a743fee89
+checksums           md5 37820ec1f93335ef6b0f8b4a743fee89 \
+                    sha1 d13437848ebe94b46b73fd5b05ba4420d4667527 \
+                    rmd160 c75f077fbba5ba20ab803c305129438788acb6fe
 use_zip             yes
+
+pre-configure {
+    # Ensure the documentation is installed in ${prefix}/share/doc.
+    reinplace {s|$(prefix)/doc/@PACKAGE@|$(prefix)/share/doc/@PACKAGE@|g} \
+        ${worksrcpath}/Makefile.in
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080123/68aee7f9/attachment.html


More information about the macports-changes mailing list