From owner-svn-ports-all@freebsd.org Tue Jun 7 09:32:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA1C4B6D573; Tue, 7 Jun 2016 09:32:25 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BBE01528; Tue, 7 Jun 2016 09:32:25 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u579WOb2093361; Tue, 7 Jun 2016 09:32:24 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u579WNRI093346; Tue, 7 Jun 2016 09:32:23 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <201606070932.u579WNRI093346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Tue, 7 Jun 2016 09:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416504 - in head/mail: opensmtpd-extras opensmtpd-extras-filter-clamav opensmtpd-extras-filter-dkim opensmtpd-extras-filter-dnsbl opensmtpd-extras-filter-pause opensmtpd-extras-filter-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2016 09:32:25 -0000 Author: fluffy Date: Tue Jun 7 09:32:23 2016 New Revision: 416504 URL: https://svnweb.freebsd.org/changeset/ports/416504 Log: - Update to 201606062304 development snapshot - Reset PORTREVISION in slave ports to zero PR: 210086 Submitted by: myself Approved by: gahr, miwi (mentor, implicit) Modified: head/mail/opensmtpd-extras-filter-clamav/Makefile head/mail/opensmtpd-extras-filter-dkim/Makefile head/mail/opensmtpd-extras-filter-dnsbl/Makefile head/mail/opensmtpd-extras-filter-pause/Makefile head/mail/opensmtpd-extras-filter-regex/Makefile head/mail/opensmtpd-extras-filter-spamassassin/Makefile head/mail/opensmtpd-extras-table-mysql/Makefile head/mail/opensmtpd-extras-table-passwd/Makefile head/mail/opensmtpd-extras-table-postgresql/Makefile head/mail/opensmtpd-extras-table-python/Makefile head/mail/opensmtpd-extras-table-redis/Makefile head/mail/opensmtpd-extras-table-socketmap/Makefile head/mail/opensmtpd-extras-table-sqlite/Makefile head/mail/opensmtpd-extras/Makefile head/mail/opensmtpd-extras/distinfo Modified: head/mail/opensmtpd-extras-filter-clamav/Makefile ============================================================================== --- head/mail/opensmtpd-extras-filter-clamav/Makefile Tue Jun 7 09:20:07 2016 (r416503) +++ head/mail/opensmtpd-extras-filter-clamav/Makefile Tue Jun 7 09:32:23 2016 (r416504) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-clamav -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Check messages with ClamAV in OpenSMTPD MAINTAINER= adamw@FreeBSD.org Modified: head/mail/opensmtpd-extras-filter-dkim/Makefile ============================================================================== --- head/mail/opensmtpd-extras-filter-dkim/Makefile Tue Jun 7 09:20:07 2016 (r416503) +++ head/mail/opensmtpd-extras-filter-dkim/Makefile Tue Jun 7 09:32:23 2016 (r416504) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-dkim -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= DKIM-signing filter for OpenSMTPD MAINTAINER= adamw@FreeBSD.org Modified: head/mail/opensmtpd-extras-filter-dnsbl/Makefile ============================================================================== --- head/mail/opensmtpd-extras-filter-dnsbl/Makefile Tue Jun 7 09:20:07 2016 (r416503) +++ head/mail/opensmtpd-extras-filter-dnsbl/Makefile Tue Jun 7 09:32:23 2016 (r416504) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-dnsbl -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= DNSBL-checking filter for OpenSMTPD MAINTAINER= adamw@FreeBSD.org Modified: head/mail/opensmtpd-extras-filter-pause/Makefile ============================================================================== --- head/mail/opensmtpd-extras-filter-pause/Makefile Tue Jun 7 09:20:07 2016 (r416503) +++ head/mail/opensmtpd-extras-filter-pause/Makefile Tue Jun 7 09:32:23 2016 (r416504) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-pause -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Pause incoming OpenSMTPD messages to reduce spam MAINTAINER= adamw@FreeBSD.org Modified: head/mail/opensmtpd-extras-filter-regex/Makefile ============================================================================== --- head/mail/opensmtpd-extras-filter-regex/Makefile Tue Jun 7 09:20:07 2016 (r416503) +++ head/mail/opensmtpd-extras-filter-regex/Makefile Tue Jun 7 09:32:23 2016 (r416504) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-regex -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Regular expression filter for OpenSMTPD MAINTAINER= adamw@FreeBSD.org Modified: head/mail/opensmtpd-extras-filter-spamassassin/Makefile ============================================================================== --- head/mail/opensmtpd-extras-filter-spamassassin/Makefile Tue Jun 7 09:20:07 2016 (r416503) +++ head/mail/opensmtpd-extras-filter-spamassassin/Makefile Tue Jun 7 09:32:23 2016 (r416504) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-spamassassin -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Spamassassin filter addon for OpenSMTPD MAINTAINER= adamw@FreeBSD.org Modified: head/mail/opensmtpd-extras-table-mysql/Makefile ============================================================================== --- head/mail/opensmtpd-extras-table-mysql/Makefile Tue Jun 7 09:20:07 2016 (r416503) +++ head/mail/opensmtpd-extras-table-mysql/Makefile Tue Jun 7 09:32:23 2016 (r416504) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-mysql -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= MySQL table support for OpenSMTPD Modified: head/mail/opensmtpd-extras-table-passwd/Makefile ============================================================================== --- head/mail/opensmtpd-extras-table-passwd/Makefile Tue Jun 7 09:20:07 2016 (r416503) +++ head/mail/opensmtpd-extras-table-passwd/Makefile Tue Jun 7 09:32:23 2016 (r416504) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-passwd -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= passwd(5) table support for OpenSMTPD Modified: head/mail/opensmtpd-extras-table-postgresql/Makefile ============================================================================== --- head/mail/opensmtpd-extras-table-postgresql/Makefile Tue Jun 7 09:20:07 2016 (r416503) +++ head/mail/opensmtpd-extras-table-postgresql/Makefile Tue Jun 7 09:32:23 2016 (r416504) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-postgresql -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= PostgreSQL table support for OpenSMTPD Modified: head/mail/opensmtpd-extras-table-python/Makefile ============================================================================== --- head/mail/opensmtpd-extras-table-python/Makefile Tue Jun 7 09:20:07 2016 (r416503) +++ head/mail/opensmtpd-extras-table-python/Makefile Tue Jun 7 09:32:23 2016 (r416504) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-python -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Python table support for OpenSMTPD Modified: head/mail/opensmtpd-extras-table-redis/Makefile ============================================================================== --- head/mail/opensmtpd-extras-table-redis/Makefile Tue Jun 7 09:20:07 2016 (r416503) +++ head/mail/opensmtpd-extras-table-redis/Makefile Tue Jun 7 09:32:23 2016 (r416504) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-redis -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Redis table support for OpenSMTPD Modified: head/mail/opensmtpd-extras-table-socketmap/Makefile ============================================================================== --- head/mail/opensmtpd-extras-table-socketmap/Makefile Tue Jun 7 09:20:07 2016 (r416503) +++ head/mail/opensmtpd-extras-table-socketmap/Makefile Tue Jun 7 09:32:23 2016 (r416504) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-socketmap -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Socketmap table support for OpenSMTPD Modified: head/mail/opensmtpd-extras-table-sqlite/Makefile ============================================================================== --- head/mail/opensmtpd-extras-table-sqlite/Makefile Tue Jun 7 09:20:07 2016 (r416503) +++ head/mail/opensmtpd-extras-table-sqlite/Makefile Tue Jun 7 09:32:23 2016 (r416504) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-sqlite -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= SQLite table support for OpenSMTPD Modified: head/mail/opensmtpd-extras/Makefile ============================================================================== --- head/mail/opensmtpd-extras/Makefile Tue Jun 7 09:20:07 2016 (r416503) +++ head/mail/opensmtpd-extras/Makefile Tue Jun 7 09:32:23 2016 (r416504) @@ -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/ Modified: head/mail/opensmtpd-extras/distinfo ============================================================================== --- head/mail/opensmtpd-extras/distinfo Tue Jun 7 09:20:07 2016 (r416503) +++ head/mail/opensmtpd-extras/distinfo Tue Jun 7 09:32:23 2016 (r416504) @@ -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