Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 01:56:06 +0000 (UTC)
From:      Sahil Tandon <sahil@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316299 - head/mail/postfix27
Message-ID:  <201304230156.r3N1u6mL098135@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sahil
Date: Tue Apr 23 01:56:06 2013
New Revision: 316299
URL: http://svnweb.freebsd.org/changeset/ports/316299

Log:
  - Update to 2.7.13 and adjust CONFLICTS
  - Add LICENSE information
  - Canonicalize 'Created by:' Makefile header
  - Remove shlib version from LIB_DEPENDS assignment
  - Replace tab with a single space after 'WWW:' in pkg-descr
  
  PR:		ports/177127
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>

Modified:
  head/mail/postfix27/Makefile
  head/mail/postfix27/distinfo
  head/mail/postfix27/pkg-descr

Modified: head/mail/postfix27/Makefile
==============================================================================
--- head/mail/postfix27/Makefile	Tue Apr 23 01:55:43 2013	(r316298)
+++ head/mail/postfix27/Makefile	Tue Apr 23 01:56:06 2013	(r316299)
@@ -1,8 +1,8 @@
-# Created by: torstenb
+# Created by: Torsten Blum <torstenb@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	postfix
-PORTVERSION=	2.7.12
+PORTVERSION=	2.7.13
 PORTEPOCH=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
@@ -16,10 +16,16 @@ DIST_SUBDIR=	${PORTNAME}
 MAINTAINER=	sahil@FreeBSD.org
 COMMENT=	Secure alternative to widely-used Sendmail
 
+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
+
 VDAVERSION=	2.7.8
 CONFLICTS=	courier-0.* postfix-1.* postfix-2.[0-689].* postfix-base-2.[0-689].* \
-		postfix-current-2.* postfix-current-base-2.* sendmail-8.* \
-		sendmail+*-8.* smail-3.* zmailer-2.* opensmtpd-[0-9]*
+		postfix-2.10.* postfix-base-2.10.* postfix-current-2.* \
+		postfix-current-base-2.* sendmail-8.* sendmail+*-8.* \
+		smail-3.* zmailer-2.* opensmtpd-[0-9]*
 
 USERS=		postfix
 GROUPS=		mail maildrop postfix
@@ -136,7 +142,7 @@ POSTFIX_AUXLIBS+=	-lkrb5 ${KRB5_EXTR} -l
 .endif
 
 .if ${PORT_OPTIONS:MSASLKMIT}
-LIB_DEPENDS+=		krb5.3:${PORTSDIR}/security/krb5
+LIB_DEPENDS+=		krb5:${PORTSDIR}/security/krb5
 POSTFIX_AUXLIBS+=	-Wl,--rpath,$${KRB5_HOME:-${LOCALBASE}}/lib -lkrb5 -lcrypto -lcrypt -lcom_err
 .endif
 
@@ -147,7 +153,7 @@ POSTFIX_AUXLIBS+=	-L${OPENSSLLIB} ${LDFL
 .endif
 
 .if ${PORT_OPTIONS:MSPF}
-LIB_DEPENDS+=		spf2.3:${PORTSDIR}/mail/libspf2
+LIB_DEPENDS+=		spf2:${PORTSDIR}/mail/libspf2
 PATCH_SITES+=		${MASTER_SITE_LOCAL}
 PATCH_SITE_SUBDIR=	mm
 PATCHFILES+=		postfix-2.7.1-libspf2-1.2.x-4.patch.gz

Modified: head/mail/postfix27/distinfo
==============================================================================
--- head/mail/postfix27/distinfo	Tue Apr 23 01:55:43 2013	(r316298)
+++ head/mail/postfix27/distinfo	Tue Apr 23 01:56:06 2013	(r316299)
@@ -1,5 +1,5 @@
-SHA256 (postfix/postfix-2.7.12.tar.gz) = 529eb64c51bafae93ceea0e8d8cb210f74d5b13d89e877c9e79a496db35f41aa
-SIZE (postfix/postfix-2.7.12.tar.gz) = 3419280
+SHA256 (postfix/postfix-2.7.13.tar.gz) = 0d2cf4f34d8b0883f028155b6e9179e8dcc78db130ac1e464033a3b7b53a95ae
+SIZE (postfix/postfix-2.7.13.tar.gz) = 3419331
 SHA256 (postfix/postfix-2.7.1-libspf2-1.2.x-4.patch.gz) = b67efb1ffbcae91f13bf3ed90a5181d4b5bc86ebe15753eaf9db8b2278f5bb16
 SIZE (postfix/postfix-2.7.1-libspf2-1.2.x-4.patch.gz) = 8186
 SHA256 (postfix/postfix-vda-v10-2.7.8.patch) = 10738a30f2cb00cd05c593caf5b4b9d4ca44927432c1995a9db5c3557d0528db

Modified: head/mail/postfix27/pkg-descr
==============================================================================
--- head/mail/postfix27/pkg-descr	Tue Apr 23 01:55:43 2013	(r316298)
+++ head/mail/postfix27/pkg-descr	Tue Apr 23 01:56:06 2013	(r316299)
@@ -12,4 +12,4 @@ queue, external after queue), Berkeley D
 database, PostgreSQL database, Maildir and mailbox format, Virtual domains,
 VERP envelope return addresses and others.
 
-WWW:	http://www.postfix.org/
+WWW: http://www.postfix.org/



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