Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.430 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.430 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
0.430 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.430 19 Dec 2020 20:19:51 |
sunpoet |
Update to 0.430
Changes: https://metacpan.org/changes/distribution/List-MoreUtils |
0.428 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.428 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.428 12 Dec 2017 13:34:11 |
sunpoet |
Update to 0.428
Changes: http://search.cpan.org/dist/List-MoreUtils/Changes |
0.426 13 Oct 2017 06:50:56 |
sunpoet |
Update to 0.426
Changes: http://search.cpan.org/dist/List-MoreUtils/Changes |
0.425 07 Sep 2017 16:11:47 |
sunpoet |
Update to 0.425
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/List-MoreUtils/Changes |
0.423 23 Aug 2017 14:02:38 |
sunpoet |
Update to 0.423
Changes: http://search.cpan.org/dist/List-MoreUtils/Changes |
0.419 06 Apr 2017 21:56:47 |
sunpoet |
Update to 0.419
- Use PORTVERSION
Changes: http://search.cpan.org/dist/List-MoreUtils/Changes |
0.418 30 Mar 2017 21:36:13 |
sunpoet |
Update to 0.418
- Update LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/List-MoreUtils/Changes |
0.416 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.416 26 Sep 2016 15:38:22 |
adamw |
Only depend on XSLoader if perl < 5.24.1.
While here, simplify the XS strippage. |
0.416 26 Sep 2016 07:03:57 |
lth |
- Update to 0.416
Changes: https://api.metacpan.org/source/REHSACK/List-MoreUtils-0.416/Changes
- Disperse maintainership |
0.413 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
0.413 13 Jun 2015 16:22:07 |
lth |
- Update to 0.413
- Allow stripping
Changes: https://metacpan.org/changes/distribution/List-MoreUtils |
0.412 07 Jun 2015 16:06:25 |
lth |
- Update to 0.412
- Add LICENSE
- Fix DEPENDS
Changes: https://metacpan.org/changes/distribution/List-MoreUtils
PR: 200596
Submitted by: bofh |
0.405 17 Feb 2015 12:22:00 |
lth |
- update to 0.405 |
0.404 09 Feb 2015 17:41:02 |
lth |
- Update to 0.404 |
0.402 04 Jan 2015 12:29:24 |
lth |
- Add missing dependency
Noted by: antoine, "Matthew D. Fuller" <fullermd@over-yonder.net> |
0.402 03 Jan 2015 17:06:07 |
lth |
update to 0.402
PR: 196441
Submitted by: adamw |
0.33_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.33 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
0.33 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.33 29 Jan 2014 17:46:33 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
0.33 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
0.33 07 Aug 2013 13:20:32 |
az |
- Convert to new perl framework
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in
current version)
Approved by: lth@ (maintainer) |
0.33 08 Aug 2011 19:45:32 |
tobez |
Update to 0.33 without approval from lth (who is on vacation atm) since
apparently that's what new p5-Moose requires.
Changes: http://search.cpan.org/dist/List-MoreUtils/Changes |
0.25.02 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
0.25.02 10 Sep 2009 20:44:20 |
lth |
Update to 0.25_02 - to unbreak on Perl 5.10.1
PR: ports/138667
Submitted by: skv |
0.24 27 Jul 2009 13:52:22 |
lth |
Update to 0.24 |
0.22 17 Apr 2008 14:30:31 |
araujo |
- 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) |
0.22 07 Jul 2006 10:53:36 |
lth |
Update to 0.22 |
0.20 18 Jun 2006 20:01:39 |
lth |
Update to 0.20
PR: ports/99108
Submitted by: aaron |
0.19 24 Apr 2006 08:08:53 |
lth |
Update to 0.19 |
0.17 22 Jan 2006 02:18:40 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.17 08 Dec 2005 17:39:10 |
lth |
- Update to 0.17
- Add SHA256 checksum |
0.16 14 Nov 2005 10:43:35 |
lth |
Update to 0.16 |
0.14 10 Nov 2005 14:23:32 |
lth |
Update to 0.14. Now works with old perls again. |
0.13 10 Nov 2005 10:43:13 |
lth |
Update to 0.13. Now requires perl from ports. |
0.12 02 Oct 2005 20:26:33 |
lth |
Update to 0.12
PR: ports/86738
Submitted by: Emanuel Haupt <ehaupt@critical.ch> |
0.10 21 Sep 2005 19:31:43 |
fenner |
search.cpan.org redirect reduction canonicalization project, pass 1:
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 |
0.10 04 Apr 2005 13:55:27 |
lth |
Update to 0.10 |
0.09 03 Apr 2005 12:51:32 |
lth |
Add p5-List-MoreUtils 0.09, provide the stuff missing in List::Util. |