Date: Thu, 18 Feb 2021 17:53:30 +0000 (UTC) From: Lars Engels <lme@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565956 - head/sysutils/dsbsu Message-ID: <202102181753.11IHrURm094458@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lme Date: Thu Feb 18 17:53:30 2021 New Revision: 565956 URL: https://svnweb.freebsd.org/changeset/ports/565956 Log: sysutils/dsbsu: - Update to 0.2 - Change distfile source and WWW to Github - Move PLIST_FILES to pkg-plist Added: head/sysutils/dsbsu/pkg-plist (contents, props changed) Modified: head/sysutils/dsbsu/Makefile head/sysutils/dsbsu/distinfo head/sysutils/dsbsu/pkg-descr Modified: head/sysutils/dsbsu/Makefile ============================================================================== --- head/sysutils/dsbsu/Makefile Thu Feb 18 17:45:41 2021 (r565955) +++ head/sysutils/dsbsu/Makefile Thu Feb 18 17:53:30 2021 (r565956) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= dsbsu -PORTVERSION= 0.1.1 +PORTVERSION= 0.2 CATEGORIES= sysutils -MASTER_SITES= http://freeshell.de/~mk/download/ MAINTAINER= mk@nic-nac-project.org COMMENT= Qt frontend to su(1) @@ -15,7 +14,8 @@ USES= compiler:c++11-lang gl qmake qt:5 tar:tgz xorg USE_GL= gl USE_QT= buildtools_build core gui linguisttools_build widgets -PLIST_FILES= bin/dsbsu share/applications/dsbsu.desktop \ - ${DATADIR}/dsbsu_de.qm +USE_GITHUB= yes +GH_ACCOUNT= mrclksr +GH_PROJECT= DSBSu .include <bsd.port.mk> Modified: head/sysutils/dsbsu/distinfo ============================================================================== --- head/sysutils/dsbsu/distinfo Thu Feb 18 17:45:41 2021 (r565955) +++ head/sysutils/dsbsu/distinfo Thu Feb 18 17:53:30 2021 (r565956) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573382523 -SHA256 (dsbsu-0.1.1.tgz) = 89bcdb64a1ff0398ebcec6fd2acb522958d6289a7b6092c7d601e1cd05eb9b61 -SIZE (dsbsu-0.1.1.tgz) = 9621 +TIMESTAMP = 1613498685 +SHA256 (mrclksr-DSBSu-0.2_GH0.tar.gz) = c5a1f87c02e5a5452e12e4210cd672ee9913805f2e015085abc43751dfb2a943 +SIZE (mrclksr-DSBSu-0.2_GH0.tar.gz) = 30752 Modified: head/sysutils/dsbsu/pkg-descr ============================================================================== --- head/sysutils/dsbsu/pkg-descr Thu Feb 18 17:45:41 2021 (r565955) +++ head/sysutils/dsbsu/pkg-descr Thu Feb 18 17:53:30 2021 (r565956) @@ -1,4 +1,4 @@ DSBSu is a simple Qt frontend to FreeBSD's su(1). It allows you to execute a command as root. -WWW: http://freeshell.de/~mk/projects/dsbsu.html +WWW: https://github.com/mrclksr/DSBSu Added: head/sysutils/dsbsu/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbsu/pkg-plist Thu Feb 18 17:53:30 2021 (r565956) @@ -0,0 +1,9 @@ +bin/dsbsu +bin/dsbsudo +%%DATADIR%%/dsbsu_de.qm +%%DATADIR%%/dsbsu_fr.qm +libexec/dsbsu-helper +libexec/dsbsudo-askpass +man/man1/dsbsu.1.gz +man/man1/dsbsudo.1.gz +share/applications/dsbsu.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102181753.11IHrURm094458>