Dag-Erling Smørgrav
9dff352320
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
...
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw)
2018-10-06 13:06:42 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a
Update WWW
...
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl
2018-05-27 20:15:16 +00:00
Sunpoet Po-Chuan Hsieh
454322b8b9
Update to 0.93
...
Changes: http://search.cpan.org/dist/Bot-BasicBot/Changes
2018-02-04 10:13:31 +00:00
Sunpoet Po-Chuan Hsieh
8498a9e955
Update to 0.92
...
Changes: http://search.cpan.org/dist/Bot-BasicBot/Changes
2018-02-02 19:55:13 +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
Sunpoet Po-Chuan Hsieh
e2e6a3663a
Update to 0.91
...
Changes: http://search.cpan.org/dist/Bot-BasicBot/Changes
2017-04-07 23:16:40 +00:00
Sunpoet Po-Chuan Hsieh
81312a00fa
Update to 0.90
...
- Add LICENSE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Bot-BasicBot/Changes
2017-04-06 21:56:42 +00:00
Dmitry Marakasov
4e942b6419
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
...
Approved by: portmgr blanket
2016-05-19 10:44:11 +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
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
93eed364ba
Take miwi's old perl ports into perl@'s fold.
...
Sponsored by: Absolight
2014-11-18 10:38:26 +00:00
Baptiste Daroussin
91a1caa242
Reset miwi's maintainership per his demand
...
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00
Baptiste Daroussin
b6bb709058
Cleanup plist
2014-10-27 13:00:21 +00:00
Andrej Zverev
af6bda5de5
- add stage support
...
Approved by: portmgr (blanket infrastructure)
2014-01-29 17:18:46 +00:00
Baptiste Daroussin
f30824b2ef
Add NO_STAGE all over the place in preparation for the staging support (cat: irc)
2013-09-20 18:44:49 +00:00
Andrej Zverev
cd5c31b5c0
- convert to the new perl5 framework
...
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
2013-09-10 10:51:10 +00:00
Andrej Zverev
7534c05a19
- Remove SITE_PERL from *_DEPENDS
...
Approved by: maintainer (miwi@ via IRC)
2012-06-04 03:16:02 +00:00
Martin Wilke
f0feca5589
- Update to 0.89
2012-01-14 06:14:49 +00:00
Martin Wilke
7bd0f61bae
- Update to 0.88
2011-11-06 15:32:55 +00:00
Doug Barton
989772c9ac
The vast majority of pkg-descr files had the following format when they
...
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
2011-10-24 09:11:38 +00:00
Martin Wilke
281da872fa
- Update 0.87
2011-06-25 04:54:24 +00:00
Martin Wilke
7a682bcf69
- Update to 0.84
...
PR: 153076
Submitted by: pgollucci@
2010-12-20 06:00:51 +00:00
Martin Wilke
58b1013546
- Update to 0.81
2009-02-03 13:35:40 +00:00
Martin Wilke
5ecc93acc4
- Update to 0.65
...
- Take maintainership
2008-05-17 21:12:24 +00:00
Mark Linimon
e3e5d56ef1
Reset aaron's port maintainerships due to many maintainer-timeouts.
2008-04-29 05:27:09 +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
Mark Linimon
9839011ec3
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
...
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
2007-09-08 01:12:10 +00:00
Aaron Dalton
6ca001f57d
Adding port irc/p5-Bot-BasicBot, a simple baseclass for IRC bots.
...
Submitted by: aaron
Committed by: aaron
2006-12-23 10:49:30 +00:00