- Update to version 0.5.1

PR:		ports/65741
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-04-19 05:18:22 +00:00
parent 00e82cdc80
commit f7bd46cfbb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107524
4 changed files with 8 additions and 28 deletions

View file

@ -6,8 +6,7 @@
# #
PORTNAME= silky PORTNAME= silky
PORTVERSION= 0.5.0 PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= net security CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://rusunix.org/pub/FreeBSD/distfiles/ ftp://rusunix.org/pub/FreeBSD/distfiles/

View file

@ -1 +1,2 @@
MD5 (silky-0.5.0.tar.gz) = 0533ac8b2972c4006efd5fe45a369394 MD5 (silky-0.5.1.tar.gz) = b208f1b55af6424d51bc188d6a13c830
SIZE (silky-0.5.1.tar.gz) = 767619

View file

@ -1,22 +0,0 @@
--- src/silccallbacks.c.orig Mon Mar 1 13:41:32 2004
+++ src/silccallbacks.c Mon Mar 1 13:41:44 2004
@@ -569,7 +569,7 @@
static void
silc_channel_message(SilcClient client, SilcClientConnection conn,
SilcClientEntry sender, SilcChannelEntry channel,
- SilcMessagePayload payload,
+ SilcMessagePayload payload, SilcChannelPrivateKey key,
SilcMessageFlags flags, const unsigned char *message,
SilcUInt32 message_len)
{
--- src/silccallbacks.h.orig Mon Mar 1 13:41:15 2004
+++ src/silccallbacks.h Mon Mar 1 13:41:23 2004
@@ -8,7 +8,7 @@
void
silc_channel_message(SilcClient client, SilcClientConnection conn,
SilcClientEntry sender, SilcChannelEntry channel,
- SilcMessagePayload payload,
+ SilcMessagePayload payload, SilcChannelPrivateKey key,
SilcMessageFlags flags, const unsigned char *message,
SilcUInt32 message_len);

View file

@ -6,12 +6,13 @@ bin/silky
%%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/TODO
share/pixmaps/silky_icon.png share/silky/stock_people.png
share/silky/silky.conf
share/silky/servers.conf
share/silky/silky.glade share/silky/silky.glade
share/silky/silky-channel.glade share/silky/silky-channel.glade
share/silky/silky-channel-label.glade
share/silky/silky-query.glade share/silky/silky-query.glade
share/silky/silky-query-label.glade share/locale/af/LC_MESSAGES/silky.mo
share/locale/de/LC_MESSAGES/silky.mo share/locale/de/LC_MESSAGES/silky.mo
share/locale/fi/LC_MESSAGES/silky.mo share/locale/fi/LC_MESSAGES/silky.mo
share/locale/fr/LC_MESSAGES/silky.mo share/locale/fr/LC_MESSAGES/silky.mo
@ -19,6 +20,7 @@ share/locale/hu/LC_MESSAGES/silky.mo
share/locale/it/LC_MESSAGES/silky.mo share/locale/it/LC_MESSAGES/silky.mo
share/locale/sk/LC_MESSAGES/silky.mo share/locale/sk/LC_MESSAGES/silky.mo
share/locale/ru/LC_MESSAGES/silky.mo share/locale/ru/LC_MESSAGES/silky.mo
share/locale/sv/LC_MESSAGES/silky.mo
share/gnome/apps/Applications/silky.desktop share/gnome/apps/Applications/silky.desktop
%%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%
@unexec rmdir %D/share/pixmaps 2>/dev/null || true @unexec rmdir %D/share/pixmaps 2>/dev/null || true