Bug 214308 - sysutils/backuppc, sysutils/backuppc-devel: support for Perl >= 5.22
Summary: sysutils/backuppc, sysutils/backuppc-devel: support for Perl >= 5.22
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Matthew Seaman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-08 09:17 UTC by Alexander Moisseev
Modified: 2016-12-24 15:58 UTC (History)
2 users (show)

See Also:
moiseev: maintainer-feedback+


Attachments
sysutils/backuppc patch (1.75 KB, patch)
2016-11-08 09:17 UTC, Alexander Moisseev
moiseev: maintainer-approval+
Details | Diff
sysutils/backuppc patch-devel (1.83 KB, patch)
2016-11-08 09:18 UTC, Alexander Moisseev
moiseev: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Moisseev 2016-11-08 09:17:25 UTC
Created attachment 176767 [details]
sysutils/backuppc patch

- add www/p5-CGI dependency (CGI was removed in Perl 5.22)
- escape "{" literal in regexps (was deprecated in Perl 5.22)
Comment 1 Alexander Moisseev 2016-11-08 09:18:23 UTC
Created attachment 176768 [details]
sysutils/backuppc patch-devel
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-12-24 15:56:59 UTC
A commit references this bug:

Author: matthew
Date: Sat Dec 24 15:56:21 UTC 2016
New revision: 429367
URL: https://svnweb.freebsd.org/changeset/ports/429367

Log:
  - add www/p5-CGI dependency (CGI was removed in Perl 5.22)
  - escape "{" literal in regexps (was deprecated in Perl 5.22)

  PR:		214308
  Submitted by:	moiseev@mezonplus.ru (maintainer)

Changes:
  head/sysutils/backuppc/Makefile
  head/sysutils/backuppc/files/patch-lib_BackupPC_Lib.pm
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-12-24 15:58:02 UTC
A commit references this bug:

Author: matthew
Date: Sat Dec 24 15:56:56 UTC 2016
New revision: 429368
URL: https://svnweb.freebsd.org/changeset/ports/429368

Log:
  - add www/p5-CGI dependency (CGI was removed in Perl 5.22)
  - escape "{" literal in regexps (was deprecated in Perl 5.22)

  PR:		214308
  Submitted by:	moiseev@mezonplus.ru

Changes:
  head/sysutils/backuppc-devel/Makefile
  head/sysutils/backuppc-devel/files/patch-lib_BackupPC_Lib.pm
Comment 4 Matthew Seaman freebsd_committer freebsd_triage 2016-12-24 15:58:38 UTC
Committed, thanks!