diff options
author | Michael C . Wu <keichii@FreeBSD.org> | 2001-06-21 06:46:42 +0000 |
---|---|---|
committer | Michael C . Wu <keichii@FreeBSD.org> | 2001-06-21 06:46:42 +0000 |
commit | 061caf4415a8697ceb4cb693239449b2ec9243db (patch) | |
tree | 07a30d11fa838599004d32a54601936c8d027ca9 /www/reportmagic/Makefile | |
parent | Move MASTERSITES to MASTER_SITE_PORTS_JP. (diff) |
Update reportmagic to 2.10. This fixes the Analog breakage
in the previous version.
PR: ports/28312
Submitted by: jeremy@external.org
Diffstat (limited to 'www/reportmagic/Makefile')
-rw-r--r-- | www/reportmagic/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/reportmagic/Makefile b/www/reportmagic/Makefile index 53658748420d..32bd6c30c7a2 100644 --- a/www/reportmagic/Makefile +++ b/www/reportmagic/Makefile @@ -6,9 +6,12 @@ # PORTNAME= reportmagic -PORTVERSION= 2.05 +PORTVERSION= 2.10 CATEGORIES= www -MASTER_SITES= http://www.reportmagic.com/ +MASTER_SITES= http://www.reportmagic.com/ \ + http://www.reportmagic.org.uk/ \ + http://www.reportmagic.de/ \ + http://be.reportmagic.org/ DISTNAME= rmagic-${PORTVERSION} MAINTAINER= jeremy@external.org @@ -18,8 +21,6 @@ RUN_DEPENDS= analog:${PORTSDIR}/www/analog \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles -BROKEN= "Not compatible with Analog 5.0." - WRKSRC= ${WRKDIR}/${DISTNAME} NO_BUILD= YES |