Bug 185820 - [port update] devel/py-epsilon port updated to latest version
Summary: [port update] devel/py-epsilon port updated to latest version
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: 2014-01-16 11:20 UTC by Bartek Rutkowski
Modified: 2014-01-18 08:30 UTC (History)
0 users

See Also:


Attachments
file.diff (886 bytes, patch)
2014-01-16 11:20 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-01-16 11:20:00 UTC
This is update of port devel/py-epsilon to latest 0.7.0 version.

Fix: Patch attached.

Patch attached with submission follows:
How-To-Repeat: Use the patch on the port, build, test, commit.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-16 11:20:07 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 2014-01-16 13:30:28 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-18 08:22:03 UTC
Author: culot
Date: Sat Jan 18 08:21:55 2014
New Revision: 340152
URL: http://svnweb.freebsd.org/changeset/ports/340152
QAT: https://qat.redports.org/buildarchive/r340152/

Log:
  - Update to 0.7.0 [1]
  - Shorten COMMENT
  
  PR:		ports/185820 [1]
  Submitted by: 	Bartek Rutkowski <ports@robakdesign.com>

Modified:
  head/devel/py-epsilon/Makefile
  head/devel/py-epsilon/distinfo

Modified: head/devel/py-epsilon/Makefile
==============================================================================
--- head/devel/py-epsilon/Makefile	Sat Jan 18 08:20:47 2014	(r340151)
+++ head/devel/py-epsilon/Makefile	Sat Jan 18 08:21:55 2014	(r340152)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	epsilon
-PORTVERSION=	0.6.0
+PORTVERSION=	0.7.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Epsilon-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Epsilon is a set of Python utility modules used by DivMod projects
+COMMENT=	Set of Python utility modules used by DivMod projects
 
 LICENSE=	MIT
 

Modified: head/devel/py-epsilon/distinfo
==============================================================================
--- head/devel/py-epsilon/distinfo	Sat Jan 18 08:20:47 2014	(r340151)
+++ head/devel/py-epsilon/distinfo	Sat Jan 18 08:21:55 2014	(r340152)
@@ -1,2 +1,2 @@
-SHA256 (Epsilon-0.6.0.tar.gz) = 2be3a6ef877c4e17ca9dadd6b484fe31bdf16c20b949ec6a8b15677e08c512fa
-SIZE (Epsilon-0.6.0.tar.gz) = 96243
+SHA256 (Epsilon-0.7.0.tar.gz) = 81419d50b17a20efd75440d43e4b07fe3c2a5e6d619f39318dab9031a0680032
+SIZE (Epsilon-0.7.0.tar.gz) = 81218
_______________________________________________
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 2014-01-18 08:22:06 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!