Index: head/sysutils/dsbsu/Makefile =================================================================== --- head/sysutils/dsbsu/Makefile (revision 565955) +++ head/sysutils/dsbsu/Makefile (revision 565956) @@ -1,21 +1,21 @@ # $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) LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE 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 Index: head/sysutils/dsbsu/distinfo =================================================================== --- head/sysutils/dsbsu/distinfo (revision 565955) +++ head/sysutils/dsbsu/distinfo (revision 565956) @@ -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 Index: head/sysutils/dsbsu/pkg-descr =================================================================== --- head/sysutils/dsbsu/pkg-descr (revision 565955) +++ head/sysutils/dsbsu/pkg-descr (revision 565956) @@ -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 Index: head/sysutils/dsbsu/pkg-plist =================================================================== --- head/sysutils/dsbsu/pkg-plist (nonexistent) +++ head/sysutils/dsbsu/pkg-plist (revision 565956) @@ -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 Property changes on: head/sysutils/dsbsu/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property