Bug 88311 - [maintainer-update] Updating graphics/showimg port up to 0.9.5rc1
Summary: [maintainer-update] Updating graphics/showimg port up to 0.9.5rc1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-01 08:20 UTC by Rashid N. Achilov
Modified: 2005-11-02 15:07 UTC (History)
0 users

See Also:


Attachments
file.diff (164 bytes, patch)
2005-11-01 08:20 UTC, Rashid N. Achilov
no flags Details | Diff
file.diff (598 bytes, patch)
2005-11-01 08:20 UTC, Rashid N. Achilov
no flags Details | Diff
file.diff (3.65 KB, patch)
2005-11-01 08:20 UTC, Rashid N. Achilov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rashid N. Achilov 2005-11-01 08:20:17 UTC
This is a graphics/showimg port updating, which updates it up to 0.9.5rc1 version.
Major new in this version is a Kexi support. Also fixed many bugs.

Fix: PORTNAME=	showimg
-PORTVERSION=	0.9.4.1
-PORTREVISION=	1
-PORTEPOCH=	1
+PORTVERSION=	0.9.5rc1
 CATEGORIES=	graphics
-MASTER_SITES=	http://www.jalix.org/projects/showimg/download/0.9.4-1/
-DISTNAME=	showimg-0.9.4-1
+MASTER_SITES=	http://www.jalix.org/projects/showimg/download/.0.9.5/distributions/SVN_info/
+DISTNAME=	showimg-0.9.5-rc1

 MAINTAINER=	shelton@granch.ru
 COMMENT=	A picture viewer designed to run under KDE 3.x

-LIB_DEPENDS=	kipi:${PORTSDIR}/graphics/libkipi
+LIB_DEPENDS=	kipi:${PORTSDIR}/graphics/libkipi \
+		kexif:${PORTSDIR}/graphics/libkexif

 USE_BZIP2=	yes
 USE_KDEBASE_VER=	3
@@ -28,16 +27,12 @@
 INSTALLS_SHLIB=	yes
 LDCONFIG_DIRS=	%%PREFIX%%/lib %%PREFIX%%/lib/kde3

-MAN1=		showimg.1
-
-CONFIGURE_ARGS+=	--enable-debug=full
+CONFIGURE_ARGS+=	--disable-debug

 post-extract:
 	@${TOUCH} ${WRKSRC}/config.h.in

 post-patch:
-#	@${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \
-#		${WRKSRC}/${CONFIGURE_SCRIPT}
 	@${REINPLACE_CMD} -e 's|-O2||g' \
 		${WRKSRC}/${CONFIGURE_SCRIPT}

ShowImg also features a full-screen mode, zooming, sorting, drag'n'drop
-with Konqueror, and support for images in compressed archives (.zip).
+with Konqueror, and support for images in compressed archives (.tar,
+.tar.gz, .zip) and kipi plugins.

 WWW: http://www.jalix.org/projects/showimg/
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2005-11-02 15:05:02 UTC
State Changed
From-To: open->closed

Committed, thanks. 

Next time please: 
* Use portlint, the PORTVERSION was illegal 
* Never reset PORTEPOCH 

Also please note that fetching via IPv6 from the MASTER_SITE times out.