svn commit: r304121 - head/multimedia/py-periscope
Ruslan Mahmatkhanov
rm at FreeBSD.org
Tue Sep 11 20:10:29 UTC 2012
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
More information about the svn-ports-all
mailing list