From owner-svn-ports-all@freebsd.org Fri Sep 25 15:17:52 2015 Return-Path: Delivered-To: svn-ports-all@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 A05E4A092D3; Fri, 25 Sep 2015 15:17:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.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 7DEDD1BBE; Fri, 25 Sep 2015 15:17:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFHqs4092827; Fri, 25 Sep 2015 15:17:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFHqTE092825; Fri, 25 Sep 2015 15:17:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251517.t8PFHqTE092825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397832 - in head/graphics/vigra: . 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-all@freebsd.org X-Mailman-Version: 2.1.20 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, 25 Sep 2015 15:17:52 -0000 Author: amdmi3 Date: Fri Sep 25 15:17:51 2015 New Revision: 397832 URL: https://svnweb.freebsd.org/changeset/ports/397832 Log: - Add LICENSE_FILE - Cosmetic fix - Regenerate patches with `make makepatch` Modified: head/graphics/vigra/Makefile head/graphics/vigra/files/patch-include__vigra__mathutil.hxx Modified: head/graphics/vigra/Makefile ============================================================================== --- head/graphics/vigra/Makefile Fri Sep 25 15:17:48 2015 (r397831) +++ head/graphics/vigra/Makefile Fri Sep 25 15:17:51 2015 (r397832) @@ -10,8 +10,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= VIGRA stands for "Vision with Generic Algorithms" LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_GITHUB= +USE_GITHUB= yes GH_ACCOUNT= ukoethe GH_TAGNAME= e6c21f3 Modified: head/graphics/vigra/files/patch-include__vigra__mathutil.hxx ============================================================================== --- head/graphics/vigra/files/patch-include__vigra__mathutil.hxx Fri Sep 25 15:17:48 2015 (r397831) +++ head/graphics/vigra/files/patch-include__vigra__mathutil.hxx Fri Sep 25 15:17:51 2015 (r397832) @@ -1,6 +1,6 @@ ---- include/vigra/mathutil.hxx.orig 2011-09-20 18:38:36.000000000 +0000 +--- include/vigra/mathutil.hxx.orig 2013-11-18 16:48:16 UTC +++ include/vigra/mathutil.hxx -@@ -553,7 +553,12 @@ VIGRA_DEFINE_NORM(int) +@@ -637,7 +637,12 @@ VIGRA_DEFINE_NORM(int) VIGRA_DEFINE_NORM(unsigned int) VIGRA_DEFINE_NORM(long) VIGRA_DEFINE_NORM(unsigned long)