diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-11-12 05:37:20 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-11-12 05:37:20 +0000 |
commit | 35ad4d9b42cea4831f7791bc490fd4548d6db17f (patch) | |
tree | c29934abc7bff33acc36565071af6d654f56c5f4 /deskutils/xchm | |
parent | 8255167764efb56fde0c5034b9dc0e5058892e88 (diff) | |
download | ports-35ad4d9b42cea4831f7791bc490fd4548d6db17f.tar.gz ports-35ad4d9b42cea4831f7791bc490fd4548d6db17f.zip |
- 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
Notes
Notes:
svn path=/head/; revision=307326
Diffstat (limited to 'deskutils/xchm')
-rw-r--r-- | deskutils/xchm/Makefile | 17 | ||||
-rw-r--r-- | deskutils/xchm/distinfo | 4 |
2 files changed, 8 insertions, 13 deletions
diff --git a/deskutils/xchm/Makefile b/deskutils/xchm/Makefile index 6dab5dce1398..46722ce50104 100644 --- a/deskutils/xchm/Makefile +++ b/deskutils/xchm/Makefile @@ -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 diff --git a/deskutils/xchm/distinfo b/deskutils/xchm/distinfo index 47bb20859da5..c7ba6fec46d0 100644 --- a/deskutils/xchm/distinfo +++ b/deskutils/xchm/distinfo @@ -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 |