Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2019 09:30:38 +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: r491467 - head/databases/py-python-swiftclient
Message-ID:  <201901280930.x0S9UcmJ044023@repo.freebsd.org>

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



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