svn commit: r323555 - head/www/rt40
Matthew Seaman
matthew at FreeBSD.org
Wed Jul 24 05:16:38 UTC 2013
Author: matthew
Date: Wed Jul 24 05:16:37 2013
New Revision: 323555
URL: http://svnweb.freebsd.org/changeset/ports/323555
Log:
- Require p5-Email-Address >= 1.895 as versions 1.893 -- 1.894 have
serious bugs when handling non-ascii characters in addresses
- Remove the mirror at ftp.eu.uu.net which hasn't been updated since
the release of rt-4.0.8
- Add SourceForge as a mirror site
Modified:
head/www/rt40/Makefile
head/www/rt40/Makefile.cpan
Modified: head/www/rt40/Makefile
==============================================================================
--- head/www/rt40/Makefile Tue Jul 23 21:48:31 2013 (r323554)
+++ head/www/rt40/Makefile Wed Jul 24 05:16:37 2013 (r323555)
@@ -2,10 +2,10 @@
PORTNAME= rt
PORTVERSION= 4.0.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \
- ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/
+ SF/requesttracker/
MAINTAINER= matthew at FreeBSD.org
COMMENT= RT is an industrial-grade ticketing system written in Perl
Modified: head/www/rt40/Makefile.cpan
==============================================================================
--- head/www/rt40/Makefile.cpan Tue Jul 23 21:48:31 2013 (r323554)
+++ head/www/rt40/Makefile.cpan Wed Jul 24 05:16:37 2013 (r323555)
@@ -32,7 +32,7 @@ CORE_DEPS= p5-CSS-Squish>=0.06:${PORTSDI
p5-DateTime>=0.44:${PORTSDIR}/devel/p5-DateTime \
p5-Devel-GlobalDestruction>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \
p5-Devel-StackTrace>=1.30:${PORTSDIR}/devel/p5-Devel-StackTrace \
- p5-Email-Address>0:${PORTSDIR}/mail/p5-Email-Address \
+ p5-Email-Address>=1.89.5:${PORTSDIR}/mail/p5-Email-Address \
p5-Encode>=2.39:${PORTSDIR}/converters/p5-Encode \
p5-File-ShareDir>0:${PORTSDIR}/devel/p5-File-ShareDir \
p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \
More information about the svn-ports-head
mailing list