svn commit: r384073 - in head/graphics/cimg: . files

Thierry Thomas thierry at FreeBSD.org
Wed Apr 15 21:49:55 UTC 2015


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 <https://sourceforge.net/projects/cimg/files/#readme>.

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)


More information about the svn-ports-all mailing list