Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2012 04:22:00 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/170273: [PATCH] textproc/archmage: chase py-beautifulsoup repocopy
Message-ID:  <50166e58.7397ec0a.7a0b.637a@mx.google.com>
Resent-Message-ID: <201207301130.q6UBUHqo007534@freefall.freebsd.org>

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

>Number:         170273
>Category:       ports
>Synopsis:       [PATCH] textproc/archmage: chase py-beautifulsoup repocopy
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 30 11:30:17 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
>Description:

	archamge needs beautifulsoup32

>How-To-Repeat:
>Fix:

	See attached patch


--- archmage.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 301713)
+++ Makefile	(working copy)
@@ -14,7 +14,7 @@
 COMMENT=	Extensible reader/decompiler of files in CHM format
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/chm/chm.py:${PORTSDIR}/textproc/pychm \
-		${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup
+		${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup32
 
 NO_BUILD=	yes
 USE_BZIP2=	yes
--- archmage.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?50166e58.7397ec0a.7a0b.637a>