svn commit: r305996 - head/net/p5-Net-STOMP-Client

Tom Judge tj at FreeBSD.org
Wed Oct 17 01:51:39 UTC 2012


Author: tj
Date: Wed Oct 17 01:51:38 2012
New Revision: 305996
URL: http://svn.freebsd.org/changeset/ports/305996

Log:
  Update to 1.8.
  
  Changes:
  
   * Ignore I/O errors after we have successfully sent the DISCONNECT frame.
   * Added support for non-blocking I/O, this is now the default I/O mode.
  
  Feature safe:	yes
  Approved by:	eadler (mentor)

Modified:
  head/net/p5-Net-STOMP-Client/Makefile
  head/net/p5-Net-STOMP-Client/distinfo

Modified: head/net/p5-Net-STOMP-Client/Makefile
==============================================================================
--- head/net/p5-Net-STOMP-Client/Makefile	Tue Oct 16 23:57:52 2012	(r305995)
+++ head/net/p5-Net-STOMP-Client/Makefile	Wed Oct 17 01:51:38 2012	(r305996)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Net-STOMP-Client
-PORTVERSION=	1.7
+PORTVERSION=	1.8
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/net/p5-Net-STOMP-Client/distinfo
==============================================================================
--- head/net/p5-Net-STOMP-Client/distinfo	Tue Oct 16 23:57:52 2012	(r305995)
+++ head/net/p5-Net-STOMP-Client/distinfo	Wed Oct 17 01:51:38 2012	(r305996)
@@ -1,2 +1,2 @@
-SHA256 (Net-STOMP-Client-1.7.tar.gz) = 1f7ec8ea5d67063028590b269dcde558f47faae78ae5ede0f842a2ba899e9d7c
-SIZE (Net-STOMP-Client-1.7.tar.gz) = 38502
+SHA256 (Net-STOMP-Client-1.8.tar.gz) = 77f079523df519f8b2eb8f3105984d34f134e7bbe6a76fdceb5e0c2fb1ca9b14
+SIZE (Net-STOMP-Client-1.8.tar.gz) = 39354


More information about the svn-ports-all mailing list