Date: Mon, 12 Feb 2018 20:20:36 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461650 - head/mail/postfix211 Message-ID: <201802122020.w1CKKakF054379@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Mon Feb 12 20:20:36 2018 New Revision: 461650 URL: https://svnweb.freebsd.org/changeset/ports/461650 Log: - set EXPIRATION_DATE to 2018-06-22 - bump PORTREVISION so users running this old release will be notified Modified: head/mail/postfix211/Makefile Modified: head/mail/postfix211/Makefile ============================================================================== --- head/mail/postfix211/Makefile Mon Feb 12 20:14:02 2018 (r461649) +++ head/mail/postfix211/Makefile Mon Feb 12 20:20:36 2018 (r461650) @@ -3,6 +3,7 @@ PORTNAME= postfix PORTVERSION= 2.11.11 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ @@ -22,6 +23,9 @@ LICENSE= IPL10 LICENSE_NAME= IBM PUBLIC LICENSE VERSION 1.0 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +DEPRECATED= No longer supported +EXPIRATION_DATE=2018-06-22 PORTSCOUT= limit:^2\.11\.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802122020.w1CKKakF054379>