Bug 210809

Summary: ports-mgmt/portlint: Fix with recent Perl
Product: Ports & Packages Reporter: Mathieu Arnold <mat>
Component: Individual Port(s)Assignee: Joe Marcus Clarke <marcus>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: patch
Priority: --- Flags: vlad-fbsd: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Mathieu Arnold freebsd_committer freebsd_triage 2016-07-04 09:43:19 UTC
Created attachment 172093 [details]
patch

Unescaped left brace in regex is deprecated here, passed through in regex; marked by <-- HERE in m/${ <-- HERE PREFIX}/share/java/ at /usr/local/bin/portlint line 2012.
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2016-07-07 17:42:36 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-07-07 17:43:05 UTC
A commit references this bug:

Author: marcus
Date: Thu Jul  7 17:42:25 UTC 2016
New revision: 418192
URL: https://svnweb.freebsd.org/changeset/ports/418192

Log:
  Update to 2.17.3.

  This release fixes a bug in newer versions of Perl where '{' and '}' caused
  regexp compilation to fail.

  PR:		210809
  Submitted by:	mat

Changes:
  head/ports-mgmt/portlint/Makefile
  head/ports-mgmt/portlint/src/portlint.pl