Bug 177124 - www/py-blogofile init errors
Summary: www/py-blogofile init errors
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-19 22:00 UTC by marquis
Modified: 2013-03-20 17:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description marquis 2013-03-19 22:00:00 UTC
# cd /usr/ports/www/py-blogofile
# make install clean
# mkdir -p /var/www/blog
# cd !$
# blogofile init simple_blog
      Traceback (most recent call last):
        File "/usr/local/bin/blogofile", line 5, in <module>
          from pkg_resources import load_entry_point
        File "build/bdist.freebsd-8.3-RELEASE-p5-amd64/egg/pkg_resources.py", line 2805, in <module>
        File "build/bdist.freebsd-8.3-RELEASE-p5-amd64/egg/pkg_resources.py", line 696, in require
        File "build/bdist.freebsd-8.3-RELEASE-p5-amd64/egg/pkg_resources.py", line 594, in resolve
      pkg_resources.DistributionNotFound: BeautifulSoup
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-19 22:24:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-20 17:24:36 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2013-03-20 17:26:41 UTC
State Changed
From-To: open->closed

Fixed.  Thanks!  P.S. I've replied your private mail, but got returned 
becaused operation timed out when connecting to your MX.