From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 29 09:30:08 2010 Return-Path: Delivered-To: freebsd-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 15BCE1065670 for ; Tue, 29 Jun 2010 09:30:08 +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 CF0608FC1D for ; Tue, 29 Jun 2010 09:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o5T9U7Bq073544 for ; Tue, 29 Jun 2010 09:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o5T9U7JM073543; Tue, 29 Jun 2010 09:30:07 GMT (envelope-from gnats) Resent-Date: Tue, 29 Jun 2010 09:30:07 GMT Resent-Message-Id: <201006290930.o5T9U7JM073543@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, C-S Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40ACE1065674 for ; Tue, 29 Jun 2010 09:20:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 176268FC12 for ; Tue, 29 Jun 2010 09:20:29 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o5T9KSNE055517 for ; Tue, 29 Jun 2010 09:20:28 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o5T9KSmi055516; Tue, 29 Jun 2010 09:20:28 GMT (envelope-from nobody) Message-Id: <201006290920.o5T9KSmi055516@www.freebsd.org> Date: Tue, 29 Jun 2010 09:20:28 GMT From: C-S To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/148227: [UPDATE] graphics/pixelize X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2010 09:30:08 -0000 >Number: 148227 >Category: misc >Synopsis: [UPDATE] graphics/pixelize >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 29 09:30:07 UTC 2010 >Closed-Date: >Last-Modified: >Originator: C-S >Release: >Organization: >Environment: >Description: Update to 1.0.0 and I'd take maintainership. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -C 5 pixelize.old/Makefile pixelize.new/Makefile *** pixelize.old/Makefile 2010-06-29 11:15:02.853633930 +0200 --- pixelize.new/Makefile 2010-06-29 11:18:36.803163660 +0200 *************** *** 5,27 **** # # $FreeBSD: ports/graphics/pixelize/Makefile,v 1.15 2010/03/28 06:37:32 dinoex Exp $ # PORTNAME= pixelize ! PORTVERSION= 0.9.2 ! PORTREVISION= 8 CATEGORIES= graphics ! MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ! ftp://lashwhip.com/pub/ \ ! http://lashwhip.com/pixelize/ ! MASTER_SITE_SUBDIR= apps/graphics/misc ! MAINTAINER= ports@FreeBSD.org COMMENT= Use many scaled down images to try to duplicate another image USE_GNOME= gtk12 imlib post-patch: @${REINPLACE_CMD} -e "s|^CC|#CC|" -e "s|CFLAGS = -g|CFLAGS+= |" \ -e "s|gtk-config|${GTK_CONFIG}|g" \ -e "s|imlib-config|${IMLIB_CONFIG}|g" ${WRKSRC}/Makefile --- 5,29 ---- # # $FreeBSD: ports/graphics/pixelize/Makefile,v 1.15 2010/03/28 06:37:32 dinoex Exp $ # PORTNAME= pixelize ! PORTVERSION= 1.0.0 CATEGORIES= graphics ! MASTER_SITES= ftp://lashwhip.com/pub/ \ ! http://lashwhip.com/pixelize/ \ ! http://www.c-s.li/ports/ ! MAINTAINER= c-s@c-s.li COMMENT= Use many scaled down images to try to duplicate another image + LICENSE= GPLv2 + USE_GNOME= gtk12 imlib + PLIST_FILES= bin/make_db bin/pixelize + post-patch: @${REINPLACE_CMD} -e "s|^CC|#CC|" -e "s|CFLAGS = -g|CFLAGS+= |" \ -e "s|gtk-config|${GTK_CONFIG}|g" \ -e "s|imlib-config|${IMLIB_CONFIG}|g" ${WRKSRC}/Makefile diff -C 5 pixelize.old/distinfo pixelize.new/distinfo *** pixelize.old/distinfo 2010-06-29 11:15:02.853633930 +0200 --- pixelize.new/distinfo 2010-06-29 11:18:36.803163660 +0200 *************** *** 1,3 **** ! MD5 (pixelize-0.9.2.tar.gz) = 8f61c0c604d7418acb3ff0b922a2be9e ! SHA256 (pixelize-0.9.2.tar.gz) = 5a1b0c81b2fae02de9761aea679ff3f5e8f4f1481617e79f929a76353890921d ! SIZE (pixelize-0.9.2.tar.gz) = 31359 --- 1,3 ---- ! MD5 (pixelize-1.0.0.tar.gz) = b3832915803da637bd619b66974b0031 ! SHA256 (pixelize-1.0.0.tar.gz) = 580b3577c6bc1353ebabcd32c9700cf2e1afe777077b37f6a99b9d2d5e25a7f8 ! SIZE (pixelize-1.0.0.tar.gz) = 32943 Only in pixelize.old: pkg-plist >Release-Note: >Audit-Trail: >Unformatted: