pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-usb



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.

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@localhost
-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



Home | Main Index | Thread Index | Old Index