diff options
author | thierry <thierry@FreeBSD.org> | 2004-10-22 05:11:10 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-10-22 05:11:10 +0800 |
commit | c83258f1a5128273f115ce44ee42ece14162a774 (patch) | |
tree | 20195920d5a5632e722406fa9471f1ae89b5f5e9 /graphics/cimg | |
parent | ee3a213f7911ba200125f96158507bf5ac0b85d1 (diff) | |
download | freebsd-ports-gnome-c83258f1a5128273f115ce44ee42ece14162a774.tar.gz freebsd-ports-gnome-c83258f1a5128273f115ce44ee42ece14162a774.tar.zst freebsd-ports-gnome-c83258f1a5128273f115ce44ee42ece14162a774.zip |
- Distfile is now versioned;
- remove a lot of warnings;
- bump PORTREVISION.
Diffstat (limited to 'graphics/cimg')
-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 |