From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 27 10:00:13 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8105F106564A for ; Fri, 27 Mar 2009 10:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 584A48FC1A for ; Fri, 27 Mar 2009 10:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2RA0DZH032266 for ; Fri, 27 Mar 2009 10:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2RA0DBU032265; Fri, 27 Mar 2009 10:00:13 GMT (envelope-from gnats) Resent-Date: Fri, 27 Mar 2009 10:00:13 GMT Resent-Message-Id: <200903271000.n2RA0DBU032265@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, bapt Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6247106566B for ; Fri, 27 Mar 2009 09:59:03 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id 10A058FC13 for ; Fri, 27 Mar 2009 09:59:02 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by bwz8 with SMTP id 8so883942bwz.43 for ; Fri, 27 Mar 2009 02:59:02 -0700 (PDT) Received: by 10.223.113.136 with SMTP id a8mr1445931faq.76.1238147940859; Fri, 27 Mar 2009 02:59:00 -0700 (PDT) Received: from wicklow.lan (stc92-3-82-245-249-89.fbx.proxad.net [82.245.249.89]) by mx.google.com with ESMTPS id 21sm706190fkx.19.2009.03.27.02.58.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 27 Mar 2009 02:59:00 -0700 (PDT) Received: by wicklow.lan (Postfix, from userid 0) id DF697F1970; Fri, 27 Mar 2009 10:58:58 +0100 (CET) Message-Id: <20090327095858.DF697F1970@wicklow.lan> Date: Fri, 27 Mar 2009 10:58:58 +0100 (CET) From: bapt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/133119: [MAINTAINER] graphics/libpuzzle: update to 0.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2009 10:00:14 -0000 >Number: 133119 >Category: ports >Synopsis: [MAINTAINER] graphics/libpuzzle: update to 0.11 >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 Mar 27 10:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: bapt >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD wicklow.lan 8.0-CURRENT FreeBSD 8.0-CURRENT #9: Thu Mar 26 08:18:05 CET 2009 >Description: - Update to 0.11 add MAKE_JOBS_SAFE=yes Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libpuzzle-0.11.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/libpuzzle/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 12 Dec 2007 18:28:20 -0000 1.1 +++ Makefile 27 Mar 2009 09:57:55 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libpuzzle -PORTVERSION= 0.9 +PORTVERSION= 0.11 CATEGORIES= graphics MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/ @@ -15,6 +15,8 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd +MAKE_JOBS_SAFE= yes + USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/libpuzzle/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 12 Dec 2007 18:28:20 -0000 1.1 +++ distinfo 27 Mar 2009 09:57:55 -0000 @@ -1,3 +1,3 @@ -MD5 (libpuzzle-0.9.tar.bz2) = dd9f2fbc528dff94d3551ee58d1c249b -SHA256 (libpuzzle-0.9.tar.bz2) = 2adc467631fa7510e1c2b1137b3e2ee4e3dd57e7adab0c295248766b77d20ff3 -SIZE (libpuzzle-0.9.tar.bz2) = 454251 +MD5 (libpuzzle-0.11.tar.bz2) = f9edc7322c6f422be395244eefbda180 +SHA256 (libpuzzle-0.11.tar.bz2) = ba628268df6956366cbd44ae48c3f1bab41e70b4737041a1f33dac9832c44781 +SIZE (libpuzzle-0.11.tar.bz2) = 404403 --- libpuzzle-0.11.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: