pkgsrc-WIP-changes archive

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

workrave: Switch to github fork and set version to 1.10.34



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Feb 11 14:36:20 2020 +0100
Changeset:	519bc699f7117422e8b6f5bd93cfa98ce7443718

Modified Files:
	workrave/Makefile
	workrave/distinfo
Removed Files:
	workrave/patches/patch-configure
	workrave/patches/patch-configure.ac

Log Message:
workrave: Switch to github fork and set version to 1.10.34

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

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

diffstat:
 workrave/Makefile                   |  5 +--
 workrave/distinfo                   | 10 +++---
 workrave/patches/patch-configure    | 68 -------------------------------------
 workrave/patches/patch-configure.ac | 55 ------------------------------
 4 files changed, 7 insertions(+), 131 deletions(-)

diffs:
diff --git a/workrave/Makefile b/workrave/Makefile
index b9521291a8..bf29ee5d92 100644
--- a/workrave/Makefile
+++ b/workrave/Makefile
@@ -1,8 +1,9 @@
 # $NetBSD: Makefile,v 1.6 2012/10/07 20:11:07 asau Exp $
 
-DISTNAME=		workrave-1.10.1
+DISTNAME=		workrave-1.10.34
 CATEGORIES=		x11
-MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=workrave/}
+MASTER_SITES=		${MASTER_SITE_GITHUB:=rcaelers/}
+GITHUB_TAG=		v${PKGVERSION_NOREV:C/\./_/g}
 
 MAINTAINER=		bsd%cs.ubc.ca@localhost
 HOMEPAGE=		http://www.workrave.org/
diff --git a/workrave/distinfo b/workrave/distinfo
index 82adf03686..980205e35e 100644
--- a/workrave/distinfo
+++ b/workrave/distinfo
@@ -1,8 +1,6 @@
 $NetBSD: distinfo,v 1.2 2007/10/01 22:51:22 briandealwis Exp $
 
-SHA1 (workrave-1.10.1.tar.gz) = b5ad2c6748b0b9eb5e997532dd1401ebcb33dc40
-RMD160 (workrave-1.10.1.tar.gz) = 2dd2578b49d31971167473214775fa2fd5b10b11
-SHA512 (workrave-1.10.1.tar.gz) = 4f721ebaceb43f542c25b0eb3fcd2e2d205290c982ddb57628c56bfed0c63fdde85adf304b4fdaf07908e31e8e31942ffdf17a9f1f0a3e62fec71aa5722d946a
-Size (workrave-1.10.1.tar.gz) = 6800197 bytes
-SHA1 (patch-configure) = 3c056eb9601a1bf9fbd09da44de2e988dee0f947
-SHA1 (patch-configure.ac) = 368216f3cf678fd6ed9b20f7e59ac601b1f0a989
+SHA1 (workrave-1.10.34.tar.gz) = 0e8b5ce60a56850f86807c4ceaafcde7f4be3384
+RMD160 (workrave-1.10.34.tar.gz) = c018ba5c682cb6a84f2c56c36736f2ab5647db24
+SHA512 (workrave-1.10.34.tar.gz) = 171801a9e88b05af92dac603014aecd20b4afd3343430ae93b33e495f4aed05d0138a93474e06ba9cd39655913dbf5f5e68f31800eba8ff050690e240170496f
+Size (workrave-1.10.34.tar.gz) = 6389736 bytes
diff --git a/workrave/patches/patch-configure b/workrave/patches/patch-configure
deleted file mode 100644
index 502162098e..0000000000
--- a/workrave/patches/patch-configure
+++ /dev/null
@@ -1,68 +0,0 @@
-$NetBSD$
-
---- configure.orig	2013-06-12 16:55:18.000000000 +0000
-+++ configure
-@@ -19093,7 +19093,7 @@ if test "x$ac_cv_lib_Xss_XScreenSaverReg
- fi
- 
- 
--    if test "x$have_xscreensaver" == "xyes"; then
-+    if test "x$have_xscreensaver" = "xyes"; then
- 	cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h.  */
- 
-@@ -19221,11 +19221,11 @@ fi
- if test "x$platform_os_unix" = "xyes"
- then
- 
--    if test "x$enable_monitors" == "x"; then
--        if test "x$have_xrecord" == "xyes" ; then
-+    if test "x$enable_monitors" = "x"; then
-+        if test "x$have_xrecord" = "xyes" ; then
- 	  enable_monitors="record"
-         fi
--        if test "x$have_xscreensaver" == "xyes" ; then
-+        if test "x$have_xscreensaver" = "xyes" ; then
- 	    if test "x$enable_monitors" != "x"; then
- 	        enable_monitors="$enable_monitors,"
- 	    fi
-@@ -19239,11 +19239,8 @@ then
- 
-     loop=${enable_monitors},
- 
--    while echo $loop | grep \, &> /dev/null
-+    for monitor in `echo ${loop} | sed -e 's/,/ /g'`;
-     do
--        monitor=${loop%%\,*}
--        loop=${loop#*\,}
--
-         case "$monitor" in
-            record)
- 	       if test "x$have_xrecord" != "xyes" ; then
-@@ -19357,7 +19354,7 @@ $as_echo "yes" >&6; }
- fi
- fi
- 
--if test "x$config_dbus_gio" == "xno" -a "x$enable_dbus" != "xno"
-+if test "x$config_dbus_gio" = "xno" -a "x$enable_dbus" != "xno"
- then
-     if test "x$platform_os_win32" = "xyes"
-     then
-@@ -19602,7 +19599,7 @@ $as_echo "#define HAVE_DBUS /**/" >>conf
- $as_echo "#define HAVE_DBUSGLIB /**/" >>confdefs.h
- 
-     fi
--    if test "x$config_dbus_gio" == "xyes";
-+    if test "x$config_dbus_gio" = "xyes";
-     then
- 
- $as_echo "#define HAVE_DBUS_GIO 1" >>confdefs.h
-@@ -20119,7 +20116,7 @@ fi
- config_gsettings=no
- if test "x$enable_gsettings" != "xno" -a "x$config_gnome3" = "xyes"
- then
--   if test "x$platform_os_unix" == "xyes"; then
-+   if test "x$platform_os_unix" = "xyes"; then
- 
- 
-   # Check whether --enable-schemas-compile was given.
diff --git a/workrave/patches/patch-configure.ac b/workrave/patches/patch-configure.ac
deleted file mode 100644
index aeb2584179..0000000000
--- a/workrave/patches/patch-configure.ac
+++ /dev/null
@@ -1,55 +0,0 @@
-$NetBSD$
-
---- configure.ac.orig	2013-06-12 16:40:10.000000000 +0000
-+++ configure.ac
-@@ -385,7 +385,7 @@ then
- 			[],
- 			[-lX11 -lXext -lm])
- 
--    if test "x$have_xscreensaver" == "xyes"; then
-+    if test "x$have_xscreensaver" = "xyes"; then
- 	AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
- 		#include <X11/Xlib.h>
- 		#include <X11/extensions/scrnsaver.h>
-@@ -408,11 +408,11 @@ dnl
- if test "x$platform_os_unix" = "xyes"
- then
- 
--    if test "x$enable_monitors" == "x"; then
--        if test "x$have_xrecord" == "xyes" ; then
-+    if test "x$enable_monitors" = "x"; then
-+        if test "x$have_xrecord" = "xyes" ; then
- 	  enable_monitors="record"
-         fi
--        if test "x$have_xscreensaver" == "xyes" ; then
-+        if test "x$have_xscreensaver" = "xyes" ; then
- 	    if test "x$enable_monitors" != "x"; then
- 	        enable_monitors="$enable_monitors,"
- 	    fi
-@@ -475,7 +475,7 @@ PKG_CHECK_MODULES([GIO],
- 		   ], [ config_dbus_gio=no])
- fi
- 
--if test "x$config_dbus_gio" == "xno" -a "x$enable_dbus" != "xno"
-+if test "x$config_dbus_gio" = "xno" -a "x$enable_dbus" != "xno"
- then
-     if test "x$platform_os_win32" = "xyes"
-     then
-@@ -504,7 +504,7 @@ then
-     then
-         AC_DEFINE(HAVE_DBUSGLIB, , [DBus-glib support])
-     fi
--    if test "x$config_dbus_gio" == "xyes";
-+    if test "x$config_dbus_gio" = "xyes";
-     then
-         AC_DEFINE(HAVE_DBUS_GIO, 1, [Have GIO DBUS support])
-     fi
-@@ -608,7 +608,7 @@ PKG_CHECK_MODULES([GLIB],
- config_gsettings=no		  
- if test "x$enable_gsettings" != "xno" -a "x$config_gnome3" = "xyes"
- then
--   if test "x$platform_os_unix" == "xyes"; then		  
-+   if test "x$platform_os_unix" = "xyes"; then		  
-       GLIB_GSETTINGS
-       config_gsettings=yes
-       AC_DEFINE(HAVE_GSETTINGS, 1, [Have GSettings])


Home | Main Index | Thread Index | Old Index