Date: Sun, 3 Jan 2016 23:23:09 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405198 - head/math/py-bitvector Message-ID: <201601032323.u03NN9F9086841@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Jan 3 23:23:09 2016 New Revision: 405198 URL: https://svnweb.freebsd.org/changeset/ports/405198 Log: Switch to a working MASTER_SITE. Version 3.1 does not seem to be released in PyPI. MFH: 2016Q1 Modified: head/math/py-bitvector/Makefile Modified: head/math/py-bitvector/Makefile ============================================================================== --- head/math/py-bitvector/Makefile Sun Jan 3 23:16:04 2016 (r405197) +++ head/math/py-bitvector/Makefile Sun Jan 3 23:23:09 2016 (r405198) @@ -5,7 +5,7 @@ PORTNAME= bitvector PORTVERSION= 3.1 PORTREVISION= 1 CATEGORIES= math python -MASTER_SITES= CHEESESHOP +MASTER_SITES= https://engineering.purdue.edu/kak/dist/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= BitVector-${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601032323.u03NN9F9086841>