diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-20 16:12:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-20 16:12:23 +0000 |
commit | 12c0903f21134b18a38cb7264229f401eb9819c1 (patch) | |
tree | 7ff20b459dc50e207f093c4f23edc78c1d0f9bee | |
parent | 533b15786a2864b8769bbd4998aaefed6881563b (diff) |
Notes
-rw-r--r-- | www/imgsizer/Makefile | 5 | ||||
-rw-r--r-- | www/imgsizer/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www/imgsizer/Makefile b/www/imgsizer/Makefile index 57a30c882fab..9d1cf4fe0539 100644 --- a/www/imgsizer/Makefile +++ b/www/imgsizer/Makefile @@ -6,13 +6,16 @@ # PORTNAME= imgsizer -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= www textproc MASTER_SITES= http://www.catb.org/~esr/imgsizer/ MAINTAINER= jylefort@brutele.be COMMENT= A tool to autogenerate WIDTH and HEIGHT for IMG HTML tags +RUN_DEPENDS= rdjpgcom:${PORTSDIR}/graphics/jpeg \ + identify:${PORTSDIR}/graphics/ImageMagick + USE_PYTHON= yes USE_REINPLACE= yes NO_BUILD= yes diff --git a/www/imgsizer/distinfo b/www/imgsizer/distinfo index e3714f1e26c2..cd38127007f8 100644 --- a/www/imgsizer/distinfo +++ b/www/imgsizer/distinfo @@ -1,2 +1,2 @@ -MD5 (imgsizer-2.6.tar.gz) = 3bb35577b33ca24cf9f1bba1542c1036 -SIZE (imgsizer-2.6.tar.gz) = 65086 +MD5 (imgsizer-2.7.tar.gz) = 5a0f8384c8826f5c0dad95bb17115b1f +SIZE (imgsizer-2.7.tar.gz) = 65914 |