| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
PR: 245441
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
Approved by: maintainer timeout (kuriyama, >2 months)
Notes:
svn path=/head/; revision=545066
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight
Notes:
svn path=/head/; revision=474242
|
|
|
|
|
|
|
|
|
|
| |
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl
Notes:
svn path=/head/; revision=470993
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/src/MARKOV/MailTools-2.19/ChangeLog
PR: 223483
Submitted by: svysh.fbsd@gmail.com
Approved by: maintainer(timeout, > 40 days)
Notes:
svn path=/head/; revision=456903
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=449893
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
| |
PR: ports/198247
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
Notes:
svn path=/head/; revision=385516
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=373448
|
|
|
|
| |
Notes:
svn path=/head/; revision=339503
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket infrastructure)
Notes:
svn path=/head/; revision=338797
|
|
|
|
|
|
|
| |
mail)
Notes:
svn path=/head/; revision=327742
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=326271
|
|
|
|
| |
Notes:
svn path=/head/; revision=310387
|
|
|
|
| |
Notes:
svn path=/head/; revision=303405
|
|
|
|
|
|
|
|
|
|
|
| |
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=298970
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=293094
|
|
|
|
|
|
|
|
| |
Suggested by: az
With hat: perl
Notes:
svn path=/head/; revision=281882
|
|
|
|
| |
Notes:
svn path=/head/; revision=277119
|
|
|
|
| |
Notes:
svn path=/head/; revision=276989
|
|
|
|
| |
Notes:
svn path=/head/; revision=262687
|
|
|
|
| |
Notes:
svn path=/head/; revision=249371
|
|
|
|
| |
Notes:
svn path=/head/; revision=246295
|
|
|
|
|
|
|
|
| |
PR: ports/127763, ports/128168
Submitted by: leeym@, delphij@
Notes:
svn path=/head/; revision=221707
|
|
|
|
|
|
|
|
|
|
| |
- Use CPAN macro.
PR: ports/120599
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Notes:
svn path=/head/; revision=207824
|
|
|
|
|
|
|
|
|
| |
PR: ports/116336
Submitted by: Richard A Secor <rsecor@seqlogic.com>
Approved by: maintainer timeout (almost a month)
Notes:
svn path=/head/; revision=201306
|
|
|
|
|
|
|
|
| |
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=157080
|
|
|
|
|
|
|
|
| |
PR: ports/92464
Submitted by: leeym
Notes:
svn path=/head/; revision=154812
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154158
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154113
|
|
|
|
|
|
|
|
|
|
|
| |
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search
Notes:
svn path=/head/; revision=143304
|
|
|
|
| |
Notes:
svn path=/head/; revision=139954
|
|
|
|
| |
Notes:
svn path=/head/; revision=127253
|
|
|
|
|
|
|
| |
Submitted by: Corentin Plouet <c.plouet@medria.com>
Notes:
svn path=/head/; revision=126102
|
|
|
|
| |
Notes:
svn path=/head/; revision=119116
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=110033
|
|
|
|
| |
Notes:
svn path=/head/; revision=107509
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104341
|
|
|
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=92059
|
|
|
|
|
|
|
| |
Requested by: milter@free.fr
Notes:
svn path=/head/; revision=90473
|
|
|
|
| |
Notes:
svn path=/head/; revision=76128
|
|
|
|
|
|
|
|
|
|
| |
friendly for perl-5.8.0, which has those dependencies included into the
base distribution.
Sponsired by: Porta Software Ltd
Notes:
svn path=/head/; revision=75949
|
|
|
|
|
|
|
| |
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Notes:
svn path=/head/; revision=73755
|
|
|
|
|
|
|
|
|
|
|
|
| |
Well-synced CPAN mirrors already do not have 1.51. Unbreak fetching
by upgrade.
PR: ports/46079
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: portmgr (knu)
Notes:
svn path=/head/; revision=71603
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From ChangeLog:
- Removed the possibility to use 'mailx', which was the
default: removal from the detectionn routines and Mail/Mailer/mail.pm.
Strongly suggested by [Sebastian Krahmer]
PR: ports/45266
Submitted by: Phil Pennock <pdp@nl.demon.net>
Notes:
svn path=/head/; revision=70364
|
|
|
|
| |
Notes:
svn path=/head/; revision=68868
|
|
|
|
|
|
|
|
| |
PR: ports/43231
Submitted by: Peter Avalos <pavalos@theshell.com>
Notes:
svn path=/head/; revision=67470
|
|
|
|
|
|
|
|
| |
PR: ports/42071
Submitted by: Bruce M Simpson <bms@spc.org>
Notes:
svn path=/head/; revision=65124
|
|
|
|
| |
Notes:
svn path=/head/; revision=60674
|
|
|
|
|
|
|
|
| |
Submitted by: Emil Sit <sit@mit.edu>
PR: ports/36798
Notes:
svn path=/head/; revision=57743
|