Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2013 17:54:58 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313124 - head/mail/smtp-gated
Message-ID:  <201302281754.r1SHsw9B088766@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Thu Feb 28 17:54:57 2013
New Revision: 313124
URL: http://svnweb.freebsd.org/changeset/ports/313124

Log:
  - update to 1.4.20.0
  - trim historical header and drop ABI version for pcre
  
  Reported by: portscout@

Modified:
  head/mail/smtp-gated/Makefile
  head/mail/smtp-gated/distinfo

Modified: head/mail/smtp-gated/Makefile
==============================================================================
--- head/mail/smtp-gated/Makefile	Thu Feb 28 17:52:16 2013	(r313123)
+++ head/mail/smtp-gated/Makefile	Thu Feb 28 17:54:57 2013	(r313124)
@@ -1,13 +1,8 @@
-# New ports collection makefile for:   smtp-gated
-# Date created:        1 January 2006
-# Whom:                msciciel
-#
+# Created by: msciciel
 # $FreeBSD$
-#
 
 PORTNAME=	smtp-gated
-PORTVERSION=	1.4.18.8
-PORTREVISION=	1
+PORTVERSION=	1.4.20.0
 CATEGORIES=	mail
 MASTER_SITES=	http://software.klolik.org/smtp-gated/files/
 
@@ -49,7 +44,7 @@ CONFIGURE_ARGS+=	--enable-silent-econnre
 .endif
 
 .if ${PORT_OPTIONS:MPCRE}
-LIB_DEPENDS+=	pcre.3:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre
 .else
 CONFIGURE_ARGS+=	--disable-pcre
 .endif

Modified: head/mail/smtp-gated/distinfo
==============================================================================
--- head/mail/smtp-gated/distinfo	Thu Feb 28 17:52:16 2013	(r313123)
+++ head/mail/smtp-gated/distinfo	Thu Feb 28 17:54:57 2013	(r313124)
@@ -1,2 +1,2 @@
-SHA256 (smtp-gated-1.4.18.8.tar.gz) = a1c405617b5b925f42696fb28d4c26484328d62c286c43a308137c139e459bed
-SIZE (smtp-gated-1.4.18.8.tar.gz) = 311763
+SHA256 (smtp-gated-1.4.20.0.tar.gz) = 1d593ecbbfaed5c7391755bb8d36744b9bf0328f0f1a5540156d234d6d84f89b
+SIZE (smtp-gated-1.4.20.0.tar.gz) = 316078



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