Bug 195590

Summary: [patch] update www/p5-Template-Toolkit to 2.26
Product: Ports & Packages Reporter: Adam Weinberger <adamw>
Component: Individual Port(s)Assignee: freebsd-perl (Nobody) <perl>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (perl)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
2.26 update
none
2.26 update with proper variable assignment none

Description Adam Weinberger freebsd_committer freebsd_triage 2014-12-02 23:44:51 UTC
Created attachment 150111 [details]
2.26 update

Also adopts OPTION helpers.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-12-02 23:44:51 UTC
Auto-assigned to maintainer perl@FreeBSD.org
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2014-12-03 01:18:50 UTC
FWI, for the options helpers, you don't need to do +=, they don't have prior values.
Comment 3 Adam Weinberger freebsd_committer freebsd_triage 2014-12-03 01:21:43 UTC
Oops. Good catch! You can tell which of us was actually paying attention :-)
Comment 4 Adam Weinberger freebsd_committer freebsd_triage 2014-12-03 01:24:56 UTC
Created attachment 150122 [details]
2.26 update with proper variable assignment

Attached a patch with proper variable assignment.
Comment 5 Mathieu Arnold freebsd_committer freebsd_triage 2014-12-03 01:26:05 UTC
(In reply to Adam Weinberger from comment #3)
> Oops. Good catch! You can tell which of us was actually paying attention :-)

You mean, the one that just got up at 2 in the morning because of the noise some neighbour make and stopped by to check some email ? :-)

If poudriere testport doesn't burp about it, feel free to commit it, approved by: perl (mat).
Comment 6 commit-hook freebsd_committer freebsd_triage 2014-12-03 15:24:16 UTC
A commit references this bug:

Author: adamw
Date: Wed Dec  3 15:23:55 UTC 2014
New revision: 373831
URL: https://svnweb.freebsd.org/changeset/ports/373831

Log:
  Update to 2.26.

  The big new feature of 2.26 is a new "outline" tag syntax.

  PR:		195590
  Approved by:	perl (mat)

Changes:
  head/www/p5-Template-Toolkit/Makefile
  head/www/p5-Template-Toolkit/distinfo
Comment 7 Adam Weinberger freebsd_committer freebsd_triage 2014-12-03 15:25:04 UTC
Thanks, mat!