git: ac803d292f8d - main - devel/py-xstatic-jquery-ui: Remove py-xstatic from RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:53:33 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac803d292f8d47d782ff3a2d3d406a09164d961d commit ac803d292f8d47d782ff3a2d3d406a09164d961d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 15:46:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 15:46:29 +0000 devel/py-xstatic-jquery-ui: Remove py-xstatic from RUN_DEPENDS - Update WWW and clean up pkg-descr - Bump PORTREVISION for dependency change --- devel/py-xstatic-jquery-ui/Makefile | 7 ++++--- devel/py-xstatic-jquery-ui/pkg-descr | 2 -- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/devel/py-xstatic-jquery-ui/Makefile b/devel/py-xstatic-jquery-ui/Makefile index fbb3b5113fc2..fad02b9d46f7 100644 --- a/devel/py-xstatic-jquery-ui/Makefile +++ b/devel/py-xstatic-jquery-ui/Makefile @@ -1,5 +1,6 @@ PORTNAME= xstatic-jquery-ui PORTVERSION= 1.13.0.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,12 +8,12 @@ DISTNAME= XStatic-jquery-ui-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= jquery-ui (XStatic packaging standard) -WWW= https://jqueryui.com/ +WWW= https://jqueryui.com/ \ + https://github.com/xstatic-py/xstatic-jquery_ui LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xstatic-jquery>=0:devel/py-xstatic-jquery@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xstatic-jquery>=0:devel/py-xstatic-jquery@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-xstatic-jquery-ui/pkg-descr b/devel/py-xstatic-jquery-ui/pkg-descr index 27e42d6ec37f..e58362e35cb6 100644 --- a/devel/py-xstatic-jquery-ui/pkg-descr +++ b/devel/py-xstatic-jquery-ui/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/xstatic-py/xstatic-jquery_ui