Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2005 04:56:22 GMT
From:      "Choe, Cheng-Dae" <whitekid@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/86358: update www/py-beautifulsoup to 2.1.1
Message-ID:  <200509200456.j8K4uM6L030112@www.freebsd.org>
Resent-Message-ID: <200509200500.j8K50Xto067630@freefall.freebsd.org>

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

>Number:         86358
>Category:       ports
>Synopsis:       update www/py-beautifulsoup to 2.1.1
>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:   Tue Sep 20 05:00:33 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     "Choe, Cheng-Dae"
>Release:        FreeBSD 6.0-BETA4 i386
>Organization:
>Environment:
System: FreeBSD w.comdongin.com 6.0-BETA4 FreeBSD 6.0-BETA4 #0: Thu Sep 8 16:24:54 KST 2005 root@w.comdongin.com:/usr/obj/data/src/sys/CDI i386
>Description:
- update www/py-beautifulsoup to 2.1.1
- fix dist file url
- use PYTHON_SITELIBDIR macro in plist
>How-To-Repeat:
      N/A
>Fix:
diff -ruN py-beautifulsoup.orig/Makefile py-beautifulsoup/Makefile
--- py-beautifulsoup.orig/Makefile	Sun Jul 17 06:51:18 2005
+++ py-beautifulsoup/Makefile	Tue Sep 20 13:15:04 2005
@@ -6,16 +6,14 @@
 #
 
 PORTNAME=	beautifulsoup
-PORTVERSION=	2.1.0
+PORTVERSION=	2.1.1
 CATEGORIES=	www python
 MASTER_SITES=	http://www.crummy.com/software/BeautifulSoup/download/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	BeautifulSoup
+DISTNAME=	BeautifulSoup-${PORTVERSION}
 
 MAINTAINER=	mwm@mired.org
 COMMENT=	HTML/XML Parser for Python
-
-WRKSRC=		${WRKDIR}/${DISTNAME}-${PORTVERSION}
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
diff -ruN py-beautifulsoup.orig/distinfo py-beautifulsoup/distinfo
--- py-beautifulsoup.orig/distinfo	Sun Jul 17 06:51:18 2005
+++ py-beautifulsoup/distinfo	Tue Sep 20 13:12:21 2005
@@ -1,2 +1,2 @@
-MD5 (BeautifulSoup.tar.gz) = 06cca36d76601fa43ecfaf18fcf11985
-SIZE (BeautifulSoup.tar.gz) = 15657
+MD5 (BeautifulSoup-2.1.1.tar.gz) = 53ad755deb7af190dd183f24c9f8bb13
+SIZE (BeautifulSoup-2.1.1.tar.gz) = 15980
diff -ruN py-beautifulsoup.orig/pkg-plist py-beautifulsoup/pkg-plist
--- py-beautifulsoup.orig/pkg-plist	Sun Jul 17 06:51:18 2005
+++ py-beautifulsoup/pkg-plist	Tue Sep 20 13:16:02 2005
@@ -1,6 +1,6 @@
-lib/%%PYTHON_VERSION%%/site-packages/BeautifulSoup.py
-lib/%%PYTHON_VERSION%%/site-packages/BeautifulSoup.pyc
-lib/%%PYTHON_VERSION%%/site-packages/BeautifulSoup.pyo
-lib/%%PYTHON_VERSION%%/site-packages/BeautifulSoupTests.py
-lib/%%PYTHON_VERSION%%/site-packages/BeautifulSoupTests.pyc
-lib/%%PYTHON_VERSION%%/site-packages/BeautifulSoupTests.pyo
+%%PYTHON_SITELIBDIR%%/BeautifulSoup.py
+%%PYTHON_SITELIBDIR%%/BeautifulSoup.pyc
+%%PYTHON_SITELIBDIR%%/BeautifulSoup.pyo
+%%PYTHON_SITELIBDIR%%/BeautifulSoupTests.py
+%%PYTHON_SITELIBDIR%%/BeautifulSoupTests.pyc
+%%PYTHON_SITELIBDIR%%/BeautifulSoupTests.pyo
>Release-Note:
>Audit-Trail:
>Unformatted:



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