svn commit: r461360 - head/net/py-kafka-python

Jochen Neumeister joneum at FreeBSD.org
Sat Feb 10 09:52:21 UTC 2018



Am 10.02.2018 um 08:16 schrieb Yuri Victorovich:
> Author: yuri
> Date: Sat Feb 10 07:16:25 2018
> New Revision: 461360
> URL: https://svnweb.freebsd.org/changeset/ports/461360
>
> Log:
>    net/py-kafka-python: Update to 1.4.1
>    
>    Changelogs:
>    https://github.com/dpkp/kafka-python/releases/tag/1.4.1 (and similar URLs)
>    
>    Additional port changes:
>    * MASTER_SITES changed to the upstream github URL due to
>      failure to download from CHEESESHOP.
>    * Reordered the USES section.
>    * Removed USES=shebangfix since it makes no difference.
>    * Updated WWW with new github account.
>    
>    PR:		223989
>    Submitted by:	Sergey Akhmatov <sergey at akhmatov.ru>
>    Approved by:	christer.edwards at gmail.com (maintainer), tcberner (mentor, implicit)
>
> Modified:
>    head/net/py-kafka-python/Makefile
>    head/net/py-kafka-python/distinfo
>    head/net/py-kafka-python/pkg-descr
>
> Modified: head/net/py-kafka-python/Makefile
> ==============================================================================
> --- head/net/py-kafka-python/Makefile	Sat Feb 10 01:14:19 2018	(r461359)
> +++ head/net/py-kafka-python/Makefile	Sat Feb 10 07:16:25 2018	(r461360)
> @@ -2,9 +2,9 @@
>   # $FreeBSD$
>   
>   PORTNAME=	kafka-python
> -PORTVERSION=	1.3.4
> +PORTVERSION=	1.4.1
>   CATEGORIES=	net python
> -MASTER_SITES=	CHEESESHOP
> +MASTER_SITES=	https://github.com/dpkp/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/

Do not work USE_GITHUB here?
See 5.4.3: 
https://www.freebsd.org/doc/en/books/porters-handbook/makefile-distfiles.html

joneum


More information about the svn-ports-head mailing list