aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime
Commit message (Collapse)AuthorAgeFilesLines
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-2/+2
| | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=381151
* - Update to 1.18Sunpoet Po-Chuan Hsieh2015-01-123-11/+11
| | | | | | | | | | - Add more TEST_DEPENDS - Sort PLIST Changes: http://search.cpan.org/dist/DateTime/Changes Notes: svn path=/head/; revision=376854
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-271-2/+0
| | | | Notes: svn path=/head/; revision=371547
* - Update to 1.12Philippe Audeoud2014-09-162-3/+3
| | | | Notes: svn path=/head/; revision=368317
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=357300
* - Update to 1.10Philippe Audeoud2014-05-172-3/+3
| | | | Notes: svn path=/head/; revision=354283
* - Update to 1.08Philippe Audeoud2014-03-132-3/+3
| | | | Notes: svn path=/head/; revision=348050
* - Update to 1.07Emanuel Haupt2014-02-102-3/+4
| | | | | | | - Strip shared object Notes: svn path=/head/; revision=343699
* - Update to 1.06Sunpoet Po-Chuan Hsieh2014-01-022-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/DateTime/Changes Notes: svn path=/head/; revision=338456
* - Update to 1.05Philippe Audeoud2013-12-242-3/+3
| | | | Notes: svn path=/head/; revision=337353
* - Update to 1.04Sunpoet Po-Chuan Hsieh2013-12-092-7/+3
| | | | | | | | | - Simplify Makefile Changes: http://search.cpan.org/dist/DateTime/Changes Notes: svn path=/head/; revision=335988
* Support STAGEDIR.Vanilla I. Shu2013-10-292-7/+6
| | | | Notes: svn path=/head/; revision=331933
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-221-1/+1
| | | | | | | | | | | | | | - 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@ Notes: svn path=/head/; revision=331301
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 1.03Frederic Culot2013-06-082-4/+5
| | | | | | | | | Changes: http://search.cpan.org/dist/DateTime/Changes PR: ports/179424 Submitted by: Zane C.B-H. <vvelox@vvelox.net> Notes: svn path=/head/; revision=320247
* For perl@ owned ports:Eitan Adler2013-03-291-1/+1
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-7/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309105
* - Update to 0.78Frederic Culot2012-11-272-4/+3
| | | | | | | | Changes: http://search.cpan.org/dist/DateTime/Changes Feature safe: yes Notes: svn path=/head/; revision=307856
* - Update to 0.77Frederic Culot2012-09-292-8/+6
| | | | | | | | | - Add LICENSE (Artistic 2) Changes: http://search.cpan.org/dist/DateTime/Changes Notes: svn path=/head/; revision=305030
* - Update to 0.75Sunpoet Po-Chuan Hsieh2012-07-052-5/+8
| | | | | | | | | - Convert to new options framework Changes: http://search.cpan.org/dist/DateTime/Changes Notes: svn path=/head/; revision=300515
* - Update to 0.75Sunpoet Po-Chuan Hsieh2012-06-122-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/DateTime/Changes Notes: svn path=/head/; revision=299139
* - Update to 0.74Sunpoet Po-Chuan Hsieh2012-03-282-6/+6
| | | | | | | | | | - Do not silence installation message Changes: http://search.cpan.org/dist/DateTime/Changes Feature safe: yes Notes: svn path=/head/; revision=293930
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+7
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-7/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=292977
* - Update to 0.72Sunpoet Po-Chuan Hsieh2012-01-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DateTime/Changes Notes: svn path=/head/; revision=288678
* - Update to 0.71Sunpoet Po-Chuan Hsieh2012-01-062-8/+16
| | | | | | | | | - Update TEST_DEPENDS Changes: http://search.cpan.org/dist/DateTime/Changes Notes: svn path=/head/; revision=288603
* - Update to 0.70Frederic Culot2011-05-112-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DateTime/Changes Notes: svn path=/head/; revision=273936
* - update to 0.69Baptiste Daroussin2011-05-062-3/+3
| | | | | | | - changes: http://cpansearch.perl.org/src/DROLSKY/DateTime-0.69/Changes Notes: svn path=/head/; revision=273704
* - Update to 0.68Frederic Culot2011-04-262-4/+5
| | | | | | | Changes: http://search.cpan.org/dist/DateTime/Changes Notes: svn path=/head/; revision=273204
* - Update to 0.66.Frederic Culot2010-11-272-4/+3
| | | | | | | | Changes: http://search.cpan.org/dist/DateTime/Changes Approved by: sahil@/wen@ (mentors, implicit) Notes: svn path=/head/; revision=265268
* - Update to 0.65Philippe Audeoud2010-10-292-4/+4
| | | | | | | - Changelog: http://cpansearch.perl.org/src/DROLSKY/DateTime-0.65/Changes Notes: svn path=/head/; revision=263726
* - Update to 0.63Wen Heping2010-09-272-4/+4
| | | | | | | | PR: ports/150960 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=261912
* Update to 0.62.Andrej Zverev2010-09-242-4/+4
| | | | | | | | | | Changes: http://search.cpan.org/dist/DateTime/Changes PR: ports/150905 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=261778
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Update to 0.61Philippe Audeoud2010-07-292-4/+4
| | | | | | | - Changelog: <http://cpansearch.perl.org/src/DROLSKY/DateTime-0.61/Changes> Notes: svn path=/head/; revision=258416
* Update to 0.60. Add TEST_DEPENDS.Anton Berezin2010-07-092-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/DateTime/Changes Notes: svn path=/head/; revision=257556
* - Update to 0.59Wen Heping2010-06-302-7/+6
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257196
* - Update to 0.58Wen Heping2010-06-292-5/+7
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257129
* Update to 0.55.Anton Berezin2010-03-162-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/DateTime/Changes Notes: svn path=/head/; revision=251141
* Update to 0.54.Anton Berezin2010-03-142-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/DateTime/Changes Notes: svn path=/head/; revision=251049
* - Update to 0.53Cheng-Lung Sung2009-12-122-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/DateTime/Changes Notes: svn path=/head/; revision=245605
* - Update to 0.52Wen Heping2009-12-062-4/+4
| | | | Notes: svn path=/head/; revision=245270
* - update to 0.51Yen-Ming Lee2009-11-063-6/+5
| | | | Notes: svn path=/head/; revision=243867
* Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239641
* - Update to 0.50Philip M. Gollucci2009-07-232-4/+4
| | | | | | | | | PR: ports/136496 Approved by: maintainer timeout (mat; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=238253
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-8/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - update to 0.49Yen-Ming Lee2009-05-063-12/+11
| | | | | | | | | | | - simplify dependency PR: 133754 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=233311
* Update to 0.47Mathieu Arnold2009-03-042-5/+4
| | | | Notes: svn path=/head/; revision=229466