summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2012-06-06 12:46:43 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2012-06-06 12:46:43 +0000
commit5012771754793dd977d2c0f9d30884ddb751a73f (patch)
tree2678409cab5fd973329808fb84e49699a27e0e24 /www
parentFix issue with HTTP_CACHE option. (diff)
- Update to 2.1
Changelog: http://igal.trexler.at/ChangeLog
Notes
Notes: svn path=/head/; revision=298583
Diffstat (limited to 'www')
-rw-r--r--www/igal2/Makefile11
-rw-r--r--www/igal2/distinfo4
2 files changed, 11 insertions, 4 deletions
diff --git a/www/igal2/Makefile b/www/igal2/Makefile
index a2856d47826b..c5a4ebfa86d6 100644
--- a/www/igal2/Makefile
+++ b/www/igal2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= igal2
-PORTVERSION= 2.0
-PORTREVISION= 2
+PORTVERSION= 2.1
CATEGORIES= www graphics
MASTER_SITES= http://igal.trexler.at/
@@ -16,6 +15,8 @@ COMMENT= A simple CLI image gallery generator
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
+OPTIONS= EXIF "Support EXIF data (-e option)" OFF
+
CONFLICTS= igal-1.*
USE_PERL5= yes
NO_BUILD= yes
@@ -23,6 +24,12 @@ NO_BUILD= yes
MAN1= igal2.1
MANCOMPRESSED= no
+.include <bsd.port.options.mk>
+
+.if defined(WITH_EXIF)
+RUN_DEPENDS+= p5-Image-ExifTool>=7.0:${PORTSDIR}/graphics/p5-Image-ExifTool
+.endif
+
post-patch:
${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile ${WRKSRC}/igal2
diff --git a/www/igal2/distinfo b/www/igal2/distinfo
index 20eab5ec0d28..7c9c221d6575 100644
--- a/www/igal2/distinfo
+++ b/www/igal2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (igal2-2.0.tar.gz) = 5f696d0c94c75082ddb0391d4bba96ec11d60710e0ba6996a9653aad75b81629
-SIZE (igal2-2.0.tar.gz) = 27206
+SHA256 (igal2-2.1.tar.gz) = f2d457a24bed30a93cab17ab4f304591ec3d2d0d0254efa7c3904c345c671be3
+SIZE (igal2-2.1.tar.gz) = 28243