Update to 0.7.0.
PR: 52577 Submitted by: Ports Fury
This commit is contained in:
parent
dc8178a391
commit
acc11ab2cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82699
8 changed files with 32 additions and 14 deletions
|
@ -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 @@ COMMENT= A C library that handles the new Yahoo! Messenger protocol
|
|||
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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libyahoo2-0.6.3.tar.gz) = 471d0f0a7c3e70acc004c4168f9a5f62
|
||||
MD5 (libyahoo2-0.7.0.tar.bz2) = 51e4bc489ae7974f5bd51c35e894b266
|
||||
|
|
|
@ -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()
|
||||
{
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@comment $FreeBSD$
|
||||
include/libyahoo2/yahoo2.h
|
||||
include/libyahoo2/yahoo2_callbacks.h
|
||||
include/libyahoo2/yahoo2_types.h
|
||||
|
@ -5,6 +6,6 @@ include/libyahoo2/yahoo_httplib.h
|
|||
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
|
||||
|
|
|
@ -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 @@ COMMENT= A C library that handles the new Yahoo! Messenger protocol
|
|||
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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libyahoo2-0.6.3.tar.gz) = 471d0f0a7c3e70acc004c4168f9a5f62
|
||||
MD5 (libyahoo2-0.7.0.tar.bz2) = 51e4bc489ae7974f5bd51c35e894b266
|
||||
|
|
|
@ -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()
|
||||
{
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@comment $FreeBSD$
|
||||
include/libyahoo2/yahoo2.h
|
||||
include/libyahoo2/yahoo2_callbacks.h
|
||||
include/libyahoo2/yahoo2_types.h
|
||||
|
@ -5,6 +6,6 @@ include/libyahoo2/yahoo_httplib.h
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue