View | Details | Raw Unified | Return to bug 209979
Collapse All | Expand All

(-)mail/milter-greylist-devel/Makefile (-7 / +5 lines)
Lines 2-15 Link Here
2
# $FreeBSD: head/mail/milter-greylist-devel/Makefile 415742 2016-05-23 20:35:01Z amdmi3 $
2
# $FreeBSD: head/mail/milter-greylist-devel/Makefile 415742 2016-05-23 20:35:01Z amdmi3 $
3
3
4
PORTNAME=	milter-greylist
4
PORTNAME=	milter-greylist
5
PORTVERSION=	4.6.a1
5
PORTVERSION=	4.6
6
PORTREVISION=	2
7
CATEGORIES=	mail
6
CATEGORIES=	mail
8
MASTER_SITES=	ftp://ftp.espci.fr/pub/milter-greylist/ \
7
MASTER_SITES=	ftp://ftp.espci.fr/pub/milter-greylist/ \
9
		http://fossies.org/unix/privat/ \
8
		http://fossies.org/unix/privat/ \
10
		ftp://ftpmirror.uk/freebsd-ports/milter-greylist/
9
		ftp://ftpmirror.uk/freebsd-ports/milter-greylist/
11
PKGNAMESUFFIX=	-devel
10
PKGNAMESUFFIX=	-devel
12
DISTNAME=	${PORTNAME}-4.6a1
13
11
14
MAINTAINER= 	freebsd-ports@dan.me.uk
12
MAINTAINER= 	freebsd-ports@dan.me.uk
15
COMMENT=	Unstable (dev) greylist milter for sendmail and postfix
13
COMMENT=	Unstable (dev) greylist milter for sendmail and postfix
Lines 31-41 Link Here
31
P0F_DESC=	P0F support
29
P0F_DESC=	P0F support
32
POSTFIX_DESC=	Use Postfix instead of Sendmail
30
POSTFIX_DESC=	Use Postfix instead of Sendmail
33
31
34
DKIM_BUILD_DEPENDS+=	opendkim>=0:mail/opendkim
32
DKIM_LIB_DEPENDS+=	libopendkim.so:mail/opendkim
35
P0F_RUN_DEPENDS+=	p0f:net-mgmt/p0f
33
P0F_RUN_DEPENDS+=	p0f:net-mgmt/p0f
36
SPF_BUILD_DEPENDS=	libspf2>=1.2.5:mail/libspf2
34
SPF_LIB_DEPENDS+=	libspf2.so:mail/libspf2
37
CURL_BUILD_DEPENDS+=	curl>=7.18:ftp/curl
35
CURL_LIB_DEPENDS+=	libcurl.so:ftp/curl
38
GEOIP_BUILD_DEPENDS=	GeoIP>=1.4.4:net/GeoIP
36
GEOIP_LIB_DEPENDS+=	libGeoIP.so:net/GeoIP
39
37
40
POSTFIX_CONFIGURE_ENABLE=	postfix
38
POSTFIX_CONFIGURE_ENABLE=	postfix
41
P0F_CONFIGURE_ENABLE=		p0f306
39
P0F_CONFIGURE_ENABLE=		p0f306
(-)mail/milter-greylist-devel/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (milter-greylist-4.6a1.tgz) = d6028b1c4c8e2d52776d8471edfc74e6692d7ef12a537f518d52caa9f7c4030c
1
SHA256 (milter-greylist-4.6.tgz) = 82a9ac345548bc4f3733332f29aca2d5c6b28f978d4655aa3aaa97f8c76d8f78
2
SIZE (milter-greylist-4.6a1.tgz) = 254153
2
SIZE (milter-greylist-4.6.tgz) = 254262

Return to bug 209979