Bug 182922 - [PATCH] www/py27-beautifulsoup32: update to 3.2.1
Summary: [PATCH] www/py27-beautifulsoup32: update to 3.2.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rusmir Dusko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-12 12:50 UTC by Rusmir Dusko
Modified: 2013-10-14 15:00 UTC (History)
1 user (show)

See Also:


Attachments
py27-beautifulsoup32-3.2.1.patch (1.24 KB, patch)
2013-10-12 12:50 UTC, Rusmir Dusko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rusmir Dusko freebsd_committer freebsd_triage 2013-10-12 12:50:02 UTC
- Update to 3.2.1
- Fix download, change master sites

Port maintainer (mwm@mired.org) is cc'd.

Generated and tested manually, tested with stage and with RedPorts, sent with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)

How-To-Repeat: 
Build log

https://redports.org/buildarchive/20131012112400-51760/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-12 12:50:13 UTC
Maintainer of www/py-beautifulsoup32,

Please note that PR ports/182922 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182922

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-12 12:50:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Rusmir Dusko freebsd_committer freebsd_triage 2013-10-12 18:59:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nemysis

I'll take it.
Comment 4 Rusmir Dusko freebsd_committer freebsd_triage 2013-10-14 14:53:28 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-10-14 14:55:21 UTC
Author: nemysis
Date: Mon Oct 14 13:55:13 2013
New Revision: 330323
URL: http://svnweb.freebsd.org/changeset/ports/330323

Log:
  - Update to 3.2.1
  - Fix download, change master sites
  - Maintainer approved via email
  
  PR:		ports/182922
  Submitted by:	nemysis (self)
  Approved by:	wg/pawel (mentors)

Modified:
  head/www/py-beautifulsoup32/Makefile   (contents, props changed)
  head/www/py-beautifulsoup32/distinfo   (contents, props changed)

Modified: head/www/py-beautifulsoup32/Makefile
==============================================================================
--- head/www/py-beautifulsoup32/Makefile	Mon Oct 14 13:48:33 2013	(r330322)
+++ head/www/py-beautifulsoup32/Makefile	Mon Oct 14 13:55:13 2013	(r330323)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	beautifulsoup
-PORTVERSION=	3.2.0
-PORTREVISION=	1
+PORTVERSION=	3.2.1
 CATEGORIES=	www python
-MASTER_SITES=	http://www.crummy.com/software/BeautifulSoup/download/3.x/
+MASTER_SITES=	http://www.crummy.com/software/BeautifulSoup/bs3/download//3.x/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	32
 DISTNAME=	BeautifulSoup-${PORTVERSION}
@@ -19,5 +18,4 @@ PYDISTUTILS_PKGNAME=	BeautifulSoup
 
 CONFLICTS=	py[0-9]*-beautifulsoup-3.0.*
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/py-beautifulsoup32/distinfo
==============================================================================
--- head/www/py-beautifulsoup32/distinfo	Mon Oct 14 13:48:33 2013	(r330322)
+++ head/www/py-beautifulsoup32/distinfo	Mon Oct 14 13:55:13 2013	(r330323)
@@ -1,2 +1,2 @@
-SHA256 (BeautifulSoup-3.2.0.tar.gz) = a0ea3377a1055bf2e17594c0808414afb65e11f25ce8998f1ed3e9b871de6ff6
-SIZE (BeautifulSoup-3.2.0.tar.gz) = 31056
+SHA256 (BeautifulSoup-3.2.1.tar.gz) = f5ba85e907e7dfd78e44e4000b3eaef3a650aefc57831e8a645702db2e5b50db
+SIZE (BeautifulSoup-3.2.1.tar.gz) = 31224
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"