svn commit: r480764 - head/japanese/spamassassin

Niclas Zeising zeising at FreeBSD.org
Wed Sep 26 19:38:02 UTC 2018


Author: zeising
Date: Wed Sep 26 19:38:01 2018
New Revision: 480764
URL: https://svnweb.freebsd.org/changeset/ports/480764

Log:
  japanese/spamassassin: Mark broken
  
  Mark japanese/spamassassin since it does not build after the update of
  mail/spamassassin to 3.4.2.  The patch for japanese support does not apply.
  
  Reset maintainer mail address, since mail to it bounces (domain not found).
  
  Deprecate and set expiration date to the end of the year.
  
  Discussed with:	portmgr (rene, @ EuroBSDCon 2018)

Modified:
  head/japanese/spamassassin/Makefile

Modified: head/japanese/spamassassin/Makefile
==============================================================================
--- head/japanese/spamassassin/Makefile	Wed Sep 26 19:30:36 2018	(r480763)
+++ head/japanese/spamassassin/Makefile	Wed Sep 26 19:38:01 2018	(r480764)
@@ -1,14 +1,18 @@
 # Created by: TAOKA Fumiyoshi
 # $FreeBSD$
 
-PORTREVISION=	10
+PORTREVISION=	0
 CATEGORIES=	japanese mail perl5
 PKGNAMEPREFIX=	ja-
 
-MAINTAINER=	masaki at club.kyutech.ac.jp
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	SpamAssassin with patches to handle multibyte character
 
 LICENSE=	APACHE20
+
+BROKEN=		patch does not apply
+DEPRECATED=	does not build
+EXPIRATION_DATE=2018-12-31
 
 MASTERDIR=	${.CURDIR}/../../mail/spamassassin
 


More information about the svn-ports-all mailing list