diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-24 02:21:59 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-24 02:21:59 +0000 |
commit | 0018e0ba79d57c507c6907573a3f8afea808a108 (patch) | |
tree | feea29ddf6a7cfc72190e687a06e453b9189ab41 /textproc/xxdiff | |
parent | b666502afda11878e1adfaefeff785ee6171024b (diff) | |
download | ports-0018e0ba79d57c507c6907573a3f8afea808a108.tar.gz ports-0018e0ba79d57c507c6907573a3f8afea808a108.zip |
- 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
Notes
Notes:
svn path=/head/; revision=52073
Diffstat (limited to 'textproc/xxdiff')
-rw-r--r-- | textproc/xxdiff/Makefile | 15 | ||||
-rw-r--r-- | textproc/xxdiff/distinfo | 3 |
2 files changed, 13 insertions, 5 deletions
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 <bsd.port.mk> 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 |