pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-Net-DBus



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Aug  1 12:35:58 UTC 2016

Modified Files:
        pkgsrc/net/p5-Net-DBus: Makefile distinfo

Log Message:
Updated net/p5-Net-DBus to 1.1.0
--------------------------------
1.1.0 2015-03-16

 - Support customizable timeouts on method calls
 - Fix invocation of properties
 - Fix example in object export tutorial
 - Introduce a new Net::DBus:ProxyObject providing an alternative
   approach for exporting objects
 - Cache objects when casting to interfaces
 - Treat NoReply as fatal when introspecting
 - Add UNIX file descriptor passing
 - Fix misc mistakes in POD docs
 - Fix error when when requesting bus names
 - Fix encoding of dict & variant types
 - Fix decoding of signatures with nested arrays
 - Update README to point to gitlab.com instead of gitorious.org
 - Fix handling of select() return value
 - Fix toggling of timeouts in reactor
 - Add 'strict_exceptions' annotation
 - Document missing constructor parameters.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/p5-Net-DBus/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/p5-Net-DBus/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/p5-Net-DBus/Makefile
diff -u pkgsrc/net/p5-Net-DBus/Makefile:1.12 pkgsrc/net/p5-Net-DBus/Makefile:1.13
--- pkgsrc/net/p5-Net-DBus/Makefile:1.12        Wed Jun  8 19:24:10 2016
+++ pkgsrc/net/p5-Net-DBus/Makefile     Mon Aug  1 12:35:58 2016
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2016/06/08 19:24:10 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2016/08/01 12:35:58 mef Exp $
 #
 
-DISTNAME=      Net-DBus-1.0.0
+DISTNAME=      Net-DBus-1.1.0
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
 

Index: pkgsrc/net/p5-Net-DBus/distinfo
diff -u pkgsrc/net/p5-Net-DBus/distinfo:1.3 pkgsrc/net/p5-Net-DBus/distinfo:1.4
--- pkgsrc/net/p5-Net-DBus/distinfo:1.3 Wed Nov  4 00:35:20 2015
+++ pkgsrc/net/p5-Net-DBus/distinfo     Mon Aug  1 12:35:58 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 00:35:20 agc Exp $
+$NetBSD: distinfo,v 1.4 2016/08/01 12:35:58 mef Exp $
 
-SHA1 (Net-DBus-1.0.0.tar.gz) = 87afae86669f0a7963d7b5542afbd0ac767bc7ab
-RMD160 (Net-DBus-1.0.0.tar.gz) = f2fe3de8bd5b3db3a460655108e8283384b2296a
-SHA512 (Net-DBus-1.0.0.tar.gz) = fa0c47360e204076168e9e62cf72f3443397e7cd83d09ab041b892ef78a017a1abc8f4d57a4114bb415c146cdded283c39dca5c262b5fda14fefbcd4fe634e51
-Size (Net-DBus-1.0.0.tar.gz) = 100667 bytes
+SHA1 (Net-DBus-1.1.0.tar.gz) = 62599a0613c3b6d764531f68a6674729532fa277
+RMD160 (Net-DBus-1.1.0.tar.gz) = c06f6a3f1f9669a8a702bbe33ddc2287903d99d8
+SHA512 (Net-DBus-1.1.0.tar.gz) = 96f5983ef1e33b4abea93277e39e779821c8ee4b1f2bc7a4a3aaa3612b9513a426b9f8e04094eb8449e89324c22c264df2d34b3d3e43dace85f443a57c770cc3
+Size (Net-DBus-1.1.0.tar.gz) = 2075154 bytes



Home | Main Index | Thread Index | Old Index