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) |
1.50430 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 ) |
1.50430 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.50430 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.50430 28 May 2020 13:13:25 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7). |
1.50430 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) |
1.50430 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 |
1.50430 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.50430 28 Feb 2017 22:51:37 |
sunpoet |
Update to 1.50430
- Add LICENSE
- Remove Perl core modules
- Add NO_ARCH
- Silence patch message
- Sort PLIST
Changes: http://search.cpan.org/dist/Jifty/Changelog |
1.10518_3 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.10518_3 13 Mar 2015 17:29:59 |
adamw |
Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
This one happens in many, many ports. I only applied it in cases where
it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used |
1.10518_2 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 ) |
1.10518_1 07 Nov 2013 15:07:22 |
vanilla |
Support STAGEDIR. |
1.10518_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.10518_1 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.10518_1 17 Dec 2012 10:22:02 |
az |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
1.10518_1 01 May 2012 01:47:10 |
swills |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
1.10518_1 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) |
1.10518_1 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 |
1.10518_1 05 Mar 2012 03:04:18 |
swills |
- Add missing DEPENDS
- Bump PORTREVISION due to new RUN_DEPENDS changing package
- Move test only dependencies to TEST_DEPENDS
Note: this still fails tests
PR: ports/164975
Approved by: maintainer timeout (clsung, > 2 weeks) |
1.10518 27 Sep 2011 01:35:04 |
clsung |
- Update to 1.10518 |
1.10214 03 Mar 2011 14:35:57 |
clsung |
- update to 1.10214 |
1.01209 12 Feb 2011 13:35:13 |
clsung |
- Update to 1.01209 |
0.91117_5 21 Sep 2010 07:56:43 |
mm |
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION |
0.91117_4 25 Jan 2010 14:00:25 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 5).
Approved by: portmgr (itetcu) |
0.91117_3 20 Jan 2010 01:28:55 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 1).
Approved by: portmgr (itetcu) |
0.91117_2 24 Nov 2009 21:44:45 |
pav |
- Remove mail/p5-Email-MIME-Creator, it has been folded into mail/p5-Email-MIME
- Remove mail/p5-Email-MIME-Modifier, it has been folded into mail/p5-Email-MIME
- Remove mail/p5-Email-Simple-Creator, it has been folded into
mail/p5-Email-Simple
- Adjust dependencies
Reported by: pointyhat
With hat: portmgr |
0.91117_1 22 Nov 2009 13:35:54 |
clsung |
- p5-Email-Simple-Creator was merged to p5-Email-Simple
- bump PORTREVISION |
0.91117 20 Nov 2009 14:10:11 |
clsung |
- Update to 0.91117
Changes: http://search.cpan.org/dist/Jifty/ChangeLog |
0.90701 21 Jul 2009 08:37:09 |
clsung |
- Update to 0.90701
PR: ports/136586
Submitted by: pgollucci |
0.90519 17 Jun 2009 04:35:53 |
clsung |
- Update to 0.90519
PR: ports/135545
Submitted by: Wen Heping <wenheping_AT_gmail dot com> |
0.80408_1 17 Jan 2009 23:21:46 |
pav |
- Fix plist with perl 5.8.9 |
0.80408 25 Sep 2008 15:08:53 |
clsung |
- take the maintainership
Approved by: maintainer (tobez) |
0.80408 25 Sep 2008 14:47:11 |
clsung |
- Update to 0.80408
Changes: http://search.cpan.org/dist/Jifty/Changes
PR: ports/122614
Submitted by: clsung
Approved by: maintainer timeout |
0.70422 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.70422 08 Sep 2007 01:11:48 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.70422 23 Apr 2007 10:32:47 |
tobez |
Update to 0.70422. |
0.70117 29 Jan 2007 11:38:21 |
tobez |
Update to 0.70117. |
0.60912 22 Dec 2006 12:24:24 |
tobez |
Update to 0.60912.
The patch in the original PR had to be modified.
PR: 105996
Submitted by: ijliao |
0.60507 15 May 2006 07:57:56 |
tobez |
Update to 0.60507. |
0.60213 07 Apr 2006 16:44:29 |
cperciva |
Remove dependency upon p5-JSON-Syck, since
1. p5-JSON-Syck no longer exists, and
2. this port already depends upon p5-YAML-Syck, which includes the
functionality formerly provided by p5-JSON-Syck.
This fixes the INDEX build.
Reported by: portsnap buildbox |
0.60213 17 Feb 2006 11:18:19 |
tobez |
Update to 0.60213. |
0.51228 22 Jan 2006 02:58:25 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.51228 29 Dec 2005 09:06:59 |
tobez |
Update to 0.51228. |
0.51225 27 Dec 2005 12:28:48 |
tobez |
Add www/p5-Jifty 0.51225, yet another Perl web framework. |