From owner-svn-ports-all@freebsd.org Thu Jul 6 09:56:14 2017 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 C2895DA93E2; Thu, 6 Jul 2017 09:56:14 +0000 (UTC) (envelope-from ehaupt@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 9051E64A15; Thu, 6 Jul 2017 09:56:14 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v669uDwc025086; Thu, 6 Jul 2017 09:56:13 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v669uDET025082; Thu, 6 Jul 2017 09:56:13 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201707060956.v669uDET025082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 6 Jul 2017 09:56:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445132 - in head/graphics/iec16022: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/graphics/iec16022: . files X-SVN-Commit-Revision: 445132 X-SVN-Commit-Repository: ports 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.23 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: Thu, 06 Jul 2017 09:56:14 -0000 Author: ehaupt Date: Thu Jul 6 09:56:13 2017 New Revision: 445132 URL: https://svnweb.freebsd.org/changeset/ports/445132 Log: Update to 0.3.0 Modified: head/graphics/iec16022/Makefile head/graphics/iec16022/distinfo head/graphics/iec16022/files/patch-image.c Modified: head/graphics/iec16022/Makefile ============================================================================== --- head/graphics/iec16022/Makefile Thu Jul 6 09:23:27 2017 (r445131) +++ head/graphics/iec16022/Makefile Thu Jul 6 09:56:13 2017 (r445132) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iec16022 -PORTVERSION= 0.2.7 +PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v CATEGORIES= graphics Modified: head/graphics/iec16022/distinfo ============================================================================== --- head/graphics/iec16022/distinfo Thu Jul 6 09:23:27 2017 (r445131) +++ head/graphics/iec16022/distinfo Thu Jul 6 09:56:13 2017 (r445132) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475423331 -SHA256 (rdoeffinger-iec16022-v0.2.7_GH0.tar.gz) = 34f00da5f6c83dd14b2803e5ed0f5310310e452023fe989c59fc5489b78cd33a -SIZE (rdoeffinger-iec16022-v0.2.7_GH0.tar.gz) = 32970 +TIMESTAMP = 1499334495 +SHA256 (rdoeffinger-iec16022-v0.3.0_GH0.tar.gz) = e7fb5c1963587e4abcf5fa041d61d64a8c495e3c8d054f2b2b8dfa1882d14869 +SIZE (rdoeffinger-iec16022-v0.3.0_GH0.tar.gz) = 30847 Modified: head/graphics/iec16022/files/patch-image.c ============================================================================== --- head/graphics/iec16022/files/patch-image.c Thu Jul 6 09:23:27 2017 (r445131) +++ head/graphics/iec16022/files/patch-image.c Thu Jul 6 09:56:13 2017 (r445132) @@ -1,11 +1,11 @@ ---- image.c.orig 2016-10-02 16:05:20 UTC +--- image.c.orig 2017-07-05 23:29:56 UTC +++ image.c -@@ -40,6 +40,8 @@ static inline unsigned htonl(unsigned i) - #include +@@ -32,6 +32,8 @@ static inline unsigned htonl(unsigned i) #endif + #include "image.h" +#include + - static unsigned char const bbc[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // - 0x18, 0x18, 0x18, 0x18, 0x18, 0x00, 0x18, 0x00, // ! + #define INTERLACE + #define CLEAR + #define USEZLIB