mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 0.1.3.
This commit is contained in:
parent
e8826941a6
commit
3b4fc6e56f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228876
4 changed files with 21 additions and 6 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= telepathy-idle
|
||||
PORTVERSION= 0.1.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
|
||||
|
||||
|
@ -29,6 +28,8 @@ USE_OPENSSL= yes
|
|||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack pkgconfig glib20
|
||||
|
||||
MAN8= telepathy-idle.8
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (telepathy-idle-0.1.2.tar.gz) = 21bfda9e1fa12e25b4173deb9ffd0b5d
|
||||
SHA256 (telepathy-idle-0.1.2.tar.gz) = 3ed0cb5dd687e4d9fa838a318f9ef12a8c221894ff188687c27625f0ac3bce82
|
||||
SIZE (telepathy-idle-0.1.2.tar.gz) = 405694
|
||||
MD5 (telepathy-idle-0.1.3.tar.gz) = 20beb6a653a7e2702ee73a8ed2ceb1d7
|
||||
SHA256 (telepathy-idle-0.1.3.tar.gz) = f1fd3517f21717acd8571c947f6d3e4de317d3088a073cb4063f1e564b839203
|
||||
SIZE (telepathy-idle-0.1.3.tar.gz) = 440782
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
--- src/idle-server-connection.c.orig 2009-02-23 01:02:04.000000000 -0500
|
||||
+++ src/idle-server-connection.c 2009-02-23 01:05:04.000000000 -0500
|
||||
@@ -28,9 +28,10 @@
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#include <fcntl.h>
|
||||
-#include <netinet/tcp.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
+#include <netinet/in.h>
|
||||
+#include <netinet/tcp.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define IDLE_DEBUG_FLAG IDLE_DEBUG_NETWORK
|
|
@ -1,4 +1,4 @@
|
|||
bin/telepathy-idle
|
||||
libexec/telepathy-idle
|
||||
share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.idle.service
|
||||
share/telepathy/managers/idle.manager
|
||||
@dirrmtry share/telepathy/managers
|
||||
|
|
Loading…
Add table
Reference in a new issue