Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2014 14:35:01 +0000 (UTC)
From:      Stefan Walter <stefan@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338647 - head/mail/spamprobe
Message-ID:  <201401041435.s04EZ1lt050795@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	ports@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401041435.s04EZ1lt050795>