From 566de5957f9ee5dde4d0ad451a4c5d7642f1acf1 Mon Sep 17 00:00:00 2001 From: lawrance Date: Thu, 8 Dec 2005 11:19:54 +0000 Subject: Update to 1.03.0 PR: ports/89648 Submitted by: Boris B. Samorodov Approved by: kirill@solaris.ru (maintainer, timeout 14+ days) --- comms/gammu-devel/Makefile | 3 +-- comms/gammu-devel/distinfo | 5 +++-- comms/gammu-devel/files/patch-bluetooth | 12 ++++++------ comms/gammu-devel/files/patch-cfg-Makefile.glo | 9 --------- comms/gammu/Makefile | 3 +-- comms/gammu/distinfo | 5 +++-- comms/gammu/files/patch-bluetooth | 12 ++++++------ comms/gammu/files/patch-cfg-Makefile.glo | 9 --------- 8 files changed, 20 insertions(+), 38 deletions(-) (limited to 'comms') diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile index 9cf99e43157..6acbd7f1798 100644 --- a/comms/gammu-devel/Makefile +++ b/comms/gammu-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gammu -PORTVERSION= 1.02.0 -PORTREVISION= 1 +PORTVERSION= 1.03.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 725701220f1..6420b891eb3 100644 --- a/comms/gammu-devel/distinfo +++ b/comms/gammu-devel/distinfo @@ -1,2 +1,3 @@ -MD5 (gammu-1.02.0.tar.gz) = f8d0b2c6cc045891b6d8f0021246a464 -SIZE (gammu-1.02.0.tar.gz) = 906417 +MD5 (gammu-1.03.0.tar.gz) = 1e9175547c27bf883f899ef8f4db1651 +SHA256 (gammu-1.03.0.tar.gz) = 524eba093fef653043081558b94c7ec38b26b9231e37178ca76b55d3bff6754c +SIZE (gammu-1.03.0.tar.gz) = 915678 diff --git a/comms/gammu-devel/files/patch-bluetooth b/comms/gammu-devel/files/patch-bluetooth index 1e698a06007..c841c156b5d 100644 --- a/comms/gammu-devel/files/patch-bluetooth +++ b/comms/gammu-devel/files/patch-bluetooth @@ -1,6 +1,5 @@ -diff -ru ../gammu-1.01.0.orig/common/device/bluetoth/bluez.c common/device/bluetoth/bluez.c ---- ../gammu-1.01.0.orig/common/device/bluetoth/bluez.c Thu Mar 10 10:35:58 2005 -+++ common/device/bluetoth/bluez.c Sat Jul 9 12:46:07 2005 +--- common/device/bluetoth/bluez.c.orig Wed Sep 14 21:47:08 2005 ++++ common/device/bluetoth/bluez.c Wed Nov 23 22:11:16 2005 @@ -23,6 +23,8 @@ #ifdef GSM_ENABLE_BLUETOOTHDEVICE #ifdef GSM_ENABLE_BLUEZ @@ -10,7 +9,7 @@ diff -ru ../gammu-1.01.0.orig/common/device/bluetoth/bluez.c common/device/bluet #include #include #include -@@ -31,10 +33,7 @@ +@@ -31,11 +33,7 @@ #include #include #include @@ -18,11 +17,12 @@ diff -ru ../gammu-1.01.0.orig/common/device/bluetoth/bluez.c common/device/bluet -#include -#include -#include +-#include +#include #include "../../gsmcomon.h" #include "../devfunc.h" -@@ -43,21 +42,21 @@ +@@ -44,21 +42,21 @@ GSM_Error bluetooth_connect(GSM_StateMachine *s, int port, char *device) { GSM_Device_BlueToothData *d = &s->Device.Data.BlueTooth; @@ -49,7 +49,7 @@ diff -ru ../gammu-1.01.0.orig/common/device/bluetoth/bluez.c common/device/bluet if (bind(fd, (struct sockaddr *)&laddr, sizeof(laddr)) < 0) { dbgprintf("Can't bind socket\n"); -@@ -66,9 +65,9 @@ +@@ -67,9 +65,9 @@ } str2ba(device, &bdaddr); diff --git a/comms/gammu-devel/files/patch-cfg-Makefile.glo b/comms/gammu-devel/files/patch-cfg-Makefile.glo index 16ef31ad91d..c2a88cd1ae0 100644 --- a/comms/gammu-devel/files/patch-cfg-Makefile.glo +++ b/comms/gammu-devel/files/patch-cfg-Makefile.glo @@ -9,15 +9,6 @@ $(TOPDIR)/gammu/gammu: $(COMMON) $(GAMMU) @echo Linking gammu -@@ -136,7 +136,7 @@ - - $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR): $(COMMON) - @echo Linking libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) -- @$(CC) $(LDLIBS) -shared -Wl,-soname -Wl,libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) -o $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(COMMON) -+ @$(CC) $(LDLIBS) -shared -Wl,-soname -Wl,libGammu.so.$(SONAME_MAJOR) -o $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(COMMON) - @$(LN) -s libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR) - @$(LN) -s libGammu.so.$(SONAME_MAJOR) $(TOPDIR)/common/libGammu.so - @@ -225,12 +225,14 @@ @$(INSTALL) -m 0644 $(TOPDIR)/changelog $(DESTDIR)$(INSTALL_DOC_DIR) @$(INSTALL) -m 0644 $(TOPDIR)/readme.txt $(DESTDIR)$(INSTALL_DOC_DIR) diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 9cf99e43157..6acbd7f1798 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gammu -PORTVERSION= 1.02.0 -PORTREVISION= 1 +PORTVERSION= 1.03.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 725701220f1..6420b891eb3 100644 --- a/comms/gammu/distinfo +++ b/comms/gammu/distinfo @@ -1,2 +1,3 @@ -MD5 (gammu-1.02.0.tar.gz) = f8d0b2c6cc045891b6d8f0021246a464 -SIZE (gammu-1.02.0.tar.gz) = 906417 +MD5 (gammu-1.03.0.tar.gz) = 1e9175547c27bf883f899ef8f4db1651 +SHA256 (gammu-1.03.0.tar.gz) = 524eba093fef653043081558b94c7ec38b26b9231e37178ca76b55d3bff6754c +SIZE (gammu-1.03.0.tar.gz) = 915678 diff --git a/comms/gammu/files/patch-bluetooth b/comms/gammu/files/patch-bluetooth index 1e698a06007..c841c156b5d 100644 --- a/comms/gammu/files/patch-bluetooth +++ b/comms/gammu/files/patch-bluetooth @@ -1,6 +1,5 @@ -diff -ru ../gammu-1.01.0.orig/common/device/bluetoth/bluez.c common/device/bluetoth/bluez.c ---- ../gammu-1.01.0.orig/common/device/bluetoth/bluez.c Thu Mar 10 10:35:58 2005 -+++ common/device/bluetoth/bluez.c Sat Jul 9 12:46:07 2005 +--- common/device/bluetoth/bluez.c.orig Wed Sep 14 21:47:08 2005 ++++ common/device/bluetoth/bluez.c Wed Nov 23 22:11:16 2005 @@ -23,6 +23,8 @@ #ifdef GSM_ENABLE_BLUETOOTHDEVICE #ifdef GSM_ENABLE_BLUEZ @@ -10,7 +9,7 @@ diff -ru ../gammu-1.01.0.orig/common/device/bluetoth/bluez.c common/device/bluet #include #include #include -@@ -31,10 +33,7 @@ +@@ -31,11 +33,7 @@ #include #include #include @@ -18,11 +17,12 @@ diff -ru ../gammu-1.01.0.orig/common/device/bluetoth/bluez.c common/device/bluet -#include -#include -#include +-#include +#include #include "../../gsmcomon.h" #include "../devfunc.h" -@@ -43,21 +42,21 @@ +@@ -44,21 +42,21 @@ GSM_Error bluetooth_connect(GSM_StateMachine *s, int port, char *device) { GSM_Device_BlueToothData *d = &s->Device.Data.BlueTooth; @@ -49,7 +49,7 @@ diff -ru ../gammu-1.01.0.orig/common/device/bluetoth/bluez.c common/device/bluet if (bind(fd, (struct sockaddr *)&laddr, sizeof(laddr)) < 0) { dbgprintf("Can't bind socket\n"); -@@ -66,9 +65,9 @@ +@@ -67,9 +65,9 @@ } str2ba(device, &bdaddr); diff --git a/comms/gammu/files/patch-cfg-Makefile.glo b/comms/gammu/files/patch-cfg-Makefile.glo index 16ef31ad91d..c2a88cd1ae0 100644 --- a/comms/gammu/files/patch-cfg-Makefile.glo +++ b/comms/gammu/files/patch-cfg-Makefile.glo @@ -9,15 +9,6 @@ $(TOPDIR)/gammu/gammu: $(COMMON) $(GAMMU) @echo Linking gammu -@@ -136,7 +136,7 @@ - - $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR): $(COMMON) - @echo Linking libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) -- @$(CC) $(LDLIBS) -shared -Wl,-soname -Wl,libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) -o $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(COMMON) -+ @$(CC) $(LDLIBS) -shared -Wl,-soname -Wl,libGammu.so.$(SONAME_MAJOR) -o $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(COMMON) - @$(LN) -s libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR) - @$(LN) -s libGammu.so.$(SONAME_MAJOR) $(TOPDIR)/common/libGammu.so - @@ -225,12 +225,14 @@ @$(INSTALL) -m 0644 $(TOPDIR)/changelog $(DESTDIR)$(INSTALL_DOC_DIR) @$(INSTALL) -m 0644 $(TOPDIR)/readme.txt $(DESTDIR)$(INSTALL_DOC_DIR) -- cgit