diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-01-19 17:03:21 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-01-19 17:03:21 +0000 |
commit | 40dfacd9be1184893a5b5e918b0d256e2129e333 (patch) | |
tree | f871b4b5acc7544522eced1ae2516886846853b1 /comms | |
parent | f51c3044c29af18f6d7a21b90add5824f2b22c1c (diff) | |
download | ports-40dfacd9be1184893a5b5e918b0d256e2129e333.tar.gz ports-40dfacd9be1184893a5b5e918b0d256e2129e333.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gammu-devel/Makefile | 2 | ||||
-rw-r--r-- | comms/gammu-devel/distinfo | 6 | ||||
-rw-r--r-- | comms/gammu-devel/files/patch-common.device.devfunc.c | 11 | ||||
-rw-r--r-- | comms/gammu-devel/files/patch-common.service.gsmmisc.c | 10 | ||||
-rw-r--r-- | comms/gammu/Makefile | 2 | ||||
-rw-r--r-- | comms/gammu/distinfo | 6 | ||||
-rw-r--r-- | comms/gammu/files/patch-common.device.devfunc.c | 11 | ||||
-rw-r--r-- | comms/gammu/files/patch-common.service.gsmmisc.c | 10 |
8 files changed, 50 insertions, 8 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile index 6acbd7f1798b..ddbb4810dd9e 100644 --- a/comms/gammu-devel/Makefile +++ b/comms/gammu-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gammu -PORTVERSION= 1.03.0 +PORTVERSION= 1.04.0 CATEGORIES= comms MASTER_SITES= http://www.mwiacek.com/zips/gsm/gammu/stable/1_0x/ diff --git a/comms/gammu-devel/distinfo b/comms/gammu-devel/distinfo index 6420b891eb39..8e9616f747a1 100644 --- a/comms/gammu-devel/distinfo +++ b/comms/gammu-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (gammu-1.03.0.tar.gz) = 1e9175547c27bf883f899ef8f4db1651 -SHA256 (gammu-1.03.0.tar.gz) = 524eba093fef653043081558b94c7ec38b26b9231e37178ca76b55d3bff6754c -SIZE (gammu-1.03.0.tar.gz) = 915678 +MD5 (gammu-1.04.0.tar.gz) = 6c9b4428961eedc983e2925e364321d3 +SHA256 (gammu-1.04.0.tar.gz) = 383caa0633d32b28b7531856ace64e24d03ca217d41e606cf67f9c1432787067 +SIZE (gammu-1.04.0.tar.gz) = 929495 diff --git a/comms/gammu-devel/files/patch-common.device.devfunc.c b/comms/gammu-devel/files/patch-common.device.devfunc.c new file mode 100644 index 000000000000..f6dddacea0cb --- /dev/null +++ b/comms/gammu-devel/files/patch-common.device.devfunc.c @@ -0,0 +1,11 @@ +--- common/device/devfunc.c.orig Sun Nov 20 22:01:18 2005 ++++ common/device/devfunc.c Thu Jan 19 18:35:48 2006 +@@ -17,6 +17,8 @@ + */ + + #include <string.h> ++#include <sys/stat.h> ++#include <sys/socket.h> + #ifdef WIN32 + # include <io.h> + #else diff --git a/comms/gammu-devel/files/patch-common.service.gsmmisc.c b/comms/gammu-devel/files/patch-common.service.gsmmisc.c new file mode 100644 index 000000000000..4fd010de5d40 --- /dev/null +++ b/comms/gammu-devel/files/patch-common.service.gsmmisc.c @@ -0,0 +1,10 @@ +--- common/service/gsmmisc.c.orig Fri Dec 30 18:18:47 2005 ++++ common/service/gsmmisc.c Fri Dec 30 18:19:07 2005 +@@ -3,6 +3,7 @@ + #include <string.h> + #include <stdlib.h> + #include <sys/stat.h> ++#include <sys/socket.h> + #ifdef WIN32 + # include <io.h> + # include <fcntl.h> diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 6acbd7f1798b..ddbb4810dd9e 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gammu -PORTVERSION= 1.03.0 +PORTVERSION= 1.04.0 CATEGORIES= comms MASTER_SITES= http://www.mwiacek.com/zips/gsm/gammu/stable/1_0x/ diff --git a/comms/gammu/distinfo b/comms/gammu/distinfo index 6420b891eb39..8e9616f747a1 100644 --- a/comms/gammu/distinfo +++ b/comms/gammu/distinfo @@ -1,3 +1,3 @@ -MD5 (gammu-1.03.0.tar.gz) = 1e9175547c27bf883f899ef8f4db1651 -SHA256 (gammu-1.03.0.tar.gz) = 524eba093fef653043081558b94c7ec38b26b9231e37178ca76b55d3bff6754c -SIZE (gammu-1.03.0.tar.gz) = 915678 +MD5 (gammu-1.04.0.tar.gz) = 6c9b4428961eedc983e2925e364321d3 +SHA256 (gammu-1.04.0.tar.gz) = 383caa0633d32b28b7531856ace64e24d03ca217d41e606cf67f9c1432787067 +SIZE (gammu-1.04.0.tar.gz) = 929495 diff --git a/comms/gammu/files/patch-common.device.devfunc.c b/comms/gammu/files/patch-common.device.devfunc.c new file mode 100644 index 000000000000..f6dddacea0cb --- /dev/null +++ b/comms/gammu/files/patch-common.device.devfunc.c @@ -0,0 +1,11 @@ +--- common/device/devfunc.c.orig Sun Nov 20 22:01:18 2005 ++++ common/device/devfunc.c Thu Jan 19 18:35:48 2006 +@@ -17,6 +17,8 @@ + */ + + #include <string.h> ++#include <sys/stat.h> ++#include <sys/socket.h> + #ifdef WIN32 + # include <io.h> + #else diff --git a/comms/gammu/files/patch-common.service.gsmmisc.c b/comms/gammu/files/patch-common.service.gsmmisc.c new file mode 100644 index 000000000000..4fd010de5d40 --- /dev/null +++ b/comms/gammu/files/patch-common.service.gsmmisc.c @@ -0,0 +1,10 @@ +--- common/service/gsmmisc.c.orig Fri Dec 30 18:18:47 2005 ++++ common/service/gsmmisc.c Fri Dec 30 18:19:07 2005 +@@ -3,6 +3,7 @@ + #include <string.h> + #include <stdlib.h> + #include <sys/stat.h> ++#include <sys/socket.h> + #ifdef WIN32 + # include <io.h> + # include <fcntl.h> |