From 0018e0ba79d57c507c6907573a3f8afea808a108 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Mon, 24 Dec 2001 02:21:59 +0000 Subject: - update to 2.0.3 - use a pre-generated xxdiff.html from ${MASTER_SITE_LOCAL} instead of generating it. to generate it using --help-html, xxdiff needs to connect to an X server because it uses a QDoc object to generate the HTML - add USE_BISON --- textproc/xxdiff/Makefile | 15 +++++++++++---- textproc/xxdiff/distinfo | 3 ++- 2 files changed, 13 insertions(+), 5 deletions(-) (limited to 'textproc/xxdiff') diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile index 3002120e0182..93be114551ca 100644 --- a/textproc/xxdiff/Makefile +++ b/textproc/xxdiff/Makefile @@ -6,15 +6,22 @@ # PORTNAME= xxdiff -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.3 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_LOCAL:S/%SUBDIR%/petef/g} \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +.if !defined(NOPORTDOCS) +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xxdiff-${PORTVERSION}.html +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +.endif + MAINTAINER= petef@FreeBSD.org BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake +USE_BISON= yes USE_GMAKE= yes USE_QT_VER= 2 TMAKEENV= TMAKEPATH=${LOCALBASE}/share/tmake/freebsd-g++ QTDIR=${X11BASE} @@ -30,8 +37,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xxdiff ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${WRKSRC}/xxdiff --help-html > ${WRKDIR}/xxdiff.html - ${INSTALL_DATA} ${WRKDIR}/xxdiff.html ${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/xxdiff-${PORTVERSION}.html \ + ${DOCSDIR}/xxdiff.html .endif .include diff --git a/textproc/xxdiff/distinfo b/textproc/xxdiff/distinfo index 3158c836e4ad..178b728d7759 100644 --- a/textproc/xxdiff/distinfo +++ b/textproc/xxdiff/distinfo @@ -1 +1,2 @@ -MD5 (xxdiff-2.0.1.tar.gz) = 501e1fd749061e8d0d1b7c9c8767fdd6 +MD5 (xxdiff-2.0.3.tar.gz) = 9fdc8ebae7f9242a5dd05949dc8110f3 +MD5 (xxdiff-2.0.3.html) = f995e3692a01d9252c1d8adee7bffb49 -- cgit v1.2.3