From owner-svn-ports-all@FreeBSD.ORG Mon Feb 4 08:46:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 84854EC2; Mon, 4 Feb 2013 08:46:43 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5D6022EF; Mon, 4 Feb 2013 08:46:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r148kh3R057804; Mon, 4 Feb 2013 08:46:43 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r148kgfS057801; Mon, 4 Feb 2013 08:46:42 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201302040846.r148kgfS057801@svn.freebsd.org> From: Andrej Zverev Date: Mon, 4 Feb 2013 08:46:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311580 - in head: . Mk lang lang/perl5.10 lang/perl5.10/files lang/perl5.8 lang/perl5.8/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 08:46:43 -0000 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@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 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