Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Mar 2020 18:47:26 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528119 - head/security/amavisd-milter
Message-ID:  <202003091847.029IlQ1C000944@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Mon Mar  9 18:47:26 2020
New Revision: 528119
URL: https://svnweb.freebsd.org/changeset/ports/528119

Log:
  security/amavisd-milter: Update to 1.7.0
  
  PR:		244686
  Submitted by:	Petr Rehor <rx@rx.cz>  (maintainer)

Modified:
  head/security/amavisd-milter/Makefile
  head/security/amavisd-milter/distinfo
  head/security/amavisd-milter/pkg-message

Modified: head/security/amavisd-milter/Makefile
==============================================================================
--- head/security/amavisd-milter/Makefile	Mon Mar  9 18:39:26 2020	(r528118)
+++ head/security/amavisd-milter/Makefile	Mon Mar  9 18:47:26 2020	(r528119)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	amavisd-milter
-PORTVERSION=	1.6.0
-PORTREVISION=	5
+PORTVERSION=	1.7.0
 CATEGORIES=	security mail
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
+MASTER_SITES=   https://github.com/prehor/${PORTNAME}/releases/download/${PORTVERSION}/
 
 MAINTAINER=	rx@rx.cz
 COMMENT=	Milter for amavisd-new
@@ -40,7 +39,7 @@ SUB_LIST=	AMAVISUSER=${AMAVISUSER} \
 		RUNDIR=${RUNDIR}
 PLIST_SUB=	${SUB_LIST}
 
-PORTDOCS=	AUTHORS CHANGES INSTALL LICENSE README TODO
+PORTDOCS=	CHANGES INSTALL LICENSE
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/security/amavisd-milter/distinfo
==============================================================================
--- head/security/amavisd-milter/distinfo	Mon Mar  9 18:39:26 2020	(r528118)
+++ head/security/amavisd-milter/distinfo	Mon Mar  9 18:47:26 2020	(r528119)
@@ -1,2 +1,3 @@
-SHA256 (amavisd-milter-1.6.0.tar.gz) = c195750d42df41f4642a26b020fec1ba5752a997bcb366c70cd384bc560a98cd
-SIZE (amavisd-milter-1.6.0.tar.gz) = 187994
+TIMESTAMP = 1583702709
+SHA256 (amavisd-milter-1.7.0.tar.gz) = db096daf18302fc27c8aa9a5b44d4e454dc202dd913a54fbb1e0c7769e377008
+SIZE (amavisd-milter-1.7.0.tar.gz) = 192688

Modified: head/security/amavisd-milter/pkg-message
==============================================================================
--- head/security/amavisd-milter/pkg-message	Mon Mar  9 18:39:26 2020	(r528118)
+++ head/security/amavisd-milter/pkg-message	Mon Mar  9 18:47:26 2020	(r528119)
@@ -1,9 +1,10 @@
 [
 { type: install
   message: <<EOM
- your browser to http://amavisd-milter.sourceforge.net
+To configure amavisd-milter, sendmail and amavisd-new point
+your browser to http://github.com/prehor/amavisd-milter
 
- Enable amavisd-milter in /etc/rc.conf with the following line:
+Enable amavisd-milter in /etc/rc.conf with the following line:
 
 	amavisd_milter_enable="YES"
 EOM



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003091847.029IlQ1C000944>