From owner-svn-ports-all@freebsd.org Thu Feb 18 17:53:31 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B59A45414B2; Thu, 18 Feb 2021 17:53:31 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhMkz4flWz4shQ; Thu, 18 Feb 2021 17:53:31 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 888881CB30; Thu, 18 Feb 2021 17:53:31 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11IHrVNw094461; Thu, 18 Feb 2021 17:53:31 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11IHrURm094458; Thu, 18 Feb 2021 17:53:30 GMT (envelope-from lme@FreeBSD.org) Message-Id: <202102181753.11IHrURm094458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Thu, 18 Feb 2021 17:53:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565956 - head/sysutils/dsbsu X-SVN-Group: ports-head X-SVN-Commit-Author: lme X-SVN-Commit-Paths: head/sysutils/dsbsu X-SVN-Commit-Revision: 565956 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 17:53:31 -0000 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 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