From owner-freebsd-perl@FreeBSD.ORG Wed Sep 17 20:02:20 2014 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79B52603 for ; Wed, 17 Sep 2014 20:02:20 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36027FCB for ; Wed, 17 Sep 2014 20:02:19 +0000 (UTC) Received: from udns.ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.5/8.14.5) with ESMTP id s8HK4wG0008508; Wed, 17 Sep 2014 13:05:04 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) Received: (from www@localhost) by udns.ultimatedns.net (8.14.5/8.14.5/Submit) id s8HK4qmQ008504; Wed, 17 Sep 2014 13:04:52 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) Received: from unavailable01.ultimatedns.net ([209.180.214.227]) (UDNSMS authenticated user chrish) by ultimatedns.net with HTTP; Wed, 17 Sep 2014 13:04:53 -0700 (PDT) Message-ID: In-Reply-To: <5419D7EC.20101@gmail.com> References: <5419D7EC.20101@gmail.com> Date: Wed, 17 Sep 2014 13:04:53 -0700 (PDT) Subject: Re: FreeBSD Port: textproc/ack From: "Chris H" To: "Jungle Boogie" User-Agent: UDNSMS/2.0.3 MIME-Version: 1.0 Content-Type: multipart/mixed;boundary="----=_20140917130452_43826" X-Priority: 3 (Normal) Importance: Normal Cc: perl@freebsd.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 20:02:20 -0000 ------=_20140917130452_43826 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit > Hello All, > > What would it take to have ack updated to the latest version[0]? Freshports > lists 2.12 as the latest[1] which according to release notes[2] is from > December 2013. > > > [0] http://beyondgrep.com/changes.txt > 2.14 Wed Sep 3 22:48:00 CDT 2014 > > [1] http://www.freshports.org/textproc/ack/ > > [2] http://beyondgrep.com/changes.txt > 2.12 Tue Dec 3 07:05:02 CST 2013 Well. Assuming there are no issues upstream, with the latest version. It would be as simple as filing a pr(1) on bugzilla, and submitting the attached svn(1) diff(1) -- textproc-ack2_14.diff :) --Chris > > > -- > inum: 883510009027723 > sip: jungleboogie@sip2sip.info > xmpp: jungle-boogie@jit.si > _______________________________________________ > freebsd-perl@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-perl > To unsubscribe, send any mail to "freebsd-perl-unsubscribe@freebsd.org" > ------=_20140917130452_43826 Content-Type: text/plain; name="textproc-ack2_14.diff.txt" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="textproc-ack2_14.diff.txt" Index: ack/Makefile =================================================================== --- ack/Makefile (revision 368414) +++ ack/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ack -PORTVERSION= 2.12 +PORTVERSION= 2.14 CATEGORIES= textproc sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PETDANCE ------=_20140917130452_43826--