summaryrefslogtreecommitdiff
path: root/lang/gawk
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-03-31 11:32:31 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-03-31 11:32:31 +0000
commit7e1ec501063fd4aa0f2823a8b61f94acd595baea (patch)
treea95ee52109c4a4d78cd09bf193f6c956f6dcb9d6 /lang/gawk
parentUpdate to 1.13.7. (diff)
- Update GNU awk to 4.0.1
- Remove patch for configure script (fixed upstream) Feature safe: yes
Notes
Notes: svn path=/head/; revision=294039
Diffstat (limited to 'lang/gawk')
-rw-r--r--lang/gawk/Makefile2
-rw-r--r--lang/gawk/distinfo4
-rw-r--r--lang/gawk/files/patch-configure11
3 files changed, 3 insertions, 14 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile
index 3f8d9d04d899..bc09505fcfee 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= gawk
-PORTVERSION= 4.0.0
+PORTVERSION= 4.0.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gawk
diff --git a/lang/gawk/distinfo b/lang/gawk/distinfo
index 5607bdde773a..60f266ecf500 100644
--- a/lang/gawk/distinfo
+++ b/lang/gawk/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gawk-4.0.0.tar.xz) = abbef4dbab9db0f159c71b941fd93fd1dcb995f5e8a23396d1c2390801c46edf
-SIZE (gawk-4.0.0.tar.xz) = 1589204
+SHA256 (gawk-4.0.1.tar.xz) = ae0cb9a0ac80686df316fcd126d0da7d1fb6a0acfe043320511c1f212f2ecb47
+SIZE (gawk-4.0.1.tar.xz) = 1612448
diff --git a/lang/gawk/files/patch-configure b/lang/gawk/files/patch-configure
deleted file mode 100644
index e09614a23c43..000000000000
--- a/lang/gawk/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2011-06-23 08:39:36.000000000 +0200
-+++ configure 2011-07-01 16:56:31.000000000 +0200
-@@ -8220,7 +8220,7 @@ fi
- for ac_header in arpa/inet.h fcntl.h limits.h locale.h libintl.h mcheck.h \
- netdb.h netinet/in.h stdarg.h stddef.h string.h \
- sys/param.h sys/socket.h sys/time.h unistd.h \
-- termios.h stropts.h wchar.h wctype.h
-+ termios.h stropts.h
- do :
- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
- ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"