Commit graph

19 commits

Author SHA1 Message Date
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
Anders Nordby
fa72785059 Drop maintainership of all remaining ports where I am listed.
No time for this unfortunately.
2014-10-29 22:11:51 +00:00
Baptiste Daroussin
2c8db67726 Cleanup plist 2014-10-20 09:31:33 +00:00
Andrej Zverev
6c49c5cfa7 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 10:27:43 +00:00
Baptiste Daroussin
2b300eeb3f Add NO_STAGE all over the place in preparation for the staging support (cat: comms) 2013-09-20 16:03:29 +00:00
Andrej Zverev
94f7601273 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-12 06:27:41 +00:00
Anders Nordby
d8dfed6061 Update to 1.60. 2012-12-30 23:16:21 +00:00
Andrej Zverev
1e01e8e206 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 10:05:08 +00:00
Philip M. Gollucci
348f0b2fdf - Update to 1.58
PR:             ports/162638
Submitted by:   Pavel Timofeev <timp87@gmail.com>
Approved by:    maintainer timeout (anders ; 83 days)
Changes:        http://search.cpan.org/dist/Device-Gsm/Changes
2012-02-08 19:55:35 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Anders Nordby
23294a9177 Update to 1.55. 2010-10-25 22:45:47 +00:00
Philip M. Gollucci
97094d9994 - Update to 1.54
PR:             ports/141575
Approved by:    maintainer timeout (anders; 22 days)
Submitted by:   pgollucci (myself)
2010-01-07 01:48:40 +00:00
Pav Lucistnik
811b54453a - Update to 1.52
PR:		ports/133017
Submitted by:	Edmondas Girkantas <eg@fbsd.lt>
Approved by:	maintainer timeout (anders; 2 months)
2009-05-21 14:41:35 +00:00
Anders Nordby
9646b14669 Update to 1.49.
PR:		127188
Submitted by:	lippe
2008-10-15 13:17:40 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Pav Lucistnik
bc1a08b73d - Let Device::Modem be also runtime dependency
No reply from:	anders
2008-02-07 19:31:11 +00:00
Anders Nordby
03b1e8d4a4 Update to 1.48.
PR:		ports/116525
Submitted by:	Tsung-Han Yeh <snowfly@yuntech.edu.tw>
2007-10-15 19:51:53 +00:00
Anders Nordby
1f49144a9f Update to version 1.46. 2007-02-11 22:59:01 +00:00
Anders Nordby
4e0abd25b8 Add Device::Gsm, Perl interface to GSM phones/modems on serial ports. 2006-05-09 16:52:58 +00:00