Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2019 15:20:17 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504553 - in head/lang: perl5-devel perl5.26 perl5.28 perl5.30
Message-ID:  <201906191520.x5JFKHFA079903@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Jun 19 15:20:17 2019
New Revision: 504553
URL: https://svnweb.freebsd.org/changeset/ports/504553

Log:
  Convert lang/perl5*'s pkg-message to UCL, and remove it from perl5-devel.
  
  The message is 5 years old, no need to carry it on in future versions.

Deleted:
  head/lang/perl5-devel/pkg-message
Modified:
  head/lang/perl5.26/pkg-message   (contents, props changed)
  head/lang/perl5.28/pkg-message   (contents, props changed)
  head/lang/perl5.30/pkg-message   (contents, props changed)

Modified: head/lang/perl5.26/pkg-message
==============================================================================
--- head/lang/perl5.26/pkg-message	Wed Jun 19 15:20:00 2019	(r504552)
+++ head/lang/perl5.26/pkg-message	Wed Jun 19 15:20:17 2019	(r504553)
@@ -1,3 +1,6 @@
+[
+{
+  message: <<EOD
 The /usr/bin/perl symlink has been removed starting with Perl 5.20.
 For shebangs, you should either use:
 
@@ -9,3 +12,24 @@ or
 
 The first one will only work if you have a /usr/local/bin/perl,
 the second will work as long as perl is in PATH.
+EOD
+  type: install
+}
+{
+  message: <<EOD
+The /usr/bin/perl symlink has been removed starting with Perl 5.20.
+For shebangs, you should either use:
+
+#!/usr/local/bin/perl
+
+or
+
+#!/usr/bin/env perl
+
+The first one will only work if you have a /usr/local/bin/perl,
+the second will work as long as perl is in PATH.
+EOD
+  type: upgrade
+  maximum_version: "5.21"
+}
+]

Modified: head/lang/perl5.28/pkg-message
==============================================================================
--- head/lang/perl5.28/pkg-message	Wed Jun 19 15:20:00 2019	(r504552)
+++ head/lang/perl5.28/pkg-message	Wed Jun 19 15:20:17 2019	(r504553)
@@ -1,3 +1,6 @@
+[
+{
+  message: <<EOD
 The /usr/bin/perl symlink has been removed starting with Perl 5.20.
 For shebangs, you should either use:
 
@@ -9,3 +12,24 @@ or
 
 The first one will only work if you have a /usr/local/bin/perl,
 the second will work as long as perl is in PATH.
+EOD
+  type: install
+}
+{
+  message: <<EOD
+The /usr/bin/perl symlink has been removed starting with Perl 5.20.
+For shebangs, you should either use:
+
+#!/usr/local/bin/perl
+
+or
+
+#!/usr/bin/env perl
+
+The first one will only work if you have a /usr/local/bin/perl,
+the second will work as long as perl is in PATH.
+EOD
+  type: upgrade
+  maximum_version: "5.21"
+}
+]

Modified: head/lang/perl5.30/pkg-message
==============================================================================
--- head/lang/perl5.30/pkg-message	Wed Jun 19 15:20:00 2019	(r504552)
+++ head/lang/perl5.30/pkg-message	Wed Jun 19 15:20:17 2019	(r504553)
@@ -1,3 +1,6 @@
+[
+{
+  message: <<EOD
 The /usr/bin/perl symlink has been removed starting with Perl 5.20.
 For shebangs, you should either use:
 
@@ -9,3 +12,24 @@ or
 
 The first one will only work if you have a /usr/local/bin/perl,
 the second will work as long as perl is in PATH.
+EOD
+  type: install
+}
+{
+  message: <<EOD
+The /usr/bin/perl symlink has been removed starting with Perl 5.20.
+For shebangs, you should either use:
+
+#!/usr/local/bin/perl
+
+or
+
+#!/usr/bin/env perl
+
+The first one will only work if you have a /usr/local/bin/perl,
+the second will work as long as perl is in PATH.
+EOD
+  type: upgrade
+  maximum_version: "5.21"
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906191520.x5JFKHFA079903>