diff options
author | tj <tj@FreeBSD.org> | 2012-10-17 09:51:38 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2012-10-17 09:51:38 +0800 |
commit | b499d9bf6737f62d2ce38c63cfae046b5c32e50f (patch) | |
tree | a29c24e06a2717e2fcc9b07bf864529c38b654b1 | |
parent | f4a2f715b090a59b3f339f7c42f32b04f807e226 (diff) | |
download | freebsd-ports-gnome-b499d9bf6737f62d2ce38c63cfae046b5c32e50f.tar.gz freebsd-ports-gnome-b499d9bf6737f62d2ce38c63cfae046b5c32e50f.tar.zst freebsd-ports-gnome-b499d9bf6737f62d2ce38c63cfae046b5c32e50f.zip |
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)
-rw-r--r-- | net/p5-Net-STOMP-Client/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-STOMP-Client/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-STOMP-Client/Makefile b/net/p5-Net-STOMP-Client/Makefile index cd198a123509..c5cef4eb0f6c 100644 --- a/net/p5-Net-STOMP-Client/Makefile +++ b/net/p5-Net-STOMP-Client/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Net-STOMP-Client -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/net/p5-Net-STOMP-Client/distinfo b/net/p5-Net-STOMP-Client/distinfo index b4a98d0ea2f8..cd76c8d3713f 100644 --- a/net/p5-Net-STOMP-Client/distinfo +++ b/net/p5-Net-STOMP-Client/distinfo @@ -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 |