1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Mathieu Arnold
2253affb5b Update to 0.78.
Sponsored by:	Absolight
2015-04-28 11:58:47 +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
4988946cd5 Cleanup plist 2014-10-19 23:19:41 +00:00
Kurt Jaeger
990a202b67 astro/p5-Astro: 0.75 -> 0.77
- Added mjd2epoch
2014-08-15 21:15:02 +00:00
Sunpoet Po-Chuan Hsieh
72ba653b3b - Support STAGEDIR 2013-09-28 17:12:55 +00:00
Baptiste Daroussin
701daf1eab Add NO_STAGE all over the place in preparation for the staging support (cat: astro) 2013-09-20 13:14:04 +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
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Anton Berezin
a37614ccf2 Update to 0.75.
Changes:	http://search.cpan.org/dist/Astro/Changes
2013-02-19 12:45:03 +00:00
Frederic Culot
e7751f6a03 - Update to 0.74
Changes:	http://search.cpan.org/dist/Astro/Changes
2011-03-15 19:06:33 +00:00
Wen Heping
7ed171513f - Update to 0.73
- Reset maintainer to perl@

PR:		ports/149829
Submitted by:	Frederic Culot <frederic@culot.org>
Approved by:	maintainer(myself)
2010-09-12 09:23:06 +00:00
Martin Wilke
b23178cbda p5::Astro is a set of assorted astronomical routines.
WWW: http://search.cpan.org/dist/Astro/

PR:		ports/134693
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-05-22 21:58:11 +00:00