pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/restclient-ui



Module Name:    pkgsrc
Committed By:   abs
Date:           Fri Feb  1 16:49:07 UTC 2019

Modified Files:
        pkgsrc/net/restclient-ui: Makefile PLIST distinfo

Log Message:
Updated net/restclient-ui to 3.7.1

Changes

3.7.1

  Restored support for Java 8.

3.7.0

  #71 Added support for empty passwords for BASIC and DIGEST auth.
  #72 Ability to edit URL encoded body parameter.
  #73 Zip distribution build was generating wrong format.

3.6.2

  XML formatting now uses jxmlfmt.
  Built using Java 10. Requires Java 10 to run.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/restclient-ui/Makefile \
    pkgsrc/net/restclient-ui/PLIST pkgsrc/net/restclient-ui/distinfo

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

Modified files:

Index: pkgsrc/net/restclient-ui/Makefile
diff -u pkgsrc/net/restclient-ui/Makefile:1.2 pkgsrc/net/restclient-ui/Makefile:1.3
--- pkgsrc/net/restclient-ui/Makefile:1.2       Tue Dec 13 10:57:59 2016
+++ pkgsrc/net/restclient-ui/Makefile   Fri Feb  1 16:49:07 2019
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2016/12/13 10:57:59 abs Exp $
+# $NetBSD: Makefile,v 1.3 2019/02/01 16:49:07 abs Exp $
 
-DISTNAME=      restclient-ui-fat-3.6.1
-PKGNAME=       restclient-ui-3.6.1
+DISTNAME=      restclient-ui-fat-3.7.1
+PKGNAME=       restclient-ui-3.7.1
 CATEGORIES=    net
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=wiztools/}rest-client/releases/download/3.6.1/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=wiztools/}rest-client/releases/download/3.7.1/
 EXTRACT_SUFX=  .jar
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/net/restclient-ui/PLIST
diff -u pkgsrc/net/restclient-ui/PLIST:1.2 pkgsrc/net/restclient-ui/PLIST:1.3
--- pkgsrc/net/restclient-ui/PLIST:1.2  Tue Dec 13 10:57:59 2016
+++ pkgsrc/net/restclient-ui/PLIST      Fri Feb  1 16:49:07 2019
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2016/12/13 10:57:59 abs Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/02/01 16:49:07 abs Exp $
 bin/restclient-ui
-lib/java/restclient-ui/restclient-ui-fat-3.6.1.jar
+lib/java/restclient-ui/restclient-ui-fat-3.7.1.jar
Index: pkgsrc/net/restclient-ui/distinfo
diff -u pkgsrc/net/restclient-ui/distinfo:1.2 pkgsrc/net/restclient-ui/distinfo:1.3
--- pkgsrc/net/restclient-ui/distinfo:1.2       Tue Dec 13 10:57:59 2016
+++ pkgsrc/net/restclient-ui/distinfo   Fri Feb  1 16:49:07 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/12/13 10:57:59 abs Exp $
+$NetBSD: distinfo,v 1.3 2019/02/01 16:49:07 abs Exp $
 
-SHA1 (restclient-ui-fat-3.6.1.jar) = 1d1f82b4051d4b494c791dea25dad09b6f28d136
-RMD160 (restclient-ui-fat-3.6.1.jar) = c0cd42a3bea83656bd9c1280dab22a4e9b41e220
-SHA512 (restclient-ui-fat-3.6.1.jar) = 2575309a2540a0598fe81047f6bd9f7b3e8c14f423054f0d6d23dbe5f1e1a37ea437b82701c4c8ec7ca5a2b12217df1d3761d0d9858aa031b9f236e4a2c9a4aa
-Size (restclient-ui-fat-3.6.1.jar) = 19240934 bytes
+SHA1 (restclient-ui-fat-3.7.1.jar) = 6bbdf137e6254bfb83b9dd8ac60e5780988bd4ef
+RMD160 (restclient-ui-fat-3.7.1.jar) = f2b9cf31e3aa8a131ce4c5bb9416bba76ed4e07b
+SHA512 (restclient-ui-fat-3.7.1.jar) = c3f90594a192afdbdf1520a1f98ca5c77a3874a26c86f7f6da490bbafd176c930e6148ee0f4eba94758c777f7a35aff5dc17532443f6290c608996d37c93e49e
+Size (restclient-ui-fat-3.7.1.jar) = 19332082 bytes



Home | Main Index | Thread Index | Old Index