mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- update to 1.8.2
This commit is contained in:
parent
6e8832f17d
commit
50cf668f96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356892
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= icq
|
||||
PORTVERSION= 1.8.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.8.2
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
|
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jabber
|
||||
PORTVERSION= 1.8.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.8.2
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
|
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= osd
|
||||
PORTVERSION= 1.8.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.8.2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net-im
|
||||
|
||||
|
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qt4-gui
|
||||
PORTVERSION= 1.8.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.8.2
|
||||
CATEGORIES= net-im
|
||||
PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2}
|
||||
|
||||
|
10
net-im/licq-qt-gui/files/patch-plugin.cpp
Normal file
10
net-im/licq-qt-gui/files/patch-plugin.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/core/plugin.cpp.orig 2014-06-01 21:16:42.000000000 +0200
|
||||
+++ src/core/plugin.cpp 2014-06-06 22:08:35.000000000 +0200
|
||||
@@ -31,6 +31,7 @@
|
||||
# include <QInternal>
|
||||
#include <KDE/KCmdLineArgs>
|
||||
#include <KDE/KMessage>
|
||||
+#include <stdlib.h>
|
||||
#else
|
||||
# include <QStyleFactory>
|
||||
#endif
|
@ -3,7 +3,6 @@
|
||||
|
||||
PORTNAME= base
|
||||
PORTVERSION= ${LICQ_VER}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-im
|
||||
PKGNAMESUFFIX= ${SOCKS_SUFFIX}${PKGNAMESUFFIX2}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PKGNAMEPREFIX= licq-
|
||||
LICQ_VER= 1.8.0
|
||||
LICQ_VER= 1.8.2
|
||||
.if ${PORTNAME} != "base"
|
||||
BUILD_DEPENDS+= licq:${PORTSDIR}/${LICQ_PORT}
|
||||
RUN_DEPENDS+= licq:${PORTSDIR}/${LICQ_PORT}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (licq-1.8.0.tar.bz2) = e30de74b92928bbf0724a2c6f45931cbb4bd90d8d9b1d4ddd002cfa01867da1f
|
||||
SIZE (licq-1.8.0.tar.bz2) = 2252723
|
||||
SHA256 (licq-1.8.2.tar.bz2) = 16aa514888379a12f538becbaeb81f77017d05c94c15f3b2a5e0ffb60315180f
|
||||
SIZE (licq-1.8.2.tar.bz2) = 2260717
|
||||
|
10
net-im/licq/files/patch-filetransfer.h
Normal file
10
net-im/licq/files/patch-filetransfer.h
Normal file
@ -0,0 +1,10 @@
|
||||
--- include/licq/icq/filetransfer.h.orig 2014-06-01 21:16:42.000000000 +0200
|
||||
+++ include/licq/icq/filetransfer.h 2014-06-06 15:47:07.000000000 +0200
|
||||
@@ -73,6 +73,7 @@
|
||||
* which case the file will be saved as <filename>.<timestamp>
|
||||
*-------------------------------------------------------------------------*/
|
||||
|
||||
+#include <sys/time.h>
|
||||
#include <cstring>
|
||||
#include <list>
|
||||
#include <string>
|
Loading…
Reference in New Issue
Block a user