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

(-)opensmtpd-extras/Makefile (-2 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	opensmtpd-extras
4
PORTNAME=	opensmtpd-extras
5
PORTVERSION=	201605232202
5
PORTVERSION=	201606062304
6
PORTREVISION?=	2
6
PORTREVISION?=	0
7
CATEGORIES+=	mail
7
CATEGORIES+=	mail
8
MASTER_SITES=	http://www.opensmtpd.org/archives/
8
MASTER_SITES=	http://www.opensmtpd.org/archives/
9
9
(-)opensmtpd-extras/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1464172885
1
TIMESTAMP = 1465276795
2
SHA256 (opensmtpd-extras-201605232202.tar.gz) = dd61a16f4d4e553ef68b9ea9673f2b543b23b78f37a0975f62007204797ff7c6
2
SHA256 (opensmtpd-extras-201606062304.tar.gz) = d04e00200adfd850d5f2ed98108f71cb789dc904b212e16bb0a775f8fa06fa2d
3
SIZE (opensmtpd-extras-201605232202.tar.gz) = 631099
3
SIZE (opensmtpd-extras-201606062304.tar.gz) = 631098
(-)opensmtpd-extras-filter-clamav/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PKGNAMESUFFIX=		-filter-clamav
4
PKGNAMESUFFIX=		-filter-clamav
5
PORTREVISION=		1
5
PORTREVISION=		0
6
6
7
COMMENT=		Check messages with ClamAV in OpenSMTPD
7
COMMENT=		Check messages with ClamAV in OpenSMTPD
8
MAINTAINER=		adamw@FreeBSD.org
8
MAINTAINER=		adamw@FreeBSD.org
(-)opensmtpd-extras-filter-dkim/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PKGNAMESUFFIX=		-filter-dkim
4
PKGNAMESUFFIX=		-filter-dkim
5
PORTREVISION=		1
5
PORTREVISION=		0
6
6
7
COMMENT=		DKIM-signing filter for OpenSMTPD
7
COMMENT=		DKIM-signing filter for OpenSMTPD
8
MAINTAINER=		adamw@FreeBSD.org
8
MAINTAINER=		adamw@FreeBSD.org
(-)opensmtpd-extras-filter-dnsbl/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PKGNAMESUFFIX=		-filter-dnsbl
4
PKGNAMESUFFIX=		-filter-dnsbl
5
PORTREVISION=		1
5
PORTREVISION=		0
6
6
7
COMMENT=		DNSBL-checking filter for OpenSMTPD
7
COMMENT=		DNSBL-checking filter for OpenSMTPD
8
MAINTAINER=		adamw@FreeBSD.org
8
MAINTAINER=		adamw@FreeBSD.org
(-)opensmtpd-extras-filter-pause/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PKGNAMESUFFIX=		-filter-pause
4
PKGNAMESUFFIX=		-filter-pause
5
PORTREVISION=		1
5
PORTREVISION=		0
6
6
7
COMMENT=		Pause incoming OpenSMTPD messages to reduce spam
7
COMMENT=		Pause incoming OpenSMTPD messages to reduce spam
8
MAINTAINER=		adamw@FreeBSD.org
8
MAINTAINER=		adamw@FreeBSD.org
(-)opensmtpd-extras-filter-regex/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PKGNAMESUFFIX=		-filter-regex
4
PKGNAMESUFFIX=		-filter-regex
5
PORTREVISION=		1
5
PORTREVISION=		0
6
6
7
COMMENT=		Regular expression filter for OpenSMTPD
7
COMMENT=		Regular expression filter for OpenSMTPD
8
MAINTAINER=		adamw@FreeBSD.org
8
MAINTAINER=		adamw@FreeBSD.org
(-)opensmtpd-extras-filter-spamassassin/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PKGNAMESUFFIX=		-filter-spamassassin
4
PKGNAMESUFFIX=		-filter-spamassassin
5
PORTREVISION=		1
5
PORTREVISION=		0
6
6
7
COMMENT=		Spamassassin filter addon for OpenSMTPD
7
COMMENT=		Spamassassin filter addon for OpenSMTPD
8
MAINTAINER=		adamw@FreeBSD.org
8
MAINTAINER=		adamw@FreeBSD.org
(-)opensmtpd-extras-table-mysql/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PKGNAMESUFFIX=	-table-mysql
4
PKGNAMESUFFIX=	-table-mysql
5
PORTREVISION=	1
5
PORTREVISION=	0
6
6
7
COMMENT=	MySQL table support for OpenSMTPD
7
COMMENT=	MySQL table support for OpenSMTPD
8
8
(-)opensmtpd-extras-table-passwd/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PKGNAMESUFFIX=	-table-passwd
4
PKGNAMESUFFIX=	-table-passwd
5
PORTREVISION=	1
5
PORTREVISION=	0
6
6
7
COMMENT=	passwd(5) table support for OpenSMTPD
7
COMMENT=	passwd(5) table support for OpenSMTPD
8
8
(-)opensmtpd-extras-table-postgresql/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PKGNAMESUFFIX=	-table-postgresql
4
PKGNAMESUFFIX=	-table-postgresql
5
PORTREVISION=	1
5
PORTREVISION=	0
6
6
7
COMMENT=	PostgreSQL table support for OpenSMTPD
7
COMMENT=	PostgreSQL table support for OpenSMTPD
8
8
(-)opensmtpd-extras-table-python/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PKGNAMESUFFIX=	-table-python
4
PKGNAMESUFFIX=	-table-python
5
PORTREVISION=	1
5
PORTREVISION=	0
6
6
7
COMMENT=	Python table support for OpenSMTPD
7
COMMENT=	Python table support for OpenSMTPD
8
8
(-)opensmtpd-extras-table-redis/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PKGNAMESUFFIX=	-table-redis
4
PKGNAMESUFFIX=	-table-redis
5
PORTREVISION=	1
5
PORTREVISION=	0
6
6
7
COMMENT=	Redis table support for OpenSMTPD
7
COMMENT=	Redis table support for OpenSMTPD
8
8
(-)opensmtpd-extras-table-socketmap/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PKGNAMESUFFIX=	-table-socketmap
4
PKGNAMESUFFIX=	-table-socketmap
5
PORTREVISION=	1
5
PORTREVISION=	0
6
6
7
COMMENT=	Socketmap table support for OpenSMTPD
7
COMMENT=	Socketmap table support for OpenSMTPD
8
8
(-)opensmtpd-extras-table-sqlite/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PKGNAMESUFFIX=	-table-sqlite
4
PKGNAMESUFFIX=	-table-sqlite
5
PORTREVISION=	1
5
PORTREVISION=	0
6
6
7
COMMENT=	SQLite table support for OpenSMTPD
7
COMMENT=	SQLite table support for OpenSMTPD
8
8

Return to bug 210086