[109346] trunk/dports/devel
jmr at macports.org
jmr at macports.org
Tue Aug 13 12:17:25 PDT 2013
Revision: 109346
https://trac.macports.org/changeset/109346
Author: jmr at macports.org
Date: 2013-08-13 12:17:25 -0700 (Tue, 13 Aug 2013)
Log Message:
-----------
New port: libsdl2_ttf
Modified Paths:
--------------
trunk/dports/devel/libsdl2_ttf/Portfile
Added Paths:
-----------
trunk/dports/devel/libsdl2_ttf/
Modified: trunk/dports/devel/libsdl2_ttf/Portfile
===================================================================
--- trunk/dports/devel/libsdl_ttf/Portfile 2013-08-13 03:31:35 UTC (rev 109321)
+++ trunk/dports/devel/libsdl2_ttf/Portfile 2013-08-13 19:17:25 UTC (rev 109346)
@@ -2,9 +2,9 @@
PortSystem 1.0
-name libsdl_ttf
-set my_name SDL_ttf
-version 2.0.11
+name libsdl2_ttf
+set my_name SDL2_ttf
+version 2.0.12
categories devel graphics
platforms darwin
license zlib
@@ -15,15 +15,15 @@
This library is a wrapper around FreeType and \
allows rendering TrueType fonts in SDL applications.
-homepage http://www.libsdl.org/projects/${my_name}/
+homepage http://www.libsdl.org/projects/SDL_ttf/
master_sites ${homepage}release/
distname ${my_name}-${version}
-checksums rmd160 95a06230f5e82ba7b06a39987ed1828985c70dae \
- sha256 724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7
+checksums rmd160 ac5dee6f8e6e1aaef36c1f070b8b07b6c4582ba1 \
+ sha256 8728605443ea1cca5cad501dc34dc0cb15135d1e575551da6d151d213d356f6e
depends_build port:pkgconfig
-depends_lib port:libsdl \
+depends_lib port:libsdl2 \
port:freetype
configure.args --disable-sdltest
@@ -31,7 +31,7 @@
post-destroot {
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
- xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING README \
+ xinstall -m 0644 -W ${worksrcpath} CHANGES.txt COPYING.txt README.txt \
${destroot}${docdir}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130813/c911c3ee/attachment.html>
More information about the macports-changes
mailing list