Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2023 17:26:38 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 52f31be703a7 - main - mail/mboxgrep: update to 0.7.12a
Message-ID:  <202305211726.34LHQc0B065416@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

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

commit 52f31be703a7966a9345a45a8621bb4352677bc9
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-05-21 14:20:43 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-05-21 17:25:43 +0000

    mail/mboxgrep: update to 0.7.12a
    
     - switch to official release tarball
     - make PCRE option a default
    
    Changelog: https://git.datatipp.se/dspiljar/mboxgrep/releases/tag/0.7.12a
---
 mail/mboxgrep/Makefile | 12 +++++-------
 mail/mboxgrep/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/mail/mboxgrep/Makefile b/mail/mboxgrep/Makefile
index 90465bed7305..e526397c793c 100644
--- a/mail/mboxgrep/Makefile
+++ b/mail/mboxgrep/Makefile
@@ -1,9 +1,7 @@
 PORTNAME=	mboxgrep
-DISTVERSION=	0.7.11
+PORTVERSION=	0.7.12a
 CATEGORIES=	mail
-MASTER_SITES=	https://git.datatipp.se/dspiljar/mboxgrep/archive/
-DISTNAME=	${DISTVERSION}
-DIST_SUBDIR=	${PORTNAME}
+MASTER_SITES=	https://git.datatipp.se/attachments/5e6a5b31-60b9-4fb3-9674-fe1e292e8fee?dummy=/
 
 MAINTAINER=	fuz@FreeBSD.org
 COMMENT=	Utility to scan mailboxes for messages matching a regular expression
@@ -14,14 +12,14 @@ LICENSE_FILE=	${WRKSRC}/COPYING.md
 
 USES=		autoreconf:build localbase
 GNU_CONFIGURE=	yes
-WRKSRC=		${WRKDIR}/mboxgrep
 INSTALL_TARGET=	install-strip
 
 INFO=		mboxgrep
 PLIST_FILES=	bin/mboxgrep man/man1/mboxgrep.1.gz
 
 OPTIONS_DEFINE=	PCRE
-PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
-PCRE_CONFIGURE_WITH=	pcre
+OPTIONS_DEFAULT=	PCRE
+PCRE_LIB_DEPENDS=	libpcre2-32.so:devel/pcre2
+PCRE_CONFIGURE_WITH=	pcre2
 
 .include <bsd.port.mk>
diff --git a/mail/mboxgrep/distinfo b/mail/mboxgrep/distinfo
index 8036f74622fd..6419af77f1c2 100644
--- a/mail/mboxgrep/distinfo
+++ b/mail/mboxgrep/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679673620
-SHA256 (mboxgrep/0.7.11.tar.gz) = 85ae2e95968b2daa842c0c20d51daa400b9e63b84bc8229fb1a8c392b48c8e38
-SIZE (mboxgrep/0.7.11.tar.gz) = 232997
+TIMESTAMP = 1684678606
+SHA256 (mboxgrep-0.7.12a.tar.gz) = b6c58a795bdffca64e2a98d8fb4f8e2e93f2c1871d7ed2b8a783d1662e167dc8
+SIZE (mboxgrep-0.7.12a.tar.gz) = 250914



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