summaryrefslogtreecommitdiff
path: root/net-im/libyahoo2
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-23 15:03:02 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-23 15:03:02 +0000
commitc91512873935ddddd03777e13c272b1793f32660 (patch)
treeb0e0aa95a1d4c031671783ed78b66bce0dde0e8c /net-im/libyahoo2
parent- Chase libraries for new math/GiNaC version (diff)
- Update to version 0.7.4
PR: ports/61781 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=98888
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.c9
-rw-r--r--net-im/libyahoo2/pkg-plist3
4 files changed, 4 insertions, 12 deletions
diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile
index 2ade43c22aba..461be4f191a9 100644
--- a/net-im/libyahoo2/Makefile
+++ b/net-im/libyahoo2/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libyahoo2
-PORTVERSION= 0.7.3
+PORTVERSION= 0.7.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net-im/libyahoo2/distinfo b/net-im/libyahoo2/distinfo
index 62fb5f65b83a..5302b11a6778 100644
--- a/net-im/libyahoo2/distinfo
+++ b/net-im/libyahoo2/distinfo
@@ -1 +1 @@
-MD5 (libyahoo2-0.7.3.tar.bz2) = 11072782fb3538927dcf8be0e979b308
+MD5 (libyahoo2-0.7.4.tar.bz2) = 7e2320a0f3c892fb9664c225aff9b2e7
diff --git a/net-im/libyahoo2/files/patch-sample_client.c b/net-im/libyahoo2/files/patch-sample_client.c
index 6179bffdbd2e..c6d23bb257fe 100644
--- a/net-im/libyahoo2/files/patch-sample_client.c
+++ b/net-im/libyahoo2/files/patch-sample_client.c
@@ -16,12 +16,3 @@
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",
diff --git a/net-im/libyahoo2/pkg-plist b/net-im/libyahoo2/pkg-plist
index f3c28545a1fb..7e105e2e088d 100644
--- a/net-im/libyahoo2/pkg-plist
+++ b/net-im/libyahoo2/pkg-plist
@@ -2,10 +2,11 @@
include/libyahoo2/yahoo2.h
include/libyahoo2/yahoo2_callbacks.h
include/libyahoo2/yahoo2_types.h
+include/libyahoo2/yahoo_fn.h
include/libyahoo2/yahoo_httplib.h
include/libyahoo2/yahoo_list.h
lib/libyahoo2.a
lib/libyahoo2.so
-lib/libyahoo2.so.7
+lib/libyahoo2.so.8
libdata/pkgconfig/libyahoo2.pc
@dirrm include/libyahoo2