diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2023-05-21 14:20:43 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-05-21 17:25:43 +0000 |
commit | 52f31be703a7966a9345a45a8621bb4352677bc9 (patch) | |
tree | 29d36fe36a979032a2eb3d0c7c0d0e91bb651233 | |
parent | 9949463d709b56f6fd4512dde10a46f6f65b3dd9 (diff) |
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
-rw-r--r-- | mail/mboxgrep/Makefile | 12 | ||||
-rw-r--r-- | 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 |