svn commit: r547597 - head/databases/py-bsddb3

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Sep 5 09:36:46 UTC 2020


Author: amdmi3
Date: Sat Sep  5 09:36:45 2020
New Revision: 547597
URL: https://svnweb.freebsd.org/changeset/ports/547597

Log:
  - Add LICENSE_FILE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/databases/py-bsddb3/Makefile
  head/databases/py-bsddb3/pkg-descr

Modified: head/databases/py-bsddb3/Makefile
==============================================================================
--- head/databases/py-bsddb3/Makefile	Sat Sep  5 08:39:38 2020	(r547596)
+++ head/databases/py-bsddb3/Makefile	Sat Sep  5 09:36:45 2020	(r547597)
@@ -11,6 +11,7 @@ MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	Python extension module for BerkeleyDB 4.7, 4.8, 5.1, 5.3, 6.1 and 6.2
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		bdb python
 USE_PYTHON=	distutils autoplist

Modified: head/databases/py-bsddb3/pkg-descr
==============================================================================
--- head/databases/py-bsddb3/pkg-descr	Sat Sep  5 08:39:38 2020	(r547596)
+++ head/databases/py-bsddb3/pkg-descr	Sat Sep  5 09:36:45 2020	(r547597)
@@ -7,4 +7,4 @@ these are fully supported in the Python wrappers.  Ple
 document in developers' web site for more details on the types and
 methods provided.
 
-WWW: http://www.jcea.es/programacion/pybsddb.htm
+WWW: https://www.jcea.es/programacion/pybsddb.htm


More information about the svn-ports-all mailing list