Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2013 17:24:23 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314750 - head/www/py-blogofile
Message-ID:  <201303201724.r2KHONej015977@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Wed Mar 20 17:24:23 2013
New Revision: 314750
URL: http://svnweb.freebsd.org/changeset/ports/314750

Log:
  - Change RUN_DEPENDS to www/py-beautifulsoup32, this port doesn't work
    with beautifulsoup 4
  - Pet portlint
  
  PR:		ports/177124
  Submitted by:	Roger Marquis <marquis@roble.com>

Modified:
  head/www/py-blogofile/Makefile
  head/www/py-blogofile/pkg-descr

Modified: head/www/py-blogofile/Makefile
==============================================================================
--- head/www/py-blogofile/Makefile	Wed Mar 20 17:19:06 2013	(r314749)
+++ head/www/py-blogofile/Makefile	Wed Mar 20 17:24:23 2013	(r314750)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	py-blogofile
-# Date created:		2011-03-10
-# Whom:			Li-Wen Hsu <lwhsu@FreeBSD.org>
-#
+# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	blogofile
 PORTVERSION=	0.7.1
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	${MASTER_SITE_CHEESESHOP}
 MASTER_SITE_SUBDIR=	source/B/Blogofile
@@ -15,8 +12,10 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	lwhsu@FreeBSD.org
 COMMENT=	A static website compiler and blog engine
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mako>0:${PORTSDIR}/textproc/py-mako \
-		${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:${PORTSDIR}/www/py-beautifulsoup \
+		${PYTHON_PKGNAMEPREFIX}beautifulsoup>0<4:${PORTSDIR}/www/py-beautifulsoup32 \
 		${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \
 		${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \
 		${PYTHON_PKGNAMEPREFIX}textile>0:${PORTSDIR}/www/py-textile \
@@ -25,8 +24,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mako
 		${PYTHON_PKGNAMEPREFIX}pygments>0:${PORTSDIR}/textproc/py-pygments \
 		${PYTHON_PKGNAMEPREFIX}docutils>0:${PORTSDIR}/textproc/py-docutils
 
-LICENSE=	MIT
-
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_PKGNAME=	Blogofile

Modified: head/www/py-blogofile/pkg-descr
==============================================================================
--- head/www/py-blogofile/pkg-descr	Wed Mar 20 17:19:06 2013	(r314749)
+++ head/www/py-blogofile/pkg-descr	Wed Mar 20 17:24:23 2013	(r314750)
@@ -6,4 +6,4 @@ images, and Atom/RSS feeds which you can
 server you like. No CGI or scripting environment is needed on the
 server.
 
-WWW:	http://www.blogofile.com
+WWW: http://www.blogofile.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303201724.r2KHONej015977>