From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 12 14:20:02 2014 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 ESMTPS id 32D822ED for ; Sat, 12 Apr 2014 14:20:02 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EF841B52 for ; Sat, 12 Apr 2014 14:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CEK1rO078171 for ; Sat, 12 Apr 2014 14:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CEK1EP078170; Sat, 12 Apr 2014 14:20:01 GMT (envelope-from gnats) Resent-Date: Sat, 12 Apr 2014 14:20:01 GMT Resent-Message-Id: <201404121420.s3CEK1EP078170@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 [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 979F52BA for ; Sat, 12 Apr 2014 14:19:00 +0000 (UTC) Received: from nm8.access.bullet.mail.bf1.yahoo.com (nm8.access.bullet.mail.bf1.yahoo.com [216.109.114.70]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20A511B3C for ; Sat, 12 Apr 2014 14:18:59 +0000 (UTC) Received: from [66.196.81.161] by nm8.access.bullet.mail.bf1.yahoo.com with NNFMP; 12 Apr 2014 14:16:06 -0000 Received: from [98.139.221.250] by tm7.access.bullet.mail.bf1.yahoo.com with NNFMP; 12 Apr 2014 14:16:06 -0000 Received: from [127.0.0.1] by smtp120.sbc.mail.bf1.yahoo.com with NNFMP; 12 Apr 2014 14:16:06 -0000 Received: by localhost (sSMTP sendmail emulation); Sat, 12 Apr 2014 10:16:04 -0400 Message-Id: <571297.54053.bm@smtp120.sbc.mail.bf1.yahoo.com> Date: Sat, 12 Apr 2014 10:16:04 -0400 From: James Bailie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/188516: Update Port: deve/libdombey = 3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 12 Apr 2014 14:20:02 -0000 >Number: 188516 >Category: ports >Synopsis: Update Port: deve/libdombey = 3.0 >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: Sat Apr 12 14:20:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 10.0-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD localhost 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr 8 06:45:06 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- dombey.diff begins here --- diff -ruN /usr/ports/devel/libdombey/Makefile ./libdombey/Makefile --- /usr/ports/devel/libdombey/Makefile 2014-03-02 00:11:17.000000000 -0500 +++ ./libdombey/Makefile 2014-04-11 20:15:25.000000000 -0400 @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/libdombey/Makefile 346733 2014-03-02 05:11:17Z tabthorpe $ PORTNAME= libdombey -PORTVERSION= 2.8 +PORTVERSION= 3.0 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/devel/libdombey/distinfo ./libdombey/distinfo --- /usr/ports/devel/libdombey/distinfo 2014-03-02 00:11:17.000000000 -0500 +++ ./libdombey/distinfo 2014-04-12 07:16:55.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (libdombey-2.8.tar.gz) = 3c2aa9d70c5712b0bbc5dfb298ad489b85de038816c3ca9c2e2f749ca6401402 -SIZE (libdombey-2.8.tar.gz) = 16978 +SHA256 (libdombey-3.0.tar.gz) = a7a8b79c67682454533d96e5080fe2f8843f9f37824d93fc225d2cf7fe31e941 +SIZE (libdombey-3.0.tar.gz) = 21236 --- dombey.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: