Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jun 2018 09:07:19 +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: r473609 - head/devel/py-zope.i18n
Message-ID:  <201806300907.w5U97JMJ094003@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Jun 30 09:07:18 2018
New Revision: 473609
URL: https://svnweb.freebsd.org/changeset/ports/473609

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

Modified:
  head/devel/py-zope.i18n/Makefile
  head/devel/py-zope.i18n/pkg-descr

Modified: head/devel/py-zope.i18n/Makefile
==============================================================================
--- head/devel/py-zope.i18n/Makefile	Sat Jun 30 08:58:12 2018	(r473608)
+++ head/devel/py-zope.i18n/Makefile	Sat Jun 30 09:07:18 2018	(r473609)
@@ -12,6 +12,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Zope Internationalization Support
 
+LICENSE=	ZPL21
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.event>=0:devel/py-zope.event@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \
@@ -21,5 +24,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.event>=0:deve
 
 USES=		gettext python
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-zope.i18n/pkg-descr
==============================================================================
--- head/devel/py-zope.i18n/pkg-descr	Sat Jun 30 08:58:12 2018	(r473608)
+++ head/devel/py-zope.i18n/pkg-descr	Sat Jun 30 09:07:18 2018	(r473609)
@@ -4,4 +4,4 @@ and localization:
   * Gettext-based message catalogs for message strings.
   * Locale discovery for Web-based requests.
 
-WWW: https://www.python.org/pypi/zope.i18n/
+WWW: https://pypi.org/project/zope.i18n/



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