non port: misc/p5-Asterisk/Makefile |
Number of commits found: 15 |
Wednesday, 26 Nov 2014
|
13:08 mat
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
 |
Sunday, 3 Nov 2013
|
08:05 az
- support STAGEDIR
 |
Friday, 20 Sep 2013
|
20:50 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
 |
Wednesday, 31 Jul 2013
|
14:36 az
- Convert to new perl framework
- Trim Makefile header
 |
Friday, 29 Mar 2013
|
00:44 eadler
For perl@ owned ports:
- Fix COMMENT
- Trim header
 |
Tuesday, 13 Dec 2011
|
08:25 sunpoet
- Update to 1.03
Changes: http://search.cpan.org/dist/asterisk-perl/CHANGES
 |
Wednesday, 7 Dec 2011
|
13:45 sunpoet
- Update to 1.02
- Sort MAN3
- Remove duplicated entry and sort PLIST
- Space/Tab twiddle
Changes: http://search.cpan.org/dist/asterisk-perl/CHANGES
Feature safe: yes
 |
Thursday, 9 Jul 2009
|
00:22 pgollucci
- Update to 1.01
- Pass to perl@
 |
Monday, 9 Mar 2009
|
19:29 miwi
- Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by: portmgr (linimon)
 |
Sunday, 5 Aug 2007
|
21:27 miwi
- Update to 0.10
Approved by: maintainer implicit
 |
Wednesday, 8 Nov 2006
|
09:28 farrokhi
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor)
 |
Tuesday, 31 Oct 2006
|
10:48 miwi
- Update to 0.09
- Pass maintainership to submitter
PR: ports/104579
Submitted by: Babak Farrokhi <babak@farrokhi.net>
 |
Monday, 4 Sep 2006
|
08:40 linimon
Reset inactive maintainer who has not responded to email.
Hat: portmgr
 |
Thursday, 8 Jun 2006
|
13:28 miwi
Update MASTER_SITES
PR: ports/97740
Submitted by: miwi
Approved by: krion (mentor), maintainer timeout
 |
Saturday, 23 Apr 2005
|
17:06 sobomax
Add p5-Asterisk 0.08, asterisk perl library.
PR: ports/80284
Submitted by: Alexander Timoshenko <gonzo@univ.kiev.ua>
 |
Number of commits found: 15 |