Bug 176917 - [MAINTAINER] devel/py-billiard: update to 2.7.3.22
Summary: [MAINTAINER] devel/py-billiard: update to 2.7.3.22
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-13 12:50 UTC by William Grzybowski
Modified: 2013-03-13 13:40 UTC (History)
0 users

See Also:


Attachments
py-billiard.patch (2.09 KB, patch)
2013-03-13 12:50 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2013-03-13 12:50:01 UTC
	Update to 2.7.3.22
	Remove patch that was sent to upstream and now integrated
	Changes: https://github.com/celery/billiard/blob/master/CHANGES.txt
	Redports: https://redports.org/buildarchive/20130313120800-51698/

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-13 12:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-03-13 13:22:51 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-03-13 13:37:06 UTC
Author: culot
Date: Wed Mar 13 13:36:53 2013
New Revision: 314082
URL: http://svnweb.freebsd.org/changeset/ports/314082

Log:
  - Update to 2.7.3.22
  
  Changes:	https://github.com/celery/billiard/blob/master/CHANGES.txt
  PR:		ports/176917
  Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)

Deleted:
  head/devel/py-billiard/files/
Modified:
  head/devel/py-billiard/Makefile
  head/devel/py-billiard/distinfo

Modified: head/devel/py-billiard/Makefile
==============================================================================
--- head/devel/py-billiard/Makefile	Wed Mar 13 12:57:45 2013	(r314081)
+++ head/devel/py-billiard/Makefile	Wed Mar 13 13:36:53 2013	(r314082)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	billiard
-PORTVERSION=	2.7.3.21
+PORTVERSION=	2.7.3.22
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-billiard/distinfo
==============================================================================
--- head/devel/py-billiard/distinfo	Wed Mar 13 12:57:45 2013	(r314081)
+++ head/devel/py-billiard/distinfo	Wed Mar 13 13:36:53 2013	(r314082)
@@ -1,2 +1,2 @@
-SHA256 (billiard-2.7.3.21.tar.gz) = 1a72a6f2127e3572f4ba40cb64bd5d078111520c2c080f1fb08daf217c483be5
-SIZE (billiard-2.7.3.21.tar.gz) = 125890
+SHA256 (billiard-2.7.3.22.tar.gz) = 061110eb4634a2b01844b4548c9f88f5e8bde914177e2385c3c628b8b348c7b5
+SIZE (billiard-2.7.3.22.tar.gz) = 126489
_______________________________________________
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 Frederic Culot freebsd_committer freebsd_triage 2013-03-13 13:37:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!