Bug 184802 - [PATCH] sysutils/py-psutil: update to 1.2.1
Summary: [PATCH] sysutils/py-psutil: update to 1.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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-16 13:40 UTC by Gasol Wu
Modified: 2013-12-23 18:40 UTC (History)
1 user (show)

See Also:


Attachments
py27-psutil-1.2.1.patch (975 bytes, patch)
2013-12-16 13:40 UTC, Gasol Wu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2013-12-16 13:40:00 UTC
- Update to 1.2.1

Port maintainer (sunpoet@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-16 13:40:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-23 18:30:50 UTC
Author: sunpoet
Date: Mon Dec 23 18:30:01 2013
New Revision: 337279
URL: http://svnweb.freebsd.org/changeset/ports/337279

Log:
  - Update to 1.2.1
  - Update MASTER_SITES
  
  Changes:	https://code.google.com/p/psutil/source/browse/HISTORY
  PR:		ports/184802
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>

Modified:
  head/sysutils/py-psutil/Makefile
  head/sysutils/py-psutil/distinfo

Modified: head/sysutils/py-psutil/Makefile
==============================================================================
--- head/sysutils/py-psutil/Makefile	Mon Dec 23 18:29:56 2013	(r337278)
+++ head/sysutils/py-psutil/Makefile	Mon Dec 23 18:30:01 2013	(r337279)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	psutil
-PORTVERSION=	1.0.1
+PORTVERSION=	1.2.1
 CATEGORIES=	sysutils python
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org

Modified: head/sysutils/py-psutil/distinfo
==============================================================================
--- head/sysutils/py-psutil/distinfo	Mon Dec 23 18:29:56 2013	(r337278)
+++ head/sysutils/py-psutil/distinfo	Mon Dec 23 18:30:01 2013	(r337279)
@@ -1,2 +1,2 @@
-SHA256 (psutil-1.0.1.tar.gz) = 2ec4a05c4ee352def25a1df53dc5d1d8203a051b3cf3ae92d3e93810e1813fff
-SIZE (psutil-1.0.1.tar.gz) = 159515
+SHA256 (psutil-1.2.1.tar.gz) = 508e4a44c8253a386a0f86d9c9bd4a1b4cbb2f94e88d49a19c1513653ca66c45
+SIZE (psutil-1.2.1.tar.gz) = 167397
_______________________________________________
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 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-23 18:36:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!