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

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Oct 18 11:36:11 UTC 2014


Author: rm
Date: Sat Oct 18 11:36:10 2014
New Revision: 371113
URL: https://svnweb.freebsd.org/changeset/ports/371113
QAT: https://qat.redports.org/buildarchive/r371113/

Log:
  www/py-blogofile: convert to USES=python
  
  - convert to USES=python
  - limit python version to 2.x: depends on beautifulsoup32
    that doesn't work with python3 + useing constructions, not
    compatible with 3.x
  
  Approved by:	portmgr (blanket)

Modified:
  head/www/py-blogofile/Makefile

Modified: head/www/py-blogofile/Makefile
==============================================================================
--- head/www/py-blogofile/Makefile	Sat Oct 18 10:52:53 2014	(r371112)
+++ head/www/py-blogofile/Makefile	Sat Oct 18 11:36:10 2014	(r371113)
@@ -5,8 +5,7 @@ PORTNAME=	blogofile
 PORTVERSION=	0.7.1
 PORTREVISION=	3
 CATEGORIES=	www python
-MASTER_SITES=	${MASTER_SITE_CHEESESHOP}
-MASTER_SITE_SUBDIR=	source/B/Blogofile
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	lwhsu at FreeBSD.org
@@ -24,8 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mako
 		${PYTHON_PKGNAMEPREFIX}pygments>0:${PORTSDIR}/textproc/py-pygments \
 		${PYTHON_PKGNAMEPREFIX}docutils>0:${PORTSDIR}/textproc/py-docutils
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list