svn commit: r449957 - head/graphics/exiftran
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Sep 16 09:01:52 UTC 2017
Author: amdmi3
Date: Sat Sep 16 09:01:51 2017
New Revision: 449957
URL: https://svnweb.freebsd.org/changeset/ports/449957
Log:
- Pet portlint
- Unsilence installation
- Update WWW
Approved by: portmgr blanket
Modified:
head/graphics/exiftran/Makefile
head/graphics/exiftran/pkg-descr
Modified: head/graphics/exiftran/Makefile
==============================================================================
--- head/graphics/exiftran/Makefile Sat Sep 16 09:00:10 2017 (r449956)
+++ head/graphics/exiftran/Makefile Sat Sep 16 09:01:51 2017 (r449957)
@@ -2,19 +2,19 @@
# $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 at 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
@@ -30,7 +30,7 @@ post-patch:
${WRKSRC}/build/thumbnail.cgi/Makefile
post-install:
- @${INSTALL_MAN} ${WRKSRC}/exiftran.man \
+ ${INSTALL_MAN} ${WRKSRC}/exiftran.man \
${STAGEDIR}${PREFIX}/man/man1/exiftran.1
.include <bsd.port.mk>
Modified: head/graphics/exiftran/pkg-descr
==============================================================================
--- head/graphics/exiftran/pkg-descr Sat Sep 16 09:00:10 2017 (r449956)
+++ head/graphics/exiftran/pkg-descr Sat Sep 16 09:01:51 2017 (r449957)
@@ -6,4 +6,4 @@ orientation tag, it updates the exif informaton if nee
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/
More information about the svn-ports-head
mailing list