[76324] trunk/dports/graphics/jpeg/Portfile
jmr at macports.org
jmr at macports.org
Sun Feb 20 00:18:09 PST 2011
Revision: 76324
http://trac.macports.org/changeset/76324
Author: jmr at macports.org
Date: 2011-02-20 00:18:07 -0800 (Sun, 20 Feb 2011)
Log Message:
-----------
jpeg: update to 8c, add license, enable tests, install docs (#28375)
Modified Paths:
--------------
trunk/dports/graphics/jpeg/Portfile
Modified: trunk/dports/graphics/jpeg/Portfile
===================================================================
--- trunk/dports/graphics/jpeg/Portfile 2011-02-20 04:02:34 UTC (rev 76323)
+++ trunk/dports/graphics/jpeg/Portfile 2011-02-20 08:18:07 UTC (rev 76324)
@@ -3,8 +3,9 @@
PortSystem 1.0
name jpeg
-version 8b
+version 8c
categories graphics
+license IJG
maintainers waqar openmaintainer
description Library for manipulating JPEG images
long_description \
@@ -20,19 +21,27 @@
homepage http://www.ijg.org/
platforms darwin freebsd sunos
-master_sites http://www.ijg.org/files/ \
- ftp://ftp.uu.net/graphics/jpeg/
+master_sites http://www.ijg.org/files/
distname ${name}src.v${version}
worksrcdir ${name}-${version}
-checksums md5 e022acbc5b36cd2cb70785f5b575661e \
- sha1 15dc1939ea1a5b9d09baea11cceb13ca59e4f9df \
- rmd160 18d31a26c447564c258a6f6357e9002536c9ab96
+checksums md5 a2c10c04f396a9ce72894beb18b4e1f9 \
+ sha1 f0a3b88ac4db19667798bee971537eeed552bce9 \
+ rmd160 b8455bec3e0d370069c64cc0bd41d25a859dc796
configure.ldflags-delete -L${prefix}/lib
configure.cppflags-delete -I${prefix}/include
+test.run yes
+
+post-destroot {
+ xinstall -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 444 -W ${worksrcpath} \
+ README change.log libjpeg.txt structure.txt usage.txt wizard.txt \
+ ${destroot}${prefix}/share/doc/${name}
+}
+
livecheck.type regex
livecheck.url [lindex $master_sites 0]/?M=D
livecheck.regex [suffix ${name}src.v(.*?)]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110220/0823328a/attachment.html>
More information about the macports-changes
mailing list