Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2023 15:53:41 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: 2d807d1251f7 - main - devel/py-xstatic-roboto-fontface: Remove py-xstatic from RUN_DEPENDS
Message-ID:  <202304271553.33RFrfYS027153@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=2d807d1251f79efd8c44073e43166d8e0517e0c3

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

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

diff --git a/devel/py-xstatic-roboto-fontface/Makefile b/devel/py-xstatic-roboto-fontface/Makefile
index cc8df656fb03..dc9125f84533 100644
--- a/devel/py-xstatic-roboto-fontface/Makefile
+++ b/devel/py-xstatic-roboto-fontface/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xstatic-roboto-fontface
 PORTVERSION=	0.5.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -8,12 +8,11 @@ DISTNAME=	XStatic-roboto-fontface-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	roboto-fontface (XStatic packaging standard)
-WWW=		https://github.com/choffmeister/roboto-fontface-bower
+WWW=		https://github.com/openstack/xstatic-roboto-fontface \
+		https://github.com/choffmeister/roboto-fontface-bower
 
 LICENSE=	APACHE20
 
-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-roboto-fontface/pkg-descr b/devel/py-xstatic-roboto-fontface/pkg-descr
index 36515165b0a2..48b5bdfa849c 100644
--- a/devel/py-xstatic-roboto-fontface/pkg-descr
+++ b/devel/py-xstatic-roboto-fontface/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-roboto-fontface



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