svn commit: r416320 - head/mail/milter-greylist-devel

Bartek Rutkowski robak at FreeBSD.org
Fri Jun 3 15:33:38 UTC 2016


Author: robak
Date: Fri Jun  3 15:33:37 2016
New Revision: 416320
URL: https://svnweb.freebsd.org/changeset/ports/416320

Log:
  mail/milter-greylist-devel: update 4.6a1 -> 4.6
  
  - Fix runtime dependencies
  
  PR:		209979
  Submitted by:	Daniel Austin <freebsd-ports at dan.me.uk> (maintainer)
  MFH:		2016Q2

Modified:
  head/mail/milter-greylist-devel/Makefile
  head/mail/milter-greylist-devel/distinfo

Modified: head/mail/milter-greylist-devel/Makefile
==============================================================================
--- head/mail/milter-greylist-devel/Makefile	Fri Jun  3 15:10:09 2016	(r416319)
+++ head/mail/milter-greylist-devel/Makefile	Fri Jun  3 15:33:37 2016	(r416320)
@@ -2,16 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	milter-greylist
-PORTVERSION=	4.6.a1
-PORTREVISION=	2
+PORTVERSION=	4.6
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.espci.fr/pub/milter-greylist/ \
 		http://fossies.org/unix/privat/ \
 		ftp://ftpmirror.uk/freebsd-ports/milter-greylist/
 PKGNAMESUFFIX=	-devel
-DISTNAME=	${PORTNAME}-4.6a1
 
-MAINTAINER= 	freebsd-ports at dan.me.uk
+MAINTAINER=	freebsd-ports at dan.me.uk
 COMMENT=	Unstable (dev) greylist milter for sendmail and postfix
 
 LICENSE=	BSD3CLAUSE
@@ -31,11 +29,11 @@ CURL_DESC=	curl support
 P0F_DESC=	P0F support
 POSTFIX_DESC=	Use Postfix instead of Sendmail
 
-DKIM_BUILD_DEPENDS+=	opendkim>=0:mail/opendkim
+DKIM_LIB_DEPENDS+=	libopendkim.so:mail/opendkim
 P0F_RUN_DEPENDS+=	p0f:net-mgmt/p0f
-SPF_BUILD_DEPENDS=	libspf2>=1.2.5:mail/libspf2
-CURL_BUILD_DEPENDS+=	curl>=7.18:ftp/curl
-GEOIP_BUILD_DEPENDS=	GeoIP>=1.4.4:net/GeoIP
+SPF_LIB_DEPENDS+=	libspf2.so:mail/libspf2
+CURL_LIB_DEPENDS+=	libcurl.so:ftp/curl
+GEOIP_LIB_DEPENDS+=	libGeoIP.so:net/GeoIP
 
 POSTFIX_CONFIGURE_ENABLE=	postfix
 P0F_CONFIGURE_ENABLE=		p0f306

Modified: head/mail/milter-greylist-devel/distinfo
==============================================================================
--- head/mail/milter-greylist-devel/distinfo	Fri Jun  3 15:10:09 2016	(r416319)
+++ head/mail/milter-greylist-devel/distinfo	Fri Jun  3 15:33:37 2016	(r416320)
@@ -1,2 +1,2 @@
-SHA256 (milter-greylist-4.6a1.tgz) = d6028b1c4c8e2d52776d8471edfc74e6692d7ef12a537f518d52caa9f7c4030c
-SIZE (milter-greylist-4.6a1.tgz) = 254153
+SHA256 (milter-greylist-4.6.tgz) = 82a9ac345548bc4f3733332f29aca2d5c6b28f978d4655aa3aaa97f8c76d8f78
+SIZE (milter-greylist-4.6.tgz) = 254262


More information about the svn-ports-head mailing list