Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2021 17:08:17 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f7a55932a040 - main - devel/py-dateutils: Fix license block
Message-ID:  <202104151708.13FH8H6Q057463@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f7a55932a040e0d5af69efc07f6cde087a122338

commit f7a55932a040e0d5af69efc07f6cde087a122338
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-04-15 17:06:41 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-04-15 17:08:19 +0000

    devel/py-dateutils: Fix license block
    
    BSD0CLAUSE is now described within the ports framework.
    
    Approved by:    portmgr blanket
---
 devel/py-dateutils/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/devel/py-dateutils/Makefile b/devel/py-dateutils/Makefile
index 85fa869b9048..f2f0cfe10e32 100644
--- a/devel/py-dateutils/Makefile
+++ b/devel/py-dateutils/Makefile
@@ -10,9 +10,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Various utilities for working with date and datetime objects
 
 LICENSE=	BSD0CLAUSE
-LICENSE_NAME=	BSD 0 Clause License
 LICENSE_FILE=	${WRKSRC}/LICENSE
-LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR}



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