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.40 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.40 28 Feb 2022 23:47:08 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Package-Stash: Update to 0.40
Changes: https://metacpan.org/dist/Package-Stash/changes |
0.39 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.39 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.39 26 Nov 2020 21:17:19 |
sunpoet |
Update to 0.39
- Add LICENSE_FILE
Changes: https://metacpan.org/changes/distribution/Package-Stash |
0.38 15 Mar 2019 21:41:03 |
sunpoet |
Update to 0.38
- Remove MASTER_SITE_SUBDIR
- Add NO_ARCH
- Update pkg-descr
- Take maintainership
Changes: https://metacpan.org/changes/distribution/Package-Stash |
0.37_1 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.37_1 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.37_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.37_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.37_1 15 Nov 2015 03:01:38 |
sunpoet |
- Sort PLIST |
0.37_1 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
0.37_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.37 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.37 15 Oct 2014 12:55:15 |
culot |
- Update to 0.37
Changes: http://search.cpan.org/dist/Package-Stash/Changes |
0.36 31 Oct 2013 06:20:33 |
vanilla |
Support STAGEDIR. |
0.36 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.36 04 Sep 2013 08:50:25 |
tobez |
Update to 0.36.
Changes: http://search.cpan.org/dist/Package-Stash/Changes |
0.35 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.35 19 Jul 2013 07:07:29 |
culot |
- Update to 0.35
Changes: http://search.cpan.org/dist/Package-Stash/Changes |
0.34 05 Jan 2013 16:05:12 |
tobez |
Update to 0.34.
Changes: http://search.cpan.org/dist/Package-Stash/Changes |
0.33 17 Dec 2012 12:40:25 |
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.33 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.33 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.33 28 Dec 2011 08:20:20 |
ehaupt |
End WWW CPAN URL with a "/" |
0.33 07 Oct 2011 11:22:46 |
culot |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de> |
0.33 30 Sep 2011 01:49:29 |
clsung |
- Update to 0.33 |
0.32 08 Sep 2011 09:47:03 |
az |
Update to 0.32 |
0.31 14 Aug 2011 03:41:13 |
sunpoet |
- Replace a copy/paste space with tab |
0.31 14 Aug 2011 03:36:16 |
sunpoet |
- Update to 0.31
Changes: http://search.cpan.org/dist/Package-Stash/Changes |
0.30 25 Jul 2011 12:06:15 |
sunpoet |
- Add BUILD_DEPENDS back
Suggested by: az |
0.30 25 Jul 2011 02:32:28 |
sunpoet |
- Update to 0.30
- Pet portlint
Changes: http://search.cpan.org/dist/Package-Stash/Changes |
0.29 22 Apr 2011 15:39:08 |
bapt |
- update to 0.29
- changes: http://cpansearch.perl.org/src/DOY/Package-Stash-0.29/Changes |
0.28 06 Apr 2011 07:02:40 |
bapt |
- update to 0.28
- changes: http://cpansearch.perl.org/src/DOY/Package-Stash-0.28/Changes |
0.27 28 Mar 2011 10:13:30 |
bapt |
- update to 0.27
- add licenses
- changes: http://cpansearch.perl.org/src/DOY/Package-Stash-0.27/Changes |
0.26 05 Mar 2011 05:54:50 |
az |
Update to version 0.26 |
0.25_1 15 Feb 2011 20:51:37 |
az |
Remove p5-Test-Exception from TEST_DEPENDS.
PR: ports/154808
Submitted by: milki@rescomp.berkeley.edu |
0.25_1 15 Feb 2011 20:16:41 |
az |
Add missed Package::DeprecationManager in order to run
PR: ports/154807
Submitted by: brooks@ |
0.25 12 Feb 2011 06:23:47 |
miwi |
- Update to 0.25
PR: 154619
Submitted by: Jonathan Chu <milki@rescomp.berkeley.edu> |
0.13 03 Nov 2010 07:08:50 |
bapt |
- update to 0.13
- changes: http://cpansearch.perl.org/src/DOY/Package-Stash-0.13/Changes |
0.08_1 30 Sep 2010 13:43:30 |
az |
- Replace dirrm marco in pkg-plist with dirrmtry to avoid conflist with
other p5 ports with Package namespace.
- PORTREVISION bumped since we need new pkg with better logic
PR: ports/151061
Submitted by: Frederic Culot <frederic@culot.org> |
0.08 23 Sep 2010 19:24:04 |
pgollucci |
- Update to 0.08
PR: ports/150853
Submitted by: Frederic Culot <frederic@culot.org>
With Hat: perl@
Changes: http://search.cpan.org/dist/Package-Stash/Changes |
0.05 16 Jun 2010 08:05:46 |
tobez |
Update to 0.05.
Changes: http:/search.cpan.org/dist/Package-Stash/Changes |
0.04 14 Jun 2010 11:59:29 |
tobez |
Update to 0.04.
Changes: http:/search.cpan.org/dist/Package-Stash/Changes |
0.03 09 Jun 2010 03:38:41 |
pgollucci |
- mumble, wrong directory
Pointyhat to: myself |
0.03 09 Jun 2010 03:26:36 |
pgollucci |
Routines for manipulating stashes
WWW: http://search.cpan.org/dist/Package-Stash |