aboutsummaryrefslogtreecommitdiff
path: root/net-im/libyahoo2
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-01 10:36:35 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-01 10:36:35 +0000
commit3fec57a168144ea1477bc7d8e20fcda67fb9aa34 (patch)
treedb917c08f9d71b02f03bf4cfa24333dbe489bf6f /net-im/libyahoo2
parent6c7dd0e573b4b1fa5a956a17ddab12118f96d76c (diff)
downloadports-3fec57a168144ea1477bc7d8e20fcda67fb9aa34.tar.gz
ports-3fec57a168144ea1477bc7d8e20fcda67fb9aa34.zip
- Update to version 0.7.2
PR: 57445 Submitted by: Seth Kingsley <sethk@meowfishies.com>
Notes
Notes: svn path=/head/; revision=89958
Diffstat (limited to 'net-im/libyahoo2')
-rw-r--r--net-im/libyahoo2/Makefile2
-rw-r--r--net-im/libyahoo2/distinfo2
-rw-r--r--net-im/libyahoo2/files/patch-sample_client.c24
-rw-r--r--net-im/libyahoo2/pkg-plist2
4 files changed, 24 insertions, 6 deletions
diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile
index 0999b46f14ac..f9df2264f751 100644
--- a/net-im/libyahoo2/Makefile
+++ b/net-im/libyahoo2/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libyahoo2
-PORTVERSION= 0.7.1
+PORTVERSION= 0.7.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net-im/libyahoo2/distinfo b/net-im/libyahoo2/distinfo
index b8460ea36e90..9f3dd7e9220d 100644
--- a/net-im/libyahoo2/distinfo
+++ b/net-im/libyahoo2/distinfo
@@ -1 +1 @@
-MD5 (libyahoo2-0.7.1.tar.bz2) = abd4397db5bfc9c7db732434aafa4c6c
+MD5 (libyahoo2-0.7.2.tar.bz2) = 095fe136bd6a2b737a37e238124aaf91
diff --git a/net-im/libyahoo2/files/patch-sample_client.c b/net-im/libyahoo2/files/patch-sample_client.c
index ec4dc96f19ba..744c23d7224a 100644
--- a/net-im/libyahoo2/files/patch-sample_client.c
+++ b/net-im/libyahoo2/files/patch-sample_client.c
@@ -1,5 +1,5 @@
---- src/sample_client.c.orig Sat May 17 03:33:06 2003
-+++ src/sample_client.c Wed May 21 08:38:45 2003
+--- src/sample_client.c.orig Sun Sep 28 10:40:03 2003
++++ src/sample_client.c Tue Sep 30 21:35:55 2003
@@ -52,7 +52,6 @@
#include <yahoo2_callbacks.h>
#include "yahoo_util.h"
@@ -8,7 +8,7 @@
#define MAX_PREF_LEN 255
-@@ -186,7 +185,6 @@
+@@ -177,7 +176,6 @@
FILE *popen(const char *command, const char *type);
int pclose(FILE *stream);
@@ -16,3 +16,21 @@
static char * get_local_addresses()
{
+@@ -577,7 +575,7 @@
+ if(tm) {
+ char timestr[255];
+
+- strncpy(timestr, ctime(&tm), sizeof(timestr));
++ strncpy(timestr, ctime((time_t *)&tm), sizeof(timestr));
+ timestr[strlen(timestr) - 1] = '\0';
+
+ print_message(("[Offline message at %s from %s]: %s",
+@@ -654,7 +652,7 @@
+ }
+
+ void ext_yahoo_got_webcam_image(int id, const char *who,
+- unsigned char *image, unsigned int image_size, unsigned int real_size,
++ const unsigned char *image, unsigned int image_size, unsigned int real_size,
+ unsigned int timestamp)
+ {
+ static unsigned char *cur_image = NULL;
diff --git a/net-im/libyahoo2/pkg-plist b/net-im/libyahoo2/pkg-plist
index 293caf8a10c4..a62a3ef0c0d1 100644
--- a/net-im/libyahoo2/pkg-plist
+++ b/net-im/libyahoo2/pkg-plist
@@ -6,6 +6,6 @@ include/libyahoo2/yahoo_httplib.h
include/libyahoo2/yahoo_list.h
lib/libyahoo2.a
lib/libyahoo2.so
-lib/libyahoo2.so.4
+lib/libyahoo2.so.5
libdata/pkgconfig/libyahoo2.pc
@dirrm include/libyahoo2