Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
11.98 30 Aug 2024 05:40:13
    |
Philippe Audeoud (jadawin)  |
databases/p5-DBI-Shell: update to 11.98 |
11.97 20 Jul 2022 14:21:07
    |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
11.97 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
11.97 23 Aug 2020 19:38:52
  |
sunpoet  |
Update to 11.97
Changes: https://metacpan.org/changes/distribution/DBI-Shell |
11.96 13 Jan 2020 17:45:35
  |
sunpoet  |
Update to 11.96
- Add LICENSE
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/DBI-Shell |
11.95_2 09 Jul 2018 08:40:18
  |
mat  |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
11.95_2 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
11.95_2 14 Sep 2015 12:19:50
  |
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
11.95_2 29 May 2015 14:30:06
  |
amdmi3  |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2 |
11.95_1 12 Mar 2015 23:00:03
  |
adamw  |
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier. |
11.95_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 ) |
11.95 20 Oct 2014 10:41:13
  |
bapt  |
Cleanup plist |
11.95 03 Nov 2013 06:53:55
  |
vanilla  |
Support STAGEDIR. |
11.95 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
11.95 02 Aug 2013 18:52:11
  |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
11.95 10 Jun 2012 18:42:48
 |
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
11.95 03 Jun 2012 18:57:30
 |
crees  |
SITE_PERL --> package dependencies, chunks 2-3
Submitted by: az |
11.95 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
11.95 17 Apr 2008 14:30:31
 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
11.95 20 Feb 2008 17:01:02
 |
leeym  |
- update to 11.95
- assign to perl@ |
11.94 20 Apr 2007 10:53:54
 |
mat  |
Update to 11.94 |
11.93_3 02 Apr 2007 17:54:43
 |
gabor  |
- Remove old Perl support from unmaintained ports in categories starting
with letter b-f |
11.93_3 04 Sep 2006 09:12:55
 |
linimon  |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
11.93_3 22 Mar 2006 12:11:22
 |
tobez  |
Register .packlist instead of just deleting it.
Also some whitespace fixes in plist.
Bump portrevision.
PR: 93699
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Approved by: maintainer timeout (2 weeks) |
11.93_2 22 Jan 2006 08:23:41
 |
edwin  |
SHA256ify
Approved by: krion@ |
11.93_2 22 Jan 2006 01:29:10
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
11.93_2 24 Oct 2005 08:27:53
 |
ehaupt  |
- Fix pkg-plist, bin/dbish was not registered properly which
prevented the file from being added to the package
- Bump PORTREVISION
PR: 86962
Submitted by: Martin Jackson <mhjacks@swbell.net>
Approved by: maintainer timeout (18 days) |
11.93_1 05 Dec 2004 17:53:14
 |
erwin  |
- Fix plist
- Bump PORTREVISION
PR: 74736
Submitted by: maintainer |
11.93 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
11.93 19 Jan 2004 23:33:25
 |
vanilla  |
Add p5-DBI-Shell 11.93, interactive command shell for the DBI.
PR: 61564
Submitted by: dcf@aracnet.com |