Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4234 02 May 2023 16:21:14 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Module-Build: Update to 0.4234
Changes: https://metacpan.org/dist/Module-Build/changes |
0.4232 30 Jan 2023 13:02:01 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Module-Build: Update to 0.4232
- Convert REINPLACE_CMD to patch files
Changes: https://metacpan.org/dist/Module-Build/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4231 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.4231 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.4231 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4231 02 Feb 2020 11:06:14 |
sunpoet |
Update to 0.4231
Changes: https://metacpan.org/changes/distribution/Module-Build |
0.4229 18 Apr 2019 18:01:35 |
sunpoet |
Update to 0.4229
Changes: https://metacpan.org/changes/distribution/Module-Build |
0.4224 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.4224 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.4224 01 Jun 2017 23:51:37 |
sunpoet |
Remove outdated PERL_LEVEL check |
0.4224 31 May 2017 13:10:02 |
sunpoet |
Update to 0.4224
Changes: http://search.cpan.org/dist/Module-Build/Changes |
0.4222 05 Apr 2017 19:57:48 |
sunpoet |
Update to 0.4222
Changes: http://search.cpan.org/dist/Module-Build/Changes |
0.4220 31 Dec 2016 19:51:34 |
adamw |
Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which only
affected 5.18 and lower. |
0.4220 02 Dec 2016 16:51:16 |
sunpoet |
- Add LICENSE_FILE |
0.4220 29 Aug 2016 16:57:03 |
adamw |
Update to 0.4220.
Changes: https://metacpan.org/changes/distribution/Module-Build |
0.4218 27 Apr 2016 16:18:14 |
adamw |
Update to 0.4218.
Changes: https://metacpan.org/changes/distribution/Module-Build |
0.4216 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.4216 22 Jan 2016 11:34:39 |
sunpoet |
- Update to 0.4216
Changes: http://search.cpan.org/dist/Module-Build/Changes |
0.4214 13 Jun 2015 13:52:32 |
sunpoet |
- Update to 0.4214
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Module-Build/Changes |
0.4212 19 May 2015 21:26:08 |
adamw |
Don't clobber RUN_DEPENDS.
Spotted by: mat |
0.4212 19 May 2015 16:24:42 |
adamw |
Only depend on p5-CPAN-Meta for perl <= 5.21.4.
While here, remove the OPTIONS_DEFINE that wasn't used. |
0.4212 19 May 2015 16:10:12 |
adamw |
Update to 0.4212.
Changes: https://metacpan.org/release/Module-Build |
0.4211_1 10 Apr 2015 20:53:46 |
mat |
Add a patch to make Module::Build builds more reproducibles.
Obtained from: Jeremy Bobbio
Sponsored by: Absolight |
0.4211 25 Feb 2015 19:39:46 |
adamw |
Update to 0.4211.
Changes: https://metacpan.org/changes/distribution/Module-Build
This update brings in a dependency on p5-CPAN-Meta, which itself has
a number of dependencies.
PR: 197880 |
0.4206_1 26 Nov 2014 13:08:38 |
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 (Only the first 15 lines of the commit message are shown above ) |
0.4206 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.4206 28 Jul 2014 16:08:01 |
mat |
Reword the comment here so that updating the build depends version is not
forced here if it is not needed.
With hat: perl@
Sponsored by: Absolight |
0.4206 15 Jul 2014 06:19:31 |
leeym |
- update Module-Build to 0.4206 |
0.4205 09 Jun 2014 07:16:26 |
sunpoet |
- Add reminder to update Mk/Uses/perl5.mk |
0.4205 01 Mar 2014 14:05:11 |
sunpoet |
- Remove outdated PERL_LEVEL check
- Simplify Makefile |
0.4205 10 Feb 2014 07:54:41 |
culot |
- Update to 0.4205
Changes: http://search.cpan.org/dist/Module-Build/Changes |
0.4203 28 Nov 2013 10:02:37 |
mat |
Update to 0.4203. |
0.4202 24 Nov 2013 17:40:44 |
mat |
- Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE. |
0.4202 19 Nov 2013 19:55:02 |
sunpoet |
- Update to 0.4202
Changes: http://search.cpan.org/dist/Module-Build/Changes |
0.4200 12 Nov 2013 19:42:05 |
sunpoet |
- Update to 0.4200
Changes: http://search.cpan.org/dist/Module-Build/Changes |
0.4008 05 Nov 2013 19:44:32 |
sunpoet |
- Update to 0.4008
Changes: http://search.cpan.org/dist/Module-Build/Changes |
0.4007 22 Oct 2013 16:57:45 |
mat |
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@ |
0.4007 19 Oct 2013 21:54:49 |
sunpoet |
- Support STAGEDIR |
0.4007 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.4007 03 Sep 2013 19:31:34 |
sunpoet |
- Update to 0.4007
- Add LICENSE
- Fix PORTSCOUT
Changes: http://search.cpan.org/dist/Module-Build/Changes |
0.4005 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.4005 29 Apr 2013 10:53:19 |
tobez |
Update to 0.4005.
Changes: http://search.cpan.org/dist/Module-Build/Changes |
0.4004 29 Mar 2013 18:57:13 |
sunpoet |
- Update to 0.4004
- Convert to new options framework
- Cleanup Makefile
Changes: http://search.cpan.org/dist/Module-Build/Changes |
0.4003 17 Dec 2012 14:09: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. |
0.4003 16 Sep 2012 16:39:20 |
lth |
Update to 0.4003 |
0.4000 13 Mar 2012 16:15:36 |
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) |
0.4000 08 Mar 2012 18:45:38 |
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 |
0.4000 01 Mar 2012 11:35:40 |
sunpoet |
- Update to 0.40
- Add TEST_DEPENDS
- Move post-install: downwards
- Do not silence installation message
- Cosmetic change
Changes: http://search.cpan.org/dist/Module-Build/Changes |
0.3800_1 28 Jun 2011 18:26:25 |
sunpoet |
- Relax *_DEPENDS: all/some of them are already in different Perl releases
- Remove WRKSRC/bin/config_data without confirmation
- Bump PORTREVISION for dependency change |
0.3800 21 May 2011 11:04:51 |
sunpoet |
- Update to 0.3800
Changes: http://search.cpan.org/dist/Module-Build/Changes
Obtained from: bapt (bin/config_data patch) |
0.3624 04 Mar 2011 05:54:24 |
az |
- add missed devel/p5-version |
0.3624 04 Mar 2011 05:29:24 |
sunpoet |
- Use new CPAN macro
- Tab twiddle |
0.3624 03 Mar 2011 18:46:56 |
skv |
Update to 0.3624
Changes:
http://cpansearch.perl.org/src/DAGOLDEN/Module-Build-0.3624/Changes |
0.3607_1 23 Dec 2010 01:14:25 |
pgollucci |
- set some PORTSCOUT vars |
0.3607_1 07 Dec 2010 19:35:25 |
linimon |
With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email. |
0.3607_1 05 Nov 2010 01:36:20 |
clsung |
- Do not depend on p5-Test-Harness if perl >= 5.10.1
PR: ports/151260
Submitted by: mm |
0.3607_1 28 Jul 2010 03:46:55 |
clsung |
- Use YAML::Tiny for YAML support
- bump PORTREVISION
Changes:
PR: ports/148897
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net> |
0.3607 16 May 2010 02:50:34 |
wxs |
Update to .3607
PR: ports/146058
Submitted by: Eric Freeman <freebsdports@chillibear.com>
Approved by: clsung@ (maintainer timeout) |
0.3601 31 Jan 2010 01:05:53 |
pgollucci |
- Update to 0.3601
PR: ports/142644
Submitted by: myself (pgollucci@)
Approved by: maintainer timeout (clsung; > 2 weeks) |
0.35 28 Aug 2009 03:09:44 |
clsung |
- Update to 0.35
Changes: http://search.cpan.org/dist/Module-Build/Changes |
0.34 30 Jul 2009 03:47:19 |
clsung |
- Update to 0.34
Changes: http://search.cpan.org/dist/Module-Build/Changes |
0.33 02 Jun 2009 11:11:43 |
clsung |
- Update to 0.33
PR: ports/134815
Submitted by: pgollucci |
0.32 28 Mar 2009 20:45:10 |
skv |
Introduce Perl 5.10.0 |
0.32 04 Mar 2009 02:16:11 |
clsung |
- Update to 0.32
Changes: http://search.cpan.org/dist/Module-Build/Changes |
0.30 26 Sep 2008 14:45:59 |
clsung |
- Update to 0.30
Changes: http://search.cpan.org/dist/Module-Build/Changes |
0.28.08_2 22 Mar 2008 13:28:16 |
leeym |
- make YAML and XS/C required, not optional
- bump PORTREVISION
Noticed by: pav
Pointy hat to: leeym
Submitted by: leeym
Approved by: clsung |
0.28.08_1 20 Mar 2008 02:05:26 |
leeym |
- use CPAN macro
- simplify dependency
- add OPTIONS for optional supports
- bump PORTREVISION
Submitted by: leeym
Approved by: clsung |
0.28.08 01 May 2007 07:37:30 |
clsung |
- remove ".if ${PERL_LEVEL} < 500600..." stuff |
0.28.08 29 Apr 2007 10:28:33 |
clsung |
- Update to 0.28.08 (0.2808) |
0.28.07 25 Mar 2007 09:30:09 |
clsung |
- Update to 0.28.07 (0.2807) |
0.28.06 26 Dec 2006 02:22:21 |
clsung |
- Update to 0.28.06 |
0.28.05 08 Aug 2006 03:34:31 |
clsung |
- mark IGNORE for perl < 5.6 |
0.28.05 31 Jul 2006 07:14:07 |
clsung |
- update to 0.2805
- remove p5-version dependency |
0.28.04 24 Jul 2006 05:48:42 |
clsung |
- update to 0.2804
- depends on version.pm again. |
0.28.03_1 18 Jul 2006 00:12:17 |
clsung |
- before the version problem solved, I'd like to maintain it. |
0.28.03_1 16 Jul 2006 08:28:17 |
clsung |
- temporary remove dependency of p5-version,
it will cause cyclic dependencies.
- 3 patches are made for that (copy from version 0.2801)
- bump PORTREVISION |
0.28.03 16 Jul 2006 07:56:13 |
clsung |
- update to 0.28.03
- add dependency of p5-version |
0.28.02 15 Jul 2006 15:34:16 |
clsung |
- update to 0.2802 |
0.28.01 22 May 2006 03:39:51 |
leeym |
- update to 0.2801 |
0.26.12 20 Apr 2006 18:42:09 |
leeym |
- fix missing MAN3 problem under old perl
Noticed by: kris |
0.26.12 28 Mar 2006 11:24:41 |
tobez |
Update to 0.26.12. Only use some of the optional dependencies for perl
from ports, so that it mostly works with the base system perl. |
0.26.11_1 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.26.11_1 04 Dec 2005 11:46:02 |
erwin |
- MAN pages are not installed with perl 5.005_03, so move the
MAN3 and MAN1 sections under the PERL_LEVEL test.
- Bump portrevision.
Submitted by: pointyhat (kris) |
0.26.11 14 Nov 2005 15:05:17 |
mat |
Take a perl@ hat and add SHA256 checksums |
0.26.11 20 Jun 2005 15:21:58 |
mat |
Give to perl@ |
0.26.11 20 Jun 2005 15:18:48 |
mat |
Update to 0.26.11 |
0.26.10_1 11 Jun 2005 16:13:12 |
skv |
* reflect renaming on CPAN File-Spec to PathTools
+ 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) |
0.26.10 20 May 2005 16:27:24 |
mat |
Update to 0.26.10 |
0.26.09 21 Mar 2005 14:59:46 |
mat |
Update to 0.26.09 |
0.26.08 28 Jan 2005 15:00:56 |
mat |
Update to 0.26.08 |
0.26.07 20 Dec 2004 13:47:05 |
mat |
Update to 0.26.07 |
0.26.06 08 Dec 2004 11:01:41 |
mat |
Update to 0.26.06 |
0.26.05 01 Dec 2004 18:00:59 |
mat |
Update to 0.26.05 |
0.26.04 18 Nov 2004 14:59:43 |
mat |
Update to 0.26.04 |
0.26.03 17 Nov 2004 14:28:01 |
mat |
Update to 0.26.03 |
0.26.02 05 Nov 2004 12:38:57 |
mat |
Update to 0.26.02
Add some docs |
0.26 12 Oct 2004 13:58:47 |
mat |
Update to 0.26 |
0.25.03 12 Oct 2004 10:10:35 |
mat |
Update to 0.25.03 |
0.25.02 10 Aug 2004 06:14:15 |
kuriyama |
- Make depedency on p5-podolators conditional with perl-5.8.5.
Approved by: mat (maintainer) |