Bug 227895 - mail/postfix-logwatch: fixes for new perl version
Summary: mail/postfix-logwatch: fixes for new perl version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on: 227896
Blocks:
  Show dependency treegraph
 
Reported: 2018-05-01 12:05 UTC by Niclas Zeising
Modified: 2018-06-21 21:54 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (danilo)


Attachments
Fixes for new perl version (1.98 KB, patch)
2018-05-01 12:05 UTC, Niclas Zeising
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Niclas Zeising freebsd_committer freebsd_triage 2018-05-01 12:05:05 UTC
Created attachment 192964 [details]
Fixes for new perl version

Attached patch fixes postfix-logwatch to work with the new version of perl.
Comment 1 Niclas Zeising freebsd_committer freebsd_triage 2018-06-17 15:37:54 UTC
Note, this hasn't timed out.  See discussion in pr227896.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-06-21 21:51:36 UTC
A commit references this bug:

Author: danilo
Date: Thu Jun 21 21:50:44 UTC 2018
New revision: 473005
URL: https://svnweb.freebsd.org/changeset/ports/473005

Log:
  - Fix regex handling with the new perl version [1]

  [1] Unescaped left brace in regex is deprecated, passed through in regex

  PR:		227895
  Submitted by:	zeising
  Pull Request:

Changes:
  head/mail/postfix-logwatch/Makefile
  head/mail/postfix-logwatch/files/
  head/mail/postfix-logwatch/files/patch-postfix-logwatch
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2018-06-21 21:54:35 UTC
Committed, thanks!