mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
- Update to 2.14.2
This commit is contained in:
parent
c3057455bd
commit
5ebda2d868
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162705
@ -7,8 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomenettool
|
||||
PORTVERSION= 2.14.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.14.2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnome2/gnome-nettool-2.14.1.tar.bz2) = d7693bf04adfdb5d3a64dafb1c59cb3c
|
||||
SHA256 (gnome2/gnome-nettool-2.14.1.tar.bz2) = 9ec757eed3315c12e1e1ca84d3deed6f3ad7d82dc9005608e33768559be6ead7
|
||||
SIZE (gnome2/gnome-nettool-2.14.1.tar.bz2) = 490947
|
||||
MD5 (gnome2/gnome-nettool-2.14.2.tar.bz2) = 0efb13f0145abe46b26a00c75473a00f
|
||||
SHA256 (gnome2/gnome-nettool-2.14.2.tar.bz2) = 95f3f298598d8a038a04987d43d9e8e452948e8813a706c31389fd5e30cd1778
|
||||
SIZE (gnome2/gnome-nettool-2.14.2.tar.bz2) = 484715
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- src/nettool.c.orig Tue May 10 18:14:48 2005
|
||||
+++ src/nettool.c Sun Apr 23 22:00:13 2006
|
||||
--- src/nettool.c.orig Fri Apr 14 08:36:08 2006
|
||||
+++ src/nettool.c Fri May 12 15:54:15 2006
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
@ -8,15 +8,6 @@
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
#include <sys/wait.h>
|
||||
@@ -315,7 +316,7 @@ netinfo_io_text_buffer_dialog (GIOChanne
|
||||
GIOCondition condition, gpointer data)
|
||||
{
|
||||
gchar *text = NULL;
|
||||
- gint len;
|
||||
+ gsize len;
|
||||
Netinfo *netinfo = (Netinfo *) data;
|
||||
|
||||
g_return_val_if_fail (channel != NULL, FALSE);
|
||||
@@ -360,6 +361,10 @@ netinfo_io_text_buffer_dialog (GIOChanne
|
||||
len, NULL);
|
||||
}
|
||||
|
@ -14,6 +14,7 @@ share/locale/ar/LC_MESSAGES/gnome-nettool.mo
|
||||
share/locale/az/LC_MESSAGES/gnome-nettool.mo
|
||||
share/locale/bg/LC_MESSAGES/gnome-nettool.mo
|
||||
share/locale/bn/LC_MESSAGES/gnome-nettool.mo
|
||||
share/locale/br/LC_MESSAGES/gnome-nettool.mo
|
||||
share/locale/bs/LC_MESSAGES/gnome-nettool.mo
|
||||
share/locale/ca/LC_MESSAGES/gnome-nettool.mo
|
||||
share/locale/cs/LC_MESSAGES/gnome-nettool.mo
|
||||
|
@ -7,8 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomenettool
|
||||
PORTVERSION= 2.14.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.14.2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnome2/gnome-nettool-2.14.1.tar.bz2) = d7693bf04adfdb5d3a64dafb1c59cb3c
|
||||
SHA256 (gnome2/gnome-nettool-2.14.1.tar.bz2) = 9ec757eed3315c12e1e1ca84d3deed6f3ad7d82dc9005608e33768559be6ead7
|
||||
SIZE (gnome2/gnome-nettool-2.14.1.tar.bz2) = 490947
|
||||
MD5 (gnome2/gnome-nettool-2.14.2.tar.bz2) = 0efb13f0145abe46b26a00c75473a00f
|
||||
SHA256 (gnome2/gnome-nettool-2.14.2.tar.bz2) = 95f3f298598d8a038a04987d43d9e8e452948e8813a706c31389fd5e30cd1778
|
||||
SIZE (gnome2/gnome-nettool-2.14.2.tar.bz2) = 484715
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- src/nettool.c.orig Tue May 10 18:14:48 2005
|
||||
+++ src/nettool.c Sun Apr 23 22:00:13 2006
|
||||
--- src/nettool.c.orig Fri Apr 14 08:36:08 2006
|
||||
+++ src/nettool.c Fri May 12 15:54:15 2006
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
@ -8,15 +8,6 @@
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
#include <sys/wait.h>
|
||||
@@ -315,7 +316,7 @@ netinfo_io_text_buffer_dialog (GIOChanne
|
||||
GIOCondition condition, gpointer data)
|
||||
{
|
||||
gchar *text = NULL;
|
||||
- gint len;
|
||||
+ gsize len;
|
||||
Netinfo *netinfo = (Netinfo *) data;
|
||||
|
||||
g_return_val_if_fail (channel != NULL, FALSE);
|
||||
@@ -360,6 +361,10 @@ netinfo_io_text_buffer_dialog (GIOChanne
|
||||
len, NULL);
|
||||
}
|
||||
|
@ -14,6 +14,7 @@ share/locale/ar/LC_MESSAGES/gnome-nettool.mo
|
||||
share/locale/az/LC_MESSAGES/gnome-nettool.mo
|
||||
share/locale/bg/LC_MESSAGES/gnome-nettool.mo
|
||||
share/locale/bn/LC_MESSAGES/gnome-nettool.mo
|
||||
share/locale/br/LC_MESSAGES/gnome-nettool.mo
|
||||
share/locale/bs/LC_MESSAGES/gnome-nettool.mo
|
||||
share/locale/ca/LC_MESSAGES/gnome-nettool.mo
|
||||
share/locale/cs/LC_MESSAGES/gnome-nettool.mo
|
||||
|
Loading…
Reference in New Issue
Block a user