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

cal at macports.org cal at macports.org
Wed Sep 12 13:09:14 PDT 2012


Revision: 97708
          http://trac.macports.org//changeset/97708
Author:   cal at macports.org
Date:     2012-09-12 13:09:14 -0700 (Wed, 12 Sep 2012)
Log Message:
-----------
gawk: update to 4.0.1, closes #36115, openmaintainer

also:
 - remove use_parallel_build yes, which is the default
 - use xz rather than bz2, which is smaller
 - switch to new checksum types

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

Modified: trunk/dports/lang/gawk/Portfile
===================================================================
--- trunk/dports/lang/gawk/Portfile	2012-09-12 20:00:06 UTC (rev 97707)
+++ trunk/dports/lang/gawk/Portfile	2012-09-12 20:09:14 UTC (rev 97708)
@@ -4,7 +4,7 @@
 PortGroup               conflicts_build 1.0
 
 name                    gawk
-version                 4.0.0
+version                 4.0.1
 categories              lang
 license                 GPL-3+
 installs_libs           no
@@ -13,17 +13,15 @@
 master_sites            gnu
 homepage                http://www.gnu.org/software/gawk/
 description             The GNU awk utility.
-use_bzip2               yes
-use_parallel_build      yes
+use_xz                  yes
 
 long_description \
     The awk utility interprets a special-purpose programming language   \
     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           md5     7cdc48e99b885a4bbe0e98dcf1706b22 \
-                    sha1    9e1b7d86b5e80c85e699c269d59d6711753c51d1 \
-                    rmd160  4e2f91f4dd80c03311fd249422c29b503b907bb4
+checksums               sha256  ae0cb9a0ac80686df316fcd126d0da7d1fb6a0acfe043320511c1f212f2ecb47 \
+                        rmd160  c983291eff8e86121fd4bb0ede6319017d7878df
 
 depends_lib             port:readline \
                         port:gettext
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120912/abfe08b1/attachment-0001.html>


More information about the macports-changes mailing list