git: ad4e1cff7077 - main - mail/notmuch: Formatting changes from portclippy/portfmt

Joseph Mingrone jrm at FreeBSD.org
Sun Oct 3 23:35:51 UTC 2021


The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ad4e1cff7077c56f4473202e8c9fb5e87bf91adf

commit ad4e1cff7077c56f4473202e8c9fb5e87bf91adf
Author:     Joseph Mingrone <jrm at FreeBSD.org>
AuthorDate: 2021-10-03 21:22:26 +0000
Commit:     Joseph Mingrone <jrm at FreeBSD.org>
CommitDate: 2021-10-03 23:24:54 +0000

    mail/notmuch: Formatting changes from portclippy/portfmt
---
 mail/notmuch/Makefile | 37 ++++++++++++++++++++-----------------
 1 file changed, 20 insertions(+), 17 deletions(-)

diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index 1d037fdf84ac..72437c78b9d1 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -14,20 +14,21 @@ LICENSE_FILE=	${WRKSRC}/${WRKSRC_SUBDIR:C/[^\/]+/../g}/COPYING-GPL-3
 
 .ifndef MASTERDIR
 LIB_DEPENDS=	libgmime-3.0.so:mail/gmime30 \
-		libxapian.so:databases/xapian-core \
-		libtalloc.so:devel/talloc
-TEST_DEPENDS=	bash:shells/bash \
-		emacs:editors/emacs at nox \
+		libtalloc.so:devel/talloc \
+		libxapian.so:databases/xapian-core
+TEST_DEPENDS=	${LOCALBASE}/bin/gdb:devel/gdb \
+		bash:shells/bash \
 		dtach:misc/dtach \
-		gdate:sysutils/coreutils \
+		emacs:editors/emacs at nox \
 		gbase64:sysutils/coreutils \
+		gdate:sysutils/coreutils \
+		gpg:security/gnupg \
 		gsed:textproc/gsed \
 		gsha256sum:sysutils/coreutils \
-		gpg:security/gnupg \
-		gwc:sysutils/coreutils \
-		${LOCALBASE}/bin/gdb:devel/gdb
+		gwc:sysutils/coreutils
 
-USES=		compiler:c++11-lang gmake gnome pkgconfig python:3.5+,build,test
+USES=		compiler:c++11-lang gmake gnome pkgconfig \
+		python:3.5+,build,test
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 .endif
@@ -51,21 +52,23 @@ TEST_ENV+=	NOTMUCH_SKIP_TESTS="basic.12 count.14 insert.2[89] insert.3[0-9] mess
 TEST_TARGET=	test
 .endif
 
-PATCH_WRKSRC=	${WRKSRC}/${WRKSRC_SUBDIR:C/[^\/]+/../g}
 PKGDIR=		${.CURDIR}
+.ifndef MASTERDIR
+PORTSCOUT=	limit:^[0-9\.]*$$
+.endif
+
+PATCH_WRKSRC=	${WRKSRC}/${WRKSRC_SUBDIR:C/[^\/]+/../g}
 
 .ifndef MASTERDIR
-OPTIONS_DEFINE=	DOXYGEN MANPAGES
+OPTIONS_DEFINE=		DOXYGEN MANPAGES
 OPTIONS_DEFAULT=	MANPAGES
-OPTIONS_SUB=	yes
+OPTIONS_SUB=		yes
 
-DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
-DOXYGEN_CONFIGURE_WITH=	api-docs
-MANPAGES_BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx
+DOXYGEN_BUILD_DEPENDS=		doxygen:devel/doxygen
+DOXYGEN_CONFIGURE_WITH=		api-docs
+MANPAGES_BUILD_DEPENDS=		sphinx-build:textproc/py-sphinx
 MANPAGES_CONFIGURE_WITH=	docs
 
-PORTSCOUT=	limit:^[0-9\.]*$$
-
 # Avoid conflict with C++20 <version> by ignoring <...> under WRKSRC
 post-patch:
 	@${REINPLACE_CMD} -i .c++20 's/-I$$(srcdir)/-iquote$$(srcdir)/' \


More information about the dev-commits-ports-all mailing list