Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id F2EAF7A110 for ; Tue, 4 Oct 2016 12:52:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9D63185EB0; Tue, 4 Oct 2016 12:52:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F33C85E77 for ; Tue, 4 Oct 2016 12:52:15 +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 Tgl0_yF1OQUt for ; Tue, 4 Oct 2016 12:52:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 954B484C6C for ; Tue, 4 Oct 2016 12:52:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F9B3FBD2; Tue, 4 Oct 2016 12:52:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1475585534228000" MIME-Version: 1.0 Date: Tue, 4 Oct 2016 12:52:14 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/py-usb To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20161004125214.8F9B3FBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1475585534228000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Oct 4 12:52:14 UTC 2016 Modified Files: pkgsrc/devel/py-usb: Makefile Log Message: Update HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-usb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1475585534228000 Content-Disposition: inline Content-Length: 743 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-usb/Makefile diff -u pkgsrc/devel/py-usb/Makefile:1.10 pkgsrc/devel/py-usb/Makefile:1.11 --- pkgsrc/devel/py-usb/Makefile:1.10 Sat Jul 9 13:03:44 2016 +++ pkgsrc/devel/py-usb/Makefile Tue Oct 4 12:52:14 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:44 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/10/04 12:52:14 mef Exp $ VERSION= 0.4.2 DISTNAME= pyusb-${VERSION} @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyusb/} MAINTAINER= wiml@hhhh.org -HOMEPAGE= http://pyusb.berlios.de/ +HOMEPAGE= http://walac.github.io/pyusb/ COMMENT= Python interface to USB via libusb CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t --_----------=_1475585534228000--