[101682] trunk/dports/graphics/libjpeg-turbo/Portfile

rmstonecipher at macports.org rmstonecipher at macports.org
Wed Jan 16 21:33:34 PST 2013


Revision: 101682
          https://trac.macports.org/changeset/101682
Author:   rmstonecipher at macports.org
Date:     2013-01-16 21:33:34 -0800 (Wed, 16 Jan 2013)
Log Message:
-----------
graphics/libjpeg-turbo fixed destroot anomaly to appease buildbot, set svn properties, fixed broken livecheck

Modified Paths:
--------------
    trunk/dports/graphics/libjpeg-turbo/Portfile

Property Changed:
----------------
    trunk/dports/graphics/libjpeg-turbo/Portfile

Modified: trunk/dports/graphics/libjpeg-turbo/Portfile
===================================================================
--- trunk/dports/graphics/libjpeg-turbo/Portfile	2013-01-17 05:15:22 UTC (rev 101681)
+++ trunk/dports/graphics/libjpeg-turbo/Portfile	2013-01-17 05:33:34 UTC (rev 101682)
@@ -35,3 +35,16 @@
         configure.args-append --host x86_64-apple-darwin
     }
 }
+
+post-destroot {
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    move ${destroot}${prefix}/share/doc/example.c ${destroot}${prefix}/share/doc/${name}/
+    move ${destroot}${prefix}/share/doc/libjpeg.txt ${destroot}${prefix}/share/doc/${name}/
+    move ${destroot}${prefix}/share/doc/README ${destroot}${prefix}/share/doc/${name}/
+    move ${destroot}${prefix}/share/doc/README-turbo.txt ${destroot}${prefix}/share/doc/${name}/
+    move ${destroot}${prefix}/share/doc/structure.txt ${destroot}${prefix}/share/doc/${name}/
+    move ${destroot}${prefix}/share/doc/usage.txt ${destroot}${prefix}/share/doc/${name}/
+    move ${destroot}${prefix}/share/doc/wizard.txt ${destroot}${prefix}/share/doc/${name}/
+}
+livecheck.url   http://sourceforge.net/projects/libjpeg-turbo/files/
+livecheck.regex "${name}\/files\/(\\d+(?:\\.\\d+)*)"


Property changes on: trunk/dports/graphics/libjpeg-turbo/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130116/66eb13d7/attachment.html>


More information about the macports-changes mailing list