diff options
author | netchild <netchild@FreeBSD.org> | 2003-07-26 19:51:33 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-07-26 19:51:33 +0800 |
commit | ec5da1b9b29cfb16fed6297bb98c9eaac8c73296 (patch) | |
tree | 1f0cd5c92fd06e170e07a313a564f73e37908db4 /www/interchange/Makefile | |
parent | 0fefbd8353bc25709fa642de8645cfb1c8f7471a (diff) | |
download | freebsd-ports-gnome-ec5da1b9b29cfb16fed6297bb98c9eaac8c73296.tar.gz freebsd-ports-gnome-ec5da1b9b29cfb16fed6297bb98c9eaac8c73296.tar.zst freebsd-ports-gnome-ec5da1b9b29cfb16fed6297bb98c9eaac8c73296.zip |
Update to 4.8.7.
Add dependency to p5-libwww[1].
Reported by: Evren Yurtesen <yurtesen@finland.ispro.net.tr> [1]
Diffstat (limited to 'www/interchange/Makefile')
-rw-r--r-- | www/interchange/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/interchange/Makefile b/www/interchange/Makefile index 9d37a1144802..b77f8afc35ce 100644 --- a/www/interchange/Makefile +++ b/www/interchange/Makefile @@ -6,8 +6,7 @@ # PORTNAME= interchange -PORTVERSION= 4.8.6 -PORTREVISION= 2 +PORTVERSION= 4.8.7 CATEGORIES= www MASTER_SITES= http://ftp.icdevgroup.org/interchange/4.8/tar/ @@ -21,6 +20,7 @@ RUN_DEPENDS= ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statemen ${ARCH_PERL}/Safe/Hole.pm:${PORTSDIR}/security/p5-Safe-Hole \ ${ARCH_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${ARCH_PERL}/MIME/Base64.pm:${PORTSDIR}/mail/p5-MIME-Tools \ + ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl \ ${ARCH_PERL}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey |