[61873] trunk/dports/lang/nawk

toby at macports.org toby at macports.org
Tue Dec 22 13:26:07 PST 2009


Revision: 61873
          http://trac.macports.org/changeset/61873
Author:   toby at macports.org
Date:     2009-12-22 13:26:04 -0800 (Tue, 22 Dec 2009)
Log Message:
-----------
#22989 (nawk 20071023 checksum mismatch)

Modified Paths:
--------------
    trunk/dports/lang/nawk/Portfile
    trunk/dports/lang/nawk/files/patch-makefile

Modified: trunk/dports/lang/nawk/Portfile
===================================================================
--- trunk/dports/lang/nawk/Portfile	2009-12-22 20:54:27 UTC (rev 61872)
+++ trunk/dports/lang/nawk/Portfile	2009-12-22 21:26:04 UTC (rev 61873)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name             nawk
-version          20071023
+version          20091126
 categories       lang
 maintainers      nomaintainer
 description      the one true awk
@@ -12,9 +12,9 @@
 
 master_sites     ${homepage}
 distname         awk
-checksums        md5 6678ed668b12c5f3051a6e88732c23d8 \
-                 sha1 433317b8ed6d68bbfb18667384edfe64344b8074 \
-                 rmd160 d06c8dddbd1086e853b45738c56a4f507cbcd402
+checksums        md5 ec8545e7c732e4402e963c70ba766a5b \
+                 sha1 6a81bc64e75cc35dfdac03f051f690313da7865b \
+                 rmd160 3c3c296530fe049fbe01a7a5410b82906926f44b
 dist_subdir      ${name}/${version}
 
 extract.mkdir    yes

Modified: trunk/dports/lang/nawk/files/patch-makefile
===================================================================
--- trunk/dports/lang/nawk/files/patch-makefile	2009-12-22 20:54:27 UTC (rev 61872)
+++ trunk/dports/lang/nawk/files/patch-makefile	2009-12-22 21:26:04 UTC (rev 61873)
@@ -1,10 +1,9 @@
 --- makefile.orig	2009-04-21 23:56:03.000000000 -0700
 +++ makefile	2009-04-21 23:56:05.000000000 -0700
-@@ -24,14 +24,14 @@
- 
+@@ -25,12 +25,14 @@
  CFLAGS = -g
  CFLAGS = -O2
--CFLAGS =
+ CFLAGS =
 +CFLAGS = -DHAS_ISBLANK __CFLAGS__
  
  CC = gcc -Wall -g -Wwrite-strings
@@ -12,7 +11,6 @@
  CC = gcc -Wall -g
  CC = cc
  CC = gcc -O4
--CC = gcc -Wall -g
 +CC = __CC__ -Wall -g
  
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091222/5381ec83/attachment.html>


More information about the macports-changes mailing list