Date: Wed, 16 Feb 2022 08:16:41 GMT From: Yasuhiro Kimura <yasu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d1b24dfb7929 - main - mail/milter-manager: Update to 2.1.6 Message-ID: <202202160816.21G8GfsN073648@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1b24dfb792999cd0496a9e987a9fcb4e5c25f4e commit d1b24dfb792999cd0496a9e987a9fcb4e5c25f4e Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2022-02-15 17:15:49 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2022-02-16 08:16:02 +0000 mail/milter-manager: Update to 2.1.6 * Fix plist error when either DOCS or EXAMPLES option is off * Pet portclippy * Tidy up Makefile with portfmt ChangeLog: https://github.com/milter-manager/milter-manager/blob/2.1.6/NEWS Reported by: Aoba Dai, Hideo Kuwabata, Naito Yuichiro (in freebsd-users-jp ML) Tested by: Aoba Dai --- mail/milter-manager/Makefile | 34 +++++++++++++--------------------- mail/milter-manager/distinfo | 6 +++--- 2 files changed, 16 insertions(+), 24 deletions(-) diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile index 3d30382b2242..788173c7f8dd 100644 --- a/mail/milter-manager/Makefile +++ b/mail/milter-manager/Makefile @@ -1,10 +1,9 @@ # Created by: Hirohisa Yamaguchi <umq@ueo.co.jp> PORTNAME= milter-manager -PORTVERSION= 2.1.1 -PORTREVISION= 1 +DISTVERSION= 2.1.6 CATEGORIES= mail ruby -MASTER_SITES= OSDN/${PORTNAME} +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Super milter that can invoke several milters selectively @@ -12,38 +11,31 @@ COMMENT= Super milter that can invoke several milters selectively LICENSE= AGPLv3 GFDL GPLv3 LGPL3 LICENSE_COMB= multi -BUILD_DEPENDS= rubygem-glib2>0:devel/rubygem-glib2 +BUILD_DEPENDS= rubygem-gio2>0:devel/rubygem-gio2 LIB_DEPENDS= libev.so:devel/libev -RUN_DEPENDS= rubygem-glib2>0:devel/rubygem-glib2 +RUN_DEPENDS= rubygem-gio2>0:devel/rubygem-gio2 -USES= compiler:c++11-lang gettext gmake gnome 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 \ +CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ + --with-libev \ --with-package-platform=freebsd -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib + INSTALL_TARGET= install-strip -OPTIONS_DEFINE= DOCS EXAMPLES +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib PORTDOCS= * PORTEXAMPLES= * -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -CONFIGURE_ARGS+=--with-html-dir=${DOCSDIR} -.else -CONFIGURE_ARGS+=--with-html-dir=${WRKDIR}/doc -.endif - -.if ! ${PORT_OPTIONS:MEXAMPLES} -EXAMPLESDIR= ${WRKDIR}/examples -.endif +OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${FIND} ${WRKSRC} -type f -name Makefile.in -exec \ diff --git a/mail/milter-manager/distinfo b/mail/milter-manager/distinfo index 131df2a77853..23d7e7f80a0f 100644 --- a/mail/milter-manager/distinfo +++ b/mail/milter-manager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1521370741 -SHA256 (milter-manager-2.1.1.tar.gz) = 315170b261f7557a896dd5607e785279a293c81ce1f7116906102f8376b120c6 -SIZE (milter-manager-2.1.1.tar.gz) = 6619833 +TIMESTAMP = 1644938800 +SHA256 (milter-manager-2.1.6.tar.gz) = 3e656abd3d60677b68a02e35b31d9f7b1d0939fe47dd38425618458b5a5e703f +SIZE (milter-manager-2.1.6.tar.gz) = 6086564
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202160816.21G8GfsN073648>