svn commit: r509623 - in head/security/amavisd-new: . files

Florian Smeets flo at FreeBSD.org
Thu Aug 22 20:00:07 UTC 2019


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 <herbert at gojira.at>

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 at 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


More information about the svn-ports-all mailing list