Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.60 21 Feb 2023 13:26:34 |
Wen Heping (wen) |
www/p5-HTML-Mason: Update to 1.60 |
1.59 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
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.59 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.59 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.59 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.59 24 Jul 2020 07:28:15 |
sunpoet |
Update to 1.59
- Add LICENSE_FILE
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/HTML-Mason |
1.58 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.58 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.58 30 Oct 2017 02:51:39 |
wen |
- Update to 1.58
Changes: http://cpansearch.perl.org/src/DROLSKY/HTML-Mason-1.58/Changes |
1.56 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.56 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.56 12 Jan 2015 18:36:20 |
sunpoet |
- Update to 1.56
- Sort PLIST
Changes: http://search.cpan.org/dist/HTML-Mason/Changes |
1.54_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.54 05 Jun 2014 14:20:30 |
jadawin |
- Update to 1.54 |
1.52_1 15 Oct 2013 18:44:00 |
sunpoet |
- Fix PLIST
- Bump PORTREVISION for package change
Reported by: antoine |
1.52 13 Oct 2013 14:02:07 |
sunpoet |
- Fix USE_APACHE_RUN
Reported by: az |
1.52 12 Oct 2013 15:16:44 |
sunpoet |
- Update to 1.52
- Convert to new OPTIONS helper
- Support STAGEDIR
- Sort PLIST
- Use CPAN as primary WWW
- Reformat pkg-descr
- Pass maintainership to perl@
Changes: http://search.cpan.org/dist/HTML-Mason/Changes |
1.50 12 Oct 2013 01:15:19 |
zi |
- Reset MAINTAINER due to fatal email bounce
Reported by: portscout |
1.50 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.50 14 Sep 2013 13:38:21 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
1.50 09 Sep 2012 18:05:15 |
ohauer |
- s/USE_APACHE/USE_APACHE_RUN/
with hat apache@ |
1.50 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
1.50 13 Jul 2012 17:24:03 |
sunpoet |
- Update to 1.50
- Add LICENSE
- Convert to new options framework
- Rename option: MOD_PERL -> MODPERL
Changes: http://search.cpan.org/dist/HTML-Mason/Changes
PR: ports/169825
Submitted by: sunpoet (myself)
Approved by: Denis Shaposhnikov <dsh@bamus.cz> (maintainer) |
1.48 30 Jun 2012 14:31:06 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
1.48 04 Jun 2012 19:11:13 |
matthew |
- Fix USE_APACHE syntax
- Set RUN_DEPENDS from BUILD_DEPENDS
- update to new OPTIONS framework
Approved by: shaun (mentor)
PR: ports/168143
Submitted by: me |
1.48 16 May 2012 04:09:48 |
miwi |
- Update to 1.48
- Merged BUILD_DEPENDS and RUN_DEPENDS as it produces error while building
- Removed APACHE13 based dependancy
PR: 166590
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
1.45 15 Feb 2012 02:44:26 |
swills |
- Add TEST_DEPENDS to enable testing
PR: ports/164969
Submitted by: swills (myself)
Approved by: portmgr (blanket) |
1.45 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.45 06 Jun 2010 20:16:27 |
pgollucci |
- Update to 1.45
PR: ports/147412
Approved by: dsh@vlink.ru (maintainer)
Submitted by: myself (pgollucci@) |
1.44_1 12 Feb 2010 12:37:07 |
pav |
- Optionalize WITH_APACHE2
PR: ports/143615
Submitted by: Alexander Kirpa <freebsd-bug@kirpa.com>
Approved by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer) |
1.44_1 20 Jan 2010 09:58:53 |
kuriyama |
- Add missing dependency.
Approved by: maintainer |
1.44 06 Jan 2010 00:40:01 |
wen |
- Update to 1.44
PR: ports/142336
Submitted by: Wen Heping (myself)
Approved by: maintainer |
1.42 05 Jun 2009 21:36:58 |
miwi |
- Update to 1.42
PR: 135258
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer |
1.39_1 24 Apr 2008 22:15:20 |
timur |
Approved by: maintainer(irc)
Of course, PORTREVISION has to be bumped. |
1.39 24 Apr 2008 22:09:55 |
timur |
Approved by: maintainer(irc)
Put back PERL_MODBUILD as PERL_CONFIGURE installs MAN3 into
/usr/local/usr/local. Cleaned up pkg-plist. |
1.39 23 Apr 2008 10:04:00 |
miwi |
- Updated to 1.39
- Use CPAN macro
- Better adjustment of dependences
- PERL_CONFIGURE instead of PERL_MODBUILD
PR: 121014
Submitted by: lippe
Approved by: maintainer |
1.35 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) |
1.35 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 |
1.35 10 Dec 2006 22:06:59 |
miwi |
- Fix dependency
PR: ports/106541
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) |
1.35 31 Oct 2006 01:43:46 |
clsung |
- Update to 1.35
PR: ports/104511
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by: maintainer (Denis Shaposhnikov) |
1.33 29 May 2006 09:34:35 |
clsung |
- Upgrade to the latest release (1.33).
PR: ports/98073
Submitted by: maintainer (Denis Shaposhnikov) |
1.32 26 Mar 2006 18:00:28 |
sem |
- Fix p5-libapreq2 dependency
PR: ports/94047
Reported by: Jeff Bachtel
Submitted by: maintainer |
1.32 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) |
1.32 07 Jan 2006 02:25:39 |
edwin |
Update port: www/p5-HTML-Mason (upgrade to 1.32)
Upgrade to 1.32, the latest release.
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
PR: ports/91396 |
1.31.0.1_1 30 Nov 2005 11:11:49 |
flz |
- Add a patch to fix UTF-8 strings escaping.
PR: ports/89750
Submitted by: maintainer |
1.31.0.1 31 Oct 2005 18:24:21 |
erwin |
Let the IGNORE message make a bit more sense and change it from:
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: silence on -ports |
1.31.0.1 11 Oct 2005 12:56:53 |
tobez |
Update to 1.31.0.1. Require perl from ports.
Submitted by: maintainer
PR: 87202 |
1.28_2 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) |
1.28_1 18 Apr 2005 12:51:17 |
novel |
Fix apache2 dependency.
PR: 80067
Submitted by: Denis Shaposhnikov (maintainer) |
1.28_1 15 Apr 2005 18:59:29 |
leeym |
- Add optional mod_perl dependency. Thanks to Dryice Liu.
PR: 79328
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> |
1.28_1 10 Feb 2005 10:17:49 |
tobez |
Fix dependency error introduced in the previous commit.
Reported by: kris/pointyhat |
1.28_1 09 Feb 2005 10:07:06 |
tobez |
Fix |h escaping. Thanks to Max Baker.
PR: 77298
Submitted by: maintainer |
1.28 10 Nov 2004 16:59:55 |
sem |
Update to latest 1.28 version.
PR: ports/73764
Submitted by: Denis Shaposhnikov (maintainer) |
1.26_1 16 Jun 2004 12:42:31 |
pav |
- Remove dependency on libapreq, it's not needed for HTML-Mason
Approved by: Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer) |
1.26 07 Apr 2004 02:04:57 |
kevlo |
Update to 1.26.
PR: ports/65244
Submitted by: MAINTAINER |
1.25 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.25 19 Dec 2003 10:27:55 |
demon |
Update to version 1.25.
Approved by: maintainer |
1.24 04 Dec 2003 22:21:28 |
sergei |
- Update to 1.24
PR: 59408
Submitted by: maintainer |
1.23 29 Oct 2003 20:37:05 |
sobomax |
Add two missed manpages. |
1.23 10 Sep 2003 13:52:13 |
demon |
Update to version 1.23.
PR: 56680
Submitted by: maintainer |
1.22 12 Aug 2003 19:31:51 |
erwin |
Update to 1.22. Fixes memory leak
PR: 55486
Submitted by: Andrew Foster <adf@fl.net.au>
Approved by: maintainer |
1.21 07 Jul 2003 06:27:09 |
kuriyama |
Remove unused variables.
Use %%SITE_PERL%% in pkg-plist.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
PR: ports/52507
Approved by Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer) |
1.21 24 Jun 2003 08:00:48 |
demon |
Update to version 1.21.
Maintainer timeout. |
1.19_1 15 May 2003 09:04:27 |
tobez |
Make mod_perl dependency optional (WITHOUT_MODPERL to deactivate).
PR: 51653
Approved by: maintainer |
1.19 31 Mar 2003 07:09:27 |
edwin |
Update port www/p5-HTML-Mason to latest 1.19 version
PR: ports/48997
Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> |
1.18 25 Feb 2003 09:25:32 |
sobomax |
Add missed dependencied.
Sponsired by: Porta Software Ltd. |
1.18 21 Feb 2003 14:01:38 |
knu |
De-pkg-comment. |
1.18 12 Feb 2003 10:13:15 |
edwin |
PERL_LEVEL < 500601 instead of <= |
1.18 05 Feb 2003 10:37:48 |
edwin |
Fix digit to compare against. |
1.18 05 Feb 2003 10:34:06 |
edwin |
www/p5-HTML-Mason: p5-File-Spec should only be used if perl < 5.8
PR: ports/44731
Submitted by: Alan Eldridge <alane@geeksrus.net> |
1.18 05 Feb 2003 01:26:26 |
edwin |
Update port: www/p5-HTML-Mason to latest 1.18 version
PR: ports/47425
Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> |
1.16 07 Jan 2003 13:28:36 |
edwin |
Maintainer upgrade to version 1.16
PR: ports/46776
Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> |
1.15 26 Oct 2002 17:29:05 |
sobomax |
Add missed manpage. |
1.15 14 Oct 2002 13:48:05 |
ijliao |
upgrade to 1.15
PR: 44037
Submitted by: maintainer |
1.14 10 Oct 2002 10:55:03 |
ijliao |
upgrade to 1.14
PR: 43888
Submitted by: maintainer |
1.13_1 09 Oct 2002 17:39:43 |
ijliao |
add missing files to PLIST
PR: 43850
Submitted by: maintainer |
1.13 28 Aug 2002 03:28:31 |
kevlo |
Update to version 1.13
PR: 42027
Submitted by: MAINTAINER |
1.12.1 21 Aug 2002 09:34:14 |
kevlo |
Add p5-libapreq dependency
PR: 41572
Submitted by: MAINTAINER |
1.12.1 25 Jul 2002 17:10:17 |
pat |
Update to 1.12.1
PR: ports/40978
Submitted by: maintainer |
1.11 10 Jul 2002 09:03:01 |
skv |
Updated to 1.11
PR: 40403
Submitted by: maintainer |
1.05 20 May 2002 11:43:29 |
ijliao |
upgrade to 1.05
PR: 38330
Submitted by: maintainer |
20 Nov 2001 23:29:38 |
lioux |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
31 Oct 2001 14:16:20 |
tobez |
Update to 1.04. |
19 May 2001 20:53:35 |
ijliao |
upgrade to 1.03 |
19 May 2001 15:38:16 |
ijliao |
add build-depends |
20 Apr 2001 15:17:06 |
olgeni |
Add missing file to pkg-plist (Error.pm) |
20 Apr 2001 15:15:47 |
olgeni |
Update port to version 1.02 |
11 Apr 2001 19:09:50 |
asami |
Typo (p5-Params-Validat -> p5-Params-Validate). |
11 Apr 2001 16:20:24 |
kevlo |
Upgrade to version 1.01.5 |
12 Mar 2001 19:20:44 |
sf |
fix typo in MAN3. |
05 Mar 2001 14:30:51 |
will |
Fix PLIST. |
02 Feb 2001 12:18:55 |
kevlo |
Update to version 1.0 |
09 Jan 2001 16:51:02 |
kevlo |
Upgrade to 0.89.6 BTW, I fixed pkg-plist |
18 Dec 2000 09:03:07 |
demon |
Update to version 0.895. |
08 Oct 2000 08:11:25 |
asami |
Convert category www to new layout. |
19 Sep 2000 00:12:13 |
ade |
Update to version 0.89 |
12 Sep 2000 10:05:25 |
sobomax |
Downgrade to 0.87 due to bugs in newest version. |
01 Sep 2000 03:47:35 |
kevlo |
Update to version 0.88 |
17 Jun 2000 03:37:15 |
will |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add
some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS. |