svn commit: r559978 - head/net/dhcpcd-ui

Ben Woods woodsb02 at FreeBSD.org
Sun Jan 3 00:05:41 UTC 2021


Author: woodsb02
Date: Sun Jan  3 00:05:40 2021
New Revision: 559978
URL: https://svnweb.freebsd.org/changeset/ports/559978

Log:
  net/dhcpcd-ui: Update to 0.7.8
  
  Changes this release:
    https://roy.marples.name/archives/dhcpcd-discuss/0003421.html

Modified:
  head/net/dhcpcd-ui/Makefile
  head/net/dhcpcd-ui/distinfo

Modified: head/net/dhcpcd-ui/Makefile
==============================================================================
--- head/net/dhcpcd-ui/Makefile	Sat Jan  2 23:33:07 2021	(r559977)
+++ head/net/dhcpcd-ui/Makefile	Sun Jan  3 00:05:40 2021	(r559978)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dhcpcd-ui
-PORTVERSION=	0.7.7
+PORTVERSION=	0.7.8
 CATEGORIES=	net
 MASTER_SITES=	https://roy.marples.name/downloads/dhcpcd/ \
 		https://cflags.cc/roy/dhcpcd/
@@ -29,5 +29,8 @@ OPTIONS_SUB=		yes
 GTK3_USES=		gnome
 GTK3_USE=		gnome=gdkpixbuf2,gtk30
 GTK3_CONFIGURE_WITH=	gtk
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dhcpcd-curses ${STAGEDIR}${PREFIX}/bin/dhcpcd-online
 
 .include <bsd.port.mk>

Modified: head/net/dhcpcd-ui/distinfo
==============================================================================
--- head/net/dhcpcd-ui/distinfo	Sat Jan  2 23:33:07 2021	(r559977)
+++ head/net/dhcpcd-ui/distinfo	Sun Jan  3 00:05:40 2021	(r559978)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576386536
-SHA256 (dhcpcd-ui-0.7.7.tar.xz) = 81d448f82c9aa88ff85e4bc3cead5e4c7f3ea08e57c713dff9996fb5ba2c42b0
-SIZE (dhcpcd-ui-0.7.7.tar.xz) = 195648
+TIMESTAMP = 1609204912
+SHA256 (dhcpcd-ui-0.7.8.tar.xz) = 4170a07b8bbba65b30f8da8a15a4d776cbf17d030b666516821d450f594a9d6c
+SIZE (dhcpcd-ui-0.7.8.tar.xz) = 135028


More information about the svn-ports-all mailing list