Index: head/graphics/exiftran/Makefile =================================================================== --- head/graphics/exiftran/Makefile (revision 449956) +++ head/graphics/exiftran/Makefile (revision 449957) @@ -1,36 +1,36 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= exiftran -DISTNAME= fbida-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} PORTVERSION= 2.12 CATEGORIES= graphics MASTER_SITES= http://www.kraxel.org/releases/fbida/ +DISTNAME= fbida-${PORTVERSION} MAINTAINER= mm@FreeBSD.org COMMENT= Command line utility to transform jpeg files -LIB_DEPENDS= libexif.so:graphics/libexif - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libexif.so:graphics/libexif + USES= jpeg uidfix MAKE_ARGS+= WRKSRC=${WRKSRC} BINDIR=${PREFIX}/bin MANDIR=${MANPREFIX}/man PLIST_FILES= bin/exiftran bin/thumbnail.cgi \ man/man1/exiftran.1.gz post-patch: @${MKDIR} ${WRKSRC}/build/exiftran ${WRKSRC}/build/thumbnail.cgi @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile @${CP} ${FILESDIR}/Makefile.exiftran \ ${WRKSRC}/build/exiftran/Makefile @${CP} ${FILESDIR}/Makefile.thumbnail.cgi \ ${WRKSRC}/build/thumbnail.cgi/Makefile post-install: - @${INSTALL_MAN} ${WRKSRC}/exiftran.man \ + ${INSTALL_MAN} ${WRKSRC}/exiftran.man \ ${STAGEDIR}${PREFIX}/man/man1/exiftran.1 .include Index: head/graphics/exiftran/pkg-descr =================================================================== --- head/graphics/exiftran/pkg-descr (revision 449956) +++ head/graphics/exiftran/pkg-descr (revision 449957) @@ -1,9 +1,9 @@ exiftran is a command line utility to transform digital image jpeg images. It can do lossless rotations like jpegtran, but unlike jpegtran it cares about the EXIF data: It can rotate images automatically by checking the exif orientation tag, it updates the exif informaton if needed (image dimension, orientation), it also rotates the exif thumbnail. It can process multiple images at once. -WWW: http://www.kraxel.org/blog/linux/fbida/ +WWW: https://www.kraxel.org/blog/linux/fbida/