| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl
|
| |
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
| |
textproc)
|
| |
|
|
|
| |
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
| |
|
|
|
|
|
|
| |
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
| |
|
|
| |
Submitted by: az@
|
| |
|
|
| |
Approved by: erwin@ (portmgr)
|
| |
|
|
|
|
| |
so standarize and remove it
With Hat: perl@
|
| | |
|
| |
|
|
|
|
| |
- Reset maintainer to perl@
Feature safe: yes
|
| |
|
|
| |
Hat: portmgr
|
| |
|
|
|
|
| |
PR: ports/121007
Submitted by: lippe (myself)
Approved by: araujo (mentor), maintainer timeout (> 2 weeks)
|
| |
|
|
|
|
|
|
| |
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
| |
|
|
|
|
| |
PR: ports/102880
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Approved by: Hansjoerg Pehofer <hansjoerg.pehofer at uibk.ac.at> (maintainer)
|
| |
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
| |
|
|
|
| |
PR: 89055
Submitted by: maintainer
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
|
| | |
|
| |
|
|
|
|
| |
PR: ports/79176
Submitted by: lth
Approved by: maintainer
|
| |
|
|
|
| |
PR: 75370
Submitted by: maintainer
|
| |
|
|
|
|
| |
PR: ports/72755
Submitted by: maintainer (Hansjoerg Pehofer)
Approved by: co-mentor (vanilla)
|
| |
|
|
|
| |
PR: ports/64615
Submitted by: maintainer
|
|
|
read/Write .css files with as little code as
possible.
PR: 58780
Submitted by: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
|