Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.36_5 27 Feb 2024 06:54:48
    |
Muhammad Moinur Rahman (bofh)  |
www/p5-RT-Extension-LDAPImport: Fix typo
Reported by: matthew |
0.36_5 26 Feb 2024 14:31:31
    |
Muhammad Moinur Rahman (bofh)  |
www/p5-RT-Extension-LDAPImport: Moved man to share/man
Approved by: portmgr (blanket) |
0.36_4 10 Jan 2024 16:51:55
    |
Baptiste Daroussin (bapt)  |
www/p5-RT-Extension-LDAPImport: remove useless definition of MAN3PREFIX |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.36_4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.36_4 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.36_4 26 Apr 2021 21:25:11
    |
Matthew Seaman (matthew)  |
www/p5-RT-Extension-LDAPImport,p5-RT-Extension-MandatoryOnTransition,p5-RTx-Calendar}
return to the pool
I no longer have any RT setups to maintain. |
0.36_4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.36_4 02 Feb 2021 20:59:56
  |
rene  |
Drop support for expired www/rt42 from various www/p5-RT* ports
Unflavor these ports because they only support www/rt44. Bump
PORTREVISION and pet portlint. |
0.36_3 05 Dec 2019 15:37:06
  |
tobik  |
www/p5-RT-Extension-LDAPImport: Do not set MAN3PREFIX twice |
0.36_3 28 Mar 2019 23:44:43
  |
tobik  |
www/p5-RT-Extension-LDAPImport: Do not set RUN_DEPENDS twice |
0.36_3 28 Mar 2019 19:25:43
  |
matthew  |
Modernize and flavourize RT Extension ports
Convert the RT{40,42,44} options to new rt42 and rt44 flavours.
Drop all references to www/rt40 -- no longer in ports
Default flavour is rt44, but several of these modules only support
rt42.
Ensure @rt42 flavour conflicts with www/rt44 port and vice-versa
Re-order various sections and re-roll one patch to placate portlint
Reviewed by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D17285 |
0.36_2 06 Oct 2018 13:06:45
  |
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.36_2 27 May 2018 20:15:20
  |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.36_2 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.36_2 05 May 2016 20:07:27
  |
matthew  |
Add option to allow compiling for www/rt44, and make that the default.
(Except for www/p5-RT-Extension-SLA, as the SLA functionality is now
an integral part of rt44)
Refactor the option handling code. |
0.36_1 13 Apr 2016 10:36:15
  |
jbeich  |
Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}
This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD.
PR: 208294
Exp-run by: antoine
Approved by: portmgr (antoine), perl (mat)
Differential Revision: https://reviews.freebsd.org/D4158 |
0.36_1 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.36_1 03 May 2015 16:07:15
  |
bapt  |
Do not try to load rt configuration files before installing
This allows to package as a user |
0.36_1 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.36 13 Nov 2014 17:16:31
  |
mat  |
I'm not exactly sure why or what, but these ports do something at install time,
and it only works as root, so, mark them as NEED_ROOT.
Sponsored by: Absolight |
0.36 24 Sep 2014 10:20:47
  |
matthew  |
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 |
0.35 10 Dec 2013 19:47:43
  |
bdrewery  |
- Chase r336083 and bump all ports using NO_ARCH so that users building
their own packages and still on pkg 1.1.4 can upgrade.
With hat: portmgr |
0.35 08 Dec 2013 22:38:52
  |
matthew  |
Mark all my architecture independent ports using shell/perl/PHP as
NO_ARCH=yes
While here, fix a few other niggles:
net/phpldapadmin -- remove indefinite article from COMMENT
www/p5-RT* -- fix comments referencing the different versions of RT
x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the
install targets; rework the handling of ${FONTPATH} |
0.35 01 Dec 2013 17:51:43
  |
matthew  |
Update all the RT extension modules to work with www/rt42 and make
that the new default. |
0.35 30 Sep 2013 21:53:56
  |
matthew  |
- stagify the last 4 remaining of my ports
- Add patch for a bug in Module::Import::RTx which doesn't take any
account of ${DESTDIR}. This is a known bug upstream which hasn't
been fixed in 7 years or so since it was first reported...
https://rt.cpan.org/Public/Bug/Display.html?id=12964 |
0.35 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.35 14 Sep 2013 19:43:27
  |
matthew  |
- update to 0.35
ChangeLog: http://cpansearch.perl.org/src/FALCONE/RT-Extension-LDAPImport-0.35/Changes
Reported By: portscout |
0.34 01 Aug 2013 22:04:02
  |
matthew  |
Convert all my perl-using ports to USES+=perl5
While here:
- add USES+=shebangfix to ports-mgmt/p5-FreeBSD-Portindex
- set $PERL in CONFIGURE_ENV to achieve equivalent to shebangfix
for www/rt40
- upgrade to 0.17 and fix pkg-plist for www/p5-RT-Authen-ExternalAuth
- trim Makefile header for www/p5-RTx-Calendar |
0.34 02 Feb 2013 23:02:50
  |
matthew  |
Upgrade to version 0.34
ChangeLog:
http://cpansearch.perl.org/src/TSIBLEY/RT-Extension-LDAPImport-0.34/Changes |
0.33 15 Dec 2012 09:31:59
  |
matthew  |
Trim remaining untrimmed headers on my ports
Where BUILD_DEPENDS and RUN_DEPENDS have the same value, initialise
RUN_DEPENDS from BUILD_DEPENDS |
0.33 01 Aug 2012 19:31:48
 |
matthew  |
- Update to 0.33
- ChangeLog:
0.33
Bug fix: Actually disable RT::Authen::ExternalAuth while importing users
from LDAP
0.32_06
Bug fix: Allow 0 as a valid object CF value
Usability: Lower log level to debug for skipped numeric users/groups
0.32_05
Bug fix: Restore the old uncached group member search logic when
Member_Attr_Value is DN
Bug fix: Ensure the users cache is defined before we use it
Feature: Support skipping users or groups during import
(Only the first 15 lines of the commit message are shown above ) |
0.31_2 07 Jun 2012 11:59:52
 |
matthew  |
- Don't use SITE_PERL in *_DEPENDS
- Update CONFLICTS [1]
Approved by: shaun (mentor)
Submitted by: [1] Sulev-Madis 'ketas' Silber |
0.31_2 04 Jun 2012 19:25:56
 |
matthew  |
- Convert all my remaining ports to OPTIONSng
Files affected:
databases/mysql-connector-java/Makefile
databases/phpmyadmin/Makefile
mail/sa-utils/Makefile
net/phpldapadmin/Makefile
security/apg/Makefile
textproc/sphinxsearch/Makefile
www/p5-RT-Authen-ExternalAuth/Makefile
www/p5-RT-Extension-LDAPImport/Makefile
www/p5-RT-Extension-SLA/Makefile
www/p5-RTx-Calendar/Makefile
www/rt40/Makefile
www/rt40/Makefile.cpan
x11-fonts/gentium/Makefile
x11-fonts/gentium-basic/Makefile
Approved by: shaun (mentor) |
0.31_2 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.31_1 09 Feb 2012 17:09:51
 |
matthew  |
Update maintainer address to matthew@FreeBSD.org
Approved by: shaun (mentor) |
0.31_1 18 Oct 2011 16:00:46
 |
flo  |
forgot to bump PORTREVISION in the last commit, as the default options changed |
0.31 18 Oct 2011 15:51:34
 |
flo  |
- Add support for www/rt40
- Add license
- Pet portlint
PR: ports/160954
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
0.31 26 Sep 2011 20:01:01
 |
dougb  |
Remove support for rt36 in preparation for its removal
Submitted by: maintainer |
0.31 26 Sep 2011 09:24:20
 |
dougb  |
Mark FORBIDDEN the remaining ports that are vulnerable for more than
2 weeks according to portaudit (ranging from 23 days to 7 years).
The maintainers were notified by mail that this action would be taken
on 2011-09-03. (Ports for which maintainers responded have been/will be
dealt with separately.)
Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few
ports that rely on those DEPRECATED ports. |
0.31 28 Mar 2011 08:22:13
 |
wen  |
- Update to 0.31
ChangeLog:
http://cpansearch.perl.org/src/FALCONE/RT-Extension-LDAPImport-0.31/Changes
PR: ports/155944
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
0.07_1 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
0.07_1 12 Feb 2011 09:30:23
 |
az  |
Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.
Sponsored by: p5 namespace |
0.07_1 16 Dec 2010 02:34:07
 |
glarkin  |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
0.07 21 Jan 2010 20:36:49
 |
miwi  |
As reported by pointyhat: env(1) did not grow a '-u' option until
7.1-RELEASE, and we still need to support 6.4-RELEASE.
PR: ports/142940 ports/142941 ports/142942 ports/142943
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
0.07 14 Jan 2010 06:21:41
 |
pgollucci  |
* Switch to using bsd.port.options.mk
* Track PREFIX settings from the parent www/rt38 or www/rt36 port: has to match,
or it won't work.
PR: ports/142136
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |
0.07 09 Jul 2009 19:06:21
 |
pgollucci  |
- Update to 0.07
PR: ports/136589
Approved by: maintainer
Submitted by: myself (pgollucci@) |
0.06 22 Jun 2009 15:49:49
 |
dhn  |
- Update to 0.06
PR: ports/135884
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
0.04_1 22 Mar 2009 18:40:06
 |
pav  |
- Fix plist problem (cleanup .bak file after patching)
PR: ports/132943
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
0.04 19 Dec 2008 22:16:18
 |
miwi  |
- Fix build
Submitted by: maintainer via private mail
Reported by: ionbot |
0.04 14 Dec 2008 20:08:46
 |
miwi  |
RT::Extension::LDAPImport - Import Users from an LDAP store
WWW: http://search.cpan.org/perldoc?RT::Extension::LDAPImport
PR: ports/126780
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> |