diff options
author | fluffy <fluffy@FreeBSD.org> | 2016-06-07 17:32:23 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2016-06-07 17:32:23 +0800 |
commit | 5eff6b79cfee600d7e7df0242d96766810f30851 (patch) | |
tree | 346f02eac8be19c8e36edfdfba4991fb8cdcf0ec /mail | |
parent | 0d5e0a4f7d0c6b0ed886d54fd35b2cba17809514 (diff) | |
download | freebsd-ports-gnome-5eff6b79cfee600d7e7df0242d96766810f30851.tar.gz freebsd-ports-gnome-5eff6b79cfee600d7e7df0242d96766810f30851.tar.zst freebsd-ports-gnome-5eff6b79cfee600d7e7df0242d96766810f30851.zip |
- Update to 201606062304 development snapshot
- Reset PORTREVISION in slave ports to zero
PR: 210086
Submitted by: myself
Approved by: gahr, miwi (mentor, implicit)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opensmtpd-extras-filter-clamav/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd-extras-filter-dkim/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd-extras-filter-dnsbl/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd-extras-filter-pause/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd-extras-filter-regex/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd-extras-filter-spamassassin/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd-extras-table-mysql/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd-extras-table-passwd/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd-extras-table-postgresql/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd-extras-table-python/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd-extras-table-redis/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd-extras-table-socketmap/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd-extras-table-sqlite/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd-extras/Makefile | 4 | ||||
-rw-r--r-- | mail/opensmtpd-extras/distinfo | 6 |
15 files changed, 18 insertions, 18 deletions
diff --git a/mail/opensmtpd-extras-filter-clamav/Makefile b/mail/opensmtpd-extras-filter-clamav/Makefile index aacb47cde917..fd3325c877b8 100644 --- a/mail/opensmtpd-extras-filter-clamav/Makefile +++ b/mail/opensmtpd-extras-filter-clamav/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-clamav -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Check messages with ClamAV in OpenSMTPD MAINTAINER= adamw@FreeBSD.org diff --git a/mail/opensmtpd-extras-filter-dkim/Makefile b/mail/opensmtpd-extras-filter-dkim/Makefile index 55c9f34ddaff..65d995f75182 100644 --- a/mail/opensmtpd-extras-filter-dkim/Makefile +++ b/mail/opensmtpd-extras-filter-dkim/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-dkim -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= DKIM-signing filter for OpenSMTPD MAINTAINER= adamw@FreeBSD.org diff --git a/mail/opensmtpd-extras-filter-dnsbl/Makefile b/mail/opensmtpd-extras-filter-dnsbl/Makefile index ae0a7c11d6bb..0cff1cd4b22c 100644 --- a/mail/opensmtpd-extras-filter-dnsbl/Makefile +++ b/mail/opensmtpd-extras-filter-dnsbl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-dnsbl -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= DNSBL-checking filter for OpenSMTPD MAINTAINER= adamw@FreeBSD.org diff --git a/mail/opensmtpd-extras-filter-pause/Makefile b/mail/opensmtpd-extras-filter-pause/Makefile index 66d261080637..f933ee38a8a4 100644 --- a/mail/opensmtpd-extras-filter-pause/Makefile +++ b/mail/opensmtpd-extras-filter-pause/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-pause -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Pause incoming OpenSMTPD messages to reduce spam MAINTAINER= adamw@FreeBSD.org diff --git a/mail/opensmtpd-extras-filter-regex/Makefile b/mail/opensmtpd-extras-filter-regex/Makefile index cccb74e792ca..5d365f1dbd22 100644 --- a/mail/opensmtpd-extras-filter-regex/Makefile +++ b/mail/opensmtpd-extras-filter-regex/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-regex -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Regular expression filter for OpenSMTPD MAINTAINER= adamw@FreeBSD.org diff --git a/mail/opensmtpd-extras-filter-spamassassin/Makefile b/mail/opensmtpd-extras-filter-spamassassin/Makefile index 501f3f81e655..33d828d3430e 100644 --- a/mail/opensmtpd-extras-filter-spamassassin/Makefile +++ b/mail/opensmtpd-extras-filter-spamassassin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-spamassassin -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Spamassassin filter addon for OpenSMTPD MAINTAINER= adamw@FreeBSD.org diff --git a/mail/opensmtpd-extras-table-mysql/Makefile b/mail/opensmtpd-extras-table-mysql/Makefile index 216729277cdb..dcbb4f0487aa 100644 --- a/mail/opensmtpd-extras-table-mysql/Makefile +++ b/mail/opensmtpd-extras-table-mysql/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-mysql -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= MySQL table support for OpenSMTPD diff --git a/mail/opensmtpd-extras-table-passwd/Makefile b/mail/opensmtpd-extras-table-passwd/Makefile index b22335e3978b..1aa7e03cee81 100644 --- a/mail/opensmtpd-extras-table-passwd/Makefile +++ b/mail/opensmtpd-extras-table-passwd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-passwd -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= passwd(5) table support for OpenSMTPD diff --git a/mail/opensmtpd-extras-table-postgresql/Makefile b/mail/opensmtpd-extras-table-postgresql/Makefile index 65759e254634..dea39cbcf505 100644 --- a/mail/opensmtpd-extras-table-postgresql/Makefile +++ b/mail/opensmtpd-extras-table-postgresql/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-postgresql -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= PostgreSQL table support for OpenSMTPD diff --git a/mail/opensmtpd-extras-table-python/Makefile b/mail/opensmtpd-extras-table-python/Makefile index e71dcc0850c0..365726802174 100644 --- a/mail/opensmtpd-extras-table-python/Makefile +++ b/mail/opensmtpd-extras-table-python/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-python -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Python table support for OpenSMTPD diff --git a/mail/opensmtpd-extras-table-redis/Makefile b/mail/opensmtpd-extras-table-redis/Makefile index a9a9993cff41..5e0ee794b7e5 100644 --- a/mail/opensmtpd-extras-table-redis/Makefile +++ b/mail/opensmtpd-extras-table-redis/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-redis -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Redis table support for OpenSMTPD diff --git a/mail/opensmtpd-extras-table-socketmap/Makefile b/mail/opensmtpd-extras-table-socketmap/Makefile index 906d9cca3728..6a9174d1ab4c 100644 --- a/mail/opensmtpd-extras-table-socketmap/Makefile +++ b/mail/opensmtpd-extras-table-socketmap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-socketmap -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Socketmap table support for OpenSMTPD diff --git a/mail/opensmtpd-extras-table-sqlite/Makefile b/mail/opensmtpd-extras-table-sqlite/Makefile index 698f5d3e60c9..81ef6e1bc929 100644 --- a/mail/opensmtpd-extras-table-sqlite/Makefile +++ b/mail/opensmtpd-extras-table-sqlite/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-sqlite -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= SQLite table support for OpenSMTPD diff --git a/mail/opensmtpd-extras/Makefile b/mail/opensmtpd-extras/Makefile index b7770a6ba610..777dcbe78107 100644 --- a/mail/opensmtpd-extras/Makefile +++ b/mail/opensmtpd-extras/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= opensmtpd-extras -PORTVERSION= 201605232202 -PORTREVISION?= 2 +PORTVERSION= 201606062304 +PORTREVISION?= 0 CATEGORIES+= mail MASTER_SITES= http://www.opensmtpd.org/archives/ diff --git a/mail/opensmtpd-extras/distinfo b/mail/opensmtpd-extras/distinfo index a57d188c97af..b7e9447779c8 100644 --- a/mail/opensmtpd-extras/distinfo +++ b/mail/opensmtpd-extras/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1464172885 -SHA256 (opensmtpd-extras-201605232202.tar.gz) = dd61a16f4d4e553ef68b9ea9673f2b543b23b78f37a0975f62007204797ff7c6 -SIZE (opensmtpd-extras-201605232202.tar.gz) = 631099 +TIMESTAMP = 1465276795 +SHA256 (opensmtpd-extras-201606062304.tar.gz) = d04e00200adfd850d5f2ed98108f71cb789dc904b212e16bb0a775f8fa06fa2d +SIZE (opensmtpd-extras-201606062304.tar.gz) = 631098 |