Date: Tue, 11 Sep 2012 20:10:28 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304121 - head/multimedia/py-periscope Message-ID: <201209112010.q8BKASvH023243@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Tue Sep 11 20:10:28 2012 New Revision: 304121 URL: http://svn.freebsd.org/changeset/ports/304121 Log: - correct py-beautifulsoup dependency. the current dependency will fail if user already head www/py-beautifulsoup (4.x) installed, while the port needs an exactly 3.2.x version. - bump PORTREVISION because of dependency change Approved by: portmgr (beat) Modified: head/multimedia/py-periscope/Makefile Modified: head/multimedia/py-periscope/Makefile ============================================================================== --- head/multimedia/py-periscope/Makefile Tue Sep 11 20:04:28 2012 (r304120) +++ head/multimedia/py-periscope/Makefile Tue Sep 11 20:10:28 2012 (r304121) @@ -6,7 +6,7 @@ PORTNAME= periscope PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ COMMENT= Subtitles searching module LICENSE= LGPL3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=3.2.0:${PORTSDIR}/www/py-beautifulsoup32 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/BeautifulSoup.py:${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?201209112010.q8BKASvH023243>