non port: databases/p5-DBI-Shell/Makefile |
SVNWeb
|
Number of commits found: 21 |
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 23 Aug 2020
|
[ 19:38 sunpoet ]
Update to 11.97
Changes: https://metacpan.org/changes/distribution/DBI-Shell
|
Mon, 13 Jan 2020
|
[ 17:45 sunpoet ]
Update to 11.96
- Add LICENSE
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/DBI-Shell
|
Mon, 9 Jul 2018
|
[ 08:40 mat ] (Only the first 10 of 429 ports in this commit are shown above. )
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
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 29 May 2015
|
[ 14:30 amdmi3 ]
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 )
|
Sun, 3 Nov 2013
|
[ 06:53 vanilla ] (Only the first 10 of 228 ports in this commit are shown above. )
Support STAGEDIR.
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Fri, 2 Aug 2013
|
[ 18:52 mat ] (Only the first 10 of 1871 ports in this commit are shown above. )
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Sun, 10 Jun 2012
|
[ 18:42 swills ] (Only the first 10 of 639 ports in this commit are shown above. )
- 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)
|
Sun, 3 Jun 2012
|
[ 18:57 crees ] (Only the first 10 of 30 ports in this commit are shown above. )
SITE_PERL --> package dependencies, chunks 2-3
Submitted by: az
|
Thu, 17 Apr 2008
|
[ 14:30 araujo ] (Only the first 10 of 2168 ports in this commit are shown above. )
- 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)
|
Wed, 20 Feb 2008
|
[ 17:01 leeym ]
- update to 11.95
- assign to perl@
|
Fri, 20 Apr 2007
|
[ 10:53 mat ]
Update to 11.94
|
Mon, 2 Apr 2007
|
[ 17:54 gabor ] (Only the first 10 of 20 ports in this commit are shown above. )
- Remove old Perl support from unmaintained ports in categories starting
with letter b-f
|
Mon, 4 Sep 2006
|
[ 09:12 linimon ]
Reset inactive maintainer who has not responded to email.
Hat: portmgr
|
Wed, 22 Mar 2006
|
[ 12:11 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)
|
Mon, 24 Oct 2005
|
[ 08:27 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)
|
Sun, 5 Dec 2004
|
[ 17:53 erwin ]
- Fix plist
- Bump PORTREVISION
PR: 74736
Submitted by: maintainer
|
Mon, 19 Jan 2004
|
[ 23:33 vanilla ]
Add p5-DBI-Shell 11.93, interactive command shell for the DBI.
PR: 61564
Submitted by: dcf@aracnet.com
|
Number of commits found: 21 |