Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2019 19:02:49 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501584 - in head: . mail mail/milter-manager
Message-ID:  <201905131902.x4DJ2nmU064863@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon May 13 19:02:49 2019
New Revision: 501584
URL: https://svnweb.freebsd.org/changeset/ports/501584

Log:
  Resurrect mail/milter-manager, it reportedly works fine with the Ruby 2.5
  which is the defuault version.
  
  Clean up the port while here.
  
  Reported by:	Matthew D. Fuller

Added:
  head/mail/milter-manager/
     - copied from r501105, head/mail/milter-manager/
Modified:
  head/MOVED
  head/mail/Makefile
  head/mail/milter-manager/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon May 13 18:33:10 2019	(r501583)
+++ head/MOVED	Mon May 13 19:02:49 2019	(r501584)
@@ -12727,7 +12727,6 @@ graphics/qslim||2019-05-09|Has expired: Broken for mor
 graphics/rawstudio||2019-05-09|Has expired: Broken for more than 6 months
 graphics/tulip||2019-05-09|Has expired: Broken for more than 6 months
 lang/qore||2019-05-09|Has expired: Broken for more than 6 months
-mail/milter-manager||2019-05-09|Has expired: Broken for more than 6 months
 math/goblin||2019-05-09|Has expired: Broken for more than 6 months
 math/mosesdecoder||2019-05-09|Has expired: Broken for more than 6 months
 multimedia/asdcplib||2019-05-09|Has expired: Broken for more than 6 months

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Mon May 13 18:33:10 2019	(r501583)
+++ head/mail/Makefile	Mon May 13 19:02:49 2019	(r501584)
@@ -227,6 +227,7 @@
     SUBDIR += milter-bogom
     SUBDIR += milter-callback
     SUBDIR += milter-greylist
+    SUBDIR += milter-manager
     SUBDIR += milter-regex
     SUBDIR += milter-skem
     SUBDIR += mime-construct

Modified: head/mail/milter-manager/Makefile
==============================================================================
--- head/mail/milter-manager/Makefile	Thu May  9 15:02:19 2019	(r501105)
+++ head/mail/milter-manager/Makefile	Mon May 13 19:02:49 2019	(r501584)
@@ -13,23 +13,21 @@ LICENSE=	AGPLv3 GFDL GPLv3 LGPL3
 LICENSE_COMB=	multi
 
 BROKEN_RUBY24=	Build succeeds, but using binary results in segmentation fault
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2019-05-08
 
 BUILD_DEPENDS=	rubygem-glib2>0:devel/rubygem-glib2
 LIB_DEPENDS=	libev.so:devel/libev
 RUN_DEPENDS=	rubygem-glib2>0:devel/rubygem-glib2
 
-USES=		compiler:c++11-lang gettext gmake libtool pathfix pkgconfig
+USES=		compiler:c++11-lang gettext gmake gnome libtool pathfix pkgconfig
+USE_GNOME=	glib20 intltool
+USE_LDCONFIG=	yes
 USE_RC_SUBR=	milter-manager
+USE_RUBY=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libev \
 		--with-package-platform=freebsd
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
-USE_GNOME=	glib20 intltool
-USE_LDCONFIG=	yes
-USE_RUBY=	yes
 INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DOCS EXAMPLES



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