aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-09-14 20:19:48 +0800
committermat <mat@FreeBSD.org>2015-09-14 20:19:48 +0800
commitfce96910d8fa5a4eed7867a15f95ee514b0fdc2e (patch)
treeb5c267ca5490c7e06b5fe235a5d442d93eac880d /CHANGES
parent292a8fe8b9a022107dd57df327cd4f998fff539a (diff)
downloadfreebsd-ports-graphics-fce96910d8fa5a4eed7867a15f95ee514b0fdc2e.tar.gz
freebsd-ports-graphics-fce96910d8fa5a4eed7867a15f95ee514b0fdc2e.tar.zst
freebsd-ports-graphics-fce96910d8fa5a4eed7867a15f95ee514b0fdc2e.zip
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 60a738cab98..ef889c4e4e5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,12 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20150914:
+AUTHOR: mat@FreeBSD.org
+
+ Introducing the %%PERL5_MAN1%% PLIST_SUB entry, as Perl now installs man1
+ pages in the same prefix as man3 pages.
+
20150828:
AUTHOR: mat@FreeBSD.org