Date: Fri, 24 Mar 2023 20:56:31 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: 7a4764d69c4c - main - mail/mboxgrep: update to 0.7.11 Message-ID: <202303242056.32OKuVR3088236@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=7a4764d69c4c2e46d4ec45def41859d7fce2d76d commit 7a4764d69c4c2e46d4ec45def41859d7fce2d76d Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-03-24 16:13:15 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-03-24 20:54:40 +0000 mail/mboxgrep: update to 0.7.11 No functional changes in this update. Changelog: https://git.datatipp.se/dspiljar/mboxgrep/releases/tag/0.7.11 Reported by: upstream --- mail/mboxgrep/Makefile | 7 ++++--- mail/mboxgrep/distinfo | 6 +++--- mail/mboxgrep/files/patch-doc_Makefile.in | 16 ---------------- mail/mboxgrep/files/patch-src_Makefile.in | 24 ------------------------ 4 files changed, 7 insertions(+), 46 deletions(-) diff --git a/mail/mboxgrep/Makefile b/mail/mboxgrep/Makefile index 505990f6d119..90465bed7305 100644 --- a/mail/mboxgrep/Makefile +++ b/mail/mboxgrep/Makefile @@ -1,5 +1,5 @@ PORTNAME= mboxgrep -DISTVERSION= 0.7.10 +DISTVERSION= 0.7.11 CATEGORIES= mail MASTER_SITES= https://git.datatipp.se/dspiljar/mboxgrep/archive/ DISTNAME= ${DISTVERSION} @@ -12,15 +12,16 @@ WWW= http://mboxgrep.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.md -USES= autoreconf localbase +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 +PCRE_CONFIGURE_WITH= pcre .include <bsd.port.mk> diff --git a/mail/mboxgrep/distinfo b/mail/mboxgrep/distinfo index 23d1f94d90b8..8036f74622fd 100644 --- a/mail/mboxgrep/distinfo +++ b/mail/mboxgrep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677278119 -SHA256 (mboxgrep/0.7.10.tar.gz) = 396c1bae89540977abb23890bd9cdf68aa8048f68cf1abc061614fa9a0c465dc -SIZE (mboxgrep/0.7.10.tar.gz) = 76132 +TIMESTAMP = 1679673620 +SHA256 (mboxgrep/0.7.11.tar.gz) = 85ae2e95968b2daa842c0c20d51daa400b9e63b84bc8229fb1a8c392b48c8e38 +SIZE (mboxgrep/0.7.11.tar.gz) = 232997 diff --git a/mail/mboxgrep/files/patch-doc_Makefile.in b/mail/mboxgrep/files/patch-doc_Makefile.in deleted file mode 100644 index b29f4a1679de..000000000000 --- a/mail/mboxgrep/files/patch-doc_Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- doc/Makefile.in.orig 2023-02-24 22:54:40 UTC -+++ doc/Makefile.in -@@ -33,9 +33,9 @@ distclean: - - .PHONY: install - install: mboxgrep.1 -- $(INSTALL) -d $(mandir)/man1 -- $(INSTALL) -m 0644 $(MANPAGE) $(mandir)/man1 -- $(INSTALL) -d $(infodir) -- $(INSTALL) -m 0644 mboxgrep.info $(infodir) -+ $(INSTALL) -d $(DESTDIR)/$(mandir)/man1 -+ $(INSTALL) -m 0644 $(MANPAGE) $(DESTDIR)/$(mandir)/man1 -+ $(INSTALL) -d $(DESTDIR)/$(infodir) -+ $(INSTALL) -m 0644 mboxgrep.info $(DESTDIR)/$(infodir) - - .NOEXPORT: diff --git a/mail/mboxgrep/files/patch-src_Makefile.in b/mail/mboxgrep/files/patch-src_Makefile.in deleted file mode 100644 index f3561f5a467d..000000000000 --- a/mail/mboxgrep/files/patch-src_Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ ---- src/Makefile.in.orig 2023-02-23 11:59:33 UTC -+++ src/Makefile.in -@@ -21,9 +21,9 @@ srcdir = @srcdir@ - - CC = @CC@ - OBJS = info.o main.o mh.o scan.o maildir.o mbox.o misc.o \ -- wrap.o getopt.o getopt1.o md5.o re.o -+ wrap.o md5.o re.o - SRCS = info.c main.c mh.c scan.c maildir.c mbox.c misc.c \ -- wrap.c getopt.c getopt1.c md5.c re.c -+ wrap.c md5.c re.c - TARGET = mboxgrep - CFLAGS = @CFLAGS@ - LIBS = @LIBS@ -@@ -51,7 +51,7 @@ distclean: - - .PHONY: install - install: mboxgrep -- $(INSTALL) -d $(prefix)/bin -- $(INSTALL) -s $(TARGET) $(prefix)/bin -+ $(INSTALL) -d $(DESTDIR)/$(prefix)/bin -+ $(INSTALL) -s $(TARGET) $(DESTDIR)/$(prefix)/bin - - .NOEXPORT:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303242056.32OKuVR3088236>