diff options
author | tobez <tobez@FreeBSD.org> | 2006-02-28 19:12:49 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-02-28 19:12:49 +0800 |
commit | 2850aae767df7e8d97deccdc94baa7ff7940d3ed (patch) | |
tree | 58ce1427f7ca6149c14061c35770f06b4296d13a | |
parent | 7146c028b69aacdf44910a5e1a1447a723e2f72a (diff) | |
download | freebsd-ports-gnome-2850aae767df7e8d97deccdc94baa7ff7940d3ed.tar.gz freebsd-ports-gnome-2850aae767df7e8d97deccdc94baa7ff7940d3ed.tar.zst freebsd-ports-gnome-2850aae767df7e8d97deccdc94baa7ff7940d3ed.zip |
Fix plist for 5.8.8. IGNORE this port for older perls, since some of
its dependencies require 5.8.X. Bump PORTREVISION.
Approved by: portmgr (kris/semi-implicit)
-rw-r--r-- | www/rt2/Makefile | 10 | ||||
-rw-r--r-- | www/rt2/pkg-plist | 5 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/rt2/Makefile b/www/rt2/Makefile index 640967a5513e..2e5077625b44 100644 --- a/www/rt2/Makefile +++ b/www/rt2/Makefile @@ -7,7 +7,7 @@ PORTNAME= rt2 PORTVERSION= 2.0.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ DISTNAME= rt-${PORTVERSION:S/./-/g} @@ -71,12 +71,12 @@ MAN3= RT::Links.3 RT::Watchers.3 RT::Group.3 RT::Keyword.3 \ .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500800 +IGNORE= dependencies require perl 5.8.0 or later. Install lang/perl5.8 and try again +.endif + .if ${DB_TYPE} == "Pg" -.if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg-13 -.else BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -.endif .else DB_TYPE= mysql BUILD_DEPENDS+= ${LOCALBASE}/bin/safe_mysqld:${PORTSDIR}/databases/mysql323-server diff --git a/www/rt2/pkg-plist b/www/rt2/pkg-plist index d996c905e573..bb49de0b731b 100644 --- a/www/rt2/pkg-plist +++ b/www/rt2/pkg-plist @@ -305,13 +305,12 @@ rt2/lib/RT/Action/README.hackers rt2/lib/RT/Action/ResolveMembers.pm rt2/lib/RT/Action/NotifyAsComment.pm rt2/lib/RT/Action/Autoreply.pm -rt2/lib/auto/RT/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RT/.packlist rt2/README +@dirrmtry lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RT @dirrm rt2/local/WebRT/html @dirrm rt2/local/WebRT @dirrm rt2/local -@dirrm rt2/lib/auto/RT -@dirrm rt2/lib/auto @dirrm rt2/lib/RT/Interface @dirrm rt2/lib/RT/Condition @dirrm rt2/lib/RT/Action |