diff options
author | jgh <jgh@FreeBSD.org> | 2013-03-01 01:54:57 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-03-01 01:54:57 +0800 |
commit | e177091b8ccfa14fa7eb6804ffea1d35ea30edcf (patch) | |
tree | 19b750ff2a5dd6d2474eaca9c0ccbfae85ebb4f0 | |
parent | 30137ecb19ee425f921eefb9029e687152e407c0 (diff) | |
download | freebsd-ports-gnome-e177091b8ccfa14fa7eb6804ffea1d35ea30edcf.tar.gz freebsd-ports-gnome-e177091b8ccfa14fa7eb6804ffea1d35ea30edcf.tar.zst freebsd-ports-gnome-e177091b8ccfa14fa7eb6804ffea1d35ea30edcf.zip |
- update to 1.4.20.0
- trim historical header and drop ABI version for pcre
Reported by: portscout@
-rw-r--r-- | mail/smtp-gated/Makefile | 11 | ||||
-rw-r--r-- | mail/smtp-gated/distinfo | 4 |
2 files changed, 5 insertions, 10 deletions
diff --git a/mail/smtp-gated/Makefile b/mail/smtp-gated/Makefile index 1c9d6e1cdb2c..1c81f7c78cf8 100644 --- a/mail/smtp-gated/Makefile +++ b/mail/smtp-gated/Makefile @@ -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-econnreset .endif .if ${PORT_OPTIONS:MPCRE} -LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre .else CONFIGURE_ARGS+= --disable-pcre .endif diff --git a/mail/smtp-gated/distinfo b/mail/smtp-gated/distinfo index 28d362915f9e..b0167aad2cb1 100644 --- a/mail/smtp-gated/distinfo +++ b/mail/smtp-gated/distinfo @@ -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 |