[142999] trunk/dports/devel/flex/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 08:07:50 PST 2015


Revision: 142999
          https://trac.macports.org/changeset/142999
Author:   ryandesign at macports.org
Date:     2015-12-01 06:22:44 -0800 (Tue, 01 Dec 2015)
Log Message:
-----------
flex: update to 2.6.0 (#46378) and fix configure failure when nawk is installed but gawk is not

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

Modified: trunk/dports/devel/flex/Portfile
===================================================================
--- trunk/dports/devel/flex/Portfile	2015-12-01 13:46:55 UTC (rev 142998)
+++ trunk/dports/devel/flex/Portfile	2015-12-01 14:22:44 UTC (rev 142999)
@@ -3,8 +3,7 @@
 PortSystem          1.0
 
 name                flex
-version             2.5.37
-revision            1
+version             2.6.0
 categories          devel
 license             BSD
 platforms           darwin
@@ -17,18 +16,18 @@
     configuration file.
 
 homepage            http://flex.sourceforge.net/
-master_sites        sourceforge
-checksums           rmd160  456a5aa71e9fed1c5e723801278331fbdd0dac02 \
-                    sha256  17aa7b4ebf19a13bc2dff4115b416365c95f090061539a932a68092349ac052a
+master_sites        sourceforge:project/flex
 use_bzip2           yes
 
+checksums           rmd160  9918907286548c468106d4aa920d633908832633 \
+                    sha256  24e611ef5a4703a191012f80c1027dc9d12555183ce0ecd46f3636e587e9b8e9
+
 depends_lib         port:gettext \
                     port:m4
 
 installs_libs       yes
 
-configure.args      --infodir=${prefix}/share/info \
-                    --mandir=${prefix}/share/man
+configure.args      ac_cv_prog_AWK=/usr/bin/awk
 
 use_parallel_build  yes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/7173236b/attachment.html>


More information about the macports-changes mailing list