Date: Wed, 4 Sep 2019 11:15:58 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511081 - head/devel/py-convertdate Message-ID: <201909041115.x84BFwjE026318@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Wed Sep 4 11:15:58 2019 New Revision: 511081 URL: https://svnweb.freebsd.org/changeset/ports/511081 Log: * add python as a secondary virtual category * use CHEESESHOP, works now. * set LICENSE_FILE Noticed by: koobs Modified: head/devel/py-convertdate/Makefile Modified: head/devel/py-convertdate/Makefile ============================================================================== --- head/devel/py-convertdate/Makefile Wed Sep 4 11:12:41 2019 (r511080) +++ head/devel/py-convertdate/Makefile Wed Sep 4 11:15:58 2019 (r511081) @@ -2,14 +2,16 @@ PORTNAME= convertdate PORTVERSION= 2.1.3 -CATEGORIES= devel -MASTER_SITES= https://files.pythonhosted.org/packages/81/73/287ef9e7989661ed8218fe074603041d2ea6d76e06afebe1c646a7fd9d65/ +PORTREVISION= 1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gmm@tutanota.com COMMENT= Converts between Gregorian dates and other calendar systems LICENSE= MIT +LICENSE_FILE= LICENSE USES= python USE_PYTHON= autoplist distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909041115.x84BFwjE026318>