diff options
author | thierry <thierry@FreeBSD.org> | 2010-10-15 04:37:39 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2010-10-15 04:37:39 +0800 |
commit | d2688e3d56992daeac51fb1404113f516081aa2e (patch) | |
tree | 0a5da37c28459901bfd7595de7ecf39dd40b501d /graphics/cimg | |
parent | 95cec2f206141caf186959a897d0752b55418911 (diff) | |
download | freebsd-ports-gnome-d2688e3d56992daeac51fb1404113f516081aa2e.tar.gz freebsd-ports-gnome-d2688e3d56992daeac51fb1404113f516081aa2e.tar.zst freebsd-ports-gnome-d2688e3d56992daeac51fb1404113f516081aa2e.zip |
Upgrade to 1.4.4.
Diffstat (limited to 'graphics/cimg')
-rw-r--r-- | graphics/cimg/Makefile | 2 | ||||
-rw-r--r-- | graphics/cimg/distinfo | 6 | ||||
-rw-r--r-- | graphics/cimg/files/patch-examples::Makefile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 69166483bb4b..355466c3f5dc 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cimg -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 PORTEPOCH= 2 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME} \ diff --git a/graphics/cimg/distinfo b/graphics/cimg/distinfo index c46f366638d6..0c1055e46ea7 100644 --- a/graphics/cimg/distinfo +++ b/graphics/cimg/distinfo @@ -1,3 +1,3 @@ -MD5 (cimg-1.4.3,2/CImg-1.4.3.zip) = af3d5d3570115152c425f57abb40e276 -SHA256 (cimg-1.4.3,2/CImg-1.4.3.zip) = dc6aa5c9943b79eebc0f86c5e5674faf41184776c6603eda88ef48d0847b1f45 -SIZE (cimg-1.4.3,2/CImg-1.4.3.zip) = 10255080 +MD5 (cimg-1.4.4,2/CImg-1.4.4.zip) = aae1c78930cfd5bab1fbdf5974cb62db +SHA256 (cimg-1.4.4,2/CImg-1.4.4.zip) = 95d12022d90c8ab343538615714b4384b932d0db57777c2c5b4cf160004c2a3b +SIZE (cimg-1.4.4,2/CImg-1.4.4.zip) = 10264131 diff --git a/graphics/cimg/files/patch-examples::Makefile b/graphics/cimg/files/patch-examples::Makefile index aa312356c8a9..21be9bc00682 100644 --- a/graphics/cimg/files/patch-examples::Makefile +++ b/graphics/cimg/files/patch-examples::Makefile @@ -3,7 +3,7 @@ @@ -85,8 +85,8 @@ # Set correct variables and paths #--------------------------------- - CIMG_VERSION = 1.4.3 + CIMG_VERSION = 1.4.4 -X11PATH = /usr/X11R6 -CC = g++ +#X11PATH = /usr/X11R6 |