- Update to 2.1

Changelog: http://igal.trexler.at/ChangeLog
This commit is contained in:
Pietro Cerutti 2012-06-06 12:46:43 +00:00
parent 9c67065583
commit 5012771754
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298583
2 changed files with 11 additions and 4 deletions

View File

@ -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

View File

@ -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