From owner-svn-ports-all@FreeBSD.ORG Tue Feb 11 12:38:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB1E0675; Tue, 11 Feb 2014 12:38:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7AAD21C34; Tue, 11 Feb 2014 12:38:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1BCcXVg082569; Tue, 11 Feb 2014 12:38:33 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1BCcWHC082565; Tue, 11 Feb 2014 12:38:32 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201402111238.s1BCcWHC082565@svn.freebsd.org> From: Mathieu Arnold Date: Tue, 11 Feb 2014 12:38:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343737 - in head/lang: perl5.12 perl5.14 perl5.16 perl5.18 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.17 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: Tue, 11 Feb 2014 12:38:33 -0000 Author: mat Date: Tue Feb 11 12:38:32 2014 New Revision: 343737 URL: http://svnweb.freebsd.org/changeset/ports/343737 QAT: https://qat.redports.org/buildarchive/r343737/ Log: Remove all NO_LATEST_LINK, all of them have different PKGNAMEs. Sponsored by: Absolight Modified: head/lang/perl5.12/Makefile head/lang/perl5.14/Makefile head/lang/perl5.16/Makefile head/lang/perl5.18/Makefile Modified: head/lang/perl5.12/Makefile ============================================================================== --- head/lang/perl5.12/Makefile Tue Feb 11 12:28:44 2014 (r343736) +++ head/lang/perl5.12/Makefile Tue Feb 11 12:38:32 2014 (r343737) @@ -158,8 +158,6 @@ LINK_USRBIN= yes LINK_USRBIN= no .endif -NO_LATEST_LINK= yes - BSDPAN_DEST= ${PREFIX}/lib/perl5/${PERL_VER}/BSDPAN BSDPAN_FILES= BSDPAN.pm BSDPAN/Override.pm Config.pm \ ExtUtils/MM_Unix.pm \ Modified: head/lang/perl5.14/Makefile ============================================================================== --- head/lang/perl5.14/Makefile Tue Feb 11 12:28:44 2014 (r343736) +++ head/lang/perl5.14/Makefile Tue Feb 11 12:38:32 2014 (r343737) @@ -162,8 +162,6 @@ LINK_USRBIN= yes LINK_USRBIN= no .endif -LATEST_LINK= perl - BSDPAN_DEST= ${PREFIX}/lib/perl5/${PERL_VER}/BSDPAN BSDPAN_FILES= BSDPAN.pm BSDPAN/Override.pm Config.pm \ ExtUtils/MM_Unix.pm \ Modified: head/lang/perl5.16/Makefile ============================================================================== --- head/lang/perl5.16/Makefile Tue Feb 11 12:28:44 2014 (r343736) +++ head/lang/perl5.16/Makefile Tue Feb 11 12:38:32 2014 (r343737) @@ -162,8 +162,6 @@ LINK_USRBIN= yes LINK_USRBIN= no .endif -NO_LATEST_LINK= yes - BSDPAN_DEST= ${PREFIX}/lib/perl5/${PERL_VER}/BSDPAN BSDPAN_FILES= BSDPAN.pm BSDPAN/Override.pm Config.pm \ ExtUtils/MM_Unix.pm \ Modified: head/lang/perl5.18/Makefile ============================================================================== --- head/lang/perl5.18/Makefile Tue Feb 11 12:28:44 2014 (r343736) +++ head/lang/perl5.18/Makefile Tue Feb 11 12:38:32 2014 (r343737) @@ -143,8 +143,6 @@ LINK_USRBIN= yes LINK_USRBIN= no .endif -NO_LATEST_LINK= yes - BSDPAN_DEST= ${PREFIX}/lib/perl5/${PERL_VER}/BSDPAN BSDPAN_FILES= BSDPAN.pm BSDPAN/Override.pm Config.pm \ ExtUtils/MM_Unix.pm \