diff options
author | wxs <wxs@FreeBSD.org> | 2009-01-22 08:31:16 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-01-22 08:31:16 +0800 |
commit | 06a37cc3fbddfce51b6aaed08870a991b280f89b (patch) | |
tree | 9243f35ca43e35f987289a2a21b175347a3236fa /www/rt38 | |
parent | ddc2828d2ad17d0d2571b260aaa14936141b039f (diff) | |
download | freebsd-ports-gnome-06a37cc3fbddfce51b6aaed08870a991b280f89b.tar.gz freebsd-ports-gnome-06a37cc3fbddfce51b6aaed08870a991b280f89b.tar.zst freebsd-ports-gnome-06a37cc3fbddfce51b6aaed08870a991b280f89b.zip |
- Stop looking for things in perl 5.8.8 places [1]
- Remove trailing \ from MASTER_SITES [2]
- Don't fetch the signature [2]
- Add a dependency on p5-Net-SSLey [2]
- Fix plist to clean up www/rt38
PR: [1]: ports/130631 [2]: ports/130557
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
Diffstat (limited to 'www/rt38')
-rw-r--r-- | www/rt38/Makefile | 6 | ||||
-rw-r--r-- | www/rt38/Makefile.cpan | 3 | ||||
-rw-r--r-- | www/rt38/files/patch-Makefile.in | 4 | ||||
-rw-r--r-- | www/rt38/files/patch-config.layout | 4 | ||||
-rw-r--r-- | www/rt38/pkg-plist | 1 |
5 files changed, 9 insertions, 9 deletions
diff --git a/www/rt38/Makefile b/www/rt38/Makefile index 4bcc0d7e646e..b3461a570129 100644 --- a/www/rt38/Makefile +++ b/www/rt38/Makefile @@ -15,12 +15,10 @@ PORTNAME= rt PORTVERSION= 3.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ - ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ \ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ MAINTAINER= skreuzer@exit2shell.com COMMENT= RT is an industrial-grade ticketing system written in Perl diff --git a/www/rt38/Makefile.cpan b/www/rt38/Makefile.cpan index a42f1b1783e9..b4cae3277815 100644 --- a/www/rt38/Makefile.cpan +++ b/www/rt38/Makefile.cpan @@ -9,7 +9,8 @@ CLI_DEPS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-Getopt-Long>=2.24:${PORTSDIR}/devel/p5-Getopt-Long \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl + ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl \ + p5-Net-SSLeay>=1.35:${PORTSDIR}/security/p5-Net-SSLeay CORE_DEPS= p5-Encode>=2.13:${PORTSDIR}/converters/p5-Encode \ ${SITE_PERL}/Class/ReturnValue.pm:${PORTSDIR}/devel/p5-Class-ReturnValue \ diff --git a/www/rt38/files/patch-Makefile.in b/www/rt38/files/patch-Makefile.in index 63b4700f93da..78e8dbcf25f9 100644 --- a/www/rt38/files/patch-Makefile.in +++ b/www/rt38/files/patch-Makefile.in @@ -14,7 +14,7 @@ upgrade: testdeps config-install dirs files-install fixperms upgrade-instruct -upgrade-noclobber: config-install dirs libs-install html-install bin-install local-install doc-install fixperms -+upgrade-noclobber: config-install dirs libs-install html-install bin-install doc-install fixperms ++upgrade-noclobber: config-install dirs libs-install html-install bin-install doc-install # {{{ dependencies @@ -23,7 +23,7 @@ # }}} -install: testdeps config-install dirs files-install fixperms instruct -+install: config-install dirs files-install fixperms ++install: config-install dirs files-install -files-install: libs-install etc-install config-install bin-install sbin-install html-install local-install doc-install +files-install: libs-install etc-install config-install bin-install sbin-install html-install doc-install diff --git a/www/rt38/files/patch-config.layout b/www/rt38/files/patch-config.layout index c1863f9cc1db..c4d4d7557141 100644 --- a/www/rt38/files/patch-config.layout +++ b/www/rt38/files/patch-config.layout @@ -5,7 +5,7 @@ sysconfdir: ${prefix}/etc+ mandir: ${prefix}/man - libdir: ${prefix}/lib+ -+ libdir: /usr/local/lib/perl5/site_perl/5.8.8 ++ libdir: %%SITE_PERL%% datadir: ${prefix}/share+ htmldir: ${datadir}/html + sharedir: ${prefix}/share+ @@ -23,7 +23,7 @@ + custometcdir: ${customdir}/etc+ + customhtmldir: ${customdir}/www+ + customlexdir: ${sharedir}/po -+ customlibdir: /usr/local/lib/perl5/site_perl/5.8.8 ++ customlibdir: %%SITE_PERL%% </Layout> <Layout Win32> diff --git a/www/rt38/pkg-plist b/www/rt38/pkg-plist index 4d5719c86002..a92df8e07e8b 100644 --- a/www/rt38/pkg-plist +++ b/www/rt38/pkg-plist @@ -1209,3 +1209,4 @@ share/rt38/html/l @dirrm %%SITE_PERL%%/RT/Action @dirrm %%SITE_PERL%%/RT @dirrm etc/rt38 +@dirrmtry www/rt38 |