Date: Tue, 5 Jan 2016 18:06:45 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r405311 - branches/2016Q1/www/py-blogofile Message-ID: <201601051806.u05I6j37018554@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Tue Jan 5 18:06:45 2016 New Revision: 405311 URL: https://svnweb.freebsd.org/changeset/ports/405311 Log: MFH: r405310 Set MASTER_SITE_SUBDIR again. The port had been broken since October 2014 when r371113 stopped setting the MASTER_SITE_SUBDIR. Like devel/py-cycler, the PyPI location is a bit unusual, with the tarball name being "blogofile-XXX.tar.gz" (lowercase 'b') and the directory being called "Blogofile", with capital 'B'. Approved by: portmgr blanket Modified: branches/2016Q1/www/py-blogofile/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/py-blogofile/Makefile ============================================================================== --- branches/2016Q1/www/py-blogofile/Makefile Tue Jan 5 18:04:43 2016 (r405310) +++ branches/2016Q1/www/py-blogofile/Makefile Tue Jan 5 18:06:45 2016 (r405311) @@ -6,6 +6,7 @@ PORTVERSION= 0.7.1 PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= CHEESESHOP +MASTER_SITE_SUBDIR= source/B/Blogofile PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601051806.u05I6j37018554>