From owner-svn-ports-head@freebsd.org Tue Jun 26 03:15:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93561100633E; Tue, 26 Jun 2018 03:15:19 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 415F97B0A6; Tue, 26 Jun 2018 03:15:19 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 23194690F; Tue, 26 Jun 2018 03:15:19 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5Q3FJVN013615; Tue, 26 Jun 2018 03:15:19 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5Q3FJWi013614; Tue, 26 Jun 2018 03:15:19 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201806260315.w5Q3FJWi013614@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 26 Jun 2018 03:15:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473368 - head/deskutils/synapse X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/deskutils/synapse X-SVN-Commit-Revision: 473368 X-SVN-Commit-Repository: ports 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.26 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: Tue, 26 Jun 2018 03:15:19 -0000 Author: danilo Date: Tue Jun 26 03:15:18 2018 New Revision: 473368 URL: https://svnweb.freebsd.org/changeset/ports/473368 Log: - Fix LICENSE. This port uses multiple types of GNU licenses. Modified: head/deskutils/synapse/Makefile Modified: head/deskutils/synapse/Makefile ============================================================================== --- head/deskutils/synapse/Makefile Tue Jun 26 02:28:18 2018 (r473367) +++ head/deskutils/synapse/Makefile Tue Jun 26 03:15:18 2018 (r473368) @@ -9,7 +9,11 @@ MASTER_SITES= https://launchpadlibrarian.net/363823069 MAINTAINER= danilo@FreeBSD.org COMMENT= Semantic application launcher written in Vala -LICENSE= GPLv3 +LICENSE= GPLv2 LGPL21 GPLv3 +LICENSE_COMB= multi +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL2 +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL2.1 +LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libzeitgeist-2.0.so:sysutils/zeitgeist \