Date: Thu, 09 Oct 2014 04:35:25 +0000 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 Message-ID: <bug-193591-13-wN5uN7Jcoj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-193591-13@https.bugs.freebsd.org/bugzilla/> References: <bug-193591-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193591-13-wN5uN7Jcoj>