Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jul 2011 17:23:42 GMT
From:      C-S <c-s@c-s.li>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158976: [FIX] devel/py-epsilon
Message-ID:  <201107161723.p6GHNg1l060323@red.freebsd.org>
Resent-Message-ID: <201107161730.p6GHU9fV044630@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158976
>Category:       ports
>Synopsis:       [FIX] devel/py-epsilon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 16 17:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     C-S
>Release:        
>Organization:
>Environment:
>Description:
Fix License, fix web address
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN py-epsilon.orig/Makefile py-epsilon/Makefile
--- py-epsilon.orig/Makefile	2011-07-16 19:19:45.014875688 +0200
+++ py-epsilon/Makefile	2011-07-16 19:20:01.113808920 +0200
@@ -15,7 +15,7 @@
 MAINTAINER=	c-s@c-s.li
 COMMENT=	Epsilon is a set of Python utility modules used by DivMod projects
 
-LICENSE=	BSD
+LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl
 
diff -ruN py-epsilon.orig/pkg-descr py-epsilon/pkg-descr
--- py-epsilon.orig/pkg-descr	2011-07-16 19:19:45.014875688 +0200
+++ py-epsilon/pkg-descr	2011-07-16 19:20:01.113808920 +0200
@@ -13,4 +13,4 @@
     * A featureful Version class.
     * A formal system for application of monkey-patches. 
 
-WWW: http://divmod.org/trac/wiki/DivmodEpsilon
+WWW: https://launchpad.net/epsilon/


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107161723.p6GHNg1l060323>