From owner-svn-ports-all@FreeBSD.ORG Sat Dec 6 21:00:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 404227F4; Sat, 6 Dec 2014 21:00:43 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14054FF9; Sat, 6 Dec 2014 21:00:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6L0gLe032855; Sat, 6 Dec 2014 21:00:42 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB6L0gH3032851; Sat, 6 Dec 2014 21:00:42 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201412062100.sB6L0gH3032851@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 6 Dec 2014 21:00:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374153 - in head/mail: pear-Mail_mimeDecode qconfirm vexim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 21:00:43 -0000 Author: feld Date: Sat Dec 6 21:00:41 2014 New Revision: 374153 URL: https://svnweb.freebsd.org/changeset/ports/374153 QAT: https://qat.redports.org/buildarchive/r374153/ Log: Update "BSD" license in mail category Modified: head/mail/pear-Mail_mimeDecode/Makefile head/mail/qconfirm/Makefile head/mail/vexim/Makefile Modified: head/mail/pear-Mail_mimeDecode/Makefile ============================================================================== --- head/mail/pear-Mail_mimeDecode/Makefile Sat Dec 6 20:47:21 2014 (r374152) +++ head/mail/pear-Mail_mimeDecode/Makefile Sat Dec 6 21:00:41 2014 (r374153) @@ -12,7 +12,7 @@ COMMENT= Provides a class to decode mime BUILD_DEPENDS= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime RUN_DEPENDS= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime -LICENSE= BSD +LICENSE= BSD3CLAUSE USES= pear Modified: head/mail/qconfirm/Makefile ============================================================================== --- head/mail/qconfirm/Makefile Sat Dec 6 20:47:21 2014 (r374152) +++ head/mail/qconfirm/Makefile Sat Dec 6 21:00:41 2014 (r374153) @@ -10,7 +10,7 @@ MASTER_SITES= http://smarden.org/qconfir MAINTAINER= ports@FreeBSD.org COMMENT= Filter spam by requesting confirmation from sender -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/package/COPYING WRKSRC= ${WRKDIR}/mail/${DISTNAME} Modified: head/mail/vexim/Makefile ============================================================================== --- head/mail/vexim/Makefile Sat Dec 6 20:47:21 2014 (r374152) +++ head/mail/vexim/Makefile Sat Dec 6 21:00:41 2014 (r374153) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= feld@FreeBSD.org COMMENT= Web interface for managing virtual domains for exim -LICENSE= BSD +LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB