Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 2016 18:04:44 +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: r405310 - head/www/py-blogofile
Message-ID:  <201601051804.u05I4iwa018300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue Jan  5 18:04:43 2016
New Revision: 405310
URL: https://svnweb.freebsd.org/changeset/ports/405310

Log:
  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'.

Modified:
  head/www/py-blogofile/Makefile

Modified: head/www/py-blogofile/Makefile
==============================================================================
--- head/www/py-blogofile/Makefile	Tue Jan  5 17:57:54 2016	(r405309)
+++ head/www/py-blogofile/Makefile	Tue Jan  5 18:04:43 2016	(r405310)
@@ -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?201601051804.u05I4iwa018300>