svn commit: r339115 - branches/2014Q1/mail/spamprobe

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 8 12:49:52 UTC 2014


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 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