Bug 187583 - [PATCH] devel/py-jellyfish: License, deprecate easy_install, autoplist
Summary: [PATCH] devel/py-jellyfish: License, deprecate easy_install, autoplist
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-14 17:40 UTC by Johannes Meixner
Modified: 2014-03-18 01:20 UTC (History)
1 user (show)

See Also:


Attachments
py-jellyfish-0.2.1.patch (519 bytes, patch)
2014-03-14 17:40 UTC, Johannes Meixner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2014-03-14 17:40:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-14 17:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2014-03-15 18:32:05 UTC
Responsible Changed
From-To: bdrewery->freebsd-ports-bugs

to pool
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-18 01:18:44 UTC
Author: bdrewery
Date: Tue Mar 18 01:18:40 2014
New Revision: 348510
URL: http://svnweb.freebsd.org/changeset/ports/348510
QAT: https://qat.redports.org/buildarchive/r348510/

Log:
  - Update LICENSE
  - Use pydistutils
  - Use autoplist
  
  PR:		ports/187583
  Submitted by:	Johannes Jost Meixner <xmj@chaot.net>

Modified:
  head/devel/py-jellyfish/Makefile

Modified: head/devel/py-jellyfish/Makefile
==============================================================================
--- head/devel/py-jellyfish/Makefile	Tue Mar 18 01:01:35 2014	(r348509)
+++ head/devel/py-jellyfish/Makefile	Tue Mar 18 01:18:40 2014	(r348510)
@@ -9,12 +9,10 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	bdrewery@FreeBSD.org
 COMMENT=	Library for doing approximate and phonetic matching of strings
 
-LICENSE=	BSD
-
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+LICENSE=	BSD3CLAUSE
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
-PYEASYINSTALL_ARCHDEP=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>
_______________________________________________
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 Bryan Drewery freebsd_committer freebsd_triage 2014-03-18 01:18:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!