non port: textproc/p5-Pod-Tree/Makefile |
SVNWeb
|
Number of commits found: 34 |
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 22 Feb 2019
|
[ 19:55 sunpoet ]
Update to 1.31
Changes: https://metacpan.org/changes/distribution/Pod-Tree
|
Tue, 22 Jan 2019
|
[ 22:38 wen ]
- Update to 1.30
|
Wed, 5 Dec 2018
|
[ 18:49 sunpoet ]
Update to 1.29
Changes: https://metacpan.org/changes/distribution/Pod-Tree
|
Mon, 3 Dec 2018
|
[ 20:00 sunpoet ]
Update to 1.28
Changes: https://metacpan.org/changes/distribution/Pod-Tree
|
Sun, 2 Dec 2018
|
[ 15:38 sunpoet ]
Update to 1.27
Changes: https://metacpan.org/changes/distribution/Pod-Tree
|
Fri, 30 Nov 2018
|
[ 20:05 sunpoet ]
Update to 1.26
- Add NO_ARCH
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Pod-Tree
|
Mon, 9 Jul 2018
|
[ 08:40 mat ] (Only the first 10 of 429 ports in this commit are shown above. )
Remove all := from BUILD_DEPENDS, here are never needed.
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
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Sat, 31 Dec 2016
|
[ 19:51 adamw ] (Only the first 10 of 30 ports in this commit are shown above. )
Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which only
affected 5.18 and lower.
|
Mon, 23 May 2016
|
[ 03:53 sunpoet ] (Only the first 10 of 65 ports in this commit are shown above. )
- Update to 1.302015
- Use real PORTVERSION
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Update CONFLICTS_INSTALL
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Test-Simple/Changes
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 27 May 2015
|
[ 09:50 sunpoet ]
- Update to 1.25
- Add more TEST_DEPENDS
Changes: http://search.cpan.org/dist/Pod-Tree/Changes
|
Fri, 22 May 2015
|
[ 17:35 sunpoet ]
- Update to 1.24
- Silence patch messages
- Sort PLIST
Changes: http://search.cpan.org/dist/Pod-Tree/Changes
|
Thu, 21 May 2015
|
[ 14:08 culot ]
- Update to 1.23
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Pod-Tree/Changes
|
Tue, 19 May 2015
|
[ 08:51 wen ]
- Update to 1.20
Changes: http://cpansearch.perl.org/src/SZABGAB/Pod-Tree-1.20/Changes
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Thu, 7 Nov 2013
|
[ 03:52 vanilla ] (Only the first 10 of 572 ports in this commit are shown above. )
Support STAGEDIR.
|
Fri, 20 Sep 2013
|
[ 23:17 bapt ] (Only the first 10 of 1559 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
|
Fri, 2 Aug 2013
|
[ 18:52 mat ] (Only the first 10 of 1871 ports in this commit are shown above. )
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Mon, 17 Dec 2012
|
[ 08:30 az ]
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
|
Sun, 10 Jun 2012
|
[ 18:42 swills ] (Only the first 10 of 639 ports in this commit are shown above. )
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
Tue, 13 Mar 2012
|
[ 16:15 pgollucci ] (Only the first 10 of 391 ports in this commit are shown above. )
- 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)
|
Thu, 8 Mar 2012
|
[ 18:45 pgollucci ] (Only the first 10 of 403 ports in this commit are shown above. )
- 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
|
Wed, 23 Jun 2010
|
[ 08:24 wen ]
- Update to 1.17
Feature safe: yes
|
Thu, 23 Apr 2009
|
[ 23:28 leeym ]
- update to 1.16
|
Thu, 17 Apr 2008
|
[ 14:30 araujo ] (Only the first 10 of 2168 ports in this commit are shown above. )
- 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)
|
Fri, 29 Jun 2007
|
[ 23:07 miwi ]
- Update to 1.15
|
Tue, 19 Jun 2007
|
[ 21:31 mat ]
Update to 1.14
|
Sun, 8 Apr 2007
|
[ 01:14 leeym ]
- update to 1.13
|
Thu, 29 Mar 2007
|
[ 06:29 leeym ]
- update to 1.12
|
Wed, 2 Mar 2005
|
[ 07:02 leeym ]
- skip pod2html under perl 5.6 or above
|
Fri, 26 Nov 2004
|
[ 12:50 skv ]
Updated to 1.11
|
Tue, 10 Aug 2004
|
[ 07:27 ijliao ]
add p5-Pod-Tree 1.10
Create a static syntax tree for a POD
|
Number of commits found: 34 |