git: e3a24a5c61e4 - main - devel/py-xstatic-angular: Remove py-xstatic from RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:53:16 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e3a24a5c61e484dc21d8988f307a17afb63cd40c commit e3a24a5c61e484dc21d8988f307a17afb63cd40c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 15:46:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 15:46:20 +0000 devel/py-xstatic-angular: Remove py-xstatic from RUN_DEPENDS - Update WWW and clean up pkg-descr - Bump PORTREVISION for dependency change --- devel/py-xstatic-angular/Makefile | 6 +++--- devel/py-xstatic-angular/pkg-descr | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/devel/py-xstatic-angular/Makefile b/devel/py-xstatic-angular/Makefile index 196216630c07..e7f35b3e86b9 100644 --- a/devel/py-xstatic-angular/Makefile +++ b/devel/py-xstatic-angular/Makefile @@ -1,5 +1,6 @@ PORTNAME= xstatic-angular PORTVERSION= 1.8.2.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,12 +8,11 @@ DISTNAME= XStatic-Angular-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Angular (XStatic packaging standard) -WWW= https://angularjs.org/ +WWW= https://angularjs.org/ \ + https://github.com/openstack/xstatic-angular LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR} - USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-xstatic-angular/pkg-descr b/devel/py-xstatic-angular/pkg-descr index bc709039ac04..afb336c9e00d 100644 --- a/devel/py-xstatic-angular/pkg-descr +++ b/devel/py-xstatic-angular/pkg-descr @@ -5,5 +5,3 @@ This package is intended to be used by any project that needs these files. It intentionally does not provide any extra code except some metadata nor has any extra requirements. You MAY use some minimal support code from the XStatic base package, if you like. - -See also: https://github.com/openstack/xstatic-angular