[119102] trunk/dports/graphics/freeimage/Portfile
stromnov at macports.org
stromnov at macports.org
Thu Apr 17 02:57:33 PDT 2014
Revision: 119102
https://trac.macports.org/changeset/119102
Author: stromnov at macports.org
Date: 2014-04-17 02:57:33 -0700 (Thu, 17 Apr 2014)
Log Message:
-----------
freeimage: update to version 3.16.0
Modified Paths:
--------------
trunk/dports/graphics/freeimage/Portfile
Modified: trunk/dports/graphics/freeimage/Portfile
===================================================================
--- trunk/dports/graphics/freeimage/Portfile 2014-04-17 08:49:23 UTC (rev 119101)
+++ trunk/dports/graphics/freeimage/Portfile 2014-04-17 09:57:33 UTC (rev 119102)
@@ -4,16 +4,17 @@
PortSystem 1.0
name freeimage
-version 3.15.3
+version 3.16.0
+revision 0
set major [lindex [split ${version} .] 0]
-revision 1
-license {FreeImage-1 GPL-2 GPL-3}
categories graphics
platforms macosx
+license {FreeImage-1 GPL-2 GPL-3}
maintainers nomaintainer
description Library for FreeImage, a dependency-less graphics library
+
long_description FreeImage is a library for developers who would like to \
support most popular graphics image formats. Some \
highlights are: extremely simple in use, not limited to \
@@ -21,12 +22,13 @@
homepage http://freeimage.sourceforge.net/
master_sites sourceforge:project/freeimage/Source%20Distribution/${version}
+
distname FreeImage[strsed ${version} {g/\.//}]
use_zip yes
worksrcdir FreeImage
-checksums rmd160 f788023f12969b576630deff4a4daf741d10ae0f \
- sha256 4618d59f2d9a20583b0f5fec99dcf832ccc3f317897b10592b85e7648375c044
+checksums rmd160 f0dcfb1514a288bbb2bc182130469b91d575e6cd \
+ sha256 03af32dd60140d07515ddfe7b4f467baa3b888a72ea78828811aded7adb42f60
set libfreeimage libfreeimage.${major}.dylib
set libfreeimageplus libfreeimageplus.${major}.dylib
@@ -49,7 +51,7 @@
# Do not force installation as root
reinplace {s/-o root -g root//} ${worksrcpath}/Makefile.gnu \
${worksrcpath}/Makefile.fip
-
+
# Darwin requires different arguments to build dynamic libraries
reinplace "s|-Wl,-soname,\$(VERLIBNAME)|-dynamiclib -install_name \$(PREFIX)/lib/\$(VERLIBNAME) -compatibility_version \$(VER_MAJOR) -current_version \$(VER_MAJOR).\$(VER_MINOR)|g" ${worksrcpath}/Makefile.gnu \
${worksrcpath}/Makefile.fip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140417/90d95468/attachment.html>
More information about the macports-changes
mailing list