Commit graph

55 commits

Author SHA1 Message Date
Danilo Egea Gondolfo
f5e85f45e4 - Update to 0.20180301 2018-03-04 16:30:58 +00:00
Danilo Egea Gondolfo
561c1096a0 - Update to 0.20180202 2018-02-11 12:36:12 +00:00
Danilo Egea Gondolfo
310045a784 - Update to 0.20180104 2018-01-05 19:18:07 +00:00
Danilo Egea Gondolfo
33de1c675b - Update to 0.20171201 2017-12-26 23:03:40 +00:00
Danilo Egea Gondolfo
b6d1122d94 - Update to 0.20171002 2017-11-08 00:40:54 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Danilo Egea Gondolfo
c5f128de82 - Update to 0.20170801 2017-08-09 00:52:26 +00:00
Danilo Egea Gondolfo
d32cb15152 - Update to 0.20170703 2017-07-09 21:32:27 +00:00
Danilo Egea Gondolfo
e416339dad - Update to 0.20170601 2017-06-07 03:02:33 +00:00
Danilo Egea Gondolfo
f6a99ec4fd - Update to 0.20170501 2017-05-07 19:32:30 +00:00
Danilo Egea Gondolfo
d906cb3888 - Update to 0.20170104 2017-01-15 12:55:58 +00:00
Danilo Egea Gondolfo
d3892d99f8 - Update to 0.20161101 2016-11-08 17:17:47 +00:00
Danilo Egea Gondolfo
d08e6bab56 - Update to 0.20161003 2016-10-11 15:32:56 +00:00
Danilo Egea Gondolfo
a116c073f3 - Update to 0.20160801 2016-08-04 19:57:15 +00:00
Danilo Egea Gondolfo
8a4a8ea2e7 - Update to 0.20160705 2016-07-20 01:26:55 +00:00
Danilo Egea Gondolfo
aed9289f65 - Update to 0.20160601 2016-06-04 19:47:16 +00:00
Danilo Egea Gondolfo
1d8cb0a216 - Update to 0.20160502 2016-05-16 02:04:32 +00:00
Danilo Egea Gondolfo
b24577ac88 - Update to 0.20160404 2016-04-06 13:32:10 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Danilo Egea Gondolfo
46162a6583 - Update to 0.20160301 2016-03-06 00:23:26 +00:00
Danilo Egea Gondolfo
086b0fd950 - Update to 0.20160201 2016-02-11 23:50:55 +00:00
Danilo Egea Gondolfo
dddbf2a91e - Update to 0.20160105 2016-01-13 10:05:58 +00:00
Danilo Egea Gondolfo
bf8359b2c1 - Update to 0.20151202 2016-01-12 02:53:57 +00:00
Danilo Egea Gondolfo
a85512ca7b - Update to 0.20150901 2015-09-13 18:16:36 +00:00
Danilo Egea Gondolfo
b01e12b220 - Update to 0.20150803 2015-08-07 02:24:49 +00:00
Danilo Egea Gondolfo
a270a702bf - Update to 0.20150703 2015-07-05 03:32:20 +00:00
Danilo Egea Gondolfo
5a0ec25913 - Update to 0.20150602 2015-06-16 21:46:15 +00:00
Danilo Egea Gondolfo
59e732c8e0 - Update to 0.20150513 2015-05-14 13:58:22 +00:00
Danilo Egea Gondolfo
b9b4d4f3a2 - Update to 0.20150402 2015-04-09 14:25:24 +00:00
Danilo Egea Gondolfo
ccef9a193d - Update to 0.20150304 2015-03-06 20:50:47 +00:00
Danilo Egea Gondolfo
4ef48b863b - Update to 0.20150203 2015-02-12 11:56:23 +00:00
Danilo Egea Gondolfo
1e2e0b320e - Update to 0.20150106 2015-01-14 13:16:09 +00:00
Danilo Egea Gondolfo
70bcc653c6 - Update from 0.20141105 to 0.20141201 2014-12-09 13:37:56 +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
Danilo Egea Gondolfo
b42b41e4d5 - Update from 0.20141001 to 0.20141105 2014-11-18 16:48:52 +00:00
Antoine Brodin
8b6ef795df Cleanup plist 2014-11-12 13:45:59 +00:00
Danilo Egea Gondolfo
2395d2649d - Update from 0.20140901 to 0.20141001 2014-10-04 15:42:53 +00:00
Danilo Egea Gondolfo
48657f1960 - Update from 0.20140804 to 0.20140901 2014-09-04 13:25:17 +00:00
Danilo Egea Gondolfo
449e1b6b2a - Update from 0.20140602 to 0.20140804 2014-08-06 23:29:47 +00:00
Danilo Egea Gondolfo
0dbc02a191 - Update from 0.20140501 to 0.20140602 2014-06-06 15:41:54 +00:00
Danilo Egea Gondolfo
afc8849404 - Update from 0.20140401 to 0.20140501 2014-05-02 13:04:26 +00:00
Danilo Egea Gondolfo
8a2b755c60 - Update from 0.20140303 to 0.20140401 2014-04-11 02:34:34 +00:00
Danilo Egea Gondolfo
3c14c59e3f - Update from 0.20140203 to 0.20140303 2014-03-04 19:34:36 +00:00
Danilo Egea Gondolfo
911a10d5a0 - Update from 0.20140106 to 0.20140203 2014-02-06 18:35:10 +00:00
Danilo Egea Gondolfo
069b2b2ffb - Update from 0.20131001 to 0.20140106 2014-01-11 17:38:28 +00:00
Danilo Egea Gondolfo
ca0fbdf797 - Update from 0.20130603 to 0.20131001
- Change maintainer email to @FreeBSD.org
- Add stage support

Approved by:	culot (mentor)
2013-10-03 13:27:06 +00:00
Baptiste Daroussin
8ee9a3584f Add NO_STAGE all over the place in preparation for the staging support (cat: japanese) 2013-09-20 18:47:54 +00:00
Andrej Zverev
bfef5ebd27 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 09:39:11 +00:00
Frederic Culot
fd9d93df46 - Update to 0.20130603 [1]
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Number-Phone-JP/Changes
PR:		ports/179334 [1]
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
2013-06-06 07:36:34 +00:00
Bryan Drewery
f050dd075b - Update to 0.20130501
- Pass maintainership to submitter

PR:		ports/178724
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-05-19 05:09:45 +00:00