Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2012 17:46:02 GMT
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173244: deskutils/xchm: update to 1.21
Message-ID:  <201210311746.q9VHk2IF020220@red.freebsd.org>
Resent-Message-ID: <201210311750.q9VHo14N049254@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173244
>Category:       ports
>Synopsis:       deskutils/xchm: update to 1.21
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 31 17:50:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT amd64
>Description:
- update to 1.21
- trim Makefile header
- move LICENSE into proper block
- remove shlib version from LIB_DEPENDS

buildlog:
http://people.freebsd.org/~rm/xchm-1.21.log

changelog:
Version 1.21 updates the Polish and Russian translations,
and fixes a fonts setup bug.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 306752)
+++ Makefile	(working copy)
@@ -1,21 +1,18 @@
-# New ports collection makefile for:	xchm
-# Date created:				3th October 2003
-# Whom:					Pav Lucistnik <pav@oook.cz>
-#
+# Created by: Pav Lucistnik <pav@oook.cz>
 # $FreeBSD$
-#
 
 PORTNAME=	xchm
-PORTVERSION=	1.20
-PORTREVISION=	1
+PORTVERSION=	1.21
 CATEGORIES=	deskutils
 MASTER_SITES=	SF/${PORTNAME}/xCHM/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	pav@FreeBSD.org
 COMMENT=	Windows HTML Help (.chm) viewer for UNIX
 
-LIB_DEPENDS=	chm.0:${PORTSDIR}/misc/chmlib
+LICENSE=	GPLv2
 
+LIB_DEPENDS=	chm:${PORTSDIR}/misc/chmlib
+
 GNU_CONFIGURE=	yes
 USE_WX=		2.6+
 WX_UNICODE=	yes
@@ -23,8 +20,6 @@
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 CPPFLAGS+=	-I${LOCALBASE}/include
 
-LICENSE=	GPLv2
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|@REZ_COMMAND@||' ${WRKSRC}/src/Makefile.in
 
Index: distinfo
===================================================================
--- distinfo	(revision 306752)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (xchm-1.20.tar.gz) = 76c717074ed178abae63692cfa843083922e6d6e3052207d8a3d9d2e8b8db627
-SIZE (xchm-1.20.tar.gz) = 409976
+SHA256 (xchm-1.21.tar.gz) = b3c7e54f5c4075a679910ff2166d76bc761afbcfd8c1a1cc5e10ad73634ed6a6
+SIZE (xchm-1.21.tar.gz) = 411252


>Release-Note:
>Audit-Trail:
>Unformatted:



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