From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 21:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org 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 ESMTP id 216E8A0E for ; Tue, 10 Sep 2013 21:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) 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 F231A2C1A for ; Tue, 10 Sep 2013 21:10: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 r8ALA0j1030881 for ; Tue, 10 Sep 2013 21:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ALA0lb030880; Tue, 10 Sep 2013 21:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 21:10:00 GMT Resent-Message-Id: <201309102110.r8ALA0lb030880@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, James Bailie 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 ESMTP id 55119901 for ; Tue, 10 Sep 2013 21:08:05 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm6-vm7.access.bullet.mail.bf1.yahoo.com (nm6-vm7.access.bullet.mail.bf1.yahoo.com [216.109.114.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D36542C01 for ; Tue, 10 Sep 2013 21:08:04 +0000 (UTC) Received: from [66.196.81.159] by nm6.access.bullet.mail.bf1.yahoo.com with NNFMP; 10 Sep 2013 21:05:27 -0000 Received: from [98.139.221.67] by tm5.access.bullet.mail.bf1.yahoo.com with NNFMP; 10 Sep 2013 21:05:27 -0000 Received: from [127.0.0.1] by smtp104.rog.mail.bf1.yahoo.com with NNFMP; 10 Sep 2013 21:05:27 -0000 Received: by localhost (sSMTP sendmail emulation); Tue, 10 Sep 2013 17:05:25 -0400 Message-Id: <240536.159.bm@smtp104.rog.mail.bf1.yahoo.com> Date: Tue, 10 Sep 2013 17:05:25 -0400 From: James Bailie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181996: Update Port: devel/libserver => 1.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 21:10:01 -0000 >Number: 181996 >Category: ports >Synopsis: Update Port: devel/libserver => 1.14 >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: Tue Sep 10 21:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 9.1-RELEASE-p7 amd64 >Organization: >Environment: System: FreeBSD localhost 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:34:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- libserver.diff begins here --- diff -ruN /usr/ports/devel/libserver/Makefile ./libserver/Makefile --- /usr/ports/devel/libserver/Makefile 2013-09-03 20:36:53.000000000 -0400 +++ ./libserver/Makefile 2013-09-07 14:29:07.000000000 -0400 @@ -2,7 +2,7 @@ # $FreeBSD: devel/libserver/Makefile 326237 2013-09-04 00:36:53Z tabthorpe $ PORTNAME= libserver -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/devel/libserver/distinfo ./libserver/distinfo --- /usr/ports/devel/libserver/distinfo 2013-09-03 20:36:53.000000000 -0400 +++ ./libserver/distinfo 2013-09-07 14:31:09.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (libserver-1.13.tar.gz) = 1af6588be35e3eea9a7d768fd14bcfd76bb32d62de2b02e73873e40e958f0d39 -SIZE (libserver-1.13.tar.gz) = 11006 +SHA256 (libserver-1.14.tar.gz) = f8ed5e88e6742eb908a1c6212030fa459dbdc4896a82694357499ffc6d18df40 +SIZE (libserver-1.14.tar.gz) = 11091 --- libserver.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: