Date: Fri, 25 Sep 2015 15:17:52 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397832 - in head/graphics/vigra: . files Message-ID: <201509251517.t8PFHqTE092825@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509251517.t8PFHqTE092825>