Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2023 15:53:31 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6f7f724ff7cc - main - devel/py-xstatic-jquery: Remove py-xstatic from RUN_DEPENDS
Message-ID:  <202304271553.33RFrVcQ026964@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6f7f724ff7cc956bd18a9f6785a4f8f767c12075

commit 6f7f724ff7cc956bd18a9f6785a4f8f767c12075
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:46:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:46:28 +0000

    devel/py-xstatic-jquery: Remove py-xstatic from RUN_DEPENDS
    
    - Update WWW and clean up pkg-descr
    - Bump PORTREVISION for dependency change
---
 devel/py-xstatic-jquery/Makefile  | 6 +++---
 devel/py-xstatic-jquery/pkg-descr | 2 --
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/devel/py-xstatic-jquery/Makefile b/devel/py-xstatic-jquery/Makefile
index e97ec8947ae8..f32e52004c06 100644
--- a/devel/py-xstatic-jquery/Makefile
+++ b/devel/py-xstatic-jquery/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xstatic-jquery
 PORTVERSION=	3.5.1.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -7,12 +8,11 @@ DISTNAME=	XStatic-jQuery-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	jQuery (XStatic packaging standard)
-WWW=		https://jquery.com/
+WWW=		https://jquery.com/ \
+		https://github.com/xstatic-py/xstatic-jquery
 
 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/pkg-descr b/devel/py-xstatic-jquery/pkg-descr
index 106b6de5ce0d..344df81fe3d2 100644
--- a/devel/py-xstatic-jquery/pkg-descr
+++ b/devel/py-xstatic-jquery/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



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