Index: devel/gmake/Makefile =================================================================== RCS file: /home/FreeBSD/cvs/ports/devel/gmake/Makefile,v retrieving revision 1.68 diff -u -1 -r1.68 Makefile --- gmake/Makefile 31 May 2010 01:58:12 -0000 1.68 +++ gmake/Makefile 7 Mar 2011 19:02:05 -0000 @@ -8,4 +8,3 @@ PORTNAME= gmake -PORTVERSION= 3.81 -PORTREVISION= 4 +PORTVERSION= 3.82 CATEGORIES= devel Index: devel/gmake/distinfo =================================================================== RCS file: /home/FreeBSD/cvs/ports/devel/gmake/distinfo,v retrieving revision 1.13 diff -u -1 -r1.13 distinfo --- gmake/distinfo 27 Jun 2006 20:04:18 -0000 1.13 +++ gmake/distinfo 7 Mar 2011 19:02:05 -0000 @@ -1,3 +1,2 @@ -MD5 (make-3.81.tar.bz2) = 354853e0b2da90c527e35aabb8d6f1e6 -SHA256 (make-3.81.tar.bz2) = f3e69023771e23908f5d5592954d8271d3d6af09693cecfd29cee6fde8550dc8 -SIZE (make-3.81.tar.bz2) = 1151445 +SHA256 (make-3.82.tar.bz2) = e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966 +SIZE (make-3.82.tar.bz2) = 1242186 Index: devel/gmake/pkg-plist =================================================================== RCS file: /home/FreeBSD/cvs/ports/devel/gmake/pkg-plist,v retrieving revision 1.17 diff -u -1 -r1.17 pkg-plist --- gmake/pkg-plist 29 Jun 2006 22:39:05 -0000 1.17 +++ gmake/pkg-plist 7 Mar 2011 19:02:05 -0000 @@ -12,4 +12,6 @@ %%NLS%%share/locale/id/LC_MESSAGES/make.mo +%%NLS%%share/locale/it/LC_MESSAGES/make.mo %%NLS%%share/locale/ja/LC_MESSAGES/make.mo %%NLS%%share/locale/ko/LC_MESSAGES/make.mo +%%NLS%%share/locale/lt/LC_MESSAGES/make.mo %%NLS%%share/locale/nl/LC_MESSAGES/make.mo @@ -18,3 +20,2 @@ %%NLS%%share/locale/ru/LC_MESSAGES/make.mo -%%NLS%%share/locale/rw/LC_MESSAGES/make.mo %%NLS%%share/locale/sv/LC_MESSAGES/make.mo @@ -24,3 +25 @@ %%NLS%%share/locale/zh_CN/LC_MESSAGES/make.mo -%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/rw Index: devel/gmake/files/patch-ab =================================================================== RCS file: /home/FreeBSD/cvs/ports/devel/gmake/files/patch-ab,v retrieving revision 1.7 diff -u -1 -r1.7 patch-ab --- gmake/files/patch-ab 7 Oct 2002 19:14:30 -0000 1.7 +++ gmake/files/patch-ab 7 Mar 2011 19:02:05 -0000 @@ -1,14 +1,7 @@ ---- doc/make.texi.orig Mon Oct 7 22:57:59 2002 -+++ doc/make.texi Mon Oct 7 22:58:03 2002 -@@ -25,9 +25,9 @@ - @c Combine the program and concept indices: - @syncodeindex pg cp - --@dircategory GNU Packages -+@dircategory Programming & development tools +--- doc/make.texi.orig 2010-07-19 02:10:54.000000000 -0500 ++++ doc/make.texi 2011-03-02 17:01:58.000000000 -0600 +@@ -54,3 +54,3 @@ @direntry -* Make: (make). Remake files automatically. -+* GNU make: (make). Remake files automatically. ++* GNU Make: (make). Remake files automatically. @end direntry - - @ifinfo Index: devel/gmake/files/patch-make.h =================================================================== RCS file: /home/FreeBSD/cvs/ports/devel/gmake/files/patch-make.h,v retrieving revision 1.1 diff -u -1 -r1.1 patch-make.h --- gmake/files/patch-make.h 25 Oct 2002 14:31:18 -0000 1.1 +++ gmake/files/patch-make.h 7 Mar 2011 19:02:05 -0000 @@ -1,12 +0,0 @@ ---- make.h.orig Wed Sep 11 18:55:44 2002 -+++ make.h Mon Oct 21 22:05:11 2002 -@@ -33,7 +33,7 @@ - # ifdef _AIX - #pragma alloca - # else --# ifndef alloca /* predefined by HP cc +Olibcalls */ -+# if !defined (alloca) && !defined (__FreeBSD__) /* predefined by HP cc +Olibcalls, part of stdlib.h on FreeBSD */ - char *alloca (); - # endif - # endif -