Received: by mail.netbsd.org (Postfix, from userid 605) id 7B9288519A; Wed, 16 May 2018 08:25:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0767684DE1 for ; Wed, 16 May 2018 08:25:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id AtsgdymVq5Ad for ; Wed, 16 May 2018 08:25:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 72B7384CD4 for ; Wed, 16 May 2018 08:25:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68A2EFBEC; Wed, 16 May 2018 08:25:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526459143240740" MIME-Version: 1.0 Date: Wed, 16 May 2018 08:25:43 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/comms/py-gammu To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20180516082543.68A2EFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1526459143240740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Wed May 16 08:25:43 UTC 2018 Modified Files: pkgsrc/comms/py-gammu: Makefile distinfo Log Message: py-gammu: Update comms/py-gammu to 2.11 pkgsrc changes: - Python-s 3 are now supported Changes: 2.11 ==== * Add support for the USSD in SMSD. * Python 2.7 binaries available for Windows. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/comms/py-gammu/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/comms/py-gammu/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526459143240740 Content-Disposition: inline Content-Length: 2004 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/py-gammu/Makefile diff -u pkgsrc/comms/py-gammu/Makefile:1.17 pkgsrc/comms/py-gammu/Makefile:1.18 --- pkgsrc/comms/py-gammu/Makefile:1.17 Wed Nov 8 09:47:51 2017 +++ pkgsrc/comms/py-gammu/Makefile Wed May 16 08:25:43 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2017/11/08 09:47:51 leot Exp $ +# $NetBSD: Makefile,v 1.18 2018/05/16 08:25:43 leot Exp $ -DISTNAME= python-gammu-2.10 +DISTNAME= python-gammu-2.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} MASTER_SITES= http://dl.cihar.com/python-gammu/ CATEGORIES= comms @@ -12,9 +12,6 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= pkg-config -# UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 1648: ordinal not in range(128) -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 - .include "../../lang/python/egg.mk" .include "../../comms/gammu/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/comms/py-gammu/distinfo diff -u pkgsrc/comms/py-gammu/distinfo:1.6 pkgsrc/comms/py-gammu/distinfo:1.7 --- pkgsrc/comms/py-gammu/distinfo:1.6 Wed Nov 8 09:47:51 2017 +++ pkgsrc/comms/py-gammu/distinfo Wed May 16 08:25:43 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/11/08 09:47:51 leot Exp $ +$NetBSD: distinfo,v 1.7 2018/05/16 08:25:43 leot Exp $ -SHA1 (python-gammu-2.10.tar.gz) = 2a1ae3aa120b0868dae3f58f1176f79dc64bea9b -RMD160 (python-gammu-2.10.tar.gz) = bb40c6ae865a91edeb027fe177435cfc088cd425 -SHA512 (python-gammu-2.10.tar.gz) = b86ab4c7cc1ad1ca3de6ba5be8b311082f941374a5f12d9333e433965cd4b6bdaea44e7b09ca2955332fc8175f72e68e4bd79cd8ff56d6a57e0611d25556398c -Size (python-gammu-2.10.tar.gz) = 135709 bytes +SHA1 (python-gammu-2.11.tar.gz) = 0a19d74e924f491884ecdb684e081f0340c38422 +RMD160 (python-gammu-2.11.tar.gz) = 8dcfafe9bef46973318d504c475106fbe59cf9e3 +SHA512 (python-gammu-2.11.tar.gz) = cdf3a54fc538fecdbe3dae63f0534094ce94a289998f9b670a0b3e12a3c571eb46ee86eae67a7a8d2428698850046d5c75569753bf77551cd395d315e6f9b70d +Size (python-gammu-2.11.tar.gz) = 135567 bytes --_----------=_1526459143240740--