Sunpoet Po-Chuan Hsieh
417a24bcf5
Update to 1.640
...
Changes: http://search.cpan.org/dist/DBI/Changes
2018-01-29 11:28:14 +00:00
Sunpoet Po-Chuan Hsieh
f09478f390
Update to 1.639
...
Changes: http://search.cpan.org/dist/DBI/Changes
2017-12-29 18:47:20 +00:00
Mathieu Arnold
cb41fc6623
Fix license information for portgs that use "the same license as Perl".
...
Sponsored by: Absolight
2017-09-15 08:58:46 +00:00
Sunpoet Po-Chuan Hsieh
cf4f01e51a
Update to 1.637
...
- Add LICENSE_FILE
- Remove CONFLICTS
Changes: http://search.cpan.org/dist/DBI/Changes
2017-08-17 15:04:31 +00:00
Sunpoet Po-Chuan Hsieh
ea73672d73
Strip shared library
...
- Bump PORTREVISION for package change
2017-01-09 14:42:02 +00:00
Kurt Jaeger
27caf50832
databases/p5-DBI: 1.634 -> 1.636
...
Changes:
http://search.cpan.org/~timb/DBI-1.636/Changes
2016-04-25 12:14:28 +00:00
Mathieu Arnold
4e1b79a0a6
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:00:51 +00:00
Sunpoet Po-Chuan Hsieh
5950fb452f
- Sort PLIST
2015-11-15 03:01:17 +00:00
Mathieu Arnold
afae652a2a
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
2015-09-14 12:19:48 +00:00
Sunpoet Po-Chuan Hsieh
f829bfc15b
- Update to 1.634
...
Changes: http://search.cpan.org/dist/DBI/Changes
2015-08-13 17:33:46 +00:00
Sunpoet Po-Chuan Hsieh
5a84a32ad5
- Remove DOCS option
...
- Bump PORTREVISION for package change
2015-06-29 13:50:34 +00:00
Adam Weinberger
9e00ce3f62
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.
2015-03-12 23:00:02 +00:00
Sunpoet Po-Chuan Hsieh
eea2184cb7
- Update to 1.633
...
- Sort PLIST
Changes: http://search.cpan.org/dist/DBI/Changes
2015-01-13 15:34:01 +00:00
Wen Heping
eb07a27674
- Update to 1.632
...
Changes: http://search.cpan.org/dist/DBI/Changes#Changes_in_DBI_1.632
2014-12-07 01:46:23 +00:00
Mathieu Arnold
eee58d187e
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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
2014-11-26 13:08:24 +00:00
Baptiste Daroussin
3edc030b9f
Cleanup plist
2014-10-20 10:41:12 +00:00
Mathieu Arnold
61de712f46
Remove all the bootstrap files (.bs) from the plists.
...
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
2014-06-10 12:14:12 +00:00
Frederic Culot
0383a6ebb5
- Update to 1.631 [1]
...
- Simplify COMMENT
Changes: http://search.cpan.org/~timb/DBI-1.631/Changes#Changes_in_DBI_1.631
PR: ports/186303 [1]
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
2014-02-03 17:45:10 +00:00
Mathieu Arnold
d77405fd6d
- Wrap up cd && foo in parenthesis, it'd break with bmake -j
...
- Replace some FIND ... CPIO with COPYTREE_SHARE.
2013-11-24 17:40:44 +00:00
Sunpoet Po-Chuan Hsieh
72c7c8e006
- Update to 1.630
...
- Support STAGEDIR
Changes: http://search.cpan.org/dist/DBI/Changes
2013-11-02 19:55:44 +00:00
Mathieu Arnold
ce89a80f59
Try and be consistent with what commands are silent and not in *install.
...
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@
2013-10-22 16:57:44 +00:00
Baptiste Daroussin
36117d7097
Add NO_STAGE all over the place in preparation for the staging support (cat: databases)
2013-09-20 16:13:47 +00:00
Mathieu Arnold
4819ca343b
- Convert to new perl framework
...
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Frederic Culot
cfaad72fb0
- Update to 1.628
...
Changes: http://search.cpan.org/dist/DBI/Changes#Changes_in_DBI_1.628_-_22nd_July_2013
PR: ports/180902
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
2013-07-30 09:04:54 +00:00
Anton Berezin
dc2359e581
Update to 1.627.
...
Changes: http://search.cpan.org/dist/DBI/Changes
2013-05-17 08:37:32 +00:00
Anton Berezin
3083c9ebd0
Update to 1.626.
...
Changes: http://search.cpan.org/dist/DBI/Changes
2013-05-16 09:29:36 +00:00
Martin Wilke
3bbbc973b7
- Update to 1.625
...
PR: 177474
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
2013-03-30 04:43:06 +00:00
Sunpoet Po-Chuan Hsieh
9f5e4febfa
- Update to 1.624
...
- Cosmetic change
Changes: http://search.cpan.org/dist/DBI/Changes
2013-03-23 19:18:59 +00:00
Anton Berezin
d67d36110f
Update to 1.623.
...
Changes: http://search.cpan.org/dist/DBI/Changes
2013-01-03 09:08:10 +00:00
Baptiste Daroussin
fd959c7d6e
Finish converting perl@ ports to new Options Framework
2012-10-05 14:09:59 +00:00
Sunpoet Po-Chuan Hsieh
7681529d15
- Update to 1.622
...
Changes: http://search.cpan.org/dist/DBI/Changes
2012-06-06 19:41:31 +00:00
Sunpoet Po-Chuan Hsieh
1a0a4c804f
- Update to 1.621
...
Changes: http://search.cpan.org/dist/DBI/Changes
2012-05-23 12:05:09 +00:00
Sunpoet Po-Chuan Hsieh
09e5c689e7
- Update to 1.620
...
Changes: http://search.cpan.org/dist/DBI/Changes
2012-04-25 18:08:58 +00:00
Sunpoet Po-Chuan Hsieh
8075394d77
- Update to 1.619
...
- Fix LICENSE
Changes: http://search.cpan.org/dist/DBI/Changes
2012-04-24 18:20:45 +00:00
Sunpoet Po-Chuan Hsieh
b291c9e089
- Update to 1.618
...
Changes: http://search.cpan.org/dist/DBI/Changes
2012-02-28 16:47:09 +00:00
Sunpoet Po-Chuan Hsieh
e958b3f419
- Update to 1.617
...
- Use OPTIONS
Changes: http://search.cpan.org/dist/DBI/Changes
2012-01-30 17:18:48 +00:00
Sunpoet Po-Chuan Hsieh
5751ac175b
- Remove p5-Storable from *_DEPENDS: all supported Perl releases have it already
...
- Pet portlint
- Bump PORTREVISION for dependency change
2011-09-15 14:10:58 +00:00
Baptiste Daroussin
2a677c9947
- update to 1.616
...
- add licenses
- changes: http://search.cpan.org/dist/DBI/Changes
2011-03-17 22:48:22 +00:00
Philip M. Gollucci
116ec22ac1
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
...
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
2010-12-29 20:04:42 +00:00
Philip M. Gollucci
6564a2589c
- only 13% of the p5- ports embed @comment $FreeBSD$:
...
so standarize and remove it
With Hat: perl@
2010-09-24 02:03:44 +00:00
Philippe Audeoud
206c7cd48b
- Update to 1.615
...
- Changelog : http://search.cpan.org/dist/DBI/Changes
PR: ports/150875
Submitted by: Frederic Culot <frederic _AT_ culot.org>
2010-09-23 13:36:28 +00:00
Wen Heping
5108bcf7df
- Update to 1.614
...
PR: ports/150729
Submitted by: Frederic Culot <frederic@culot.org>
2010-09-20 00:14:54 +00:00
Sergey Skvortsov
d59d45f3a9
Update to 1.613
...
Changes: http://search.cpan.org/~timb/DBI-1.613/Changes#Changes_in_DBI_1.613_%28svn_r14271%29_22nd_July_2010
PR: ports/148947
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-07-29 17:20:56 +00:00
Anton Berezin
e2579f6756
Update to 1.61(.?)1.
...
Changes: http://search.cpan.org/dist/DBI/Changes
2010-04-29 21:32:24 +00:00
Anton Berezin
c2f87e3deb
Update to 1.60(.?)9.
...
Changes: http://search.cpan.org/dist/DBI/Changes
PR: 137237
2009-08-31 10:49:51 +00:00
Mark Linimon
9fb1ef4c3a
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
...
response to email.
Hat: portmgr
2009-08-28 17:37:26 +00:00
Philip M. Gollucci
c10f314307
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
...
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav)
2009-07-22 16:27:08 +00:00
Chin-San Huang
96b960f69e
- Update to 1.60.7
2009-02-01 18:52:51 +00:00
Chin-San Huang
4644f37120
- Update to 1.604
2008-05-09 17:58:04 +00:00
Chin-San Huang
e414c71604
- Update to 1.60.1
...
Noticed by: clsung via #bsdchat
2007-10-24 04:47:13 +00:00