mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
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
This commit is contained in:
parent
162973c310
commit
05253236dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369167
@ -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} && \
|
||||
|
@ -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
|
||||
|
@ -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;
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user