svn commit: r311580 - in head: . Mk lang lang/perl5.10 lang/perl5.10/files lang/perl5.8 lang/perl5.8/files
Andrej Zverev
az at FreeBSD.org
Mon Feb 4 08:46:43 UTC 2013
Author: az
Date: Mon Feb 4 08:46:42 2013
New Revision: 311580
URL: http://svnweb.freebsd.org/changeset/ports/311580
Log:
- Remove lang/perl5.8 and lang/perl5.10
Reviewed by: bapt@
Approved by: skv@ (implicit via email)
Deleted:
head/lang/perl5.10/Makefile
head/lang/perl5.10/Makefile.man
head/lang/perl5.10/distinfo
head/lang/perl5.10/files/
head/lang/perl5.10/pkg-descr
head/lang/perl5.10/pkg-plist
head/lang/perl5.8/Makefile
head/lang/perl5.8/Makefile.man
head/lang/perl5.8/distinfo
head/lang/perl5.8/files/
head/lang/perl5.8/pkg-descr
head/lang/perl5.8/pkg-plist
Modified:
head/Mk/bsd.perl.mk (contents, props changed)
head/UPDATING
head/lang/Makefile
Modified: head/Mk/bsd.perl.mk
==============================================================================
--- head/Mk/bsd.perl.mk Mon Feb 4 08:46:02 2013 (r311579)
+++ head/Mk/bsd.perl.mk Mon Feb 4 08:46:42 2013 (r311580)
@@ -19,14 +19,14 @@
# PERL_VERSION - Full version of perl5 (see below for current value).
# PERL_LEVEL - Perl version as an integer of the form MNNNPP, where
# M is major version, N is minor version, and P is
-# the patch level. E.g., PERL_VERSION=5.8.1 would give
-# a PERL_LEVEL of 500801. This can be used in comparisons
+# the patch level. E.g., PERL_VERSION=5.14.2 would give
+# a PERL_LEVEL of 501402. This can be used in comparisons
# to determine if the version of perl is high enough,
# whether a particular dependency is needed, etc.
# PERL_ARCH - Directory name of architecture dependent libraries
# (value: mach).
# PERL_PORT - Name of the perl port that is installed
-# (value: perl5.8)
+# (value: perl5.14)
# SITE_PERL - Directory name where site specific perl packages go.
# This value is added to PLIST_SUB.
# USE_PERL5 - If set, this port uses perl5 in one or more of the extract,
@@ -70,12 +70,8 @@ PERL_ARCH?= mach
PERL_PORT?= perl5.16
.elif ${PERL_LEVEL} >= 501400
PERL_PORT?= perl5.14
-.elif ${PERL_LEVEL} >= 501200
+.else # ${PERL_LEVEL} < 501400
PERL_PORT?= perl5.12
-.elif ${PERL_LEVEL} >= 501000
-PERL_PORT?= perl5.10
-.else # ${PERL_LEVEL} < 501000
-PERL_PORT?= perl5.8
.endif
SITE_PERL_REL?= lib/perl5/site_perl/${PERL_VERSION}
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Mon Feb 4 08:46:02 2013 (r311579)
+++ head/UPDATING Mon Feb 4 08:46:42 2013 (r311580)
@@ -5,6 +5,14 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20130205:
+ AFFECTS: users of lang/perl5.8 and lang/perl.10
+ AUTHOR: az at FreeBSD.org
+
+ lang/perl5.8 and lang/perl5.10 have been removed since they've
+ been EOL by upstream. You will have to recompile all perl dependant
+ ports after updating your ports tree. Please see entry 20110517 for help.
+
20130204:
AFFECTS: users of dns/poweradmin
AUTHOR: Edmondas Girkantas <eg at fbsd.lt>
Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile Mon Feb 4 08:46:02 2013 (r311579)
+++ head/lang/Makefile Mon Feb 4 08:46:42 2013 (r311580)
@@ -234,11 +234,9 @@
SUBDIR += pbasic
SUBDIR += pcc
SUBDIR += pecl-perl
- SUBDIR += perl5.10
SUBDIR += perl5.12
SUBDIR += perl5.14
SUBDIR += perl5.16
- SUBDIR += perl5.8
SUBDIR += petite-chez
SUBDIR += pfe
SUBDIR += phantomjs
More information about the svn-ports-head
mailing list