notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/perl5.20/pkg-plist
SVNWeb

Number of commits found: 15

Tue, 24 May 2016
[ 23:01 bapt search for other commits by this committer ] Original commit   Revision:415817
Ensure makewhatis is run in post install script phase
hile here make sure to remove the whatis db on head
Mon, 11 Apr 2016
[ 15:05 mat search for other commits by this committer ] Original commit   Revision:413036
Change the man.d file to one that should be less prone to conflict.

Sponsored by:	Absolight
Mon, 14 Sep 2015
[ 12:19 mat search for other commits by this committer ] Original commit   Revision:396892 (Only the first 10 of 546 ports in this commit are shown above. View all ports for this commit)
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
[ 07:37 mat search for other commits by this committer ] Original commit   Revision:396882
Update to 5.20.3.

Sponsored by:	Absolight
Mon, 31 Aug 2015
[ 13:17 mat search for other commits by this committer ] Original commit   Revision:395673 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
To ease up with future upgrades, move PERL_VERSION into a separate file.

While there, remove 8.4 support, and do some cleanup.

Sponsored by:	Absolight
Tue, 17 Feb 2015
[ 15:58 mat search for other commits by this committer ] Original commit   Revision:379168
Update Perl 5.20 to 5.20.2.

Poked by:	az
Sponsored by:	Absolight
Wed, 17 Dec 2014
[ 12:59 mat search for other commits by this committer ] Original commit   Revision:374844
Retire BSDPAN.

It was never converted to pkg, and starting with Perl 5.18 gives out
annoying warnings.

Differential Revision: https://reviews.freebsd.org/D1318
Reviewed by:	swills
With hat:	perl
Sponsored by:	Absolight
Tue, 2 Dec 2014
[ 16:27 mat search for other commits by this committer ] Original commit   Revision:373771 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
One last cleanup, factorize a few things into variables, add a few entries to
PLIST_SUB and SUB_LIST, finish making sure the MANPATH are valid all around.

Differential Revision:	https://reviews.freebsd.org/D1254
Sponsored by:	Absolight
Fri, 28 Nov 2014
[ 12:43 mat search for other commits by this committer ] Original commit   Revision:373565
Fixup the makewhatis errors.

Sponsored by:	Absolight
Thu, 27 Nov 2014
[ 09:57 mat search for other commits by this committer ] Original commit   Revision:373476 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Bring back the .packlist files, many people need them, they will
  automatically added to the plists.
- Add soname to libperl.so and rename it to libperl.so.PERL_VER, for instance
  libperl.so.5.18. To keep software linked with it working, provide a
  libperl.so symlink.
- Rollback Perl's man page location change, it creates conflicts for the few
  modules that ship with Perl and are in the ports tree.

Sponsored by:	Absolight
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 17 Oct 2014
[ 15:08 mat search for other commits by this committer ] Original commit   Revision:371064
Update to 5.20.1.

Sponsored by:	Absolight
Fri, 3 Oct 2014
[ 12:42 mat search for other commits by this committer ] Original commit   Revision:369892
Cleanup @dirrm*.

Differential Revision:	https://reviews.freebsd.org/D885
Reviewed by:	bapt
With hat:	perl@
Sponsored by:	Absolight
Sun, 15 Jun 2014
[ 12:40 marino search for other commits by this committer ] Original commit   Revision:357875
lang/perl5*: Remove absolute path to makewhatis in pkg-plist

Generally absolutely paths are not used with @exec in pkg-plist.
In this case, the path /usr/bin/makewhatis doesn't work on DragonFly
where the binary is located at /usr/sbin/makewhatis.  Removing the
full path is a no-op on FreeBSD and fixes perl man page installation
on DragonFly.  No revbump required.

Approved by:	portmgr (bapt)
Tue, 27 May 2014
[ 12:19 mat search for other commits by this committer ] Original commit   Revision:355497 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Add perl 5.20.0.

Changes:	http://search.cpan.org/dist/perl-5.20.0/pod/perldelta.pod
Sponsored by:	Absolight

Number of commits found: 15