Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2018 09:30:21 +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: r484441 - head/devel/py-paver
Message-ID:  <201811080930.wA89ULd8006919@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Nov  8 09:30:21 2018
New Revision: 484441
URL: https://svnweb.freebsd.org/changeset/ports/484441

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

Modified:
  head/devel/py-paver/Makefile
  head/devel/py-paver/pkg-descr

Modified: head/devel/py-paver/Makefile
==============================================================================
--- head/devel/py-paver/Makefile	Thu Nov  8 08:54:36 2018	(r484440)
+++ head/devel/py-paver/Makefile	Thu Nov  8 09:30:21 2018	(r484441)
@@ -11,7 +11,11 @@ DISTNAME=	Paver-${PORTVERSION}
 MAINTAINER=	wg@FreeBSD.org
 COMMENT=	Easy build, distribution and deployment scripting
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
 USES=		python
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-paver/pkg-descr
==============================================================================
--- head/devel/py-paver/pkg-descr	Thu Nov  8 08:54:36 2018	(r484440)
+++ head/devel/py-paver/pkg-descr	Thu Nov  8 09:30:21 2018	(r484441)
@@ -5,4 +5,4 @@ repetitive tasks (run documentation generators, moving
 downloading things), all with the convenience of Python's syntax and massive
 library of code.
 
-WWW: http://pythonhosted.org/Paver/
+WWW: https://pythonhosted.org/Paver/



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