svn commit: r504553 - in head/lang: perl5-devel perl5.26 perl5.28 perl5.30

Mathieu Arnold mat at FreeBSD.org
Wed Jun 19 15:20:19 UTC 2019


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"
+}
+]


More information about the svn-ports-all mailing list