View | Details | Raw Unified | Return to bug 277303
Collapse All | Expand All

(-)b/mail/filtermail/Makefile (-5 / +4 lines)
Lines 1-15 Link Here
1
PORTNAME=	filtermail
1
PORTNAME=	filtermail
2
PORTVERSION=	0.8.6
2
PORTVERSION=	0.8.9
3
PORTREVISION=	1
4
CATEGORIES=	mail
3
CATEGORIES=	mail
5
MASTER_SITES=	http://sourceforge.net/projects/mailfilter/files/Mailfilter/
4
MASTER_SITES=	https://github.com/nondeterministic/mailfilter/releases/download/${PORTVERSION}/
6
DISTNAME=	mailfilter-${PORTVERSION}
5
DISTNAME=	mailfilter-${PORTVERSION}
7
6
8
MAINTAINER=	jmc-freebsd2@milibyte.co.uk
7
MAINTAINER=	jmc-freebsd2@milibyte.co.uk
9
COMMENT=	Filter mail on a POP3 server: saves downloading spam
8
COMMENT=	Filter mail on a POP3 server: saves downloading spam
10
WWW=		http://mailfilter.sourceforge.net
9
WWW=		https://github.com/nondeterministic/mailfilter/
11
10
12
LICENSE=	GPLv3
11
LICENSE=	GPLv2
13
12
14
USES=		bison gmake localbase:ldflags ssl
13
USES=		bison gmake localbase:ldflags ssl
15
14
(-)b/mail/filtermail/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1593601356
1
TIMESTAMP = 1707843298
2
SHA256 (mailfilter-0.8.6.tar.gz) = f4e6b94996e95b7d45cec9fadee8fc99a6832c42dcfd86e2a1fd821deaf3069c
2
SHA256 (mailfilter-0.8.9.tar.gz) = 1b14abd73a1026daa9a0246cf16dd3e11c2c03249bb6fa1da2d672e6c4c903be
3
SIZE (mailfilter-0.8.6.tar.gz) = 471479
3
SIZE (mailfilter-0.8.9.tar.gz) = 573811
(-)a/mail/filtermail/files/patch-src__Makefile.in (-12 lines)
Removed Link Here
1
--- src/Makefile.in.orig	2016-10-25 18:20:29 UTC
2
+++ src/Makefile.in
3
@@ -424,8 +424,6 @@ distclean-compile:
4
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apop.Po@am__quote@
5
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/feedback.Po@am__quote@
6
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Po@am__quote@
7
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
8
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
9
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@
10
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap.Po@am__quote@
11
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filtermail.Po@am__quote@
12
- 

Return to bug 277303