diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-06-07 09:59:36 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-06-07 09:59:36 +0000 |
commit | 50cf668f961f00fb5ed557e185b57e4f68dced44 (patch) | |
tree | a82ddb596bdefc5cd6475f98c0b0f399a7fc1e17 /net-im/licq | |
parent | 6e8832f17d0eacffc6c61684a358155738f1742a (diff) |
- update to 1.8.2
Notes
Notes:
svn path=/head/; revision=356892
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/Makefile | 1 | ||||
-rw-r--r-- | net-im/licq/Makefile.inc | 2 | ||||
-rw-r--r-- | net-im/licq/distinfo | 4 | ||||
-rw-r--r-- | net-im/licq/files/patch-filetransfer.h | 10 |
4 files changed, 13 insertions, 4 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 0256d142b093..5b69fc2fee96 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -3,7 +3,6 @@ PORTNAME= base PORTVERSION= ${LICQ_VER} -PORTREVISION= 2 CATEGORIES= net-im PKGNAMESUFFIX= ${SOCKS_SUFFIX}${PKGNAMESUFFIX2} diff --git a/net-im/licq/Makefile.inc b/net-im/licq/Makefile.inc index 845c5a5b4935..e07741cfcd87 100644 --- a/net-im/licq/Makefile.inc +++ b/net-im/licq/Makefile.inc @@ -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} diff --git a/net-im/licq/distinfo b/net-im/licq/distinfo index dceacc1356c2..513f1e0d60bf 100644 --- a/net-im/licq/distinfo +++ b/net-im/licq/distinfo @@ -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 diff --git a/net-im/licq/files/patch-filetransfer.h b/net-im/licq/files/patch-filetransfer.h new file mode 100644 index 000000000000..0962558998d0 --- /dev/null +++ b/net-im/licq/files/patch-filetransfer.h @@ -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> |