Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2012 19:31:40 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304058 - head/multimedia/py-periscope
Message-ID:  <201209101931.q8AJVeWi007405@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Mon Sep 10 19:31:40 2012
New Revision: 304058
URL: http://svn.freebsd.org/changeset/ports/304058

Log:
  - Unbreak port by changing dependency to www/py-beautifulsoup32
  
  Submitted by:	rm, nivit
  With hat:	portmgr

Modified:
  head/multimedia/py-periscope/Makefile

Modified: head/multimedia/py-periscope/Makefile
==============================================================================
--- head/multimedia/py-periscope/Makefile	Mon Sep 10 19:29:55 2012	(r304057)
+++ head/multimedia/py-periscope/Makefile	Mon Sep 10 19:31:40 2012	(r304058)
@@ -18,11 +18,9 @@ EXTRACT_ONLY=	python-${PORTNAME}_${PORTV
 MAINTAINER=	lioux@FreeBSD.org
 COMMENT=	Subtitles searching module
 
-BROKEN=		does not build
-
 LICENSE=	LGPL3
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=3.2.0:${PORTSDIR}/www/py-beautifulsoup
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=3.2.0:${PORTSDIR}/www/py-beautifulsoup32
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USE_GNOME=	desktopfileutils



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