From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 14 17:40:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AFBDC10 for ; Fri, 14 Mar 2014 17:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F34CB91B for ; Fri, 14 Mar 2014 17:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2EHe0kC076088 for ; Fri, 14 Mar 2014 17:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2EHe0sj076087; Fri, 14 Mar 2014 17:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 14 Mar 2014 17:40:00 GMT Resent-Message-Id: <201403141740.s2EHe0sj076087@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, Johannes Jost Meixner Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B8769DA; Fri, 14 Mar 2014 17:33:38 +0000 (UTC) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F3AE8DE; Fri, 14 Mar 2014 17:33:38 +0000 (UTC) Received: from mx12.chaot.net (82.131.84.113.cable.starman.ee [82.131.84.113]) by dd16522.kasserver.com (Postfix) with ESMTPSA id EE9CB4560B7; Fri, 14 Mar 2014 18:33:29 +0100 (CET) Received: from localhost (1003@localhost [local]); by localhost (OpenSMTPD) with ESMTPA id 6ac72706; Fri, 14 Mar 2014 19:33:28 +0200 (EET) Message-Id: <6869615738882686910.enqueue@mx12.chaot.net> Date: Fri, 14 Mar 2014 19:33:28 +0200 (EET) From: Johannes Jost Meixner To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187583: [PATCH] devel/py-jellyfish: License, deprecate easy_install, autoplist Cc: bdrewery@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 17:40:01 -0000 >Number: 187583 >Category: ports >Synopsis: [PATCH] devel/py-jellyfish: License, deprecate easy_install, autoplist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 14 17:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 11.0-CURRENT amd64 >Organization: Goldener Grund OUe >Environment: System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #4: Sun Mar 9 15:34:03 EET >Description: - Deprecate easy_install - Specify 3-clause BSD license - Use autoplist Port maintainer (bdrewery@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.12 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py-jellyfish-0.2.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 348272) +++ Makefile (working copy) @@ -9,12 +9,10 @@ MAINTAINER= bdrewery@FreeBSD.org COMMENT= Library for doing approximate and phonetic matching of strings -LICENSE= BSD +LICENSE= BSD3CLAUSE -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% - USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYEASYINSTALL_ARCHDEP= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include --- py-jellyfish-0.2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: