mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update tp 2.8.2.
This commit is contained in:
parent
127c3d96de
commit
f5858b7780
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189937
@ -7,8 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xchat
|
||||
PORTVERSION= 2.8.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.8.2
|
||||
CATEGORIES= irc gnome ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://xchat.org/files/source/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xchat-2.8.0.tar.bz2) = dddb703d1daf9be7a7bc9461cf11ede7
|
||||
SHA256 (xchat-2.8.0.tar.bz2) = f417891d2405980875fd3ce03eb78f8e2ad3ea7354df8b7bb0a2939a55e20906
|
||||
SIZE (xchat-2.8.0.tar.bz2) = 1257232
|
||||
MD5 (xchat-2.8.2.tar.bz2) = d87a93bcd39d96ff3a3d0f8199efcf12
|
||||
SHA256 (xchat-2.8.2.tar.bz2) = 9f6c22e7116afea4c00d90346b0522069f1c2197e8d0ad2f1545da01329750fe
|
||||
SIZE (xchat-2.8.2.tar.bz2) = 1331148
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/common/cfgfiles.c.orig Fri Jan 5 18:55:27 2007
|
||||
+++ src/common/cfgfiles.c Fri Jan 5 18:55:40 2007
|
||||
@@ -45,7 +45,7 @@
|
||||
int cmd_len = 1, name_len;
|
||||
|
||||
/* remove <2.8.0 stuff */
|
||||
- if (!strcmp (cmd, "AWAY") & !strcmp (name, "BACK"))
|
||||
+ if (!strcmp (cmd, "away") & !strcmp (name, "BACK"))
|
||||
return;
|
||||
|
||||
if (cmd)
|
@ -1,14 +0,0 @@
|
||||
#
|
||||
# Japanese translation error in 2.6.8 and 2.8.0 causes xchat NOT to run!
|
||||
#
|
||||
--- po/ja.po 8 Aug 2006 14:39:41 -0000 1.16
|
||||
+++ po/ja.po 15 Nov 2006 00:59:59 -0000
|
||||
@@ -1082,7 +1176,7 @@
|
||||
|
||||
#: src/common/textevents.h:318
|
||||
msgid "%C28-%C29$1/Wallops%C28-%O$t$2"
|
||||
-msgstr "%C28-%C29$1/Wallops%C28-%O$t$"
|
||||
+msgstr "%C28-%C29$1/Wallops%C28-%O$t$2"
|
||||
|
||||
#: src/common/textevents.h:321
|
||||
#, fuzzy
|
@ -8,6 +8,7 @@ bin/xchat
|
||||
share/applications/xchat.desktop
|
||||
%%DBUS%%share/dbus-1/services/org.xchat.service.service
|
||||
share/locale/be/LC_MESSAGES/xchat.mo
|
||||
share/locale/ca/LC_MESSAGES/xchat.mo
|
||||
share/locale/cs/LC_MESSAGES/xchat.mo
|
||||
share/locale/de/LC_MESSAGES/xchat.mo
|
||||
share/locale/el/LC_MESSAGES/xchat.mo
|
||||
@ -27,7 +28,9 @@ share/locale/ru/LC_MESSAGES/xchat.mo
|
||||
share/locale/sq/LC_MESSAGES/xchat.mo
|
||||
share/locale/sr/LC_MESSAGES/xchat.mo
|
||||
share/locale/sv/LC_MESSAGES/xchat.mo
|
||||
share/locale/uk/LC_MESSAGES/xchat.mo
|
||||
share/locale/vi/LC_MESSAGES/xchat.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xchat.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xchat.mo
|
||||
share/pixmaps/xchat.png
|
||||
@dirrmtry share/applications
|
||||
@ -37,6 +40,10 @@ share/pixmaps/xchat.png
|
||||
@dirrm lib/xchat
|
||||
@dirrmtry share/locale/zh_TW/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_TW
|
||||
@dirrmtry share/locale/zh_CN/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_CN
|
||||
@dirrmtry share/locale/uk/LC_MESSAGES
|
||||
@dirrmtry share/locale/uk
|
||||
@dirrmtry share/locale/sr/LC_MESSAGES
|
||||
@dirrmtry share/locale/sr
|
||||
@dirrmtry share/locale/pt/LC_MESSAGES
|
||||
@ -51,5 +58,7 @@ share/pixmaps/xchat.png
|
||||
@dirrmtry share/locale/el
|
||||
@dirrmtry share/locale/cs/LC_MESSAGES
|
||||
@dirrmtry share/locale/cs
|
||||
@dirrmtry share/locale/ca/LC_MESSAGES
|
||||
@dirrmtry share/locale/ca
|
||||
@dirrmtry share/locale/be/LC_MESSAGES
|
||||
@dirrmtry share/locale/be
|
||||
|
Loading…
Reference in New Issue
Block a user