Date: Wed, 5 Oct 2016 01:55:59 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> 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 Message-ID: <201610050155.u951txx8067564@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610050155.u951txx8067564>