Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jun 2016 12:04:30 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r416453 - branches/2016Q2/mail/milter-greylist-devel
Message-ID:  <201606061204.u56C4Uc7013846@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Mon Jun  6 12:04:30 2016
New Revision: 416453
URL: https://svnweb.freebsd.org/changeset/ports/416453

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

Modified:
  branches/2016Q2/mail/milter-greylist-devel/Makefile
  branches/2016Q2/mail/milter-greylist-devel/distinfo
Directory Properties:
  branches/2016Q2/   (props changed)

Modified: branches/2016Q2/mail/milter-greylist-devel/Makefile
==============================================================================
--- branches/2016Q2/mail/milter-greylist-devel/Makefile	Mon Jun  6 12:02:59 2016	(r416452)
+++ branches/2016Q2/mail/milter-greylist-devel/Makefile	Mon Jun  6 12:04:30 2016	(r416453)
@@ -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@dan.me.uk
+MAINTAINER=	freebsd-ports@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: branches/2016Q2/mail/milter-greylist-devel/distinfo
==============================================================================
--- branches/2016Q2/mail/milter-greylist-devel/distinfo	Mon Jun  6 12:02:59 2016	(r416452)
+++ branches/2016Q2/mail/milter-greylist-devel/distinfo	Mon Jun  6 12:04:30 2016	(r416453)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606061204.u56C4Uc7013846>