aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2005-11-08 22:26:29 +0800
committervanilla <vanilla@FreeBSD.org>2005-11-08 22:26:29 +0800
commit9e81389babd0fcaa2eda582ee86e6366655762ea (patch)
treeb51400261cdc79311c600bc61bb14601ff770c46 /chinese
parent69671e79da7eaee442547aa231a9888260d1e332 (diff)
downloadfreebsd-ports-gnome-9e81389babd0fcaa2eda582ee86e6366655762ea.tar.gz
freebsd-ports-gnome-9e81389babd0fcaa2eda582ee86e6366655762ea.tar.zst
freebsd-ports-gnome-9e81389babd0fcaa2eda582ee86e6366655762ea.zip
Upgrade to 1.1.2.
PR: ports/88663 Submitted by: chinsan.tw gmail com
Diffstat (limited to 'chinese')
-rw-r--r--chinese/gcin-devel/Makefile4
-rw-r--r--chinese/gcin-devel/distinfo6
-rw-r--r--chinese/gcin-devel/files/patch-gcin2tab.c14
-rw-r--r--chinese/gcin-devel/files/patch-im-client_gcin-im-client.c14
-rw-r--r--chinese/gcin/Makefile4
-rw-r--r--chinese/gcin/distinfo6
-rw-r--r--chinese/gcin/files/patch-gcin2tab.c14
-rw-r--r--chinese/gcin/files/patch-im-client_gcin-im-client.c14
8 files changed, 12 insertions, 64 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile
index 6cbfbda3c60f..03e7eecf77e2 100644
--- a/chinese/gcin-devel/Makefile
+++ b/chinese/gcin-devel/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= gcin
-PORTVERSION= 1.1.1
-PORTREVISION= 1
+PORTVERSION= 1.1.2
+PORTREVISION= 0
CATEGORIES= chinese
MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ \
http://edt1023.sayya.org/misc/ \
diff --git a/chinese/gcin-devel/distinfo b/chinese/gcin-devel/distinfo
index cff8436aa078..44030956f1f9 100644
--- a/chinese/gcin-devel/distinfo
+++ b/chinese/gcin-devel/distinfo
@@ -1,3 +1,5 @@
-MD5 (gcin-1.1.1.tar.bz2) = c117422e8c83556ebd976bbb36ddb0f8
-SIZE (gcin-1.1.1.tar.bz2) = 1297587
+MD5 (gcin-1.1.2.tar.bz2) = d74f65616c6a1080072613a79969cbaa
+SHA256 (gcin-1.1.2.tar.bz2) = f5a7c5c0a9d39d44ebcf1e201569442ebc0fa5fc6f5df4224c44bb83aaa1d187
+SIZE (gcin-1.1.2.tar.bz2) = 1299000
MD5 (noseeing.tar.gz) = IGNORE
+SHA256 (noseeing.tar.gz) = IGNORE
diff --git a/chinese/gcin-devel/files/patch-gcin2tab.c b/chinese/gcin-devel/files/patch-gcin2tab.c
deleted file mode 100644
index d6923dc59f04..000000000000
--- a/chinese/gcin-devel/files/patch-gcin2tab.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- gcin2tab.c.orig Tue Nov 1 15:17:21 2005
-+++ gcin2tab.c Tue Nov 1 15:17:21 2005
-@@ -4,8 +4,11 @@
- */
-
- #include <stdio.h>
-+#include <stdlib.h>
- #include <stdarg.h>
- #include <sys/types.h>
-+#include <sys/param.h>
-+#include <sys/stat.h>
- #include <string.h>
- #include "gcin.h"
- #include "gtab.h"
diff --git a/chinese/gcin-devel/files/patch-im-client_gcin-im-client.c b/chinese/gcin-devel/files/patch-im-client_gcin-im-client.c
deleted file mode 100644
index 7a0a4d196574..000000000000
--- a/chinese/gcin-devel/files/patch-im-client_gcin-im-client.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- im-client/gcin-im-client.c~ Thu Oct 13 01:11:53 2005
-+++ im-client/gcin-im-client.c Thu Oct 13 01:14:23 2005
-@@ -94,7 +94,11 @@
- get_gcin_im_srv_sock_path(sock_path, sizeof(sock_path));
- addr = sock_path;
- strcpy(serv_addr.sun_path, sock_path);
-+#ifdef SUN_LEN
-+ servlen = SUN_LEN(&serv_addr);
-+#else
- servlen = strlen(serv_addr.sun_path) + sizeof(serv_addr.sun_family);
-+#endif
-
- if ((sockfd = socket(AF_UNIX, SOCK_STREAM, 0)) < 0) {
- perror("cannot open socket");
diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile
index 6cbfbda3c60f..03e7eecf77e2 100644
--- a/chinese/gcin/Makefile
+++ b/chinese/gcin/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= gcin
-PORTVERSION= 1.1.1
-PORTREVISION= 1
+PORTVERSION= 1.1.2
+PORTREVISION= 0
CATEGORIES= chinese
MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ \
http://edt1023.sayya.org/misc/ \
diff --git a/chinese/gcin/distinfo b/chinese/gcin/distinfo
index cff8436aa078..44030956f1f9 100644
--- a/chinese/gcin/distinfo
+++ b/chinese/gcin/distinfo
@@ -1,3 +1,5 @@
-MD5 (gcin-1.1.1.tar.bz2) = c117422e8c83556ebd976bbb36ddb0f8
-SIZE (gcin-1.1.1.tar.bz2) = 1297587
+MD5 (gcin-1.1.2.tar.bz2) = d74f65616c6a1080072613a79969cbaa
+SHA256 (gcin-1.1.2.tar.bz2) = f5a7c5c0a9d39d44ebcf1e201569442ebc0fa5fc6f5df4224c44bb83aaa1d187
+SIZE (gcin-1.1.2.tar.bz2) = 1299000
MD5 (noseeing.tar.gz) = IGNORE
+SHA256 (noseeing.tar.gz) = IGNORE
diff --git a/chinese/gcin/files/patch-gcin2tab.c b/chinese/gcin/files/patch-gcin2tab.c
deleted file mode 100644
index d6923dc59f04..000000000000
--- a/chinese/gcin/files/patch-gcin2tab.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- gcin2tab.c.orig Tue Nov 1 15:17:21 2005
-+++ gcin2tab.c Tue Nov 1 15:17:21 2005
-@@ -4,8 +4,11 @@
- */
-
- #include <stdio.h>
-+#include <stdlib.h>
- #include <stdarg.h>
- #include <sys/types.h>
-+#include <sys/param.h>
-+#include <sys/stat.h>
- #include <string.h>
- #include "gcin.h"
- #include "gtab.h"
diff --git a/chinese/gcin/files/patch-im-client_gcin-im-client.c b/chinese/gcin/files/patch-im-client_gcin-im-client.c
deleted file mode 100644
index 7a0a4d196574..000000000000
--- a/chinese/gcin/files/patch-im-client_gcin-im-client.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- im-client/gcin-im-client.c~ Thu Oct 13 01:11:53 2005
-+++ im-client/gcin-im-client.c Thu Oct 13 01:14:23 2005
-@@ -94,7 +94,11 @@
- get_gcin_im_srv_sock_path(sock_path, sizeof(sock_path));
- addr = sock_path;
- strcpy(serv_addr.sun_path, sock_path);
-+#ifdef SUN_LEN
-+ servlen = SUN_LEN(&serv_addr);
-+#else
- servlen = strlen(serv_addr.sun_path) + sizeof(serv_addr.sun_family);
-+#endif
-
- if ((sockfd = socket(AF_UNIX, SOCK_STREAM, 0)) < 0) {
- perror("cannot open socket");