Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.60 04 Feb 2025 20:51:41 |
Rene Ladan (rene) |
textproc/p5-HTML-Tidy: Remove expired port
2024-12-31 textproc/p5-HTML-Tidy: Depends on expired textproc/tidyp |
1.60 30 Sep 2024 19:37:15 |
Rene Ladan (rene) |
textproc/p5-HTML-Tidy: Expire on 2024-12-31 for textproc/tidyp |
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.60 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.60 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.60 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.60 20 May 2019 13:04:24 |
mat |
Remove Created by lines where I am the one. |
1.60 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.60 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.60 14 Sep 2017 23:48:24 |
sunpoet |
Update to 1.60
Changes: http://search.cpan.org/dist/HTML-Tidy/Changes |
1.58 27 May 2017 10:25:33 |
sunpoet |
Update to 1.58
- Strip shared library
- Convert to options target helper
- Sort PLIST
Changes: http://search.cpan.org/dist/HTML-Tidy/Changes |
1.56_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.56_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 ) |
1.56 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 |
1.56 01 Mar 2014 14:11:01 |
sunpoet |
- Add LICENSE
- Remove outdated PERL_LEVEL check
- Simplify Makefile |
1.56 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. |
1.56 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@ |
1.56 23 Sep 2013 20:15:49 |
sunpoet |
- Update to 1.56
- Support STAGEDIR
Changes: http://search.cpan.org/dist/HTML-Tidy/Changes |
1.54 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.54 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.54 04 Jun 2012 08:37:59 |
az |
- Remove SITE_PERL from *_DEPENDS |
1.54 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
1.54 17 Sep 2011 06:49:29 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
1.54 17 May 2011 11:13:00 |
jadawin |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
1.54 19 Sep 2010 17:52:42 |
az |
Update to 1.54.
Changes: http://search.cpan.org/dist/HTML-Tidy/Changes
PR: ports/150726
Submitted by: Frederic Culot <frederic@culot.org> |
1.52 07 Jun 2010 01:21:40 |
pgollucci |
- Fix for non standard LOCALBASE
PR: ports/144463
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
With Hat: perl@ |
1.52 19 May 2010 07:04:27 |
wen |
- Update to 1.52
- Update dependence
PR: ports/146586
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
1.08_1 16 Aug 2009 09:55:32 |
linimon |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.08_1 04 Oct 2007 18:57:40 |
tobez |
Prevent the port from segfaulting under certain conditions.
PR: 116602
Approved by: maintainer (mat) |
1.08 08 Sep 2007 01:06:22 |
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 |
1.08 31 Aug 2007 13:37:23 |
mat |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims. |
1.08 19 Apr 2007 19:35:18 |
mat |
Update to 1.08 |
1.06 22 Jan 2006 02:55:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.06 14 Nov 2005 14:16:12 |
mat |
Be hipe and add SHA256 |
1.06 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 |
1.06 30 Aug 2005 12:20:40 |
mat |
Update to 1.06 |
1.05.01 03 Sep 2004 11:51:20 |
mat |
Update to 1.05.01 |
1.04 09 Jun 2004 12:15:32 |
mat |
Add p5-HTML-Tidy 1.04, web validation in a Perl object using tidy. |