svn commit: r426004 - in head/comms/gammu: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Sun Nov 13 03:13:20 UTC 2016
Author: vanilla
Date: Sun Nov 13 03:13:18 2016
New Revision: 426004
URL: https://svnweb.freebsd.org/changeset/ports/426004
Log:
Update to 1.37.91.
Added:
head/comms/gammu/files/patch-libgammu__device__bluetooth__blue_bsd.c (contents, props changed)
Deleted:
head/comms/gammu/files/patch-libgammu_device_bluetoth_bluez.c
head/comms/gammu/files/patch-libgammu_device_devfunc.c
Modified:
head/comms/gammu/Makefile
head/comms/gammu/distinfo
head/comms/gammu/pkg-plist
Modified: head/comms/gammu/Makefile
==============================================================================
--- head/comms/gammu/Makefile Sun Nov 13 01:39:02 2016 (r426003)
+++ head/comms/gammu/Makefile Sun Nov 13 03:13:18 2016 (r426004)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gammu
-PORTVERSION= 1.37.3
+PORTVERSION= 1.37.91
CATEGORIES= comms
MASTER_SITES= http://dl.cihar.com/gammu/releases/
Modified: head/comms/gammu/distinfo
==============================================================================
--- head/comms/gammu/distinfo Sun Nov 13 01:39:02 2016 (r426003)
+++ head/comms/gammu/distinfo Sun Nov 13 03:13:18 2016 (r426004)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464169663
-SHA256 (gammu-1.37.3.tar.xz) = 63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84
-SIZE (gammu-1.37.3.tar.xz) = 1665088
+TIMESTAMP = 1478878437
+SHA256 (gammu-1.37.91.tar.xz) = fb353ed465b1ae408485e55c97f3a9e910af2c271b03a5bf3aab61bb4225fe00
+SIZE (gammu-1.37.91.tar.xz) = 1675144
Added: head/comms/gammu/files/patch-libgammu__device__bluetooth__blue_bsd.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/gammu/files/patch-libgammu__device__bluetooth__blue_bsd.c Sun Nov 13 03:13:18 2016 (r426004)
@@ -0,0 +1,11 @@
+--- libgammu/device/bluetooth/blue_bsd.c.orig 2016-11-12 10:13:02.619065000 +0800
++++ libgammu/device/bluetooth/blue_bsd.c 2016-11-12 10:13:27.768173000 +0800
+@@ -10,6 +10,8 @@
+ #ifdef GSM_ENABLE_BLUETOOTHDEVICE
+ #ifdef BSD_BLUE_FOUND
+
++#define L2CAP_SOCKET_CHECKED 1
++
+ #include <sys/socket.h>
+ #include <sys/time.h>
+
Modified: head/comms/gammu/pkg-plist
==============================================================================
--- head/comms/gammu/pkg-plist Sun Nov 13 01:39:02 2016 (r426003)
+++ head/comms/gammu/pkg-plist Sun Nov 13 03:13:18 2016 (r426004)
@@ -35,11 +35,11 @@ include/gammu/gammu-types.h
include/gammu/gammu-unicode.h
include/gammu/gammu-wap.h
lib/libGammu.so
-lib/libGammu.so.7
-lib/libGammu.so.7.%%VERSION%%
+lib/libGammu.so.8
+lib/libGammu.so.8.%%VERSION%%
lib/libgsmsd.so
-lib/libgsmsd.so.7
-lib/libgsmsd.so.7.%%VERSION%%
+lib/libgsmsd.so.8
+lib/libgsmsd.so.8.%%VERSION%%
libdata/pkgconfig/gammu.pc
libdata/pkgconfig/gammu-smsd.pc
man/man1/gammu.1.gz
More information about the svn-ports-all
mailing list