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
Dmitry Marakasov
1d1f878054
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
...
Approved by: portmgr blanket
2016-05-19 10:21:23 +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
6c6574d6f4
- Add NO_ARCH
2015-11-09 18:44:31 +00:00
Sunpoet Po-Chuan Hsieh
7457beb427
- Update to 0.78
...
Changes: http://search.cpan.org/dist/Jifty-DBI/Changes
2015-05-01 13:49:13 +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
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
Sunpoet Po-Chuan Hsieh
c9b1b1c27b
- Update to 0.77
...
Changes: http://search.cpan.org/dist/Jifty-DBI/Changes
2013-12-03 12:15:51 +00:00
Vanilla I. Shu
2bf8c2e6f0
Support STAGEDIR.
2013-11-03 06:53:54 +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
Cheng-Lung Sung
0717d98e1a
- Update to 0.76
2013-06-28 04:33:39 +00:00
Martin Wilke
13bfd7c327
- Do not try to remove dirs. not created by the port
...
Reported by: pkg (DEVELOPER_MODE)
2013-05-31 14:45:06 +00:00
Anton Berezin
28c61cfa9b
Update to 0.75.
...
Changes: http://search.cpan.org/dist/Jifty-DBI/Changes
2013-01-31 09:03:45 +00:00
Andrej Zverev
ceb9a290db
Cleanup supporting perl version 5.8 and 5.10,
...
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 09:38:59 +00:00
Philip M. Gollucci
b59621d3ae
- Revert ports/165605 as requested by portmgr@
...
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci
2cf4c1e2c8
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
...
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
2012-03-08 18:45:38 +00:00
Sunpoet Po-Chuan Hsieh
1f8f1c609d
- Update to 0.74
...
Changes: http://search.cpan.org/dist/Jifty-DBI/Changes
2012-01-26 17:47:03 +00:00
Cheng-Lung Sung
f86c845824
- Test::More (>=0.52) was in core since 5.8.7
...
- besides, it's in p5-Test-Simple
2011-10-24 15:36:59 +00:00
Sunpoet Po-Chuan Hsieh
04a04e0ede
- Update to 0.72
...
- Sort *_DEPENDS
- Add TEST_DEPENDS
- Remove outdated PERL_LEVEL check
Changes: http://search.cpan.org/dist/Jifty-DBI/Changes
2011-10-18 16:38:20 +00:00
Frederic Culot
a288d48de7
- Fix LICENSE (Artistic 1 instead of Artistic 2)
...
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de>
2011-10-07 11:22:46 +00:00
Sunpoet Po-Chuan Hsieh
00ca886ed4
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
...
Suggested by: az
With hat: perl
2011-09-17 07:06:45 +00:00
Baptiste Daroussin
ecee4bbc3f
- update to 0.69
...
- changes: http://cpansearch.perl.org/src/SARTAK/Jifty-DBI-0.69/Changes
2011-05-31 19:29:02 +00:00
Baptiste Daroussin
9a6703c370
- update to 0.68
...
- add licenses
- changes: http://cpansearch.perl.org/src/SARTAK/Jifty-DBI-0.68/Changes
2011-04-18 01:15:05 +00:00
Cheng-Lung Sung
f9e75d74e2
- make fetchable
2011-02-16 01:53:27 +00:00
Cheng-Lung Sung
65723d6b4a
- Update to 0.66
2011-02-15 04:16:22 +00:00
Wen Heping
86118d106c
- Update to 0.64
...
ChangeLog: http://search.cpan.org/src/SARTAK/Jifty-DBI-0.64/Changes
2010-12-09 08:46:36 +00:00
Mark Linimon
0b69b1da88
With portmgr hat, reassign some ports from clsung to perl, since clsung
...
is apparently having some trouble with email.
2010-12-07 19:35:25 +00:00
Philip M. Gollucci
9f11d53135
- why does cvs hate me ?
...
these Makefile s were meant to be committed before
PR: 142631, 142641, 142674, 142681
2010-01-31 01:24:46 +00:00
Philip M. Gollucci
7d7c26f921
- Update to 0.60
...
PR: ports/142631
Submitted by: myself (pgollucci@)
Approved by: maintainer timeout (clsung; > 2 weeks)
2010-01-31 01:04:48 +00:00
Jun Kuriyama
3efe84fba6
- Remove unneeded dependencies which is in perl-5.8.9 dist
...
(part 17).
Approved by: portmgr (itetcu)
2010-01-29 04:56:59 +00:00
Cheng-Lung Sung
b8bfe27fd3
- Update to 0.59
...
Changes: http://search.cpan.org/dist/Jifty-DBI/Changes
2009-11-20 15:50:01 +00:00
Cheng-Lung Sung
b0b1ffe16a
- Update to 0.58
...
Changes: http://search.cpan.org/dist/Jifty-DBI/Changes
2009-07-29 06:17:20 +00:00
Cheng-Lung Sung
93ed7b5623
- Update to .057
...
PR: ports/135493
Submitted by: Wen Heping <wenheping_AT_gmail dot com>
2009-06-12 08:48:45 +00:00
Cheng-Lung Sung
060ce7a942
- Update to 0.53
...
Changes: http://search.cpan.org/dist/Jifty-DBI/Changes
2009-03-30 05:19:03 +00:00
Cheng-Lung Sung
c5fe582880
- Update to 0.49
...
Changes: http://search.cpan.org/dist/Jifty-DBI/Changes
2008-04-09 01:33:48 +00:00
Cheng-Lung Sung
7abe6da67f
- Update to 0.48
...
- take the maintainship
Changes: http://search.cpan.org/dist/Jifty-DBI/Changes
PR: ports/118924
Submitted by: clsung
Approved by: tobez
2007-12-22 07:41:46 +00:00
Mark Linimon
9839011ec3
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
...
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
2007-09-08 01:12:10 +00:00
Anton Berezin
b953064497
Update to 0.41.
2007-04-20 13:09:15 +00:00
Anton Berezin
f8a6eb66a9
Update to 0.34.
2007-01-29 14:32:46 +00:00
Anton Berezin
7ad9df5d55
Update to 0.30.
2007-01-19 09:24:30 +00:00
Anton Berezin
6207612077
Update to 0.29.
2006-12-21 15:47:01 +00:00
Anton Berezin
867b58a61c
Update to 0.25.
2006-09-29 14:44:31 +00:00
Anton Berezin
86a381b881
Update to 0.23.
2006-06-16 07:28:03 +00:00
Pav Lucistnik
75ff8591bb
- Move to better category
...
devel/p5-Encode -> converters/p5-Encode
devel/p5-Encode-compat -> converters/p5-Encode-compat
PR: ports/97644
Submitted by: Rong-En Fan <rafan@infor.org> (maintainer)
2006-05-27 17:51:11 +00:00
Anton Berezin
5727b592ef
Update to 0.21.
2006-05-04 07:56:57 +00:00
Anton Berezin
a5ce072801
Update to 0.20.
2006-04-22 09:18:07 +00:00
Anton Berezin
0d0150dd2f
Update to 0.19.
2006-04-07 13:28:22 +00:00
Anton Berezin
d223f2cf8c
Update to 0.16.
2006-03-22 11:01:47 +00:00