svn commit: r405311 - branches/2016Q1/www/py-blogofile
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Jan 5 18:06:46 UTC 2016
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 at FreeBSD.org
More information about the svn-ports-branches
mailing list