From owner-svn-ports-head@freebsd.org Wed Oct 14 23:51:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1025DA15FDD; Wed, 14 Oct 2015 23:51:01 +0000 (UTC) (envelope-from amdmi3@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 mx1.freebsd.org (Postfix) with ESMTPS id 9753519C2; Wed, 14 Oct 2015 23:51:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9ENoxFq054593; Wed, 14 Oct 2015 23:50:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9ENoxBM054592; Wed, 14 Oct 2015 23:50:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510142350.t9ENoxBM054592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 14 Oct 2015 23:50:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399311 - head/graphics/import-pictures 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.20 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: Wed, 14 Oct 2015 23:51:01 -0000 Author: amdmi3 Date: Wed Oct 14 23:50:59 2015 New Revision: 399311 URL: https://svnweb.freebsd.org/changeset/ports/399311 Log: - Clarify LICENSE Modified: head/graphics/import-pictures/Makefile Modified: head/graphics/import-pictures/Makefile ============================================================================== --- head/graphics/import-pictures/Makefile Wed Oct 14 23:50:53 2015 (r399310) +++ head/graphics/import-pictures/Makefile Wed Oct 14 23:50:59 2015 (r399311) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.nagilum.org/uni MAINTAINER= ports@FreeBSD.org COMMENT= Utility to copy/move pictures from a directory -LICENSE= GPLv2 +LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \