Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2014 12:49:51 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r339115 - branches/2014Q1/mail/spamprobe
Message-ID:  <201401081249.s08Cnp0P071010@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jan  8 12:49:51 2014
New Revision: 339115
URL: http://svnweb.freebsd.org/changeset/ports/339115

Log:
  MFH: r338647
  
  - 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:
  branches/2014Q1/mail/spamprobe/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/mail/spamprobe/Makefile
==============================================================================
--- branches/2014Q1/mail/spamprobe/Makefile	Wed Jan  8 12:38:14 2014	(r339114)
+++ branches/2014Q1/mail/spamprobe/Makefile	Wed Jan  8 12:49:51 2014	(r339115)
@@ -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?201401081249.s08Cnp0P071010>