svn commit: r491467 - head/databases/py-python-swiftclient

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jan 28 09:30:39 UTC 2019


Author: amdmi3
Date: Mon Jan 28 09:30:37 2019
New Revision: 491467
URL: https://svnweb.freebsd.org/changeset/ports/491467

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

Modified:
  head/databases/py-python-swiftclient/Makefile
  head/databases/py-python-swiftclient/pkg-descr

Modified: head/databases/py-python-swiftclient/Makefile
==============================================================================
--- head/databases/py-python-swiftclient/Makefile	Mon Jan 28 09:27:17 2019	(r491466)
+++ head/databases/py-python-swiftclient/Makefile	Mon Jan 28 09:30:37 2019	(r491467)
@@ -11,6 +11,7 @@ MAINTAINER=	trociny at FreeBSD.org
 COMMENT=	Python client library for OpenStack Object Storage (Swift)
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=0.5.21:devel/py-pbr@${PY_FLAVOR}
 
@@ -21,6 +22,7 @@ RUN_DEPENDS+=	${PY_FUTURES} \
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
 
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/doc/manpages/swift.1 \

Modified: head/databases/py-python-swiftclient/pkg-descr
==============================================================================
--- head/databases/py-python-swiftclient/pkg-descr	Mon Jan 28 09:27:17 2019	(r491466)
+++ head/databases/py-python-swiftclient/pkg-descr	Mon Jan 28 09:30:37 2019	(r491467)
@@ -5,4 +5,4 @@ This code is based on the original client previously i
 OpenStack's swift -- a highly available, distributed, eventually
 consistent object/blob store.
 
-WWW: http://launchpad.net/python-swiftclient
+WWW: https://launchpad.net/python-swiftclient


More information about the svn-ports-head mailing list