Date: Sun, 19 Aug 2012 11:15:29 GMT From: David Naylor <naylor.b.david@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/170767: [patch] update portbuilder from 0.1.5.2 to 0.1.5.3 Message-ID: <201208191115.q7JBFTkH060433@red.freebsd.org> Resent-Message-ID: <201208191120.q7JBK6OU030112@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170767 >Category: ports >Synopsis: [patch] update portbuilder from 0.1.5.2 to 0.1.5.3 >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: Sun Aug 19 11:20:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: David Naylor >Release: >Organization: >Environment: >Description: 0.1.5.3 - 2012 August 19: * Dynamically work around python issue 11973 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -uNr /usr/ports/ports-mgmt/portbuilder/Makefile port/Makefile --- /usr/ports/ports-mgmt/portbuilder/Makefile 2012-07-10 03:31:21.000000000 +0200 +++ portbuilder/Makefile 2012-08-19 13:06:48.000000000 +0200 @@ -2,10 +2,10 @@ # Date created: 2011/04/03 # Whom: David Naylor <naylor.b.david@gmail.com> # -# $FreeBSD: ports/ports-mgmt/portbuilder/Makefile,v 1.9 2012/07/09 18:29:51 jgh Exp $ +# $FreeBSD$ PORTNAME= portbuilder -DISTVERSION= 0.1.5.2 +DISTVERSION= 0.1.5.3 CATEGORIES= ports-mgmt MASTER_SITES= http://cloud.github.com/downloads/DragonSA/portbuilder/ @@ -20,10 +20,8 @@ PORTDOCS= BUGS ChangeLog COPYRIGHT README -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} +.if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} diff -uNr /usr/ports/ports-mgmt/portbuilder/distinfo port/distinfo --- /usr/ports/ports-mgmt/portbuilder/distinfo 2012-07-10 03:31:21.000000000 +0200 +++ portbuilder/distinfo 2012-08-19 13:06:48.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (portbuilder-0.1.5.2.tar.xz) = b6067481f7a9c53f76185660c6d962999c3925f4d72a5a243bd5b53b2a6bc84f -SIZE (portbuilder-0.1.5.2.tar.xz) = 39736 +SHA256 (portbuilder-0.1.5.3.tar.xz) = 2ff76856bde0b880e0166525553f67792dd5aac7a02739c9f48e624343c9e61d +SIZE (portbuilder-0.1.5.3.tar.xz) = 39820 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208191115.q7JBFTkH060433>