Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2012 10:58:26 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/171190: [PATCH] multimedia/py-periscope: follow py-beautifulsoup32 repocopy
Message-ID:  <503fa9c2.a473ec0a.6ea6.ffff96ea@mx.google.com>
Resent-Message-ID: <201208301800.q7UI0Lth018536@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171190
>Category:       ports
>Synopsis:       [PATCH] multimedia/py-periscope: follow py-beautifulsoup32 repocopy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 30 18:00:21 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
>Description:

	This port really requires www/py-beautifulsoup32 and not www/py-beautifulsoup

>How-To-Repeat:
>Fix:

	See attached patch


--- periscope.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 303386)
+++ Makefile	(working copy)
@@ -20,7 +20,7 @@
 
 LICENSE=	LGPL3
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=3.2.0:${PORTSDIR}/www/py-beautifulsoup
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=3.2.0:${PORTSDIR}/www/py-beautifulsoup32
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USE_GNOME=	desktopfileutils
--- periscope.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?503fa9c2.a473ec0a.6ea6.ffff96ea>