diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-27 15:46:30 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-27 15:46:30 +0000 |
commit | 7aedf28e1925bbd20ff5d6c3ddecf0c16651a23c (patch) | |
tree | d520466a258df570d4bf09f6fdc245ce6d792792 | |
parent | ac803d292f8d47d782ff3a2d3d406a09164d961d (diff) |
devel/py-xstatic-jquery.quicksearch: Remove py-xstatic from RUN_DEPENDS
- Update WWW and clean up pkg-descr
- Bump PORTREVISION for dependency change
-rw-r--r-- | devel/py-xstatic-jquery.quicksearch/Makefile | 6 | ||||
-rw-r--r-- | devel/py-xstatic-jquery.quicksearch/pkg-descr | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/py-xstatic-jquery.quicksearch/Makefile b/devel/py-xstatic-jquery.quicksearch/Makefile index 626754a9e336..c86488a7f9de 100644 --- a/devel/py-xstatic-jquery.quicksearch/Makefile +++ b/devel/py-xstatic-jquery.quicksearch/Makefile @@ -1,5 +1,6 @@ PORTNAME= xstatic-jquery.quicksearch PORTVERSION= 2.0.3.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,12 +8,11 @@ DISTNAME= XStatic-JQuery.quicksearch-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= JQuery.quicksearch (XStatic packaging standard) -WWW= https://plugins.jquery.com/jquery.quicksearch/ +WWW= https://plugins.jquery.com/jquery.quicksearch/ \ + https://github.com/openstack/xstatic-jquery.quicksearch 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-jquery.quicksearch/pkg-descr b/devel/py-xstatic-jquery.quicksearch/pkg-descr index 4946572a7933..5e84cfd62f49 100644 --- a/devel/py-xstatic-jquery.quicksearch/pkg-descr +++ b/devel/py-xstatic-jquery.quicksearch/pkg-descr @@ -6,5 +6,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-jquery.quicksearch |