Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jun 2026 11:34:17 +0000
From:      Jason W. Bacon <jwb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 153493637da7 - main - sysutils/desktop-installer: Update to 1.2.0
Message-ID:  <6a1d6e39.1a14e.7ba672ab@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jwb:

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

commit 153493637da73d71f038ef726d4a782eea045e73
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2026-06-01 11:32:22 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2026-06-01 11:32:22 +0000

    sysutils/desktop-installer: Update to 1.2.0
    
    Numerous fixes and enhancements
    Changes: https://github.com/outpaddling/desktop-installer/releases
---
 sysutils/desktop-installer/Makefile  | 6 +++---
 sysutils/desktop-installer/distinfo  | 6 +++---
 sysutils/desktop-installer/pkg-plist | 1 +
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/sysutils/desktop-installer/Makefile b/sysutils/desktop-installer/Makefile
index dfc5b891fd2d..4bd430faae71 100644
--- a/sysutils/desktop-installer/Makefile
+++ b/sysutils/desktop-installer/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	desktop-installer
-DISTVERSION=	1.1.1-31
-DISTVERSIONSUFFIX=	-gc5e9eb6
+DISTVERSION=	1.2.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	jwb@FreeBSD.org
@@ -10,7 +9,7 @@ WWW=		https://github.com/outpaddling/desktop-installer
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	auto-admin>=0.8.4.22:sysutils/auto-admin
+RUN_DEPENDS=	auto-admin>=0.8.5:sysutils/auto-admin
 
 USES=		desktop-file-utils
 USE_GITHUB=	yes
@@ -21,6 +20,7 @@ NO_ARCH=	yes
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/FreeBSD/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_SCRIPT} ${WRKSRC}/FreeBSD/${PORTNAME}-xlibre ${STAGEDIR}${PREFIX}/sbin
 	${INSTALL_SCRIPT} ${WRKSRC}/Scripts/battery-shutdown.sh ${STAGEDIR}${PREFIX}/sbin
 	${INSTALL_MAN} ${WRKSRC}/FreeBSD/${PORTNAME}.man \
 		${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
diff --git a/sysutils/desktop-installer/distinfo b/sysutils/desktop-installer/distinfo
index e825c317b06a..266039668670 100644
--- a/sysutils/desktop-installer/distinfo
+++ b/sysutils/desktop-installer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1770218915
-SHA256 (outpaddling-desktop-installer-1.1.1-31-gc5e9eb6_GH0.tar.gz) = 6ff69bb689d843e4f34d52b6a4a69c1c4451c613500f248c7dad94c5192c322a
-SIZE (outpaddling-desktop-installer-1.1.1-31-gc5e9eb6_GH0.tar.gz) = 1758406
+TIMESTAMP = 1780229049
+SHA256 (outpaddling-desktop-installer-1.2.0_GH0.tar.gz) = 13e5984d9df447bd2ad8f537e6c328a83f20d5cc3fbe461a46550afe91f24597
+SIZE (outpaddling-desktop-installer-1.2.0_GH0.tar.gz) = 5090353
diff --git a/sysutils/desktop-installer/pkg-plist b/sysutils/desktop-installer/pkg-plist
index e951a035b5fc..a4853575e703 100644
--- a/sysutils/desktop-installer/pkg-plist
+++ b/sysutils/desktop-installer/pkg-plist
@@ -1,5 +1,6 @@
 sbin/battery-shutdown.sh
 sbin/desktop-installer
+sbin/desktop-installer-xlibre
 %%DATADIR%%/CDE/cde.desktop
 %%DATADIR%%/CDE/xinitrc
 %%DATADIR%%/CINNAMON/xinitrc


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1d6e39.1a14e.7ba672ab>