FreshPorts -- The Place For Ports Sat, 22 Nov 2008 8:04 PM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

non port: mail/bogofilter/Makefile
CVSWeb

Number of commits found: 84

Thu, 21 Aug 2008
[ 07:18 rafan ] Original commit 
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile

(Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 May 2008
[ 23:21 itetcu ] Original commit 
1.83 mail/bogofilter/Makefile
1.55 mail/bogofilter/distinfo
- update to 1.1.7 [1]
- use SF macro [2]

PR:             ports/123420 [1]
Submitted by:   maintainer [1], itetcu@ (me) [2]
Tue, 8 Apr 2008
[ 14:53 jadawin ] Original commit 
1.17 astro/orsa/Makefile
1.59 audio/snd/Makefile
1.25 benchmarks/sipp/Makefile
1.11 biology/adun/Makefile
1.57 cad/gmsh/Makefile
1.12 graphics/qgis/Makefile
1.82 mail/bogofilter/Makefile
1.52 math/PDL/Makefile
1.38 math/asymptote/Makefile
1.81 math/freefem++/Makefile

(Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Chase the gsl shared lib bump.

Approved by:    thierry (mentor)
Sat, 22 Dec 2007
[ 00:16 miwi ] Original commit 
1.81 mail/bogofilter/Makefile
1.54 mail/bogofilter/distinfo
- Update to 1.1.6

PR:             118846
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Tue, 14 Aug 2007
[ 11:13 clsung ] Original commit 
1.80 mail/bogofilter/Makefile
1.19 mail/bogofilter/pkg-plist
- Add missing file in pkg-plist.
- bump PORTREVISION

PR:             ports/114425
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
Reviewed by:    maintainer (Matthias Andree)
Approved by:    maintainer
Mon, 23 Jul 2007
[ 10:36 rafan ] Original commit 
1.19 archivers/dpkg/Makefile
1.54 archivers/gtar/Makefile
1.21 archivers/gzip/Makefile
1.37 archivers/libarchive/Makefile
1.21 astro/starplot/Makefile
1.10 astro/tclgeomap/Makefile
1.11 astro/tkgeomap/Makefile
1.23 audio/audacity-devel/Makefile
1.10 audio/checkmate/Makefile
1.21 audio/cmus/Makefile

(Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- 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
Fri, 29 Jun 2007
[ 06:46 ijliao ] Original commit 
1.15 astro/orsa/Makefile
1.57 audio/snd/Makefile
1.9 biology/adun/Makefile
1.49 cad/gmsh/Makefile
1.7 graphics/qgis/Makefile
1.78 mail/bogofilter/Makefile
1.49 math/PDL/Makefile
1.33 math/asymptote/Makefile
1.66 math/freefem++/Makefile
1.10 math/labplot/Makefile

(Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
chase math/gsl lib version
Tue, 16 Jan 2007
[ 06:14 clsung ] Original commit 
1.77 mail/bogofilter/Makefile
1.53 mail/bogofilter/distinfo
1.2 mail/bogofilter/files/patch-aa-fix-deptracking
1.2 mail/bogofilter/files/patch-ab-fix-deptracking
1.2 mail/bogofilter/files/patch-ba-fix-subnet-tokens
- Update to 1.1.5

PR:             ports/107967
Submitted by:   maintainer (Matthias Andree)
Mon, 15 Jan 2007
[ 15:10 miwi ] Original commit 
1.76 mail/bogofilter/Makefile
1.52 mail/bogofilter/distinfo
1.1 mail/bogofilter/files/patch-aa-fix-deptracking
1.1 mail/bogofilter/files/patch-ab-fix-deptracking
1.1 mail/bogofilter/files/patch-ba-fix-subnet-tokens
- Update to 1.1.4
- Add mandir to INSTALL_TARGET

PR:             ports/107907
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Tue, 11 Jul 2006
[ 15:07 itetcu ] Original commit 
1.75 mail/bogofilter/Makefile
1.51 mail/bogofilter/distinfo
- Update to 1.0.3

PR:             ports/100085
Submitted by:   maintainer
Sat, 6 May 2006
[ 02:28 mnag ] Original commit 
1.8 astro/orsa/Makefile
1.54 audio/snd/Makefile
1.41 cad/gmsh/Makefile
1.3 graphics/qgis/Makefile
1.74 mail/bogofilter/Makefile
1.42 math/PDL/Makefile
1.39 math/freefem++/Makefile
1.6 math/freemat/Makefile
1.5 math/labplot/Makefile
1.7 math/orpie/Makefile

(Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
Wed, 15 Mar 2006
[ 15:11 pav ] Original commit 
1.21 mail/bogofilter-qdbm/Makefile
1.73 mail/bogofilter/Makefile
1.50 mail/bogofilter/distinfo
- Update to 1.0.2

PR:             ports/94468
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Tue, 3 Jan 2006
[ 20:14 anray ] Original commit 
1.72 mail/bogofilter/Makefile
1.49 mail/bogofilter/distinfo
- Update to 1.0.1

PR:             ports/91269
Submitted by:   maintainer
Fri, 2 Dec 2005
[ 13:41 ehaupt ] Original commit 
1.71 mail/bogofilter/Makefile
1.48 mail/bogofilter/distinfo
1.2 mail/bogofilter/files/patch-tests-nolocalconfig
1.4 mail/bogofilter/pkg-descr
- Update to 1.0.0
- Skip t.lock3 which is prone to run out of retries on busy machines
- Revise pkg-descr
- Nuke files/patch-tests-nolocalconfig (merged upstream)

PR:             89823
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Sun, 13 Nov 2005
[ 22:08 mnag ] Original commit 
1.70 mail/bogofilter/Makefile
1.47 mail/bogofilter/distinfo
1.1 mail/bogofilter/files/patch-tests-nolocalconfig
Update to 0.96.6

PR:             88951
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Tue, 8 Nov 2005
[ 12:06 mnag ] Original commit 
1.69 mail/bogofilter/Makefile
1.46 mail/bogofilter/distinfo
1.2 mail/bogofilter/files/patch-bashisms
1.3 mail/bogofilter/files/patch-mimetypes
1.18 mail/bogofilter/pkg-plist
Update to 0.96.5

PR:             88654
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Fri, 28 Oct 2005
[ 12:17 garga ] Original commit 
1.68 mail/bogofilter/Makefile
1.1 mail/bogofilter/files/patch-bashisms
1.17 mail/bogofilter/pkg-plist
- update contrib/ to match upstream
- fix up bash-isms from contrib/randomtrain (patch), that should be the last
  bash-ism in contrib/ (also fixed in upcoming upstream 0.96.4 release)
- Remove bash dependency

PR:             ports/88121
Submitted by:   maintainer
Wed, 26 Oct 2005
[ 20:56 mnag ] Original commit 
1.67 mail/bogofilter/Makefile
1.2 mail/bogofilter/files/patch-mimetypes
Fix string size in files/patch-mimetypes

PR:             88054
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
[ 14:02 mnag ] Original commit 
1.66 mail/bogofilter/Makefile
1.45 mail/bogofilter/distinfo
1.1 mail/bogofilter/files/patch-mimetypes
1.16 mail/bogofilter/pkg-plist
Update to 0.96.3

PR:             88016
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Mon, 24 Oct 2005
[ 15:25 garga ] Original commit 
1.19 mail/bogofilter-qdbm/Makefile
1.4 mail/bogofilter-sqlite/Makefile
1.65 mail/bogofilter/Makefile
1.15 mail/bogofilter/pkg-plist
- Fix NOPORTDOCS "make install" and packaging,
  reported by Stanislaw Halik (bcc'd to protect his mail address).
- Clean up CONFLICTS
- Run t.lock3 in bogofilter-sqlite again
- Bump port revision after pkg-plist change.

PR:             ports/87890
Submitted by:   maintainer
Sat, 22 Oct 2005
[ 01:06 mnag ] Original commit 
1.64 mail/bogofilter/Makefile
1.44 mail/bogofilter/distinfo
Update to 0.96.2

PR:             87820
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Mon, 29 Aug 2005
[ 03:55 ahze ] Original commit 
1.18 mail/bogofilter-qdbm/Makefile
1.63 mail/bogofilter/Makefile
1.43 mail/bogofilter/distinfo
1.11 mail/bogofilter/files/patch-aa
1.4 mail/bogofilter/files/patch-ab
- Update to 0.96.0

PR:             ports/85421
Submitted by:   Matthias Andree (maintainer)
Mon, 25 Jul 2005
[ 16:15 vsevolod ] Original commit 
1.62 mail/bogofilter/Makefile
1.42 mail/bogofilter/distinfo
1.10 mail/bogofilter/files/patch-aa
1.3 mail/bogofilter/files/patch-ab
1.2 mail/bogofilter/files/patch-src_bf__resize.in
1.2 mail/bogofilter/files/patch-src_datastore__db__trans.c
1.2 mail/bogofilter/files/patch-src_datastore__tdb.c
1.14 mail/bogofilter/pkg-plist
Update to 0.95.2

PR:             ports/83906
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by:    perky (mentor)
Tue, 21 Jun 2005
[ 15:44 flz ] Original commit 
1.61 mail/bogofilter/Makefile
1.1 mail/bogofilter/files/patch-src_bf__resize.in
- Fix bf_resize bash'isms.

PR:             ports/82441
Submitted by:   maintainer
Noticed by:     ache
Tue, 14 Jun 2005
[ 14:13 jylefort ] Original commit 
1.16 mail/bogofilter-qdbm/Makefile
1.60 mail/bogofilter/Makefile
1.41 mail/bogofilter/distinfo
1.1 mail/bogofilter/files/patch-src_datastore__db__trans.c
1.1 mail/bogofilter/files/patch-src_datastore__tdb.c
Update to 0.94.14

PR:             ports/82208
Submitted by:   maintainer
Tue, 31 May 2005
[ 18:32 flz ] Original commit 
1.59 mail/bogofilter/Makefile
- Bump PORTREVISION.
[ 18:31 flz ] Original commit 
1.7 mail/bogofilter/files/ChangeLog.port
1.58 mail/bogofilter/Makefile
- Fix OPTIONS.
- Remove outdated ChangeLog.

PR:             ports/81719
Submitted by:   maintainer
Mon, 30 May 2005
[ 11:48 yar ] Original commit 
1.14 mail/bogofilter-qdbm/Makefile
1.2 mail/bogofilter-sqlite/Makefile
1.9 mail/bogofilter-tdb/Makefile
1.57 mail/bogofilter/Makefile
1.40 mail/bogofilter/distinfo
1.2 mail/bogofilter-qdbm/files/patch-pathcycle
1.2 mail/bogofilter/pkg-install
- Update to 0.94.13
  * iconv/unicode bugfixes
  * sqlite3 interface much more CPU efficient and faster now
  * bogofilter -q option to suppress printing of statistics
  (see share/doc/bogofilter/NEWS for details)
- convert WITHOUT_*/pre-everything messaging stuff (GSL, BASH) to OPTIONS
- add an OPTIONS switch for ICONV (experimental, default off),
  suggested by Yar Tikhiy.
- revise pkg-install message
- use a more suitable LIBS/CPPFLAGS passing for sibling ports or
  when GSL=off ICONV=on is used.
- change wording of GSL OPTION.
- reset -qdbm PORTREVISION
- remove obsoleted bogofilter-qdbm/files/* patches
- deprecate bogofilter-tdb effective 2005-11-30

Removed files:
- bogofilter-qdbm/files/patch-pathcycle

PR:             ports/81642
Submitted by:   maintainer
Thu, 26 May 2005
[ 13:07 pav ] Original commit 
1.12 mail/bogofilter-qdbm/Makefile
1.8 mail/bogofilter-tdb/Makefile
1.56 mail/bogofilter/Makefile
1.4 russian/bogofilter/Makefile
- Update CONFLICTS
Tue, 24 May 2005
[ 20:37 pav ] Original commit 
1.55 mail/bogofilter/Makefile
- Style: dequote COMMENT, ?= in PORTREVISION, this port have slave ports

Approved by:    maintainer
Fri, 20 May 2005
[ 13:27 krion ] Original commit 
1.54 mail/bogofilter/Makefile
1.39 mail/bogofilter/distinfo
1.13 mail/bogofilter/pkg-plist
Update to 0.94.12

PR:             ports/81268
Submitted by:   maintainer
Tue, 17 May 2005
[ 04:31 vanilla ] Original commit 
1.10 mail/bogofilter-qdbm/Makefile
1.7 mail/bogofilter-tdb/Makefile
1.53 mail/bogofilter/Makefile
Add CONFLICTS to bogofilter-current.
Mon, 2 May 2005
[ 21:46 jylefort ] Original commit 
1.4 astro/orsa/Makefile
1.49 audio/snd/Makefile
1.30 cad/gmsh/Makefile
1.52 mail/bogofilter/Makefile
1.36 math/PDL/Makefile
1.24 math/freefem++/Makefile
1.5 math/freemat/Makefile
1.5 math/orpie/Makefile
1.6 math/p5-Math-GSL/Makefile
1.11 math/py-gsl/Makefile

(Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after the libgsl update.

Obtained from:  thierry
Tue, 12 Apr 2005
[ 04:26 obrien ] Original commit 
1.10 archivers/advancecomp/Makefile
1.17 archivers/arj/Makefile
1.14 archivers/cabextract/Makefile
1.14 archivers/dact/Makefile
1.3 archivers/dynamite/Makefile
1.11 archivers/gzip/Makefile
1.12 archivers/lzop/Makefile
1.3 archivers/orange/Makefile
1.5 archivers/par2cmdline/Makefile
1.44 archivers/star/Makefile

(Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 09:04 obrien ] Original commit 
1.9 archivers/advancecomp/Makefile
1.15 archivers/arj/Makefile
1.13 archivers/cabextract/Makefile
1.13 archivers/dact/Makefile
1.2 archivers/dynamite/Makefile
1.10 archivers/gzip/Makefile
1.11 archivers/lzop/Makefile
1.2 archivers/orange/Makefile
1.4 archivers/par2cmdline/Makefile
1.42 archivers/star/Makefile

(Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Wed, 8 Dec 2004
[ 03:15 ahze ] Original commit 
1.6 mail/bogofilter-qdbm/Makefile
1.49 mail/bogofilter/Makefile
Chase SHLIB in qdbm
Tue, 26 Oct 2004
[ 06:02 krion ] Original commit 
1.48 mail/bogofilter/Makefile
1.38 mail/bogofilter/distinfo
- Update to 0.92.8

This update fixes among many other tiny bugs one security bug that
allows a remote attacker to cause a denial of service in bogofilter,
by crashing it; a malformatted (non-conformant) RFC-2047 encoded
word triggers an attempt to write a terminating NUL byte past the
end of a buffer or (more commonly) into the zero-page, which causes
a segfault.

Depending on the exact MTA/MDA configuration on the receiving
machine, this can cause a denial of service of the mail system.

PR:             ports/73144
Submitted by:   maintainer
Thu, 14 Oct 2004
[ 09:01 krion ] Original commit 
1.6 mail/bogofilter/files/ChangeLog.port
1.47 mail/bogofilter/Makefile
1.37 mail/bogofilter/distinfo
Update to 0.92.7

PR:             ports/72670
Submitted by:   maintainer
Mon, 23 Aug 2004
[ 06:11 krion ] Original commit 
1.5 mail/bogofilter/files/ChangeLog.port
1.46 mail/bogofilter/Makefile
1.36 mail/bogofilter/distinfo
Update to 0.92.6

PR:             ports/70840
Submitted by:   maintainer
Fri, 20 Aug 2004
[ 16:09 krion ] Original commit 
1.45 mail/bogofilter/Makefile
1.35 mail/bogofilter/distinfo
Update to 0.92.5

PR:             ports/70713
Submitted by:   maintainer
Thu, 29 Jul 2004
[ 21:45 krion ] Original commit 
1.44 mail/bogofilter/Makefile
1.34 mail/bogofilter/distinfo
Update to 0.92.4

PR:             ports/69767
Submitted by:   maintainer
Wed, 28 Jul 2004
[ 07:05 krion ] Original commit 
1.4 mail/bogofilter/files/ChangeLog.port
1.43 mail/bogofilter/Makefile
1.33 mail/bogofilter/distinfo
Update to 0.92.3

PR:             ports/69680
Submitted by:   maintainer
Thu, 15 Jul 2004
[ 07:40 krion ] Original commit 
1.42 mail/bogofilter/Makefile
1.32 mail/bogofilter/distinfo
1.2 mail/bogofilter/files/patch-ac
- Update to 0.92.2, fixing some bugs,
  format string change: %I -> %A, new %I (message-ID) and %Q (queue-ID)

PR:             ports/69080
Submitted by:   maintainer
Tue, 6 Jul 2004
[ 23:15 krion ] Original commit 
1.2 mail/bogofilter/files/ChangeLog.port
1.41 mail/bogofilter/Makefile
1.31 mail/bogofilter/distinfo
1.9 mail/bogofilter/files/patch-aa
1.2 mail/bogofilter/files/patch-ab
Update to 0.92.1
Chase libraries according to new math/gsl version

PR:             ports/68741
Submitted by:   maintainer
Mon, 28 Jun 2004
[ 21:24 krion ] Original commit 
1.1 mail/bogofilter/files/ChangeLog.port
1.40 mail/bogofilter/Makefile
1.8 mail/bogofilter/files/patch-aa
1.1 mail/bogofilter/files/patch-ab
Add a ChangeLog.port file

Fix SIGSEGV (NULL dereferenced pointer read) when %I is used
and no IP address had been found (reported by Clemens Fischer)

Fix data base shutdown in multiple-wordlists mode
when BOGOFILTER_CONCURRENT_DATA_STORE is set in the environment

PR:             ports/68455
Submitted by:   maintainer
[ 06:55 krion ] Original commit 
1.39 mail/bogofilter/Makefile
1.30 mail/bogofilter/distinfo
1.2 mail/bogofilter/files/patch-src-tests-t.frame
Update to version 0.92.0

PR:             ports/68436
Submitted by:   maintainer
Fri, 18 Jun 2004
[ 15:25 yar ] Original commit 
1.2 mail/bogofilter-qdbm/Makefile
1.5 mail/bogofilter-tdb/Makefile
1.38 mail/bogofilter/Makefile
Prepare for committing a new sub-port russian/bogofilter (ru-bogofilter).

Approved by:    Matthias Andree (as maintainer)
Thu, 17 Jun 2004
[ 08:10 yar ] Original commit 
1.37 mail/bogofilter/Makefile
Implement WITHOUT_GSL so that bogofilter can statically link against the
internal GSL subset, to avoid the bulky libtool and gsl requirements.

PR:             ports/68021
Submitted by:   Matthias Andree (as maintainer)
Fri, 28 May 2004
[ 20:30 krion ] Original commit 
1.36 mail/bogofilter/Makefile
- Install trainbogo.sh script
- Add a WITHOUT_BASH install-time option that will remove the
  bash2 dependency and the bash-dependent contrib/ scripts and
  documentation (randomtrain, scramble, trainbogo.sh)
- Bump PORTREVISION

PR:             ports/67303
Submitted by:   maintainer
Sat, 10 Apr 2004
[ 00:54 krion ] Original commit 
1.35 mail/bogofilter/Makefile
1.29 mail/bogofilter/distinfo
1.1 mail/bogofilter/pkg-install
- Update to version 0.17.5
- will only use DB 4.2, no configuration possible
  As we don't use the Berkeley DB environment stuff (for
  concurrent or transactional libdb use - __db.NNN and log.NNNNNNNNNN files),
  DB 4.2 will deal with DB 4.0-created data base files just
  fine. This is a migration aid for future bogofilter versions that
  depend on DB 4.1 or newer.
- INSTALL_MAN -> INSTALL_DATA
- ECHO -> ECHO_MSG

PR:             ports/65382
Submitted by:   maintainer
Mon, 23 Feb 2004
[ 12:15 kris ] Original commit 
1.34 mail/bogofilter/Makefile
IGNORE on alpha 5.x: infinite loop in build
Sun, 1 Feb 2004
[ 04:03 eik ] Original commit 
1.33 mail/bogofilter/Makefile
1.28 mail/bogofilter/distinfo
1.12 mail/bogofilter/pkg-plist
- Update to 0.16.4
- Clean up pkg-plist, use PORTDOCS instead
- Clean up Makefile a bit.
  - convert do-install: to INSTALL_TARGET
  - use some wildcard patterns to keep RELEASE.NOTES/CHANGES file lists concise.
- Use SIZE in distinfo.

PR:             62206
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Thu, 15 Jan 2004
[ 08:57 krion ] Original commit 
1.32 mail/bogofilter/Makefile
- Use db-4.2 in LIB_DEPENDS
- Remove contiguous blank line

PR:             61375
Submitted by:   maintainer
Wed, 14 Jan 2004
[ 21:16 krion ] Original commit 
1.31 mail/bogofilter/Makefile
1.27 mail/bogofilter/distinfo
- Update to 0.15.13.2, to fix Alpha SIGFPE (we use -mieee now)
- Support WITH_DB_VER=42 to build against db42 rather than
  default db4
- Switch to bz2 to reduce download time and data volume.
- Fix up forgotten src/version.c update to 0.15.13.2

PR:             61284
Submitted by:   maintainer
Wed, 7 Jan 2004
[ 08:55 krion ] Original commit 
1.30 mail/bogofilter/Makefile
1.26 mail/bogofilter/distinfo
- Update to 0.15.13.1

PR:             61004
Submitted by:   maintainer
Fri, 2 Jan 2004
[ 12:26 krion ] Original commit 
1.29 mail/bogofilter/Makefile
1.25 mail/bogofilter/distinfo
1.11 mail/bogofilter/pkg-plist
- Update to 0.15.13
- Add conflicts for bogofilter-qdbm, for future port.

PR:             60811
Submitted by:   maintainer
Fri, 21 Nov 2003
[ 12:13 krion ] Original commit 
1.28 mail/bogofilter/Makefile
- Fix contributor path for bash
- Change maintainer address.

PR:             59544
Submitted by:   maintainer
Sat, 1 Nov 2003
[ 14:42 sergei ] Original commit 
1.27 mail/bogofilter/Makefile
- Unbreak build if xmlto not present by unconditionally enabling
  HTML rebuilding (noticed by olli)

PR:             58801 (follow-up)
Submitted by:   maintainer
[ 14:32 sergei ] Original commit 
1.26 mail/bogofilter/Makefile
1.24 mail/bogofilter/distinfo
1.10 mail/bogofilter/pkg-plist
- Update to 0.15.7 (new stable upstream release)
- Fix up NOPORTDOCS mode, install missing manual pages.

PR:             58801
Submitted by:   maintainer
Tue, 2 Sep 2003
[ 20:05 obraun ] Original commit 
1.2 mail/bogofilter-tdb/Makefile
1.25 mail/bogofilter/Makefile
1.23 mail/bogofilter/distinfo
1.7 mail/bogofilter/files/patch-aa
* Upgrade to 0.14.5.4.
* Add CONFLICTS bogofilter<->bogofilter-tdb

PR:             ports/56293
Submitted by:   maintainer
Sun, 24 Aug 2003
[ 07:09 krion ] Original commit 
1.24 mail/bogofilter/Makefile
1.22 mail/bogofilter/distinfo
1.6 mail/bogofilter/files/patch-aa
* Update to 0.14.5.2
* trivial patch to fix build with TDB (merged to bogofilter
  upstream CVS)
* bogominitrain.pl - removed email 'cruft' and revised format
  of verbose output.
* Fixed parameter type error in dbh_print_names() that causes
  segfault.
* Fixed parsing error that treated "^From " in encoded text as
  a message separator. <<****** THIS IS THE SERIOUS PART ******
* Enhanced verbose output of bogominitrain.pl
* Fixed defect in bogominitrain.pl's norepetition mode.
* Documented '-T' option in man page.
* Revised format for '-T'.

PR:             55914
Submitted by:   maintainer
Mon, 18 Aug 2003
[ 15:35 krion ] Original commit 
1.23 mail/bogofilter/Makefile
1.21 mail/bogofilter/distinfo
1.9 mail/bogofilter/pkg-plist
* TDB is now supported (will be filed as a separate
  bogofilter-tdb port)
* bogofilter now supports a (faster) "combined data base"
* (single file) for
  fresh installs, but continues to support the former "separate
  data base" (two files) format.
* WARNING: the exit code for "error" has changed from 2 to 3
  Update your scripts to use -T or to use the new exit codes.
* bugfixes
* new -T fixed-formatting terse mode for scripts
* documentation updates (FAQ)
* bogofilter can now degenerate tokens before looking them up
* support for encoded tokens was enhanced
* bogoutil error reporting improved
* new bogominitrain.pl script

PR:             55660
Submitted by:   maintainer
Wed, 2 Jul 2003
[ 23:27 obraun ] Original commit 
1.22 mail/bogofilter/Makefile
1.20 mail/bogofilter/distinfo
1.8 mail/bogofilter/pkg-plist
Upgrade to 0.13.7.2.

PR:             ports/54047
Submitted by:   maintainer
Thu, 19 Jun 2003
[ 13:52 daichi ] Original commit 
1.21 mail/bogofilter/Makefile
1.19 mail/bogofilter/distinfo
update port: mail/bogofilter to 0.13.6.3 from 0.13.6.2

PR:             53497
Submitted by:   Matthias Andree <matthias.andree@web.de> (maintainer)
Fri, 6 Jun 2003
[ 19:10 obraun ] Original commit 
1.20 mail/bogofilter/Makefile
1.18 mail/bogofilter/distinfo
Upgrade to 0.13.6.2.

PR:             ports/52999
Submitted by:   maintainer
Wed, 4 Jun 2003
[ 21:48 obraun ] Original commit 
1.19 mail/bogofilter/Makefile
1.17 mail/bogofilter/distinfo
1.7 mail/bogofilter/pkg-plist
Upgrade to 0.13.6.

PR:             ports/52948
Submitted by:   maintainer
Sun, 1 Jun 2003
[ 07:45 obraun ] Original commit 
1.18 mail/bogofilter/Makefile
1.16 mail/bogofilter/distinfo
1.5 mail/bogofilter/files/patch-aa
Upgrade to 0.13.2.1.

PR:             ports/52650
Submitted by:   maintainer
Thu, 22 May 2003
[ 12:06 obraun ] Original commit 
1.17 mail/bogofilter/Makefile
1.15 mail/bogofilter/distinfo
1.4 mail/bogofilter/files/patch-aa
1.6 mail/bogofilter/pkg-plist
Upgrade to 0.13.0.

PR:             ports/52554
Submitted by:   maintainer
Mon, 14 Apr 2003
[ 00:01 obraun ] Original commit 
1.16 mail/bogofilter/Makefile
1.14 mail/bogofilter/distinfo
1.3 mail/bogofilter/files/patch-aa
Upgrade to 0.11.2.

PR:             ports/50920
Submitted by:   maintainer
Sun, 13 Apr 2003
[ 22:53 obraun ] Original commit 
1.15 mail/bogofilter/Makefile
1.13 mail/bogofilter/distinfo
1.2 mail/bogofilter/files/patch-aa
* Upgrade to 0.11.1.9.
* Fix the "extra files" complaints from bento.
* The diagnosis patch committed recently is no longer needed, the sparc build
  appears to be OK.

PR:             ports/50906
Submitted by:   maintainer
Mon, 7 Apr 2003
[ 23:39 obraun ] Original commit 
1.14 mail/bogofilter/Makefile
1.12 mail/bogofilter/distinfo
Upgrade to 0.11.1.8.

PR:             ports/50699
Submitted by:   maintainer
Fri, 4 Apr 2003
[ 11:11 obraun ] Original commit 
1.13 mail/bogofilter/Makefile
1.11 mail/bogofilter/distinfo
Upgrade to 0.11.1.6.

PR:             ports/50596
Submitted by:   maintainer
Mon, 31 Mar 2003
[ 03:07 leeym ] Original commit 
1.12 mail/bogofilter/Makefile
1.10 mail/bogofilter/distinfo
Update to upstream bugfix release 0.11.1.5:

2003-03-28
* Bogofilter now frees all memory that it allocates.
* FAQ reorganized and info added on asian spam, the format of verbose output,
  and using SpamAssassin to train bogofilter.
* Fixed processing of '-o' option.

PR:             50439
Submitted by:   Matthias Andree <matthias.andree@web.de>
Thu, 27 Mar 2003
[ 08:15 obraun ] Original commit 
1.11 mail/bogofilter/Makefile
1.9 mail/bogofilter/distinfo
Upgrade to 0.11.1.4.

PR:             ports/50329
Submitted by:   maintainer
Mon, 17 Mar 2003
[ 08:53 obraun ] Original commit 
1.10 mail/bogofilter/Makefile
1.8 mail/bogofilter/distinfo
Upgrade to 0.11.1.3 (critical bugs fixed)

PR:             ports/49090
Submitted by:   maintainer
Approved by:    kris
Thu, 6 Mar 2003
[ 13:41 obraun ] Original commit 
1.9 mail/bogofilter/Makefile
1.7 mail/bogofilter/distinfo
1.3 mail/bogofilter/pkg-descr
Upgrade to 0.11.1.1.

PR:             ports/48973
Submitted by:   maintainer
Wed, 5 Mar 2003
[ 12:10 ache ] Original commit 
1.8 mail/bogofilter/Makefile
1.6 mail/bogofilter/distinfo
1.5 mail/bogofilter/pkg-plist
Maintainer's upgrade to 0.11.1

PR:             48937
Submitted by:   Matthias Andree <matthias.andree@web.de>
Tue, 18 Feb 2003
[ 21:06 obraun ] Original commit 
1.7 mail/bogofilter/Makefile
1.5 mail/bogofilter/distinfo
Upgrade to 0.10.3.1.

PR:             ports/48432
Submitted by:   maintainer
Mon, 17 Feb 2003
[ 11:41 obraun ] Original commit 
1.6 mail/bogofilter/Makefile
1.4 mail/bogofilter/distinfo
1.2 mail/bogofilter/pkg-comment
* Upgrade to 0.10.3
* pkg-comment -> COMMENT
* s/USE_PERL5/USE_PERL5_RUN/

PR:             ports/48364
Submitted by:   maintainer
Wed, 5 Feb 2003
[ 10:39 obraun ] Original commit 
1.5 mail/bogofilter/Makefile
1.3 mail/bogofilter/distinfo
1.2 mail/bogofilter/pkg-descr
1.4 mail/bogofilter/pkg-plist
Upgrade to 0.10.2.

PR:             ports/47922
Submitted by:   maintainer
Wed, 1 Jan 2003
[ 17:29 obraun ] Original commit 
1.4 mail/bogofilter/Makefile
1.2 mail/bogofilter/distinfo
1.2 mail/bogofilter/files/patch-Makefile.in
1.2 mail/bogofilter/files/patch-config.c
1.2 mail/bogofilter/files/patch-configure
1.2 mail/bogofilter/files/patch-find_home.c
1.2 mail/bogofilter/files/patch-find_home.h
1.2 mail/bogofilter/files/patch-main.c
1.2 mail/bogofilter/files/patch-version.h
1.2 mail/bogofilter/files/patch-z-stats

(Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Upgrade to 0.9.1.2.

PR:             ports/46102
Submitted by:   maintainer
Fri, 22 Nov 2002
[ 23:22 edwin ] Original commit 
1.3 mail/bogofilter/Makefile
1.1 mail/bogofilter/files/patch-z-stats
Maintainer update to revision 0.8.0_2

PR:             ports/45587
Submitted by:   Matthias Andree <matthias.andree@web.de>
Sat, 16 Nov 2002
[ 04:50 edwin ] Original commit 
1.2 mail/bogofilter/Makefile
1.1 mail/bogofilter/files/patch-Makefile.in
1.1 mail/bogofilter/files/patch-config.c
1.1 mail/bogofilter/files/patch-configure
1.1 mail/bogofilter/files/patch-find_home.c
1.1 mail/bogofilter/files/patch-find_home.h
1.1 mail/bogofilter/files/patch-main.c
1.1 mail/bogofilter/files/patch-version.h
Maintainer update to version 0.8.0.1

PR:             ports/45238
Submitted by:   Matthias Andree <matthias.andree@gmx.de>
Mon, 11 Nov 2002
[ 17:34 ijliao ] Original commit 
1.338 mail/Makefile
1.1 mail/bogofilter/Makefile
1.1 mail/bogofilter/distinfo
1.1 mail/bogofilter/pkg-comment
1.1 mail/bogofilter/pkg-descr
1.1 mail/bogofilter/pkg-plist
add bogofilter 0.8.0
Fast, teachable, learning spam detector

PR:             45190
Submitted by:   Matthias Andree <matthias.andree@web.de>

Number of commits found: 84

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
dovecotNov 19
dovecot-develNov 19
libxml2Nov 19
openfireNov 19
enscript-a4Nov 18
enscript-letterNov 18
enscript-letterdjNov 18
syslog-ng2Nov 18
gnutlsNov 16
net-snmpNov 14
net-snmp53Nov 14
faad*Nov 13
firefoxNov 13
firefox-develNov 13
firefox10Nov 13

13 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19422
Broken 158
Deprecated 82
Ignore 444
Forbidden 7
Restricted 270
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 65
Interactive 78
new 24 hours 12
new 48 hours17
new 7 days43
new fortnight81
new month129

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.361 seconds.