From owner-svn-ports-all@FreeBSD.ORG Wed Oct 2 23:38:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 33EB5236; Wed, 2 Oct 2013 23:38:52 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 070A92308; Wed, 2 Oct 2013 23:38:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r92NcpxA082275; Wed, 2 Oct 2013 23:38:51 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r92NcpjI082261; Wed, 2 Oct 2013 23:38:51 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201310022338.r92NcpjI082261@svn.freebsd.org> From: William Grzybowski Date: Wed, 2 Oct 2013 23:38:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329129 - in head: games/anki www/py-beautifulsoup32 www/py-blogofile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Oct 2013 23:38:52 -0000 Author: wg Date: Wed Oct 2 23:38:51 2013 New Revision: 329129 URL: http://svnweb.freebsd.org/changeset/ports/329129 Log: www/py-beautifulsoup32: bump port revision - Bump port revision due to package name change - Catch up package name of ports that depend on it Modified: head/games/anki/Makefile head/www/py-beautifulsoup32/Makefile head/www/py-blogofile/Makefile Modified: head/games/anki/Makefile ============================================================================== --- head/games/anki/Makefile Wed Oct 2 23:13:32 2013 (r329128) +++ head/games/anki/Makefile Wed Oct 2 23:38:51 2013 (r329129) @@ -3,6 +3,7 @@ PORTNAME= anki PORTVERSION= 2.0.12 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= http://ankisrs.net/download/mirror/ EXTRACT_SUFX= .tgz @@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyau ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:${PORTSDIR}/databases/py-sqlalchemy \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.4:${PORTSDIR}/net/py-qt4-network \ - ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=3.2:${PORTSDIR}/www/py-beautifulsoup32 \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:${PORTSDIR}/www/py-beautifulsoup32 \ ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 \ ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=4.4:${PORTSDIR}/www/py-qt4-webkit \ ${PYTHON_PKGNAMEPREFIX}send2trash>0:${PORTSDIR}/deskutils/py-send2trash Modified: head/www/py-beautifulsoup32/Makefile ============================================================================== --- head/www/py-beautifulsoup32/Makefile Wed Oct 2 23:13:32 2013 (r329128) +++ head/www/py-beautifulsoup32/Makefile Wed Oct 2 23:38:51 2013 (r329129) @@ -3,6 +3,7 @@ PORTNAME= beautifulsoup PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/3.x/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-blogofile/Makefile ============================================================================== --- head/www/py-blogofile/Makefile Wed Oct 2 23:13:32 2013 (r329128) +++ head/www/py-blogofile/Makefile Wed Oct 2 23:38:51 2013 (r329129) @@ -3,7 +3,7 @@ PORTNAME= blogofile PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_CHEESESHOP} MASTER_SITE_SUBDIR= source/B/Blogofile @@ -15,7 +15,7 @@ COMMENT= A static website compiler and b LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mako>0:${PORTSDIR}/textproc/py-mako \ - ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0<4:${PORTSDIR}/www/py-beautifulsoup32 \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>0:${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 \