From owner-svn-ports-all@FreeBSD.ORG Wed Apr 15 21:49:55 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3780CA46; Wed, 15 Apr 2015 21:49:55 +0000 (UTC) Received: from svn.freebsd.org (svn.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 097549B1; Wed, 15 Apr 2015 21:49:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3FLns8K010701; Wed, 15 Apr 2015 21:49:54 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3FLns4m010698; Wed, 15 Apr 2015 21:49:54 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201504152149.t3FLns4m010698@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 15 Apr 2015 21:49:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384073 - in head/graphics/cimg: . 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: Wed, 15 Apr 2015 21:49:55 -0000 Author: thierry Date: Wed Apr 15 21:49:53 2015 New Revision: 384073 URL: https://svnweb.freebsd.org/changeset/ports/384073 Log: Upgrade to 1.6.2. Changelog at . Deleted: head/graphics/cimg/files/patch-CImg.h Modified: head/graphics/cimg/Makefile head/graphics/cimg/distinfo head/graphics/cimg/files/patch-examples__Makefile Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Wed Apr 15 21:41:25 2015 (r384072) +++ head/graphics/cimg/Makefile Wed Apr 15 21:49:53 2015 (r384073) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cimg -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 PORTEPOCH= 3 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME} \ Modified: head/graphics/cimg/distinfo ============================================================================== --- head/graphics/cimg/distinfo Wed Apr 15 21:41:25 2015 (r384072) +++ head/graphics/cimg/distinfo Wed Apr 15 21:49:53 2015 (r384073) @@ -1,2 +1,2 @@ -SHA256 (cimg-1.6.1_0/CImg_1.6.1.zip) = 08b34602175ad38cc6dacb2bad67b5efe9a17be6832b29b9278f73c7a2e505f2 -SIZE (cimg-1.6.1_0/CImg_1.6.1.zip) = 3250455 +SHA256 (cimg-1.6.2_0/CImg_1.6.2.zip) = 5c3f465b431566e82d9aeb0ca5dd18d925d3733861c735f4edf7f4e715748813 +SIZE (cimg-1.6.2_0/CImg_1.6.2.zip) = 3255583 Modified: head/graphics/cimg/files/patch-examples__Makefile ============================================================================== --- head/graphics/cimg/files/patch-examples__Makefile Wed Apr 15 21:41:25 2015 (r384072) +++ head/graphics/cimg/files/patch-examples__Makefile Wed Apr 15 21:49:53 2015 (r384073) @@ -1,9 +1,9 @@ ---- examples/Makefile.orig 2015-03-16 09:57:24 UTC +--- examples/Makefile.orig 2015-04-15 07:50:13 UTC +++ examples/Makefile @@ -85,8 +85,8 @@ CIMG_EXTRA_FILES = use_tiff_stream use_j # Set correct variables and paths #--------------------------------- - CIMG_VERSION = 1.6.1 + CIMG_VERSION = 1.6.2 -X11PATH = /usr/X11R6 -CC = g++ +#X11PATH = $(X11PATH)