From owner-svn-ports-head@FreeBSD.ORG Wed Sep 24 10:20:48 2014 Return-Path: Delivered-To: svn-ports-head@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 2A37CB6C; Wed, 24 Sep 2014 10:20:48 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B51515B; Wed, 24 Sep 2014 10:20:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8OAKl08093134; Wed, 24 Sep 2014 10:20:47 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8OAKlRT093130; Wed, 24 Sep 2014 10:20:47 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201409241020.s8OAKlRT093130@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 24 Sep 2014 10:20:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369167 - in head/www/p5-RT-Extension-LDAPImport: . 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 10:20:48 -0000 Author: matthew Date: Wed Sep 24 10:20:46 2014 New Revision: 369167 URL: http://svnweb.freebsd.org/changeset/ports/369167 QAT: https://qat.redports.org/buildarchive/r369167/ Log: Update to 0.36 - Upstream has dropped support for RT versions earlier than 4.0.0, so the RT38 option is now superfluous. Not a big deal given www/rt38 is deprecated. - Remove @dirrm... lines from pkg-plist ChangeLog: http://cpansearch.perl.org/src/ALEXMV/RT-Extension-LDAPImport-0.36/Changes Added: head/www/p5-RT-Extension-LDAPImport/files/patch-inc__Module__Install__RTx.pm (contents, props changed) - copied, changed from r369161, head/www/p5-RT-Extension-LDAPImport/files/patch-inc_Module_Install_RTx.pm Deleted: head/www/p5-RT-Extension-LDAPImport/files/patch-inc_Module_Install_RTx.pm Modified: head/www/p5-RT-Extension-LDAPImport/Makefile head/www/p5-RT-Extension-LDAPImport/distinfo head/www/p5-RT-Extension-LDAPImport/pkg-plist Modified: head/www/p5-RT-Extension-LDAPImport/Makefile ============================================================================== --- head/www/p5-RT-Extension-LDAPImport/Makefile Wed Sep 24 09:06:41 2014 (r369166) +++ head/www/p5-RT-Extension-LDAPImport/Makefile Wed Sep 24 10:20:46 2014 (r369167) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= RT-Extension-LDAPImport -PORTVERSION= 0.35 -PORTREVISON= 2 +PORTVERSION= 0.36 CATEGORIES= www net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -24,8 +23,7 @@ USES+= perl5 USE_PERL5= configure OPTIONS_SINGLE= RTVERSION -OPTIONS_SINGLE_RTVERSION= RT38 RT40 RT42 -RT38_DESC= Install for rt-3.8.x (www/rt38) +OPTIONS_SINGLE_RTVERSION= RT40 RT42 RT40_DESC= Install for rt-4.0.x (www/rt40) RT42_DESC= Install for rt-4.2.x (www/rt42) OPTIONS_DEFAULT= RT42 @@ -49,7 +47,7 @@ MAN3PREFIX= ${PREFIX} PLIST_SUB+= RTHOME=share/rt${RT_VER} # Note: You can install using an arbitrary $PREFIX but only if it -# matches the $PREFIX used to install www/rt{38,40,42}. Hence ignore +# matches the $PREFIX used to install www/rt{40,42}. Hence ignore # $PREFIX in the environment and inherit settings from RT.pm do-configure: @cd ${CONFIGURE_WRKSRC} && \ Modified: head/www/p5-RT-Extension-LDAPImport/distinfo ============================================================================== --- head/www/p5-RT-Extension-LDAPImport/distinfo Wed Sep 24 09:06:41 2014 (r369166) +++ head/www/p5-RT-Extension-LDAPImport/distinfo Wed Sep 24 10:20:46 2014 (r369167) @@ -1,2 +1,2 @@ -SHA256 (RT-Extension-LDAPImport-0.35.tar.gz) = 5a258cfc05fbcf9fa1a38a5bd994f1f6654a4d48213856a0ab4286dedbd79f6a -SIZE (RT-Extension-LDAPImport-0.35.tar.gz) = 58272 +SHA256 (RT-Extension-LDAPImport-0.36.tar.gz) = 63252300a27fd99580a2d418d5e94d44eeaa823fef0394fe34be6e96ef0ed186 +SIZE (RT-Extension-LDAPImport-0.36.tar.gz) = 69556 Copied and modified: head/www/p5-RT-Extension-LDAPImport/files/patch-inc__Module__Install__RTx.pm (from r369161, head/www/p5-RT-Extension-LDAPImport/files/patch-inc_Module_Install_RTx.pm) ============================================================================== --- head/www/p5-RT-Extension-LDAPImport/files/patch-inc_Module_Install_RTx.pm Wed Sep 24 06:00:09 2014 (r369161, copy source) +++ head/www/p5-RT-Extension-LDAPImport/files/patch-inc__Module__Install__RTx.pm Wed Sep 24 10:20:46 2014 (r369167) @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- inc/Module/Install/RTx.pm.orig +--- inc/Module/Install/RTx.pm.orig 2014-09-22 20:18:51 UTC +++ inc/Module/Install/RTx.pm -@@ -101,7 +101,7 @@ +@@ -85,7 +85,7 @@ my %index = map { $_ => 1 } @INDEX_DIRS; $self->no_index( directory => $_ ) foreach grep !$index{$_}, @DIRS; - my $args = join ', ', map "q($_)", map { ($_, $path{$_}) } + my $args = join ', ', map "q($_)", map { ($_, "\${DESTDIR}$path{$_}") } - grep $subdirs{$_}, keys %path; + sort keys %path; - print "./$_\t=> $path{$_}\n" for sort keys %subdirs; + printf "%-10s => %s\n", $_, $path{$_} for sort keys %path; Modified: head/www/p5-RT-Extension-LDAPImport/pkg-plist ============================================================================== --- head/www/p5-RT-Extension-LDAPImport/pkg-plist Wed Sep 24 09:06:41 2014 (r369166) +++ head/www/p5-RT-Extension-LDAPImport/pkg-plist Wed Sep 24 10:20:46 2014 (r369167) @@ -2,12 +2,3 @@ %%RTHOME%%/plugins/RT-Extension-LDAPImport/bin/rtldapimport man/auto/RT/Extension/LDAPImport/.packlist.gz man/man3/RT::Extension::LDAPImport.3.gz -@dirrm %%RTHOME%%/plugins/RT-Extension-LDAPImport/lib/RT/Extension -@dirrm %%RTHOME%%/plugins/RT-Extension-LDAPImport/lib/RT -@dirrm %%RTHOME%%/plugins/RT-Extension-LDAPImport/lib -@dirrm %%RTHOME%%/plugins/RT-Extension-LDAPImport/bin -@dirrm %%RTHOME%%/plugins/RT-Extension-LDAPImport -@dirrm man/auto/RT/Extension/LDAPImport -@dirrmtry man/auto/RT/Extension -@dirrmtry man/auto/RT -@dirrmtry man/auto