From owner-freebsd-x11@FreeBSD.ORG Sat Oct 24 18:21:11 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EC3B10656A3 for ; Sat, 24 Oct 2009 18:21:11 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 04DC38FC21 for ; Sat, 24 Oct 2009 18:21:10 +0000 (UTC) Received: by yxe1 with SMTP id 1so8819201yxe.3 for ; Sat, 24 Oct 2009 11:21:10 -0700 (PDT) Received: by 10.150.172.39 with SMTP id u39mr16760485ybe.43.1256408029346; Sat, 24 Oct 2009 11:13:49 -0700 (PDT) Received: from fbsd.scjamorim.org (200-163-8-49.bsace705.dsl.brasiltelecom.net.br [200.163.8.49]) by mx.google.com with ESMTPS id 4sm536450ywg.13.2009.10.24.11.13.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 24 Oct 2009 11:13:48 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id E5D8C3F5F97; Sat, 24 Oct 2009 16:13:47 -0200 (BRST) To: FreeBSD-gnats-submit@freebsd.org From: Sylvio Cesar X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091024181347.E5D8C3F5F97@fbsd.scjamorim.org> Date: Sat, 24 Oct 2009 16:13:47 -0200 (BRST) Cc: x11@FreeBSD.org Subject: [PATCH] x11/bitmap: update to 1.0.4 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2009 18:21:11 -0000 >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/bitmap: update to 1.0.4 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.0.4 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- bitmap-1.0.4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/bitmap/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 23 Jan 2009 16:28:10 -0000 1.2 +++ Makefile 24 Oct 2009 18:13:25 -0000 @@ -6,8 +6,7 @@ # PORTNAME= bitmap -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/bitmap/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 19 May 2007 20:25:54 -0000 1.1 +++ distinfo 24 Oct 2009 18:13:25 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/app/bitmap-1.0.3.tar.bz2) = 98200c358e5401d648b980564d9ae39d -SHA256 (xorg/app/bitmap-1.0.3.tar.bz2) = 863f673518af19f9ae35ee221b30bf8c8b695c76c543d18b3ac400a51b855c41 -SIZE (xorg/app/bitmap-1.0.3.tar.bz2) = 129364 +MD5 (xorg/app/bitmap-1.0.4.tar.bz2) = 7d0c1ac193be2491c72a91ccf37ef18e +SHA256 (xorg/app/bitmap-1.0.4.tar.bz2) = 2517aaa015795a348435e4e83bafe7642d4b2fe1976ee982a5d652cf417f79d8 +SIZE (xorg/app/bitmap-1.0.4.tar.bz2) = 140565 --- bitmap-1.0.4.patch ends here ---