svn commit: r500805 - in head/graphics/exact-image: . files

Alexey Dokuchaev danfe at freebsd.org
Sat May 4 12:24:03 UTC 2019


On Sat, May 04, 2019 at 11:43:14AM +0000, Matthias Andree wrote:
> New Revision: 500805
> URL: https://svnweb.freebsd.org/changeset/ports/500805
> 
> Log:
>   Upgrade to new upstream release 1.0.2.

Thanks.  I was planning doing this as well, but you've beaten me.
One minor observation (press PgDn).

> Modified: head/graphics/exact-image/files/patch-api-api.cc
> ==============================================================================
> --- head/graphics/exact-image/files/patch-api-api.cc	Sat May  4 11:02:16 2019	(r500804)
> +++ head/graphics/exact-image/files/patch-api-api.cc	Sat May  4 11:43:14 2019	(r500805)
> @@ -1,6 +1,6 @@
> ---- api/api.cc.orig	2009-06-15 14:39:45.000000000 +0400
> -+++ api/api.cc	2014-01-13 07:25:57.460488862 +0400
> -@@ -909,7 +909,7 @@
> +--- api/api.cc.orig	2009-06-15 10:39:45 UTC
> ++++ api/api.cc
> +@@ -909,7 +909,7 @@ char** imageDecodeBarcodes (Image* image, const char* 
>     }
>     
>     std::vector<std::string> ret;
> 
> Modified: head/graphics/exact-image/files/patch-build__bottom.make
> ==============================================================================
> --- head/graphics/exact-image/files/patch-build__bottom.make	Sat May  4 11:02:16 2019	(r500804)
> +++ head/graphics/exact-image/files/patch-build__bottom.make	Sat May  4 11:43:14 2019	(r500805)
> @@ -1,6 +1,6 @@
> ---- build/bottom.make.orig	2010-07-22 18:35:17.000000000 +0400
> -+++ build/bottom.make	2014-12-12 00:07:13.000000000 +0300
> -@@ -43,23 +43,23 @@
> +--- build/bottom.make.orig	2018-05-03 16:50:06 UTC
> ++++ build/bottom.make
> +@@ -43,23 +43,23 @@ $(X_MODULE): $($(X_MODULE)_BINARY)
>   
>   $($(X_MODULE)_OUTPUT)/%.o: $(X_MODULE)/%.c
>   	@echo '  C         $@'

Please, avoid comitting patches when changes are only in the header
or context.  This greatly helps to keep the whole diff cleaner and
less noisy.  Thanks,

./danfe


More information about the svn-ports-head mailing list