From owner-svn-ports-head@FreeBSD.ORG Mon Dec 30 16:01:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2AD51A5; Mon, 30 Dec 2013 16:01:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E28C17E3; Mon, 30 Dec 2013 16:01:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBUG15tR098455; Mon, 30 Dec 2013 16:01:05 GMT (envelope-from ume@svn.freebsd.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBUG154J098451; Mon, 30 Dec 2013 16:01:05 GMT (envelope-from ume@svn.freebsd.org) Message-Id: <201312301601.rBUG154J098451@svn.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 30 Dec 2013 16:01:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338127 - in head/mail: cyrus-imapd23 cyrus-imapd24 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Dec 2013 16:01:05 -0000 Author: ume Date: Mon Dec 30 16:01:04 2013 New Revision: 338127 URL: http://svnweb.freebsd.org/changeset/ports/338127 Log: Update LICENSE. Modified: head/mail/cyrus-imapd23/Makefile head/mail/cyrus-imapd24/Makefile Modified: head/mail/cyrus-imapd23/Makefile ============================================================================== --- head/mail/cyrus-imapd23/Makefile Mon Dec 30 15:55:08 2013 (r338126) +++ head/mail/cyrus-imapd23/Makefile Mon Dec 30 16:01:04 2013 (r338127) @@ -10,7 +10,7 @@ PKGNAMESUFFIX= 23 MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols -LICENSE= BSD +LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \ Modified: head/mail/cyrus-imapd24/Makefile ============================================================================== --- head/mail/cyrus-imapd24/Makefile Mon Dec 30 15:55:08 2013 (r338126) +++ head/mail/cyrus-imapd24/Makefile Mon Dec 30 16:01:04 2013 (r338127) @@ -11,7 +11,7 @@ PKGNAMESUFFIX= 24 MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols -LICENSE= BSD +LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \