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
This commit is contained in:
Robert Clausecker 2023-03-24 17:13:15 +01:00
parent d7abce9e05
commit 7a4764d69c
4 changed files with 7 additions and 46 deletions

View file

@ -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>

View file

@ -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

View file

@ -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:

View file

@ -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: