Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.6_1 23 Feb 2024 11:04:20
    |
Renato Botelho (garga)  |
www/srg: Moved manpages to share/man
Approved by: portmgr (blanket)
Sponsored by: Rubicon Communications, LLC ("Netgate") |
1.3.6 06 Aug 2023 12:30:37
    |
Muhammad Moinur Rahman (bofh)  |
www/srg: Fix build with llvm16
- Utilize OPTIONSNG where possible
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
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.3.6 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.3.6 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.3.6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.3.6 04 Jul 2018 10:37:44
  |
adridg  |
www/srg Fix build with Clang6
output.cc:101:22: error: cannot initialize an array element of
type 'char *' with an rvalue of type 'char'
The patches explain the changes. In short, weird types and weird
initializations, normal for 2013-ish.
Reported by: linimon |
1.3.6 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.3.6 06 Mar 2015 12:08:05
  |
amdmi3  |
- Clarify LICENSE
- Drop @dirrm* from plist |
1.3.6 16 Mar 2014 16:07:59
  |
ohauer  |
ports in cat www where MAINTAINER=ports
- USE_BZIP2 -> USES= tar:bzip2
- LICENSE=BSD -> BSD[n]CLAUSE |
1.3.6 21 Feb 2014 14:02:36
  |
miwi  |
- Stage support |
1.3.6 21 Feb 2014 13:39:58
  |
ehaupt  |
Remove trailing whitespaces from category www |
1.3.6 10 Feb 2014 13:54:28
  |
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.3.6 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.3.6 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.3.6 18 May 2013 17:53:41
  |
bapt  |
It is no longer need to use gmake after r250773 in head |
1.3.6 04 May 2013 22:01:19
  |
bapt  |
Fix build with bmake |
1.3.6 08 Jan 2012 07:01:25
 |
eadler  |
Repeated words are are hard to to find sometimes.
Approved by: portmgr (itetcu) |
1.3.6 18 Oct 2011 02:36:33
 |
lwhsu  |
- Add the pkg-plist which was accidentally deleted in last update
Submitted by: pointyhat (via pav) |
1.3.6 15 Oct 2011 16:29:03
 |
lwhsu  |
- Update to 1.3.6
PR: ports/161595
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.1_1 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.1_1 11 Jun 2011 20:02:00
 |
bapt  |
Reset maintainer
Submitted by: maintainer (by mail) |
1.1_1 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
1.1_1 22 Aug 2009 00:38:34
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
1.1_1 25 Jul 2008 12:48:47
 |
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
1.1_1 20 Mar 2008 10:03:51
 |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
1.1_1 17 Oct 2007 10:13:01
 |
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
1.1 13 May 2006 04:41:22
 |
edwin  |
Remove USE_REINPLACE from categories starting with W |
1.1 01 Feb 2006 22:12:21
 |
edwin  |
SHA256ify[1]
Note that the SIZE in www/p5-AxKit wasn't correct, but that the md5
checksum was.
Approved by: krion@[1] |
1.1 05 Nov 2004 12:47:58
 |
pav  |
- Update to 1.1
PR: ports/73507
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
Approved by: maintainer |
1.0_1 07 Jul 2004 11:21:22
 |
osa  |
Update maintainer's e-mail address.
Notice from: maintainer |
1.0_1 06 Jul 2004 12:25:14
 |
osa  |
Attempt to fix build for sparc64.
Notice from: kris via bento
Patch from: Matt Brown <matt at crc dot net dot nz> (aka author) |
1.0 05 Jul 2004 11:14:23
 |
osa  |
Fix MAINTAINER e-mail address.
Notice from: kris |
1.0 04 Jul 2004 00:43:17
 |
kris  |
Reset maintainer:
<lslarry@gmail.ru>:
Sorry, no mailbox here by that name. (#5.1.1)
Mark BROKEN on sparc64 (assertion failure during build) |
1.0 01 Jul 2004 08:30:35
 |
osa  |
Fix build under 4.x by use USE_GETOPT_LONG.
Notice from: kris and bento |
1.0 29 Jun 2004 10:30:46
 |
osa  |
Add Squid Report Generator.
Main features are:
* PHP Output with built in authentication hooks
* Fast Processing
* Reporting right down the the location vistied
Submitted by: Dmitry Semkin <lslarry@gmail.ru> |