diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-05 16:54:48 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-05 16:54:48 +0000 |
commit | ebc04959014258e3a0c98a2dfc8969fc93e42c01 (patch) | |
tree | b55a7e2ee0a3bbee4f0230eba72d62b6ee6e7736 /net/libyahoo2 | |
parent | fe931a10f93e2be139278f1ebad3f4d077cb5efb (diff) | |
download | ports-ebc04959014258e3a0c98a2dfc8969fc93e42c01.tar.gz ports-ebc04959014258e3a0c98a2dfc8969fc93e42c01.zip |
Notes
Diffstat (limited to 'net/libyahoo2')
-rw-r--r-- | net/libyahoo2/Makefile | 3 | ||||
-rw-r--r-- | net/libyahoo2/distinfo | 2 | ||||
-rw-r--r-- | net/libyahoo2/files/patch-sample_client.c | 9 | ||||
-rw-r--r-- | net/libyahoo2/pkg-plist | 2 |
4 files changed, 3 insertions, 13 deletions
diff --git a/net/libyahoo2/Makefile b/net/libyahoo2/Makefile index 991840442acf..2ade43c22aba 100644 --- a/net/libyahoo2/Makefile +++ b/net/libyahoo2/Makefile @@ -7,7 +7,7 @@ # PORTNAME= libyahoo2 -PORTVERSION= 0.7.2 +PORTVERSION= 0.7.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,6 @@ COMMENT= A C library that handles the new Yahoo! Messenger protocol USE_BZIP2= yes USE_GNOME= glib20 gnomehack gnometarget -USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/net/libyahoo2/distinfo b/net/libyahoo2/distinfo index 9f3dd7e9220d..62fb5f65b83a 100644 --- a/net/libyahoo2/distinfo +++ b/net/libyahoo2/distinfo @@ -1 +1 @@ -MD5 (libyahoo2-0.7.2.tar.bz2) = 095fe136bd6a2b737a37e238124aaf91 +MD5 (libyahoo2-0.7.3.tar.bz2) = 11072782fb3538927dcf8be0e979b308 diff --git a/net/libyahoo2/files/patch-sample_client.c b/net/libyahoo2/files/patch-sample_client.c index 744c23d7224a..6179bffdbd2e 100644 --- a/net/libyahoo2/files/patch-sample_client.c +++ b/net/libyahoo2/files/patch-sample_client.c @@ -25,12 +25,3 @@ 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/libyahoo2/pkg-plist b/net/libyahoo2/pkg-plist index a62a3ef0c0d1..f3c28545a1fb 100644 --- a/net/libyahoo2/pkg-plist +++ b/net/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.5 +lib/libyahoo2.so.7 libdata/pkgconfig/libyahoo2.pc @dirrm include/libyahoo2 |