From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 16 17:30:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A846106566C for ; Sat, 16 Jul 2011 17:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2ED718FC12 for ; Sat, 16 Jul 2011 17:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6GHU9j5044631 for ; Sat, 16 Jul 2011 17:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6GHU9fV044630; Sat, 16 Jul 2011 17:30:09 GMT (envelope-from gnats) Resent-Date: Sat, 16 Jul 2011 17:30:09 GMT Resent-Message-Id: <201107161730.p6GHU9fV044630@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, C-S Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61FFB106564A for ; Sat, 16 Jul 2011 17:23:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 526638FC15 for ; Sat, 16 Jul 2011 17:23:43 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6GHNg4N060324 for ; Sat, 16 Jul 2011 17:23:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6GHNg1l060323; Sat, 16 Jul 2011 17:23:42 GMT (envelope-from nobody) Message-Id: <201107161723.p6GHNg1l060323@red.freebsd.org> Date: Sat, 16 Jul 2011 17:23:42 GMT From: C-S To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158976: [FIX] devel/py-epsilon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2011 17:30:09 -0000 >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: