Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Mar 2018 20:45:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464006 - head/databases/py-marshmallow-sqlalchemy
Message-ID:  <201803092045.w29KjBNN005479@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Mar  9 20:45:11 2018
New Revision: 464006
URL: https://svnweb.freebsd.org/changeset/ports/464006

Log:
  Fix LICENSE_FILE
  
  Reported by:	pkg-fallout

Modified:
  head/databases/py-marshmallow-sqlalchemy/Makefile

Modified: head/databases/py-marshmallow-sqlalchemy/Makefile
==============================================================================
--- head/databases/py-marshmallow-sqlalchemy/Makefile	Fri Mar  9 20:39:18 2018	(r464005)
+++ head/databases/py-marshmallow-sqlalchemy/Makefile	Fri Mar  9 20:45:11 2018	(r464006)
@@ -11,7 +11,7 @@ MAINTAINER=	feld@FreeBSD.org
 COMMENT=	SQLAlchemy integration with the marshmallow serialization library
 
 LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}marshmallow>=2.0.0:devel/py-marshmallow@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=1.2:databases/py-sqlalchemy12@${FLAVOR}



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