From owner-svn-ports-head@freebsd.org Sun Nov 13 03:13:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C39EC3FB25; Sun, 13 Nov 2016 03:13:20 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0C17CE4; Sun, 13 Nov 2016 03:13:19 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAD3DJAm067317; Sun, 13 Nov 2016 03:13:19 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAD3DIu9067313; Sun, 13 Nov 2016 03:13:18 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201611130313.uAD3DIu9067313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 13 Nov 2016 03:13:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426004 - in head/comms/gammu: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Nov 2016 03:13:20 -0000 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 + #include + 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