svn commit: r565964 - head/sysutils/dsbmc

Lars Engels lme at FreeBSD.org
Thu Feb 18 18:19:36 UTC 2021


Author: lme
Date: Thu Feb 18 18:19:35 2021
New Revision: 565964
URL: https://svnweb.freebsd.org/changeset/ports/565964

Log:
  sysutils/dsbmc:
  
  - Update to 1.2
  - Change distfile source and WWW to Github
  - Update pkg-message
  
  Approved by:	maintainer via mail

Modified:
  head/sysutils/dsbmc/Makefile
  head/sysutils/dsbmc/distinfo
  head/sysutils/dsbmc/pkg-descr

Modified: head/sysutils/dsbmc/Makefile
==============================================================================
--- head/sysutils/dsbmc/Makefile	Thu Feb 18 18:18:41 2021	(r565963)
+++ head/sysutils/dsbmc/Makefile	Thu Feb 18 18:19:35 2021	(r565964)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	dsbmc
-DISTVERSION=	1.1
+DISTVERSION=	1.2
 CATEGORIES=	sysutils
-MASTER_SITES=	http://freeshell.de/~mk/download/
 
 MAINTAINER=	mk at nic-nac-project.org
 COMMENT=	Qt client for DSBMD that lets you mount media, and more
@@ -18,5 +17,9 @@ USES=		compiler:c++11-lang desktop-file-utils gl qmake
 
 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>

Modified: head/sysutils/dsbmc/distinfo
==============================================================================
--- head/sysutils/dsbmc/distinfo	Thu Feb 18 18:18:41 2021	(r565963)
+++ head/sysutils/dsbmc/distinfo	Thu Feb 18 18:19:35 2021	(r565964)
@@ -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

Modified: head/sysutils/dsbmc/pkg-descr
==============================================================================
--- head/sysutils/dsbmc/pkg-descr	Thu Feb 18 18:18:41 2021	(r565963)
+++ head/sysutils/dsbmc/pkg-descr	Thu Feb 18 18:19:35 2021	(r565964)
@@ -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


More information about the svn-ports-all mailing list