svn commit: r338647 - head/mail/spamprobe
Stefan Walter
stefan at FreeBSD.org
Sat Jan 4 14:35:02 UTC 2014
Author: stefan
Date: Sat Jan 4 14:35:01 2014
New Revision: 338647
URL: http://svnweb.freebsd.org/changeset/ports/338647
Log:
- Set USE_GCC=any to fix build on FreeBSD 10 and HEAD.
- Drop maintainership since I lack the time to properly maintain this port.
Modified:
head/mail/spamprobe/Makefile
Modified: head/mail/spamprobe/Makefile
==============================================================================
--- head/mail/spamprobe/Makefile Sat Jan 4 14:33:12 2014 (r338646)
+++ head/mail/spamprobe/Makefile Sat Jan 4 14:35:01 2014 (r338647)
@@ -3,15 +3,16 @@
PORTNAME= spamprobe
PORTVERSION= 1.4d
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= mail
MASTER_SITES= SF
-MAINTAINER= stefan at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Spam detector using Bayesian analysis of word counts
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-default-8bit
+USE_GCC= any
PLIST_FILES= bin/spamprobe man/man1/spamprobe.1.gz
More information about the svn-ports-all
mailing list