Commit graph

14 commits

Author SHA1 Message Date
Mathieu Arnold
5f0ddc3d5e Update to 5.3.0.
Sponsored by:	Absolight
2014-12-24 11:54:02 +00:00
Mathieu Arnold
ed3239bfdb Update to 5.2.0.
Sponsored by:	Absolight
2014-12-19 14:14:30 +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
Mathieu Arnold
f4a5e70072 Update to 5.1.2.
Sponsored by:	Absolight
2014-10-16 11:16:52 +00:00
Mathieu Arnold
cd7e7c160c Cleanup @dirrm* from my ports.
Sponsored by:	Absolight
2014-10-02 16:37:02 +00:00
Mathieu Arnold
2da6d328bd Add two missing dependencies.
PR:		193201
Submitted by:	Michelle Sullivan
Sponsored by:	Absolight
2014-09-10 12:13:06 +00:00
Mathieu Arnold
f0bfac0d0e Correct the bucardo.1 man page name.
Noticed by:	Michelle Sullivan
Sponsored by:	Absolight
2014-08-04 14:20:24 +00:00
Mathieu Arnold
3fca49e807 Update to 5.1.1.
Sponsored by:	Absolight
2014-07-24 09:30:10 +00:00
Mathieu Arnold
eca9032f4c Update to 5.1.0.
Sponsored by:	Absolight
2014-07-21 17:45:21 +00:00
Mathieu Arnold
b2e9495583 Update to 5.0.0.
Sponsored by:	Absolight
2014-06-24 16:28:45 +00:00
Mathieu Arnold
8255ae7160 - Set license to BSD2CLAUSE.
- Set rcvar to bucardo_ctl_enable; do not call set_rcvar.

PR:		190124
Submitted by:	olgeni@
Sponsored by:	Absolight
2014-06-09 12:31:17 +00:00
Mathieu Arnold
51ca30b6cd Set default bucardo_ctl_enable
PR:		183613
Submitted by:	olgeni
2013-11-14 10:33:13 +00:00
Mathieu Arnold
68ea242665 Be less silent when installing things. 2013-10-22 16:06:10 +00:00
Mathieu Arnold
e25584cb81 Add p5-Bucardo 4.5.0, asynchronous PostgreSQL replication system. 2013-10-17 13:44:04 +00:00