[119178] trunk/dports/lang/gawk/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Apr 18 16:55:36 PDT 2014


Revision: 119178
          https://trac.macports.org/changeset/119178
Author:   ryandesign at macports.org
Date:     2014-04-18 16:55:35 -0700 (Fri, 18 Apr 2014)
Log Message:
-----------
gawk: update to 4.1.1; add gmp and mpfr dependencies (#43404); add modeline

Modified Paths:
--------------
    trunk/dports/lang/gawk/Portfile

Modified: trunk/dports/lang/gawk/Portfile
===================================================================
--- trunk/dports/lang/gawk/Portfile	2014-04-18 22:35:29 UTC (rev 119177)
+++ trunk/dports/lang/gawk/Portfile	2014-04-18 23:55:35 UTC (rev 119178)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem              1.0
@@ -4,7 +5,7 @@
 PortGroup               conflicts_build 1.0
 
 name                    gawk
-version                 4.1.0
+version                 4.1.1
 categories              lang
 license                 GPL-3+
 installs_libs           no
@@ -20,11 +21,13 @@
     that makes it possible to handle simple data-reformatting jobs with \
     just a few lines of code. It is a free, extended version of awk.
 
-checksums               sha256  1804d0c7f74fe1e2d127a268d1905aaed0cb237bfb7f124d9ba6adc535143642 \
-                        rmd160  71267e56aabed02ecc77f26661171a7b626dc71d
+checksums               sha256  efd4c6aafb1ce996309fc903ceb625e7012221c464eb72483dbb23adef1ee8db \
+                        rmd160  a5a6ab9491bf702310cef7c035531cc7fad0a62d
 
-depends_lib             port:readline \
-                        port:gettext
+depends_lib             port:gettext \
+                        port:gmp \
+                        port:mpfr \
+                        port:readline
 
 conflicts_build         nawk
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140418/e579b02a/attachment.html>


More information about the macports-changes mailing list