mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
ef37bcf9f2
commit
f2ca198fc6
2 changed files with 11 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
||||||
PORTNAME= dhcpcd-ui
|
PORTNAME= dhcpcd-ui
|
||||||
PORTVERSION= 0.7.8
|
DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 1
|
DISTVERSION= 0.7.9
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= https://roy.marples.name/downloads/dhcpcd/
|
|
||||||
|
|
||||||
MAINTAINER= driesm@FreeBSD.org
|
MAINTAINER= driesm@FreeBSD.org
|
||||||
COMMENT= GTK+ / Curses interface to dhcpcd
|
COMMENT= GTK+ / Curses interface to dhcpcd
|
||||||
|
@ -10,9 +9,12 @@ WWW= https://roy.marples.name/projects/dhcpcd-ui
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairosvg>=0:graphics/py-cairosvg@${PY_FLAVOR}
|
||||||
LIB_DEPENDS= libnotify.so:devel/libnotify
|
LIB_DEPENDS= libnotify.so:devel/libnotify
|
||||||
|
|
||||||
USES= pkgconfig tar:xz
|
USES= pkgconfig python:3.6+
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= NetworkConfiguration
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1609204912
|
TIMESTAMP = 1682444073
|
||||||
SHA256 (dhcpcd-ui-0.7.8.tar.xz) = 4170a07b8bbba65b30f8da8a15a4d776cbf17d030b666516821d450f594a9d6c
|
SHA256 (NetworkConfiguration-dhcpcd-ui-v0.7.9_GH0.tar.gz) = b783d7677815ae7087810600388d3a578b9818293dac7fa4b11caabcaefe7b30
|
||||||
SIZE (dhcpcd-ui-0.7.8.tar.xz) = 135028
|
SIZE (NetworkConfiguration-dhcpcd-ui-v0.7.9_GH0.tar.gz) = 179347
|
||||||
|
|
Loading…
Add table
Reference in a new issue