Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 2017 09:01:51 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449957 - head/graphics/exiftran
Message-ID:  <201709160901.v8G91p6a067348@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709160901.v8G91p6a067348>