Bug 166031 - [PATCH] news/inn: Perl 5.12 deprecated $[
Summary: [PATCH] news/inn: Perl 5.12 deprecated $[
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-13 18:10 UTC by joehorn
Modified: 2012-06-27 13:30 UTC (History)
1 user (show)

See Also:


Attachments
inn-2.4.6_4.patch (2.73 KB, patch)
2012-03-13 18:10 UTC, joehorn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description joehorn 2012-03-13 18:10:06 UTC
- Supress these warning messages while running innreport with perl version >= 5.12 :

  Use of assignment to $[ is deprecated at /usr/local/news/bin/innreport line 562.
  Use of assignment to $[ is deprecated at /usr/local/news/bin/innreport line 675.

- Bump PORTREVISION

Added file(s):
- files/extra-patch-scripts_innreport.in
- files/extra-patch-scripts_innreport_inn.pm

Port maintainer (fluffy@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-13 18:11:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fluffy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 joehorn 2012-06-27 10:29:10 UTC
Maintainer's time-out?

2012/3/14 <FreeBSD-gnats-submit@freebsd.org>

> Thank you very much for your problem report.
> It has the internal identification `ports/166031'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs.
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=166031
>
> >Category:       ports
> >Responsible:    freebsd-ports-bugs
> >Synopsis:       [PATCH] news/inn: Perl 5.12 deprecated $[
> >Arrival-Date:   Tue Mar 13 18:10:06 UTC 2012
>
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-27 13:26:25 UTC
fluffy      2012-06-27 12:26:11 UTC

  FreeBSD ports repository

  Modified files:
    news/inn             Makefile Makefile.layout distinfo 
                         pkg-plist 
    news/inn/files       patch-configure 
  Added files:
    news/inn/files       extra-patch-scripts_innreport.in 
                         extra-patch-scripts_innreport_inn.pm 
  Log:
  - Update INN to 2.5.2 release
  - Handle deprecated perl declarations [1]
  
  PR:             166031 [1]
  Submitted by:   Joe Horn <joehorn AT gmail DOT com> [1]
  Suggested by:   cy (via email, most part of update)
  
  Revision  Changes    Path
  1.99      +43 -38    ports/news/inn/Makefile
  1.4       +5 -2      ports/news/inn/Makefile.layout
  1.26      +2 -2      ports/news/inn/distinfo
  1.1       +18 -0     ports/news/inn/files/extra-patch-scripts_innreport.in (new)
  1.1       +11 -0     ports/news/inn/files/extra-patch-scripts_innreport_inn.pm (new)
  1.6       +22 -41    ports/news/inn/files/patch-configure
  1.29      +8 -20     ports/news/inn/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Dima Panov freebsd_committer freebsd_triage 2012-06-27 13:27:01 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!