mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 2.2
PR: 120037 Submitted by: Mij <mij@bitchx.it> (maintainer)
This commit is contained in:
parent
e2159008ed
commit
c85f1d31d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206578
@ -5,28 +5,28 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= greylite
|
||||
DISTVERSION= 2.0
|
||||
CATEGORIES= mail
|
||||
PORTNAME= greylite
|
||||
DISTVERSION= 2.2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://mij.oltrelinux.com/net/greylite/releases/
|
||||
|
||||
MAINTAINER= mij@bitchx.it
|
||||
COMMENT= Modified greylisting for qmail and for any other MDA
|
||||
MAINTAINER= mij@bitchx.it
|
||||
COMMENT= Modified greylisting for qmail and for any other MDA
|
||||
|
||||
RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_SQLITE= 3
|
||||
USE_BZIP2= yes
|
||||
USE_SQLITE= 3
|
||||
PLIST_FILES= bin/greylite \
|
||||
%%DNSBLENV%%bin/dnsblenv \
|
||||
%%UCSPI2SOCKET%%bin/ucspi2socket
|
||||
%%DNSBLENV%%bin/dnsblenv \
|
||||
%%UCSPI2SOCKET%%bin/ucspi2socket
|
||||
|
||||
MAN8= greylite.8
|
||||
MAN8= greylite.8
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
OPTIONS= GEOIP "Support for GeoIP in suspicion rules" On \
|
||||
DNSBLENV "Module for interfacing with DNS blacklists" On \
|
||||
UCSPI2SOCKET "Module for using greylite as SMTP proxy" On
|
||||
DNSBLENV "Module for interfacing with DNS blacklists" On \
|
||||
UCSPI2SOCKET "Module for using greylite as SMTP proxy" On
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -37,17 +37,17 @@ MAKE_ARGS+= WITH_GEOIP=yep
|
||||
|
||||
.if !defined(WITHOUT_DNSBLENV)
|
||||
LIB_DEPENDS+= cares:${PORTSDIR}/dns/c-ares
|
||||
MAKE_ARGS+= WITH_DNSBLENV=yep WITH_CARES14=yep
|
||||
PLIST_SUB+= DNSBLENV=""
|
||||
MAKE_ARGS+= WITH_DNSBLENV=yep WITH_CARES14=yep
|
||||
PLIST_SUB+= DNSBLENV=""
|
||||
.else
|
||||
PLIST_SUB+= DNSBLENV="@comment "
|
||||
PLIST_SUB+= DNSBLENV="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_UCSPI2SOCKET)
|
||||
MAKE_ARGS+= WITH_UCSPI2SOCKET=yep
|
||||
PLIST_SUB+= UCSPI2SOCKET=""
|
||||
MAKE_ARGS+= WITH_UCSPI2SOCKET=yep
|
||||
PLIST_SUB+= UCSPI2SOCKET=""
|
||||
.else
|
||||
PLIST_SUB+= UCSPI2SOCKET="@comment "
|
||||
PLIST_SUB+= UCSPI2SOCKET="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (greylite-2.0.tar.bz2) = 4de0975465025b5808f0cf6c21d324af
|
||||
SHA256 (greylite-2.0.tar.bz2) = 7f6900746931cc9bb76cd25e579fe4213266a89282f4bfe954683fd2ab0ecee5
|
||||
SIZE (greylite-2.0.tar.bz2) = 19082
|
||||
MD5 (greylite-2.2.tar.bz2) = d3b1dcac34bc74bb57a41244a87bb25a
|
||||
SHA256 (greylite-2.2.tar.bz2) = a2ef0c96c7c615045b10e25dcffa68cb3f5662cb0a5611fdac734966834feee6
|
||||
SIZE (greylite-2.2.tar.bz2) = 19676
|
||||
|
Loading…
Reference in New Issue
Block a user