Bug 170767 - [patch] update ports-mgmt/portbuilder from 0.1.5.2 to 0.1.5.3
Summary: [patch] update ports-mgmt/portbuilder from 0.1.5.2 to 0.1.5.3
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: Tom Judge
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-19 12:20 UTC by David Naylor
Modified: 2012-09-11 02:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.33 KB, patch)
2012-08-19 12:20 UTC, David Naylor
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Naylor 2012-08-19 12:20:05 UTC
0.1.5.3 - 2012 August 19:
 * Dynamically work around python issue 11973

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-19 13:08:48 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Tom Judge freebsd_committer freebsd_triage 2012-08-21 02:55:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tj

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-09-11 02:16:14 UTC
Author: tj
Date: Tue Sep 11 01:16:01 2012
New Revision: 304069
URL: http://svn.freebsd.org/changeset/ports/304069

Log:
  Update to 0.1.5.3 - 2012 August 19.
  
  Changes:
   * Dynamically work around python issue 11973
  
  PR:             ports/170767
  Subbmitted by:  David Naylor <naylor.b.david@gmail.com> (maintainer)
  Approved by:	eadler (mantainer)

Modified:
  head/ports-mgmt/portbuilder/Makefile
  head/ports-mgmt/portbuilder/distinfo

Modified: head/ports-mgmt/portbuilder/Makefile
==============================================================================
--- head/ports-mgmt/portbuilder/Makefile	Tue Sep 11 01:14:52 2012	(r304068)
+++ head/ports-mgmt/portbuilder/Makefile	Tue Sep 11 01:16:01 2012	(r304069)
@@ -5,7 +5,7 @@
 # $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/
 

Modified: head/ports-mgmt/portbuilder/distinfo
==============================================================================
--- head/ports-mgmt/portbuilder/distinfo	Tue Sep 11 01:14:52 2012	(r304068)
+++ head/ports-mgmt/portbuilder/distinfo	Tue Sep 11 01:16:01 2012	(r304069)
@@ -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
_______________________________________________
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"
Comment 4 Tom Judge freebsd_committer freebsd_triage 2012-09-11 02:16:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!