diff options
author | Martin Matuska <mm@FreeBSD.org> | 2013-09-09 22:49:20 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2013-09-09 22:49:20 +0000 |
commit | c2a4b67e17de2d591ecba7b3170210e9d0b52ae0 (patch) | |
tree | df492cc6364e1c0c7d1157099ca3237323acd4fd /graphics | |
parent | c0025a41f3318beb82a974a2e7aa174765f20c64 (diff) | |
download | ports-c2a4b67e17de2d591ecba7b3170210e9d0b52ae0.tar.gz ports-c2a4b67e17de2d591ecba7b3170210e9d0b52ae0.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 1 | ||||
-rw-r--r-- | graphics/gdal/Makefile | 1 | ||||
-rw-r--r-- | graphics/ida/Makefile | 2 | ||||
-rw-r--r-- | graphics/leptonica/Makefile | 1 | ||||
-rw-r--r-- | graphics/openimageio/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl2_image/Makefile | 1 | ||||
-rw-r--r-- | graphics/sdl_image/Makefile | 2 |
7 files changed, 7 insertions, 3 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 702ac357abe7..3e52bea46453 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -3,6 +3,7 @@ PORTNAME= ImageMagick PORTREVISION= 1 DISTVERSION= 6.8.0-7 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ http://servingzone.com/mirrors/ImageMagick/ \ diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 8e3d65a6d28a..0d9b73d6dc63 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -3,6 +3,7 @@ PORTNAME= gdal PORTVERSION= 1.10.1 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ diff --git a/graphics/ida/Makefile b/graphics/ida/Makefile index 8b90ebe4668d..cb1ff324ea81 100644 --- a/graphics/ida/Makefile +++ b/graphics/ida/Makefile @@ -3,7 +3,7 @@ PORTNAME= ida PORTVERSION= 2.09 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.kraxel.org/releases/fbida/ DISTNAME= fbida-${PORTVERSION} diff --git a/graphics/leptonica/Makefile b/graphics/leptonica/Makefile index 6f3e01a512e1..f4cccf1bc133 100644 --- a/graphics/leptonica/Makefile +++ b/graphics/leptonica/Makefile @@ -3,6 +3,7 @@ PORTNAME= leptonica PORTVERSION= 1.69 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index 7282f92eca38..47b20bcddd10 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -3,7 +3,7 @@ PORTNAME?= openimageio PORTVERSION= 1.2.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= graphics multimedia MAINTAINER= FreeBSD@Shaneware.biz diff --git a/graphics/sdl2_image/Makefile b/graphics/sdl2_image/Makefile index d190a23fa949..f2ab8dfa6645 100644 --- a/graphics/sdl2_image/Makefile +++ b/graphics/sdl2_image/Makefile @@ -2,6 +2,7 @@ PORTNAME= sdl2_image PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL2_image-${PORTVERSION} diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index 05cc4bd6f6af..0d040662aaaf 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdl_image PORTVERSION= 1.2.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} |