From owner-svn-ports-all@FreeBSD.ORG Fri Dec 5 00:39:21 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 B87B36D1; Fri, 5 Dec 2014 00:39:21 +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 A5399FCA; Fri, 5 Dec 2014 00:39:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB50dLSh041282; Fri, 5 Dec 2014 00:39:21 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB50dLoJ041280; Fri, 5 Dec 2014 00:39:21 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201412050039.sB50dLoJ041280@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 5 Dec 2014 00:39:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373993 - in head/deskutils: devd-notifier libgcal 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: Fri, 05 Dec 2014 00:39:21 -0000 Author: feld Date: Fri Dec 5 00:39:20 2014 New Revision: 373993 URL: https://svnweb.freebsd.org/changeset/ports/373993 QAT: https://qat.redports.org/buildarchive/r373993/ Log: Update "BSD" license in deskutils category Modified: head/deskutils/devd-notifier/Makefile head/deskutils/libgcal/Makefile Modified: head/deskutils/devd-notifier/Makefile ============================================================================== --- head/deskutils/devd-notifier/Makefile Fri Dec 5 00:30:20 2014 (r373992) +++ head/deskutils/devd-notifier/Makefile Fri Dec 5 00:39:20 2014 (r373993) @@ -11,7 +11,7 @@ MAINTAINER= f.unglaub@googlemail.com COMMENT= Daemon notifying the user about devd(8) events \ with libnotify -LICENSE= BSD +LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify Modified: head/deskutils/libgcal/Makefile ============================================================================== --- head/deskutils/libgcal/Makefile Fri Dec 5 00:30:20 2014 (r373992) +++ head/deskutils/libgcal/Makefile Fri Dec 5 00:39:20 2014 (r373993) @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= ports@FreeBSD.org COMMENT= Library allowing communication with Google calendar and contacts -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \