Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Nov 2012 05:37:20 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307326 - head/deskutils/xchm
Message-ID:  <201211120537.qAC5bKV9062154@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Nov 12 05:37:20 2012
New Revision: 307326
URL: http://svnweb.freebsd.org/changeset/ports/307326

Log:
  - update to 1.21
  - take maintainership
  - trim Makefile header
  - move LICENSE into proper block
  - remove shlib version from LIB_DEPENDS
  
  changelog:
  Version 1.21 updates the Polish and Russian translations,
  and fixes a fonts setup bug.
  
  PR:		173244
  Submitted by:	rm (myself)
  Approved by:	pav (maintainer, by mail)
  Feature safe:	yes

Modified:
  head/deskutils/xchm/Makefile
  head/deskutils/xchm/distinfo

Modified: head/deskutils/xchm/Makefile
==============================================================================
--- head/deskutils/xchm/Makefile	Mon Nov 12 03:11:28 2012	(r307325)
+++ head/deskutils/xchm/Makefile	Mon Nov 12 05:37:20 2012	(r307326)
@@ -1,20 +1,17 @@
-# 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
+MAINTAINER=	rm@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+
@@ -23,8 +20,6 @@ WX_CONF_ARGS=	absolute
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 CPPFLAGS+=	-I${LOCALBASE}/include
 
-LICENSE=	GPLv2
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|@REZ_COMMAND@||' ${WRKSRC}/src/Makefile.in
 

Modified: head/deskutils/xchm/distinfo
==============================================================================
--- head/deskutils/xchm/distinfo	Mon Nov 12 03:11:28 2012	(r307325)
+++ head/deskutils/xchm/distinfo	Mon Nov 12 05:37:20 2012	(r307326)
@@ -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



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