Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2023 21:32:41 GMT
From:      Dries Michiels <driesm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f2ca198fc60c - main - net/dhcpcd-ui: update to 0.7.9
Message-ID:  <202304262132.33QLWfU1012459@gitrepo.freebsd.org>

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

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

commit f2ca198fc60c7ce18b34d7f4ebbc93dde41f5f47
Author:     Dries Michiels <driesm@FreeBSD.org>
AuthorDate: 2023-04-25 17:40:39 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2023-04-26 21:30:41 +0000

    net/dhcpcd-ui: update to 0.7.9
    
    Switch to GITHUB, no longer hosted on previous website going forward
    
    Changes:        https://github.com/NetworkConfiguration/dhcpcd-ui/releases/tag/v0.7.9
---
 net/dhcpcd-ui/Makefile | 14 ++++++++------
 net/dhcpcd-ui/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/net/dhcpcd-ui/Makefile b/net/dhcpcd-ui/Makefile
index e62726b97dbf..1a1536b7fc61 100644
--- a/net/dhcpcd-ui/Makefile
+++ b/net/dhcpcd-ui/Makefile
@@ -1,8 +1,7 @@
-PORTNAME=	dhcpcd-ui
-PORTVERSION=	0.7.8
-PORTREVISION=	1
-CATEGORIES=	net
-MASTER_SITES=	https://roy.marples.name/downloads/dhcpcd/
+PORTNAME=		dhcpcd-ui
+DISTVERSIONPREFIX=	v
+DISTVERSION=		0.7.9
+CATEGORIES=		net
 
 MAINTAINER=	driesm@FreeBSD.org
 COMMENT=	GTK+ / Curses interface to dhcpcd
@@ -10,9 +9,12 @@ WWW=		https://roy.marples.name/projects/dhcpcd-ui
 
 LICENSE=	BSD2CLAUSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cairosvg>=0:graphics/py-cairosvg@${PY_FLAVOR}
 LIB_DEPENDS=	libnotify.so:devel/libnotify
 
-USES=		pkgconfig tar:xz
+USES=		pkgconfig python:3.6+
+USE_GITHUB=	yes
+GH_ACCOUNT=	NetworkConfiguration
 
 GNU_CONFIGURE=	yes
 
diff --git a/net/dhcpcd-ui/distinfo b/net/dhcpcd-ui/distinfo
index d020721dfaf5..4e5a2dbe176d 100644
--- a/net/dhcpcd-ui/distinfo
+++ b/net/dhcpcd-ui/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609204912
-SHA256 (dhcpcd-ui-0.7.8.tar.xz) = 4170a07b8bbba65b30f8da8a15a4d776cbf17d030b666516821d450f594a9d6c
-SIZE (dhcpcd-ui-0.7.8.tar.xz) = 135028
+TIMESTAMP = 1682444073
+SHA256 (NetworkConfiguration-dhcpcd-ui-v0.7.9_GH0.tar.gz) = b783d7677815ae7087810600388d3a578b9818293dac7fa4b11caabcaefe7b30
+SIZE (NetworkConfiguration-dhcpcd-ui-v0.7.9_GH0.tar.gz) = 179347



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