git: 6d115477663e - main - mail/mboxgrep: update to 0.7.13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Sep 2024 06:30:30 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d115477663e0934a30f55d73f33dbe8c351d5cb commit 6d115477663e0934a30f55d73f33dbe8c351d5cb Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-09-23 20:45:51 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-09-25 06:29:19 +0000 mail/mboxgrep: update to 0.7.13 - doesn't like --with-pcre2; make it so only --without-pcre2 is passed Changelog: https://git.datatipp.se/dspiljar/mboxgrep/releases/tag/0.7.13 Reported by: Daniel Spiljar <dspiljar@datatipp.se> --- mail/mboxgrep/Makefile | 10 +++++----- mail/mboxgrep/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mail/mboxgrep/Makefile b/mail/mboxgrep/Makefile index 81d0b2e6cf71..31e1c2d23f24 100644 --- a/mail/mboxgrep/Makefile +++ b/mail/mboxgrep/Makefile @@ -1,8 +1,8 @@ PORTNAME= mboxgrep -PORTVERSION= 0.7.12a -PORTREVISION= 1 +DISTVERSION= 0.7.13 CATEGORIES= mail -MASTER_SITES= https://git.datatipp.se/attachments/5e6a5b31-60b9-4fb3-9674-fe1e292e8fee?dummy=/ +MASTER_SITES= https://github.com/dspiljar/mboxgrep/releases/download/${DISTVERSION}/ \ + https://git.datatipp.se/dspiljar/mboxgrep/releases/download/${DISTVERSION}/ MAINTAINER= fuz@FreeBSD.org COMMENT= Utility to scan mailboxes for messages matching a regular expression @@ -11,7 +11,7 @@ WWW= https://mboxgrep.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.md -USES= autoreconf:build localbase +USES= localbase GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip @@ -22,6 +22,6 @@ PLIST_FILES= bin/mboxgrep share/man/man1/mboxgrep.1.gz OPTIONS_DEFINE= PCRE OPTIONS_DEFAULT= PCRE PCRE_LIB_DEPENDS= libpcre2-32.so:devel/pcre2 -PCRE_CONFIGURE_WITH= pcre2 +PCRE_CONFIGURE_OFF= --without-pcre2 .include <bsd.port.mk> diff --git a/mail/mboxgrep/distinfo b/mail/mboxgrep/distinfo index 6419af77f1c2..72f58da33095 100644 --- a/mail/mboxgrep/distinfo +++ b/mail/mboxgrep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684678606 -SHA256 (mboxgrep-0.7.12a.tar.gz) = b6c58a795bdffca64e2a98d8fb4f8e2e93f2c1871d7ed2b8a783d1662e167dc8 -SIZE (mboxgrep-0.7.12a.tar.gz) = 250914 +TIMESTAMP = 1727123956 +SHA256 (mboxgrep-0.7.13.tar.gz) = be2c9d65bbdaa97a860313e394938cf4bdcbca6e5f84d5fb98434ec38b8d65b4 +SIZE (mboxgrep-0.7.13.tar.gz) = 254085