pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

progman-git: Update to latest git commit



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Mon Jan 11 21:46:28 2021 +0100
Changeset:	d54f95bd99846e6065ac666010075f5d5b9a4cbd

Modified Files:
	progman-git/Makefile
	progman-git/PLIST
	progman-git/distinfo

Log Message:
progman-git: Update to latest git commit

Changes
 - Warnings fixed.
 - Minor fixes.
 - HIDPI disabled by default.
 - Added tests.
 - Smaller title bar for utility windows.
 - 'Open terminal' keyboard shortcut now set in ini.
 - Fallback menu with xterm if there's no config file.
 - Out-of-date man page removed.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d54f95bd99846e6065ac666010075f5d5b9a4cbd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 progman-git/Makefile | 4 ++--
 progman-git/PLIST    | 1 -
 progman-git/distinfo | 8 ++++----
 3 files changed, 6 insertions(+), 7 deletions(-)

diffs:
diff --git a/progman-git/Makefile b/progman-git/Makefile
index 5f6472e9ab..a6efd8178e 100644
--- a/progman-git/Makefile
+++ b/progman-git/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	progman-0.0
+DISTNAME=	progman-0.0.20200810
 CATEGORIES=	wm
 MASTER_SITES=	${MASTER_SITE_GITHUB:=jcs/}
-GITHUB_TAG=	195c1da675cd861b0f6d3253182c8da03d3dca6e
+GITHUB_TAG=	1d001b5ec8418ee5e625828f8cbd6a8e17113a5a
 
 MAINTAINER=	sjmulder%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/jcs/progman
diff --git a/progman-git/PLIST b/progman-git/PLIST
index d217017577..40b1936843 100644
--- a/progman-git/PLIST
+++ b/progman-git/PLIST
@@ -1,4 +1,3 @@
 @comment $NetBSD$
 bin/aemenu
 bin/progman
-man/man1/progman.1
diff --git a/progman-git/distinfo b/progman-git/distinfo
index 0485f7f424..18a46fe039 100644
--- a/progman-git/distinfo
+++ b/progman-git/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (progman-0.0-195c1da675cd861b0f6d3253182c8da03d3dca6e.tar.gz) = 349d3cba53ce1eb241471565581a7bb1c9a95de8
-RMD160 (progman-0.0-195c1da675cd861b0f6d3253182c8da03d3dca6e.tar.gz) = bf64e11a865dc8ea3052ffeb7095453ecaf67263
-SHA512 (progman-0.0-195c1da675cd861b0f6d3253182c8da03d3dca6e.tar.gz) = b7425ddb5029ed89391ea0c0a2f0b3aa91350db24002feb61b20d2bde017ce27892273d199fb2f14570d66935d854a9235a4de2bbbb34fc8e0ef4d03fa09eb27
-Size (progman-0.0-195c1da675cd861b0f6d3253182c8da03d3dca6e.tar.gz) = 41094 bytes
+SHA1 (progman-0.0-1d001b5ec8418ee5e625828f8cbd6a8e17113a5a.tar.gz) = f5a16cb8a448d2361600745a449c5cf95d21ea5d
+RMD160 (progman-0.0-1d001b5ec8418ee5e625828f8cbd6a8e17113a5a.tar.gz) = bd143b4e7d19e2b1fd256b23385b687273959053
+SHA512 (progman-0.0-1d001b5ec8418ee5e625828f8cbd6a8e17113a5a.tar.gz) = cca0682bdf4091d8d627bd941ef0d49b370ea275d0b8e66404bcbfefc0ee81c63d7876356ef84fb02e0564b569b5d6f2d3d10674cc269e9e1eba4dd6a9505d19
+Size (progman-0.0-1d001b5ec8418ee5e625828f8cbd6a8e17113a5a.tar.gz) = 44315 bytes


Home | Main Index | Thread Index | Old Index