From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 9 04:35:26 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E65C4D15 for ; Thu, 9 Oct 2014 04:35:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 B2541EFB for ; Thu, 9 Oct 2014 04:35:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s994ZQA5078852 for ; Thu, 9 Oct 2014 04:35:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193591] [patch] graphics/imageindex: fails to run due to using outdated perl syntax Date: Thu, 09 Oct 2014 04:35:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: johnjen@reynoldsnet.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 04:35:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193591 --- Comment #2 from johnjen@reynoldsnet.org --- At long last I was given permission by my co-developer (who owns the CVS repo) to just go ahead and tag what we had as a new version. He is quite preoccupied with life so no bandwidth. The "flush" thing has been fixed for a while, just not rolled into a release. I have rolled a new release tagging it as 2.0 The following is a patch to the imageindex port to bring it up to speed for the 2.0 tarball. I do not know if this is the right place to cut/paste the patch, I am new to this system. diff -u imageindex.orig/Makefile imageindex/Makefile --- imageindex.orig/Makefile 2014-10-08 20:36:01.000000000 -0700 +++ imageindex/Makefile 2014-10-08 20:36:25.000000000 -0700 @@ -2,8 +2,7 @@ # $FreeBSD: head/graphics/imageindex/Makefile 367888 2014-09-10 20:50:31Z gerald $ PORTNAME= imageindex -PORTVERSION= 1.1 -PORTREVISION= 6 +PORTVERSION= 2.0 CATEGORIES= graphics MASTER_SITES= http://www.edwinh.org/imageindex/release/ \ http://www.reynoldsnet.org/imageindex/release/ diff -u imageindex.orig/distinfo imageindex/distinfo --- imageindex.orig/distinfo 2014-10-08 20:36:01.000000000 -0700 +++ imageindex/distinfo 2014-10-08 21:03:51.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (imageindex-1.1.tar.gz) = 78f3d92a334e9b8a970cb07a452eb19485f3971485a3c400b4a680007964f66c -SIZE (imageindex-1.1.tar.gz) = 58073 +SHA256 (imageindex-2.0.tar.gz) = 823514235175d212ffda44bcbe5f348670ac7278cd8b4bf94ddbfafc5dcdcab9 +SIZE (imageindex-2.0.tar.gz) = 54213 -- You are receiving this mail because: You are the assignee for the bug.