Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.10.1.1_6 16 Sep 2014 12:04:07 |
marino |
Remove www/squid32 and 4 ports dependent on www/squid (v2.7)
The www/squid port, which is also expired, will be upgraded to Squid
version 3.4 rather than removing it. |
2.10.1.1_6 03 Sep 2014 06:34:55 |
bapt |
pkg knows how to deal with empty directories |
2.10.1.1_6 17 Aug 2014 14:06:11 |
marino |
Retire www/squid in a month, and deprecate 6 dependent ports too
Squid cache is only supported for one stable release. There was an
exception for squid 2.7 (www/squid) as it was supported until squid 3.x
reached feature parity which occurred with the release of Squid 3.2
Thus the maintainers of Squid have declared Squid 2.7 reached End-of-Life
on 14 August 2012. As a result, set this port to expire on 15 Sept 2014.
Seven ports dependent on www/squid have been deprecated with the same
date. Perhaps they can be switched to www/squid33 before they expire.
Approved by: portmgr (implicit, some ports not staged) |
2.10.1.1_6 06 Aug 2014 09:11:58 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt) |
2.10.1.1_6 05 Nov 2013 22:33:22 |
garga |
. Fix DEBUG option
. Bump PORTREVISION |
2.10.1.1_5 01 Nov 2013 09:57:50 |
garga |
Fix wrong use of OPTIONS_SUB
Reported by: danfe |
2.10.1.1_5 31 Oct 2013 23:48:38 |
garga |
. Add LICENSE
. Support STAGE
. Remove LATEST_LINK
. Simplify Makefile |
2.10.1.1_5 17 Oct 2013 13:41:44 |
bsam |
. fix build with NTLM option -- use iconv unconditionally
(as it has always been before using iconv.mk);
. bump PORTREVISION.
Reported by: Marko Cupac <marko.cupac@mimar.rs>
Tested by: Marko Cupac <marko.cupac@mimar.rs>
Approved by: garga (maintainer) |
2.10.1.1_4 24 Sep 2013 16:47:23 |
garga |
Update LIB_DEPENDS syntax on my ports and silent make check-makefile |
2.10.1.1_4 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.10.1.1_4 05 Sep 2013 20:18:30 |
bsam |
. introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value is
"--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null)
otherwise;
. convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}.
Approved by: portmgr (bapt, implicit) |
2.10.1.1_4 31 Aug 2013 02:06:01 |
bdrewery |
- No MASTER_SITE defined, manual fetch is required regardless of
PACKAGE_BUILDING. Otherwise this just fails to fetch when building packages.
Missed in r325598
With hat: portmgr |
2.10.1.1_4 30 Aug 2013 23:47:19 |
bapt |
Eradicate USE_GNOME=pkgconfig from www
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake |
2.10.1.1_4 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
10 Dec 2012 19:11:12
|
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
2.10.1.1_3 05 Oct 2012 12:41:46 |
garga |
Change headers of all ports maintained by me to new format |
2.10.1.1_3 10 Sep 2012 00:38:34 |
garga |
Apache is used only during runtime, so s/USE_APACHE/USE_APACHE_RUN/
PR: ports/171479
Submitted by: ohauer@ |
2.10.1.1_3 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@ |
2.10.1.1_3 03 Aug 2012 15:34:46 |
garga |
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports |
2.10.1.1_3 16 Jul 2012 20:04:11 |
garga |
- Move to OPTIONSng
- Handle DOCS using PORTDOCS and cleanup pkg-plist |
2.10.1.1_3 05 Jul 2012 14:27:30 |
garga |
- Fix dansguardian to run with new versions of pcre
- Bump PORTREVISION
Submitted by: Anthony Brown <anthony@found-it.net> |
2.10.1.1_2 02 Jul 2012 22:20:19 |
garga |
Remove lib version from LIB_DEPENDS to silence portlint |
2.10.1.1_2 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
2.10.1.1_1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.10.1.1_1 05 Jan 2012 01:20:29 |
garga |
Re-add www/dansguardian-devel with new alpha version 2.12.0.0
Requested by: Marcello Coutinho <marcellocoutinho@gmail.com>
Thanks to: dougb@ |
2.10.1.1_1 01 Jan 2012 16:47:41 |
ohauer |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
2.10.1.1_1 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
2.10.1.1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.10.1.1 21 Oct 2010 10:31:42 |
rene |
Remove line break from SHA256 line in distinfo, which upsets the build in a
post-MD5 world.
Approved by: maintainer on #bsdports
Obtained from: -exp run for ports/149657 |
2.10.1.1 30 Aug 2010 19:40:16 |
garga |
Adopt it |
2.10.1.1 01 Aug 2010 19:41:26 |
pav |
- Try to fix plist
Reported by: pointyhat |
2.10.1.1 06 Jun 2010 08:31:40 |
miwi |
- Update to 2.10.1.1
PR: 147164
Submitted by: Nick Rogers <ncrogers@gmail.com> (maintainer) |
2.10.0.3 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.10.0.3 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
2.10.0.3 19 Sep 2009 20:24:13 |
linimon |
Reset maintainer at his request.
Feature safe: yes |
2.10.0.3 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
2.10.0.3 24 Mar 2009 19:17:02 |
garga |
- Remove WITH_DG_CLAMAV option since it's deprecated by devs, users must use
CLAMD option instead
- No need to bump PORTREVISION since it was off by default
Submitted by: maintainer (by email) |
2.10.0.3 14 Feb 2009 19:21:04 |
miwi |
- Update to 2.10.0.3
PR: 131660
Submitted by: Freddie Cash <fjwcash@gmail.com> |
2.10.0.2 01 Feb 2009 18:28:44 |
amdmi3 |
- Update to 2.10.0.2
- Update maintainer's email
PR: 130561
Submitted by: Freddie Cash <fjwcash at gmail dot com> (maintainer) |
2.8.0.6_2 06 Jan 2009 21:10:48 |
pav |
- Mistyped variables (does nothing) |
2.8.0.6_2 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
2.8.0.6_2 11 Apr 2007 02:26:53 |
shaun |
- Add SHA256 checksum.
- Remove FreeBSD 4.x checks.
PR: ports/109957
Submitted by: Freddie Cash <fcash@.sd73.bc.ca> (maintainer) |
2.8.0.6_2 04 Nov 2006 00:26:23 |
sat |
- Remove unnecessary "before: daemon" statement from rc.d scripts
PR: ports/104278
Submitted by: Jeff Palmer<scorpio@drkshdw.org>
Approved by: Freddie Cash <fcash@sd73.bc.ca> (maintainer) |
2.8.0.6_2 03 Sep 2006 06:35:31 |
kris |
NO_PACKAGE and NO_CDROM are superfluous |
2.8.0.6_2 10 Jul 2006 18:32:32 |
dougb |
Remove a new crop of the long-spurious FreeBSD KEYWORDs. |
2.8.0.6_2 08 Apr 2006 12:57:43 |
pav |
- Better use of rc_subr framework
- Updated startup script
- Fixed pkg-plist
PR: ports/94802
Submitted by: Freddie Cash <fcash@sd73.bc.ca> (maintainer) |
2.8.0.6_1 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
2.8.0.6_1 17 Dec 2005 19:54:49 |
pav |
- Make apache dependency optional
PR: ports/90513
Submitted by: Freddie Cash <fcash@sd73.bc.ca> (maintainer) |
2.8.0.6 06 Oct 2005 18:28:23 |
garga |
- Update to 2.8.0.6
PR: ports/86998
Submitted by: maintainer |
2.8.0.4 05 Mar 2005 07:26:11 |
sem |
- Update to 2.8.0.4
* updated Big5 Chinese and Lithuanian language files
* added Hebrew and Swedish language files
* fixed several bugs in HTTP header handling
* fixed a few bugs in the -r soft-restart feature
* fixed a security issue with malformed URL processing
- install all default config files under samples/ directory
PR: ports/78372
Submitted by: maintainer |
2.8.0.2 10 Aug 2004 11:48:14 |
sem |
* Update to version 2.8.0.2
Minor bug fix release
* Also removed the "Compile with GCC 3" option as it never really worked
correctly anyway
PR: ports/70226
Submitted by: maintainer |
2.8.0.0 28 Jul 2004 10:28:59 |
vs |
DansGuardian 2.8.0-0 has been released as the new stable version. New features
since 2.6.x include:
- Changed process model from fork-on-connect to fork-pool. This dramatically
improves the performance and allows it to scale to many more concurrent users.
- Improved internationalisation language file support.
- Image replacement for advert removal.
- Added support for fully qualified addresses in banned and exception IP lists.
- Added URL Greylists.
- Added filter group support so different filtering settings can be used for
different groups of users.
- Added a '-g' gentle restart that does not kill current connections but filter
group config is re-read.
- Ident now uses X-Forwarded-For when DansGuardian is configured to use it.
- Added a temporal denied page bypass facility.
- It is no longer needed to run as root to bind to a low port.
PR: ports/69625
Submitted by: Freddie Cash (maintainer) |
2.6.1.13 06 May 2004 20:09:41 |
pav |
- Update to 2.6.1-13
- Convert rc script to RCng
PR: ports/66333
Submitted by: Freddie Cash <fcash@sd73.bc.ca> (maintainer) |
2.6.1.11_2 09 Mar 2004 22:48:23 |
linimon |
Correct the CONFLICTS. Remove unneccessary fluff.
Pointed out by: eik |
2.6.1.11_2 09 Mar 2004 20:36:58 |
linimon |
Update port to support new ports features including unique LATEST_LINK,
OPTIONS, and distinfo SIZE.
PR: ports/63996
Submitted by: Freddie Cash <fcash@sd73.bc.ca> (maintainer) |
2.6.1.11_1 08 Jan 2004 23:52:37 |
linimon |
One more attempt to get the plist right. |
2.6.1.11 08 Jan 2004 22:34:05 |
linimon |
Fix conflicts. Also check in the changes to the plist that I foolishly
forgot last time (thank you cvs update!)
PR: ports/61098
Submitted by: Freddie Cash <fcash@sd73.bc.ca> (maintainer) |
2.6.1.11 08 Jan 2004 02:11:44 |
linimon |
Update to 2.6.1-11: bugfixes and better start/stop script; also, some
attempt to pacify gcc3.3.
PR: ports/61048
Submitted by: Freddie Cash <fcash@sd73.bc.ca> (maintainer) |
2.6.1.6 07 Jan 2004 08:33:41 |
linimon |
Update to version 2.6.1.6: mainly bugfixes.
PR: ports/57162
Submitted by: Petr Rehor <petr.rehor@i.cz>
Reworked by: Freddie Cash <fcash@sd73.bc.ca> (maintainer) |
2.6.1.3 07 Nov 2003 09:12:58 |
marcus |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex |
2.6.1.3 04 Sep 2003 01:09:23 |
edwin |
port update: www/dansguardian to version 2.6.1-3
The latest stable release of DansGuardian is 2.6.1-3. This
release fixes a few security glitches in earlier releases,
and adds several new features to improve filtering, throughput,
and resource usage. A recommended update for all DG users.
PR: ports/54199
Submitted by: Freddie Cash <fcash@sd73.bc.ca> |
2.2.10.0_1 21 Feb 2003 14:01:38 |
knu |
De-pkg-comment. |
2.2.10.0_1 07 Feb 2003 02:44:22 |
seanc |
Correct ports that were abusing the FORBIDDEN variable and replace with
either IGNORE or BROKEN.
Since there seems to be some confusion, for the record:
BROKEN is reserved for ports that don't work. This will prevent
users from installing the port, but please note that
ports marked as BROKEN will still be built by bento
IGNORE is reserved for ports that should not be built for one
reason or another (including bento). Users and bento
will not build ports marked as IGNORE.
FORBIDDEN is reserved for security breakages only!!! Only mark a
port as FORBIDDEN if there is a security issue with the
port at the time.
Reviewed by: kris (portmgr) |
2.2.10.0_1 20 Oct 2002 16:02:37 |
cy |
Dansguardian requires squid be running before it starts. This patch
starts dansguardian after squid starts up.
PR: 43660
Submitted by: MAINTAINER: Freddie Cash <fcash@bigfoot.com> |
2.2.10.0 14 May 2002 19:43:40 |
cy |
Upgrade 2.2.9.1 --> 2.2.10.0
PR: 37396
Submitted by: MAINTAINER <fcash@bigfoot.com> |
2.2.9.1 20 Apr 2002 06:21:28 |
pat |
Update to 2.2.9.1
PR: 37113
Submitted by: maintainer |
2.2.8.0 08 Apr 2002 01:48:41 |
cy |
Update 2.2.7-1 -> 2.2.8-0.
PR: 36677
Submitted by: MAINTAINER: Freddie Cash <fcash@bigfoot.com> |
2.2.7.1 31 Mar 2002 04:28:18 |
kris |
Use FORBIDDEN to display notice about manual fetching of distfile.
Submitted by: maintainer |
2.2.7.1 28 Mar 2002 02:25:13 |
cy |
Add dansguardian 2.2.7.1, a fast, simple web content filter for
Squid proxy servers.
PR: 35382
Submitted by: Freddie Cash <fcash@bigfoot.com> |