diff options
author | drochner <drochner> | 2006-05-31 18:37:47 +0000 |
---|---|---|
committer | drochner <drochner> | 2006-05-31 18:37:47 +0000 |
commit | b41d787eb98b67ab2d757d81e7cc10e97e71373a (patch) | |
tree | dd7e9dc00f65b454519132f6476b9b49bc46dbd9 | |
parent | 0e566813fbca070026500f4e05d4afeb8c0f07b6 (diff) | |
download | pkgsrc-b41d787eb98b67ab2d757d81e7cc10e97e71373a.tar.gz |
update to 2.14.3
changes:
-do not display password when it's part of the uri
-bugfixes
-translation updates
-rw-r--r-- | editors/gedit/Makefile | 5 | ||||
-rw-r--r-- | editors/gedit/PLIST | 3 | ||||
-rw-r--r-- | editors/gedit/distinfo | 10 | ||||
-rw-r--r-- | editors/gedit/patches/patch-aa | 14 | ||||
-rw-r--r-- | editors/gedit/patches/patch-ab | 14 |
5 files changed, 8 insertions, 38 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index a14ff674145..68cda6d8e9a 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2006/04/17 13:46:07 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2006/05/31 18:37:47 drochner Exp $ # -DISTNAME= gedit-2.14.2 -PKGREVISION= 1 +DISTNAME= gedit-2.14.3 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/2.14/} EXTRACT_SUFX= .tar.bz2 diff --git a/editors/gedit/PLIST b/editors/gedit/PLIST index cf39bd9f1af..5c6cf80b82d 100644 --- a/editors/gedit/PLIST +++ b/editors/gedit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2006/04/17 07:07:18 jlam Exp $ +@comment $NetBSD: PLIST,v 1.23 2006/05/31 18:37:47 drochner Exp $ bin/gedit bin/gnome-text-editor include/gedit-2.14/gedit/gedit-app.h @@ -232,6 +232,7 @@ share/locale/uk/LC_MESSAGES/gedit.mo share/locale/vi/LC_MESSAGES/gedit.mo share/locale/wa/LC_MESSAGES/gedit.mo share/locale/zh_CN/LC_MESSAGES/gedit.mo +share/locale/zh_HK/LC_MESSAGES/gedit.mo share/locale/zh_TW/LC_MESSAGES/gedit.mo share/omf/gedit/gedit-C.omf share/omf/gedit/gedit-bg.omf diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo index d424699abd1..edf76608428 100644 --- a/editors/gedit/distinfo +++ b/editors/gedit/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.24 2006/05/06 11:08:50 joerg Exp $ +$NetBSD: distinfo,v 1.25 2006/05/31 18:37:47 drochner Exp $ -SHA1 (gedit-2.14.2.tar.bz2) = 7ec97ed0de31258c79de8fa024d96a5467e72679 -RMD160 (gedit-2.14.2.tar.bz2) = 5c483ac74ae60e99cbcfda158e612616fb83c284 -Size (gedit-2.14.2.tar.bz2) = 2371194 bytes -SHA1 (patch-aa) = 8c60262cf3c90165c34895deedef5310c525cf1b -SHA1 (patch-ab) = 50eaa9e2bfdfc8f2df384cf894e1ffa442d62014 +SHA1 (gedit-2.14.3.tar.bz2) = 2573c91d5926aab1a5af37fac263e890b5495ea5 +RMD160 (gedit-2.14.3.tar.bz2) = 6ac1a665d05588aa4b4db9e8b79a477a518decc5 +Size (gedit-2.14.3.tar.bz2) = 2358509 bytes diff --git a/editors/gedit/patches/patch-aa b/editors/gedit/patches/patch-aa deleted file mode 100644 index 505c0e4cdc0..00000000000 --- a/editors/gedit/patches/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-aa,v 1.6 2006/05/06 11:08:50 joerg Exp $ - ---- gedit/gedit-document-loader.c.orig 2006-05-06 10:10:17.000000000 +0000 -+++ gedit/gedit-document-loader.c -@@ -32,8 +32,8 @@ - #include <config.h> - #endif - --#include <sys/mman.h> - #include <sys/types.h> -+#include <sys/mman.h> - #include <sys/stat.h> - #include <fcntl.h> - #include <string.h> diff --git a/editors/gedit/patches/patch-ab b/editors/gedit/patches/patch-ab deleted file mode 100644 index ec72c6a2165..00000000000 --- a/editors/gedit/patches/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2006/05/06 11:08:50 joerg Exp $ - ---- gedit/gedit-document-saver.c.orig 2006-05-06 10:16:41.000000000 +0000 -+++ gedit/gedit-document-saver.c -@@ -32,8 +32,8 @@ - #include <config.h> - #endif - --#include <sys/mman.h> - #include <sys/types.h> -+#include <sys/mman.h> - #include <sys/stat.h> - #include <fcntl.h> - #include <string.h> |