non port: ports-mgmt/p5-App-Pm2Port/Makefile |
Number of commits found: 16 |
Saturday, 6 Dec 2014
|
20:38 ak
- Deprecate ports and set expiration date to 2015-01-06:
ports-mgmt/bpkg: Does not support pkgng
ports-mgmt/p5-App-Pm2Port: Does not know about USES=perl, generates incorrect
pkg-plist
ports-mgmt/p5-FreeBSD-Pkgs: Does not support pkgng
ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates: Depends on ports-mgmt/p5-FreeBSD-Pkgs
ports-mgmt/pkg-orphan: Does not support pkgng
ports-mgmt/pkg_remove: Does not support pkgng
ports-mgmt/pkg_trackinst: Does not support pkgng, generates incorrect pkg-plist
ports-mgmt/portcheckout: Uses ports cvs repo, which is long gone
 |
Wednesday, 26 Nov 2014
|
13:08 mat
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
 |
Thursday, 6 Feb 2014
|
13:29 ehaupt
Support staging.
 |
Friday, 20 Sep 2013
|
22:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt)
 |
Friday, 2 Aug 2013
|
18:52 mat
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
 |
Sunday, 16 Dec 2012
|
06:12 az
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@)
 |
Tuesday, 13 Mar 2012
|
16:15 pgollucci
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
 |
Thursday, 8 Mar 2012
|
18:45 pgollucci
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
 |
Saturday, 21 Jan 2012
|
17:40 eadler
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
 |
Tuesday, 18 May 2010
|
04:08 pgollucci
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@
 |
Wednesday, 5 May 2010
|
21:52 pgollucci
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@
 |
Tuesday, 20 Apr 2010
|
03:04 linimon
Reassign ports from andrey@kostenko.name to perl@ due to lack of time.
Hat: portmgr
 |
Thursday, 11 Feb 2010
|
17:03 pgollucci
- Update to 0.29
PR: ports/143773
Submitted by: myself (pgollucci@)
Approved by: andrey@kostenko.name (maintainer)
 |
Sunday, 24 Jan 2010
|
06:18 kuriyama
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 4).
Approved by: portmgr (itetcu)
 |
Tuesday, 22 Dec 2009
|
07:17 wen
App::Pm2Port is a perl module to creat FreeBSD port from
perl module.
WWW: http://search.cpan.org/dist/App-Pm2Port
PR: ports/141810
Submitted by: Andrey Kostenko <andrey@kostenko.name>
 |
07:14 wen
App::Pm2Port is a perl module to creat FreeBSD port from
perl module.
WWW: http://search.cpan.org/dist/App-Pm2Port
 |
Number of commits found: 16 |