[98818] trunk/dports/x11/fox/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Oct 17 06:47:44 PDT 2012


Revision: 98818
          http://trac.macports.org//changeset/98818
Author:   ryandesign at macports.org
Date:     2012-10-17 06:47:44 -0700 (Wed, 17 Oct 2012)
Log Message:
-----------
fox: license LGPL-2.1+; remove redundant distname line; remove unnecessary or unsupported configure args; fix livecheck (#35964)

Modified Paths:
--------------
    trunk/dports/x11/fox/Portfile

Modified: trunk/dports/x11/fox/Portfile
===================================================================
--- trunk/dports/x11/fox/Portfile	2012-10-17 12:19:40 UTC (rev 98817)
+++ trunk/dports/x11/fox/Portfile	2012-10-17 13:47:44 UTC (rev 98818)
@@ -7,11 +7,11 @@
 description         The FOX GUI toolkit
 long_description    FOX is a C++ based Toolkit for developing Graphical \
                     User Interfaces easily and effectively.
-license             LGPL-3
 maintainers         lylejohnson.name:lyle
 categories          x11
 platforms           darwin
-distname            fox-${version}
+license             LGPL-2.1+
+
 homepage            http://www.fox-toolkit.org/
 master_sites        http://ftp.fox-toolkit.org/pub/
 checksums           rmd160  a3c37e0431053b68f63f22c0d0b2bf969dac583b \
@@ -30,8 +30,11 @@
 	port:freetype \
 	port:mesa
 
-configure.pre_args  --prefix=${prefix} --mandir=${prefix}/share/man
-configure.args      --with-x --with-xft --with-opengl --enable-cups
+configure.args      --with-x --with-xft --with-opengl
 configure.cppflags-append -I${prefix}/include/freetype2
 
 use_parallel_build	yes
+
+livecheck.type      regex
+livecheck.url       ${homepage}download.html
+livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}.*STABLE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121017/19b3403d/attachment.html>


More information about the macports-changes mailing list