From owner-svn-ports-all@freebsd.org Thu Aug 22 20:00:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BDC09D158B; Thu, 22 Aug 2019 20:00:07 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46DwP34N6Xz3Mff; Thu, 22 Aug 2019 20:00:07 +0000 (UTC) (envelope-from flo@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7944093B3; Thu, 22 Aug 2019 20:00:07 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7MK07hP077170; Thu, 22 Aug 2019 20:00:07 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7MK06NG077166; Thu, 22 Aug 2019 20:00:06 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201908222000.x7MK06NG077166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Thu, 22 Aug 2019 20:00:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509623 - in head/security/amavisd-new: . files X-SVN-Group: ports-head X-SVN-Commit-Author: flo X-SVN-Commit-Paths: in head/security/amavisd-new: . files X-SVN-Commit-Revision: 509623 X-SVN-Commit-Repository: ports 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.29 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: Thu, 22 Aug 2019 20:00:07 -0000 Author: flo Date: Thu Aug 22 20:00:06 2019 New Revision: 509623 URL: https://svnweb.freebsd.org/changeset/ports/509623 Log: Update to 2.12.0 amavisd-new moved to https://gitlab.com/amavis/amavis/ and was renamed to amavis. I'm keeping the portname for now, but will likely rename it in a second step. Tested by: Herbert J. Skuhra Deleted: head/security/amavisd-new/files/patch-amavisd Modified: head/security/amavisd-new/Makefile head/security/amavisd-new/distinfo head/security/amavisd-new/pkg-plist Modified: head/security/amavisd-new/Makefile ============================================================================== --- head/security/amavisd-new/Makefile Thu Aug 22 19:41:54 2019 (r509622) +++ head/security/amavisd-new/Makefile Thu Aug 22 20:00:06 2019 (r509623) @@ -1,13 +1,11 @@ # $FreeBSD$ PORTNAME= amavisd-new -PORTVERSION= 2.11.1 -PORTREVISION= 1 +PORTVERSION= 2.12.0 PORTEPOCH= 1 CATEGORIES= security -MASTER_SITES= http://www.ijs.si/software/amavisd/ \ - http://mirrors.catpipe.net/amavisd-new/ \ - http://mirror.mainloop.se/amavisd/ +MASTER_SITES= https://gitlab.com/amavis/amavis/-/archive/v${PORTVERSION}/ +DISTNAME= amavis-v${PORTVERSION} MAINTAINER= flo@FreeBSD.org COMMENT= Mail scanner interface between mailer and content checkers @@ -25,6 +23,7 @@ RUN_DEPENDS= p5-Unix-Syslog>=0:sysutils/p5-Unix-Syslog USES= perl5 shebangfix tar:bz2 USE_PERL5= run + SHEBANG_FILES= amavisd-agent amavisd-nanny amavisd-release p0f-analyzer.pl \ amavisd-snmp-subagent amavisd Modified: head/security/amavisd-new/distinfo ============================================================================== --- head/security/amavisd-new/distinfo Thu Aug 22 19:41:54 2019 (r509622) +++ head/security/amavisd-new/distinfo Thu Aug 22 20:00:06 2019 (r509623) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539372344 -SHA256 (amavisd-new-2.11.1.tar.bz2) = 91e5dbe55354abcca14cedb26cbfa221866d2f897b0a7180b6dabea0bb948ad8 -SIZE (amavisd-new-2.11.1.tar.bz2) = 875204 +TIMESTAMP = 1566144032 +SHA256 (amavis-v2.12.0.tar.bz2) = 0ea5d3ace8388c0b92d867f096f4b4015cc8f6cc34c5c15b7be0b1ecd65b5292 +SIZE (amavis-v2.12.0.tar.bz2) = 873702 Modified: head/security/amavisd-new/pkg-plist ============================================================================== --- head/security/amavisd-new/pkg-plist Thu Aug 22 19:41:54 2019 (r509622) +++ head/security/amavisd-new/pkg-plist Thu Aug 22 20:00:06 2019 (r509623) @@ -23,6 +23,7 @@ %%PORTDOCS%%%%DOCSDIR%%/README.postfix %%PORTDOCS%%%%DOCSDIR%%/README.postfix.html %%PORTDOCS%%%%DOCSDIR%%/README.protocol +%%PORTDOCS%%%%DOCSDIR%%/README.rspamd %%PORTDOCS%%%%DOCSDIR%%/README.sendmail %%PORTDOCS%%%%DOCSDIR%%/README.sendmail-dual %%PORTDOCS%%%%DOCSDIR%%/README.sendmail-dual.old