svn commit: r530268 - head/devel/py-opengrok-tools

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 2 09:32:31 UTC 2020


Author: amdmi3
Date: Thu Apr  2 09:32:18 2020
New Revision: 530268
URL: https://svnweb.freebsd.org/changeset/ports/530268

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

Modified:
  head/devel/py-opengrok-tools/Makefile
  head/devel/py-opengrok-tools/pkg-descr

Modified: head/devel/py-opengrok-tools/Makefile
==============================================================================
--- head/devel/py-opengrok-tools/Makefile	Thu Apr  2 09:23:35 2020	(r530267)
+++ head/devel/py-opengrok-tools/Makefile	Thu Apr  2 09:32:18 2020	(r530268)
@@ -9,6 +9,7 @@ MAINTAINER=	swills at FreeBSD.org
 COMMENT=	OpenGrok tools for synchronization and mirroring
 
 LICENSE=	CDDL
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
 
@@ -21,6 +22,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:
 # According to the vendor, Python3 is required
 USES=		python:3.5+
 USE_PYTHON=	autoplist distutils noflavors
+NO_ARCH=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	oracle

Modified: head/devel/py-opengrok-tools/pkg-descr
==============================================================================
--- head/devel/py-opengrok-tools/pkg-descr	Thu Apr  2 09:23:35 2020	(r530267)
+++ head/devel/py-opengrok-tools/pkg-descr	Thu Apr  2 09:32:18 2020	(r530268)
@@ -1,4 +1,4 @@
 OpenGrok is a fast and usable source code search and cross
 reference engine, written in Java
 
-WWW: http://oracle.github.io/opengrok/
+WWW: https://oracle.github.io/opengrok/


More information about the svn-ports-all mailing list