Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2018 10:52:05 +0100
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        Yuri Victorovich <yuri@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r461360 - head/net/py-kafka-python
Message-ID:  <729dddb3-be17-ea4e-55fe-e069d2dc2dc9@FreeBSD.org>
In-Reply-To: <201802100716.w1A7GP3Z087747@repo.freebsd.org>
References:  <201802100716.w1A7GP3Z087747@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help


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@akhmatov.ru>
>    Approved by:	christer.edwards@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?729dddb3-be17-ea4e-55fe-e069d2dc2dc9>