svn commit: r546392 - head/sysutils/dsbmc
Fernando ApesteguĂa
fernape at FreeBSD.org
Thu Aug 27 18:29:05 UTC 2020
Author: fernape
Date: Thu Aug 27 18:29:04 2020
New Revision: 546392
URL: https://svnweb.freebsd.org/changeset/ports/546392
Log:
sysutils/dsbmc: Update to 1.1
ChangeLog: https://freeshell.de/~mk/projects/dsbmc-relnotes.html
* The application name and RESOURCE_NAME environment variable will now be set
so that WM_CLASS is defined.
* An item has been added to the tray menu to show/hide the main window. This is
basically a modification of the patch provided by @Peter2121.
* realpath() will now be used to resolve image file paths.
* When trying to start another instance of DSBMC, the main window of the
previous instance will be shown.
PR: 248930
Submitted by: mk at nic-nac-project.org (maintainer)
Modified:
head/sysutils/dsbmc/Makefile
head/sysutils/dsbmc/distinfo
Modified: head/sysutils/dsbmc/Makefile
==============================================================================
--- head/sysutils/dsbmc/Makefile Thu Aug 27 18:27:34 2020 (r546391)
+++ head/sysutils/dsbmc/Makefile Thu Aug 27 18:29:04 2020 (r546392)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dsbmc
-DISTVERSION= 1.0
+DISTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= http://freeshell.de/~mk/download/
Modified: head/sysutils/dsbmc/distinfo
==============================================================================
--- head/sysutils/dsbmc/distinfo Thu Aug 27 18:27:34 2020 (r546391)
+++ head/sysutils/dsbmc/distinfo Thu Aug 27 18:29:04 2020 (r546392)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577528374
-SHA256 (dsbmc-1.0.tgz) = 71420ac3a681bf6e1e8ed908186fb14dc56746d44a884f7ac00bd6484022c558
-SIZE (dsbmc-1.0.tgz) = 36241
+TIMESTAMP = 1598444894
+SHA256 (dsbmc-1.1.tgz) = 8d420dc976c8e34abb7801d2ddc8d3c701265008246a0a0d7feb81cfd2e57388
+SIZE (dsbmc-1.1.tgz) = 36812
More information about the svn-ports-all
mailing list