From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 7 08:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5FD1F82 for ; Fri, 7 Feb 2014 08:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A046B116A for ; Fri, 7 Feb 2014 08:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s178e0tB065818 for ; Fri, 7 Feb 2014 08:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s178e0Ps065817; Fri, 7 Feb 2014 08:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Feb 2014 08:40:00 GMT Resent-Message-Id: <201402070840.s178e0Ps065817@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Dreibholz Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD174F7B for ; Fri, 7 Feb 2014 08:39:33 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A89911164 for ; Fri, 7 Feb 2014 08:39:33 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s178dXYS048121 for ; Fri, 7 Feb 2014 08:39:33 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s178dXTH048112; Fri, 7 Feb 2014 08:39:33 GMT (envelope-from nobody) Message-Id: <201402070839.s178dXTH048112@oldred.freebsd.org> Date: Fri, 7 Feb 2014 08:39:33 GMT From: Thomas Dreibholz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186527: net/rsplib: New upstream release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 08:40:00 -0000 >Number: 186527 >Category: ports >Synopsis: net/rsplib: New upstream release >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 07 08:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Thomas Dreibholz >Release: 9-2 >Organization: Simula Research Laboratory A/S >Environment: FreeBSD pcbsd 9.2-RELEASE-p12 FreeBSD 9.2-RELEASE-p12 #0: Thu Jan 16 21:12:30 UTC 2014 root@amd64-builder.pcbsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: A new upstream version of rsplib has been released. It fixes the FreeBSD compile issue. >How-To-Repeat: >Fix: Apply the attached patch. Patch attached with submission follows: --- /usr/ports/net/rsplib/Makefile 2013-09-21 00:10:23.000000000 +0200 +++ Makefile 2014-02-06 17:51:24.117920340 +0100 @@ -2,10 +2,9 @@ # $FreeBSD: net/rsplib/Makefile 327755 2013-09-20 22:10:23Z bapt $ PORTNAME= rsplib -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.2 CATEGORIES= net -MASTER_SITES= http://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Downloads/ \ - http://www.exp-math.uni-essen.de/~dreibh/rserpool/ +MASTER_SITES= http://www.exp-math.uni-essen.de/~dreibh/rserpool/ MAINTAINER= dreibh@iem.uni-due.de COMMENT= RSerPool Framework and Example Applications --- /usr/ports/net/rsplib/distinfo 2013-02-15 05:55:45.000000000 +0100 +++ distinfo 2014-02-06 17:42:23.157902556 +0100 @@ -1,2 +1,2 @@ -SHA256 (rsplib-3.0.1.tar.gz) = 0bf288da2e558b20020003825e26425392418b746e294bf2a4e76a0f796c8c6b -SIZE (rsplib-3.0.1.tar.gz) = 1043703 +SHA256 (rsplib-3.0.2.tar.gz) = aa9c9035739d7096b6ccabf92c15e67ddd327460e919d52fbb7c578e498a46ef +SIZE (rsplib-3.0.2.tar.gz) = 1061690 --- /usr/ports/net/rsplib/pkg-descr 2013-02-15 05:55:45.000000000 +0100 +++ pkg-descr 2014-02-06 17:56:16.387912263 +0100 @@ -5,4 +5,4 @@ handling and load distribution/balancing) by components called Registrar and a client-side/server-side API for accessing the service of a pool. -WWW: http://tdrwww.iem.uni-due.de/dreibholz/rserpool/ +WWW: http://www.iem.uni-due.de/~dreibh/rserpool/ >Release-Note: >Audit-Trail: >Unformatted: