ports/166037: Update port: graphics/ida to 2.09

KATO Tsuguru tkato432 at yahoo.com
Tue Mar 13 18:10:09 UTC 2012


>Number:         166037
>Category:       ports
>Synopsis:       Update port: graphics/ida to 2.09
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 13 18:10:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 2.09

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/ida/Makefile graphics/ida/Makefile
--- /usr/ports/graphics/ida/Makefile	2012-02-19 21:58:40.000000000 +0900
+++ graphics/ida/Makefile	2012-02-25 06:06:51.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ida
-PORTVERSION=	2.08
+PORTVERSION=	2.09
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.kraxel.org/releases/fbida/
 DISTNAME=	fbida-${PORTVERSION}
@@ -14,6 +14,9 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Small and fast motif-based image viewer and editor
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
 		exif.12:${PORTSDIR}/graphics/libexif
 
@@ -24,19 +27,21 @@
 		TIFF "Enable TIFF support" on \
 		WEBP "Enable WebP suport" off
 
-USE_ICONV=	yes
 USE_MOTIF=	yes
 USE_PERL5_BUILD=yes
+USE_ICONV=	yes
 USE_GMAKE=	yes
-LDFLAGS+=	-liconv
-MAKEFILE=	${WRKSRC}/GNUmakefile
+MAKEFILE=	GNUmakefile
 MAKE_ARGS=	JPEG_VER=80 verbose=yes
+MAKE_JOBS_SAFE=	yes
+
+LDFLAGS+=	-liconv
 
 MAN1=		exiftran.1 ida.1
 PORTDOCS=	README TODO INSTALL
 PLIST_FILES=	bin/exiftran bin/ida lib/X11/app-defaults/Ida
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if defined(WITHOUT_GIF)
 MAKE_ARGS+=	HAVE_LIBUNGIF=no
@@ -75,7 +80,6 @@
 .endif
 
 post-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/exiftran ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 .for a in ${PORTDOCS}
@@ -83,4 +87,4 @@
 .endfor
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/graphics/ida/distinfo graphics/ida/distinfo
--- /usr/ports/graphics/ida/distinfo	2011-07-03 02:43:43.000000000 +0900
+++ graphics/ida/distinfo	2012-02-25 05:53:17.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (fbida-2.08.tar.gz) = 298e7f3545e33596a5876f6b9c3da7ef475c2692e5fab0df824fbcd7a489cd80
-SIZE (fbida-2.08.tar.gz) = 241283
+SHA256 (fbida-2.09.tar.gz) = dd40b3572f79c6524480ac652c9b32e3867cb53e6c53db51415ddbb20f5231e6
+SIZE (fbida-2.09.tar.gz) = 248086
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list