svn commit: r405310 - head/www/py-blogofile

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Jan 5 18:04:45 UTC 2016


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 at FreeBSD.org


More information about the svn-ports-head mailing list