svn commit: r528664 - head/mail/milter-skem

Mikhail Teterin mi at FreeBSD.org
Wed Mar 18 19:14:54 UTC 2020


Author: mi
Date: Wed Mar 18 19:14:53 2020
New Revision: 528664
URL: https://svnweb.freebsd.org/changeset/ports/528664

Log:
  Unbreak. My machine may not be "high availability" with lots of 9s,
  but it is almost always up anyway...
  
  Not reported by:	antoine

Modified:
  head/mail/milter-skem/Makefile

Modified: head/mail/milter-skem/Makefile
==============================================================================
--- head/mail/milter-skem/Makefile	Wed Mar 18 18:58:59 2020	(r528663)
+++ head/mail/milter-skem/Makefile	Wed Mar 18 19:14:53 2020	(r528664)
@@ -10,8 +10,6 @@ MASTER_SITES=	http://virtual-estates.net/skem/
 MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	Cache earlier sendmail's verdicts for the relays
 
-BROKEN=		unfetchable
-
 .if !exists( /usr/include/libmilter/mfapi.h )
 BUILD_DEPENDS+=	${LOCALBASE}/include/libmilter/mfapi.h:mail/libmilter
 CFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list