From owner-svn-ports-head@freebsd.org Wed Oct 5 01:56:01 2016 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 2494CAF4623; Wed, 5 Oct 2016 01:56:01 +0000 (UTC) (envelope-from stephen@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 DDF12F7F; Wed, 5 Oct 2016 01:56:00 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u951u0ZS067567; Wed, 5 Oct 2016 01:56:00 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u951txx8067564; Wed, 5 Oct 2016 01:55:59 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201610050155.u951txx8067564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Wed, 5 Oct 2016 01:55:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423315 - in head/math/octave-forge-image: . files 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.23 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, 05 Oct 2016 01:56:01 -0000 Author: stephen Date: Wed Oct 5 01:55:59 2016 New Revision: 423315 URL: https://svnweb.freebsd.org/changeset/ports/423315 Log: - Add LICENSE. - Fix portlint errors. Modified: head/math/octave-forge-image/Makefile head/math/octave-forge-image/files/patch-bwdist.cc Modified: head/math/octave-forge-image/Makefile ============================================================================== --- head/math/octave-forge-image/Makefile Wed Oct 5 01:04:16 2016 (r423314) +++ head/math/octave-forge-image/Makefile Wed Oct 5 01:55:59 2016 (r423315) @@ -8,6 +8,11 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= Many +LICENSE_NAME= Many different licenses +LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} Modified: head/math/octave-forge-image/files/patch-bwdist.cc ============================================================================== --- head/math/octave-forge-image/files/patch-bwdist.cc Wed Oct 5 01:04:16 2016 (r423314) +++ head/math/octave-forge-image/files/patch-bwdist.cc Wed Oct 5 01:55:59 2016 (r423315) @@ -1,6 +1,6 @@ ---- bwdist.cc-orig 2014-03-03 03:07:22.000000000 +0000 -+++ bwdist.cc 2014-03-03 03:07:36.000000000 +0000 -@@ -530,7 +530,7 @@ +--- bwdist.cc.orig 2015-08-07 12:34:57 UTC ++++ bwdist.cc +@@ -538,7 +538,7 @@ Currently, only 2D images are supported. // Compute optional 'index to closest object pixel', only if requested if (nargout > 1) {