Date: Sat, 12 Oct 2013 13:49:03 +0200 From: nemysis <nemysis@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Cc: mwm@mired.org Subject: ports/182922: [PATCH] www/py27-beautifulsoup32: update to 3.2.1 Message-ID: <201310121149.r9CBn4Vs099379@freefall.freebsd.org> Resent-Message-ID: <201310121150.r9CBo2Qi099495@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 182922 >Category: ports >Synopsis: [PATCH] www/py27-beautifulsoup32: update to 3.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 12 11:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.2-RELEASE-p8 amd64 >Organization: >Environment: System: FreeBSD nemysis4now 9.2-RELEASE-p8 FreeBSD 9.2-RELEASE-p8 #0: Mon Sep 23 16:26:45 UTC 2013 >Description: - 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/ >Fix: --- py27-beautifulsoup32-3.2.1.patch begins here --- diff -ruN /usr/ports/www/py-beautifulsoup32/Makefile ./Makefile --- /usr/ports/www/py-beautifulsoup32/Makefile 2013-10-03 10:51:17.000000000 +0200 +++ ./Makefile 2013-10-12 13:18:50.000000000 +0200 @@ -2,10 +2,9 @@ # $FreeBSD: head/www/py-beautifulsoup32/Makefile 329129 2013-10-02 23:38:51Z wg $ 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 @@ CONFLICTS= py[0-9]*-beautifulsoup-3.0.* -NO_STAGE= yes .include <bsd.port.mk> diff -ruN /usr/ports/www/py-beautifulsoup32/distinfo ./distinfo --- /usr/ports/www/py-beautifulsoup32/distinfo 2013-09-13 02:56:16.000000000 +0200 +++ ./distinfo 2013-10-12 13:17:48.000000000 +0200 @@ -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 --- py27-beautifulsoup32-3.2.1.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?201310121149.r9CBn4Vs099379>