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

(-)mailagent/Makefile (-3 / +4 lines)
Lines 2-11 Link Here
2
# $FreeBSD: head/mail/mailagent/Makefile 552948 2020-10-22 08:32:06Z bapt $
2
# $FreeBSD: head/mail/mailagent/Makefile 552948 2020-10-22 08:32:06Z bapt $
3
3
4
PORTNAME=		mailagent
4
PORTNAME=		mailagent
5
PORTVERSION=		3.1.78
5
PORTVERSION=		3.1.106
6
PORTREVISION=		3
7
CATEGORIES=		mail
6
CATEGORIES=		mail
8
MASTER_SITES=		http://eron.info/
9
7
10
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Sophisticated automatic mail-processing tool
9
COMMENT=	Sophisticated automatic mail-processing tool
Lines 14-19 Link Here
14
LICENSE_FILES=	${WRKSRC}/Artistic
12
LICENSE_FILES=	${WRKSRC}/Artistic
15
13
16
USES=		perl5 tar:bzip2
14
USES=		perl5 tar:bzip2
15
USE_GITHUB=	yes
16
GH_PROJECT=	rmanfredi
17
GH_TUPLE=	rmanfredi:mailagent:9a14a15
17
18
18
ORGFILE=	${PREFIX}/etc/mailagent.orgname
19
ORGFILE=	${PREFIX}/etc/mailagent.orgname
19
20
(-)mailagent/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (mailagent-3.1.78.tar.bz2) = 1b1963a2849b344ccec538de7528fce04f434c921fe16211f9821f0c63ba28e5
1
TIMESTAMP = 1607862704
2
SIZE (mailagent-3.1.78.tar.bz2) = 452186
2
SHA256 (rmanfredi-mailagent-3.1.106-9a14a15_GH0.tar.gz) = 563c6220b09dd93f215be76f282cb6be23474c6e32e5bcf97aac4661fcf646ff
3
SIZE (rmanfredi-mailagent-3.1.106-9a14a15_GH0.tar.gz) = 574872
(-)mailagent/files/patch-revision.h (+10 lines)
Line 0 Link Here
1
--- revision.h.orig	2020-12-13 12:54:45 UTC
2
+++ revision.h
3
@@ -0,0 +1,7 @@
4
+/*
5
+ * THIS FILE IS AUTOMATICALLY GENERATED -- DO NOT EDIT
6
+ *
7
+ * Generated by bin/svn-revision.
8
+ */
9
+
10
+#define REVISION      106

Return to bug 251805