diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-10-21 21:11:10 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-10-21 21:11:10 +0000 |
commit | 61dd609a21bb643eafbbb3d259a6a7bf9e04828f (patch) | |
tree | 64523134b7f087bcaa4cea64ee8754a349a6950e /graphics | |
parent | 6ea73b24a003f80c5270e415188c07f9cc585a7e (diff) | |
download | ports-61dd609a21bb643eafbbb3d259a6a7bf9e04828f.tar.gz ports-61dd609a21bb643eafbbb3d259a6a7bf9e04828f.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cimg/Makefile | 4 | ||||
-rw-r--r-- | graphics/cimg/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 053548208ac3..b58200ed62e4 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -7,11 +7,11 @@ PORTNAME= cimg PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= CImg -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} +DISTNAME= CImg-${PORTVERSION:S/./_/:S/.//} MAINTAINER= thierry@FreeBSD.org COMMENT= The C++ Template Image Processing Library diff --git a/graphics/cimg/distinfo b/graphics/cimg/distinfo index baafee900328..b357e80c7d51 100644 --- a/graphics/cimg/distinfo +++ b/graphics/cimg/distinfo @@ -1,2 +1,2 @@ -MD5 (cimg-1.0.7/CImg.zip) = 381f29c8342379d702954a985e9c220c -SIZE (cimg-1.0.7/CImg.zip) = 4205936 +MD5 (CImg-1_07.zip) = 004eccca2a6a768ea5f8f722ae79a614 +SIZE (CImg-1_07.zip) = 4147049 |