Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 2020 09:36:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547597 - head/databases/py-bsddb3
Message-ID:  <202009050936.0859ajYt060599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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