- Update to 2.5.2 [1]
- Don't try to install if WITH_RAR is selected and IA32 compatibility is not available [2] PR: ports/114084 [1], ports/113941 [2] Submitted by: garga [1], Michael Scheidell <scheidell@secnap.net> [2]
This commit is contained in:
parent
30adfd5286
commit
f7348895e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194448
3 changed files with 9 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
||||||
# Based on amavisd ports makefile.
|
# Based on amavisd ports makefile.
|
||||||
|
|
||||||
PORTNAME= amavisd-new
|
PORTNAME= amavisd-new
|
||||||
PORTVERSION= 2.5.1
|
PORTVERSION= 2.5.2
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= http://www.ijs.si/software/amavisd/ \
|
MASTER_SITES= http://www.ijs.si/software/amavisd/ \
|
||||||
|
@ -144,7 +144,12 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/altermime:${PORTSDIR}/mail/altermime
|
||||||
RUN_DEPENDS+= file>=4.21:${PORTSDIR}/sysutils/file
|
RUN_DEPENDS+= file>=4.21:${PORTSDIR}/sysutils/file
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
# archviers/rar is a 32-bit binary port, we don't want the install to fail
|
||||||
|
# at that port, therefore we will block instantly here if the platform does
|
||||||
|
# not suit rar.
|
||||||
|
|
||||||
.if defined(WITH_RAR)
|
.if defined(WITH_RAR)
|
||||||
|
IA32_BINARY_PORT= yes
|
||||||
RUN_DEPENDS+= ${LOCALBASE}/bin/rar:${PORTSDIR}/archivers/rar
|
RUN_DEPENDS+= ${LOCALBASE}/bin/rar:${PORTSDIR}/archivers/rar
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (amavisd-new-2.5.1.tar.gz) = c0bed5db53dfce6e70047597989523e2
|
MD5 (amavisd-new-2.5.2.tar.gz) = 52d227d442fac64916488b83d79806d7
|
||||||
SHA256 (amavisd-new-2.5.1.tar.gz) = 2ac5a933d62072b3ed9986252003fd3942179618c7ba76d3390570547fc981de
|
SHA256 (amavisd-new-2.5.2.tar.gz) = 5f590850c505017c2633f47ced483aae23ec857e2a782f763eb16f9f9f3fceef
|
||||||
SIZE (amavisd-new-2.5.1.tar.gz) = 786898
|
SIZE (amavisd-new-2.5.2.tar.gz) = 788546
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README.performance
|
%%PORTDOCS%%%%DOCSDIR%%/README.performance
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README.policy-on-notifications
|
%%PORTDOCS%%%%DOCSDIR%%/README.policy-on-notifications
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README.postfix
|
%%PORTDOCS%%%%DOCSDIR%%/README.postfix
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README.postfix.old
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README.postfix.html
|
%%PORTDOCS%%%%DOCSDIR%%/README.postfix.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README.protocol
|
%%PORTDOCS%%%%DOCSDIR%%/README.protocol
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README.sendmail
|
%%PORTDOCS%%%%DOCSDIR%%/README.sendmail
|
||||||
|
|
Loading…
Reference in a new issue