Ticket #49255: Portfile.diff

File Portfile.diff, 1.1 KB (added by jpo@…, 9 years ago)
  • Portfile

    old new  
    33
    44PortSystem          1.0
    55PortGroup           python 1.0
     6PortGroup           github 1.0
    67
     8github.setup        walac pyusb 1.0.0b2
    79name                py-pyusb-devel
    8 version             1.0.0a3
    910epoch               1
    1011categories-append   devel
    1112platforms           darwin
     
    1617long_description    The PyUSB module provides Python with easy access to \
    1718                    the host machine's Universal Serial Bus (USB) system
    1819
    19 homepage            http://pyusb.sourceforge.net/
    20 master_sites        sourceforge:pyusb
    21 distname            pyusb-${version}
    22 
    23 checksums           md5     e83e12621149a0d76410aa5cec35ad22 \
    24                     sha1    fee482852c3c5c8aa6d88b2ebdeedd60dd1b1dd5 \
    25                     rmd160  18a63b934a5eadcd1338da3994ab1694f874aebe
     20homepage            https://walac.github.io/pyusb/
     21
     22checksums           rmd160  2f6ba3c572410110339ef1776786b70d34b8810c \
     23                    sha256  c4caba4e049d6d124ea911b89e4c4b781cc516f8b5a6d7fa82e5159bc2224a4d
    2624
    2725python.versions 27
    2826