git: 2d2482b02a33 - main - sysutils/desktop-installer: Update to 0.7.4
Jason W. Bacon
jwb at FreeBSD.org
Wed Jun 16 22:05:20 UTC 2021
The branch main has been updated by jwb:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2d2482b02a33def37bd49d1c5a3fc75fb2f6a02e
commit 2d2482b02a33def37bd49d1c5a3fc75fb2f6a02e
Author: Jason W. Bacon <jwb at FreeBSD.org>
AuthorDate: 2021-06-16 22:00:40 +0000
Commit: Jason W. Bacon <jwb at FreeBSD.org>
CommitDate: 2021-06-16 22:00:40 +0000
sysutils/desktop-installer: Update to 0.7.4
Add tolerances to support aarch64
Numerous bug fixes, minor enhancements, and UI improvements
Reported by: mpl, ygy
Changes: https://github.com/outpaddling/desktop-installer/releases
---
sysutils/desktop-installer/Makefile | 5 ++---
sysutils/desktop-installer/distinfo | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/sysutils/desktop-installer/Makefile b/sysutils/desktop-installer/Makefile
index 0aa169e79c10..8156257a494d 100644
--- a/sysutils/desktop-installer/Makefile
+++ b/sysutils/desktop-installer/Makefile
@@ -1,6 +1,5 @@
PORTNAME= desktop-installer
-DISTVERSION= 0.7.3-12
-DISTVERSIONSUFFIX= -g766edbe
+DISTVERSION= 0.7.4
CATEGORIES= sysutils
MAINTAINER= jwb at FreeBSD.org
@@ -9,7 +8,7 @@ COMMENT= Quickly configure a FreeBSD desktop system
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= auto-admin>=0.7.4:sysutils/auto-admin
+RUN_DEPENDS= auto-admin>=0.7.5:sysutils/auto-admin
USES= tar:xz
USE_GITHUB= yes
diff --git a/sysutils/desktop-installer/distinfo b/sysutils/desktop-installer/distinfo
index ce6d196b1d1c..8e10055233b2 100644
--- a/sysutils/desktop-installer/distinfo
+++ b/sysutils/desktop-installer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1623097796
-SHA256 (outpaddling-desktop-installer-0.7.3-12-g766edbe_GH0.tar.gz) = 7a2455b1c9120f96ec689a6c30b650306afe2700a3188b086bd43a366bb4bbd4
-SIZE (outpaddling-desktop-installer-0.7.3-12-g766edbe_GH0.tar.gz) = 191048
+TIMESTAMP = 1623880518
+SHA256 (outpaddling-desktop-installer-0.7.4_GH0.tar.gz) = 99cf5c8ffd3fb668cfe573ff52ba8a5cc0f9cb7887b55a9e8f27796b23a485a0
+SIZE (outpaddling-desktop-installer-0.7.4_GH0.tar.gz) = 193169
More information about the dev-commits-ports-all
mailing list