Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2014 19:33:28 +0200 (EET)
From:      Johannes Jost Meixner <xmj@chaot.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        bdrewery@FreeBSD.org
Subject:   ports/187583: [PATCH] devel/py-jellyfish: License, deprecate easy_install, autoplist
Message-ID:  <6869615738882686910.enqueue@mx12.chaot.net>
Resent-Message-ID: <201403141740.s2EHe0sj076087@freefall.freebsd.org>

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

>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 <bsd.port.mk>
--- py-jellyfish-0.2.1.patch ends here ---

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



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