diff options
author | Lars Engels <lme@FreeBSD.org> | 2021-02-18 18:19:35 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2021-02-18 18:19:35 +0000 |
commit | f7df6f3000da2c3db3e14336df8dbc672cb31dfc (patch) | |
tree | 1d5a655d60c8481d5b93b590d4a81a81e0bd3e38 /sysutils/dsbmc | |
parent | 3e4455e9090a2f50ce8c487a7199fdabeac206f4 (diff) | |
download | ports-f7df6f3000da2c3db3e14336df8dbc672cb31dfc.tar.gz ports-f7df6f3000da2c3db3e14336df8dbc672cb31dfc.zip |
Notes
Diffstat (limited to 'sysutils/dsbmc')
-rw-r--r-- | sysutils/dsbmc/Makefile | 7 | ||||
-rw-r--r-- | sysutils/dsbmc/distinfo | 6 | ||||
-rw-r--r-- | sysutils/dsbmc/pkg-descr | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/sysutils/dsbmc/Makefile b/sysutils/dsbmc/Makefile index 4d1994b31bc1..52d835ad7442 100644 --- a/sysutils/dsbmc/Makefile +++ b/sysutils/dsbmc/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= dsbmc -DISTVERSION= 1.1 +DISTVERSION= 1.2 CATEGORIES= sysutils -MASTER_SITES= http://freeshell.de/~mk/download/ MAINTAINER= mk@nic-nac-project.org COMMENT= Qt client for DSBMD that lets you mount media, and more @@ -19,4 +18,8 @@ USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 tar:tgz USE_GL= gl USE_QT= buildtools_build core gui linguisttools_build widgets +USE_GITHUB= yes +GH_ACCOUNT= mrclksr +GH_PROJECT= DSBMC + .include <bsd.port.mk> diff --git a/sysutils/dsbmc/distinfo b/sysutils/dsbmc/distinfo index 430b5e79e9a0..54db0704df9e 100644 --- a/sysutils/dsbmc/distinfo +++ b/sysutils/dsbmc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598444894 -SHA256 (dsbmc-1.1.tgz) = 8d420dc976c8e34abb7801d2ddc8d3c701265008246a0a0d7feb81cfd2e57388 -SIZE (dsbmc-1.1.tgz) = 36812 +TIMESTAMP = 1612973352 +SHA256 (mrclksr-DSBMC-1.2_GH0.tar.gz) = 511c2e2454290614c526872c9abeaf127a7d074b2acec5edf4a02cac2bb324f5 +SIZE (mrclksr-DSBMC-1.2_GH0.tar.gz) = 38680 diff --git a/sysutils/dsbmc/pkg-descr b/sysutils/dsbmc/pkg-descr index 4ca28789f5d3..e556e784a1a2 100644 --- a/sysutils/dsbmc/pkg-descr +++ b/sysutils/dsbmc/pkg-descr @@ -1,4 +1,4 @@ -DSBMC is a GTK+ client for DSBMD. It allows you to mount, unmount, open media +DSBMC is a Qt client for DSBMD. It allows you to mount, unmount, open media in a file manager, set the reading speed of a CD/DVD or play a CD/DVD. -WWW: http://freeshell.de/~mk/projects/dsbmc.html +WWW: https://github.com/mrclksr/DSBMC |