[97590] trunk/dports/devel/CImg/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Sep 9 10:28:40 PDT 2012


Revision: 97590
          https://trac.macports.org/changeset/97590
Author:   ryandesign at macports.org
Date:     2012-09-09 10:28:38 -0700 (Sun, 09 Sep 2012)
Log Message:
-----------
CImg: update to 1.5.1 (#35937; maintainer timeout); fixes build failure of pHash (#35933); rewrite master_sites to avoid redirects

Modified Paths:
--------------
    trunk/dports/devel/CImg/Portfile

Modified: trunk/dports/devel/CImg/Portfile
===================================================================
--- trunk/dports/devel/CImg/Portfile	2012-09-09 17:18:11 UTC (rev 97589)
+++ trunk/dports/devel/CImg/Portfile	2012-09-09 17:28:38 UTC (rev 97590)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                CImg
-version             1.4.6
+version             1.5.1
 categories          devel
 platforms           darwin
 maintainers         workisfun.ru:ivan
@@ -16,11 +16,11 @@
 long_description    Open source, C++ toolkit for image processing
 
 homepage            http://cimg.sourceforge.net/
-master_sites        sourceforge:cimg
+master_sites        sourceforge:project/cimg
 use_zip             yes
 
-checksums           sha1    ad2f78ef58ba3da598c7306874d8789cb1b38ef1 \
-                    rmd160  80095128849c7ef7032844f922d1e5782f816150
+checksums           rmd160  96d48c7496bbd4ba98aac35716ba5bd99eb59514 \
+                    sha256  f0082fbd55e5462f26ee54554e9dc62e9fcfa143c0024dd401a1318789211260
 
 use_configure       no
 
@@ -32,13 +32,10 @@
     set docdir ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${docdir}
     xinstall -m 644 -W ${worksrcpath} \
-        CHANGES.txt \
         Licence_CeCILL-C_V1-en.txt \
         Licence_CeCILL_V2-en.txt \
         README.txt \
         ${docdir}
 }
 
-livecheck.type      regex
-livecheck.url       http://sourceforge.net/projects/cimg/files/
 livecheck.regex     /CImg-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120909/6754f260/attachment.html>


More information about the macports-changes mailing list