mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
- Update to 0.08 for rt38.
When using other RT versions it is still at 0.05. PR: ports/131425 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Approved by: m.seaman@infracaninophile.co.uk (maintainer)
This commit is contained in:
parent
b03e43125b
commit
429b354a1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228204
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= RT-Authen-ExternalAuth
|
||||
PORTVERSION= 0.05
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= www net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -29,6 +29,7 @@ PLIST_SUB+= RTHOME=${RTHOME}
|
||||
|
||||
.if defined(WITH_RT36)
|
||||
|
||||
PORTVERSION= 0.05
|
||||
RTHOME?= rt3
|
||||
RT_PM_DIR= ${LOCALBASE}/${RTHOME}/lib
|
||||
BUILD_DEPENDS+= ${RT_PM_DIR}/RT.pm:${PORTSDIR}/www/rt36
|
||||
|
@ -1,3 +1,6 @@
|
||||
MD5 (RT-Authen-ExternalAuth-0.08.tar.gz) = ba591003a2ca39ac2965b548e158a34f
|
||||
SHA256 (RT-Authen-ExternalAuth-0.08.tar.gz) = 2d211e5425e6e6a63b163de3d1a510768a18dbe77f233834da6d8a6b4528b24a
|
||||
SIZE (RT-Authen-ExternalAuth-0.08.tar.gz) = 39386
|
||||
MD5 (RT-Authen-ExternalAuth-0.05.tar.gz) = 87049f6adb6ff4c8f6cac9a266ae2cb8
|
||||
SHA256 (RT-Authen-ExternalAuth-0.05.tar.gz) = e4ef01558d874b438c4818c5de1a373b93b8c2d4abffe9b87f0b88807a93c47e
|
||||
SIZE (RT-Authen-ExternalAuth-0.05.tar.gz) = 34653
|
||||
|
@ -1,10 +1,13 @@
|
||||
lib/RT/Authen/ExternalAuth.pm
|
||||
lib/RT/User_Vendor.pm
|
||||
man/auto/RT/Authen/ExternalAuth/.packlist
|
||||
%%RTHOME%%/plugins/RT-Authen-ExternalAuth/etc/RT_SiteConfig.pm
|
||||
%%RTHOME%%/plugins/RT-Authen-ExternalAuth/html/Callbacks/ExternalAuth/autohandler/Auth
|
||||
%%RTHOME%%/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth.pm
|
||||
%%RTHOME%%/plugins/RT-Authen-ExternalAuth/lib/RT/User_Vendor.pm
|
||||
%%RTHOME%%/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth/DBI.pm
|
||||
%%RTHOME%%/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth/DBI/Cookie.pm
|
||||
%%RTHOME%%/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth/LDAP.pm
|
||||
@dirrm %%RTHOME%%/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth/DBI
|
||||
@dirrm %%RTHOME%%/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth
|
||||
@dirrm %%RTHOME%%/plugins/RT-Authen-ExternalAuth/lib/RT/Authen
|
||||
@dirrm %%RTHOME%%/plugins/RT-Authen-ExternalAuth/lib/RT
|
||||
@dirrm %%RTHOME%%/plugins/RT-Authen-ExternalAuth/lib
|
||||
|
Loading…
Reference in New Issue
Block a user