Bug 52577 - Update port: net/libyahoo2 to 0.7.0
Summary: Update port: net/libyahoo2 to 0.7.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-22 16:20 UTC by tkato
Modified: 2003-06-10 17:25 UTC (History)
0 users

See Also:


Attachments
file.diff (1.85 KB, patch)
2003-05-22 16:20 UTC, tkato
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato 2003-05-22 16:20:10 UTC
- Update to version 0.7.0
Comment 1 tkato 2003-06-09 17:27:56 UTC
Here is an up-to-date patch:

diff -urN /usr/ports/net/libyahoo2/Makefile net/libyahoo2/Makefile
--- /usr/ports/net/libyahoo2/Makefile	Mon May 19 09:43:32 2003
+++ net/libyahoo2/Makefile	Mon Jun  9 12:05:31 2003
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	libyahoo2
-PORTVERSION=	0.6.3
-PORTREVISION=	1
+PORTVERSION=	0.7.0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -19,6 +18,7 @@
 BUILD_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig
 RUN_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig
 
+USE_BZIP2=	yes
 USE_GNOME=	gnomehack glib20
 GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
diff -urN /usr/ports/net/libyahoo2/distinfo net/libyahoo2/distinfo
--- /usr/ports/net/libyahoo2/distinfo	Sun Apr  6 13:19:24 2003
+++ net/libyahoo2/distinfo	Mon Jun  9 12:19:44 2003
@@ -1 +1 @@
-MD5 (libyahoo2-0.6.3.tar.gz) = 471d0f0a7c3e70acc004c4168f9a5f62
+MD5 (libyahoo2-0.7.0.tar.bz2) = 51e4bc489ae7974f5bd51c35e894b266
diff -urN /usr/ports/net/libyahoo2/files/patch-sample_client.c net/libyahoo2/files/patch-sample_client.c
--- /usr/ports/net/libyahoo2/files/patch-sample_client.c	Sat Apr 12 18:06:35 2003
+++ net/libyahoo2/files/patch-sample_client.c	Wed May 21 08:39:02 2003
@@ -1,6 +1,6 @@
---- src/sample_client.c.orig	Sat Apr 12 17:04:56 2003
-+++ src/sample_client.c	Sat Apr 12 17:05:25 2003
-@@ -51,7 +51,6 @@
+--- src/sample_client.c.orig	Sat May 17 03:33:06 2003
++++ src/sample_client.c	Wed May 21 08:38:45 2003
+@@ -52,7 +52,6 @@
  #include <yahoo2_callbacks.h>
  #include "yahoo_util.h"
  
@@ -8,3 +8,11 @@
  
  
  #define MAX_PREF_LEN 255
+@@ -186,7 +185,6 @@
+ 
+ FILE *popen(const char *command, const char *type);
+ int pclose(FILE *stream);
+-int gethostname(char *name, size_t len);
+ 
+ static char * get_local_addresses()
+ {
diff -urN /usr/ports/net/libyahoo2/pkg-plist net/libyahoo2/pkg-plist
--- /usr/ports/net/libyahoo2/pkg-plist	Mon May 19 09:43:32 2003
+++ net/libyahoo2/pkg-plist	Wed May 21 08:41:10 2003
@@ -5,6 +5,6 @@
 include/libyahoo2/yahoo_list.h
 lib/libyahoo2.a
 lib/libyahoo2.so
-lib/libyahoo2.so.3
+lib/libyahoo2.so.4
 libdata/pkgconfig/libyahoo2.pc
 @dirrm include/libyahoo2
Comment 2 Christian Weisgerber freebsd_committer freebsd_triage 2003-06-10 17:24:44 UTC
State Changed
From-To: open->closed

Committed, thanks.