diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-19 16:07:10 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-19 16:07:10 +0000 |
commit | 55bb75388c538dcf7d45cb3e9892c48e99570895 (patch) | |
tree | 6a95c71ebfa457dcf5bf4b02f282287d6aea5774 /ftp | |
parent | eb7293d59ea89ee210f6ab5be53258f5470bb8a8 (diff) | |
download | freebsd-ports-55bb75388c538dcf7d45cb3e9892c48e99570895.zip |
upgrade to v3 pre1
drop maintainership
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/profxp/Makefile | 16 | ||||
-rw-r--r-- | ftp/profxp/distinfo | 2 | ||||
-rw-r--r-- | ftp/profxp/pkg-plist | 5 |
3 files changed, 16 insertions, 7 deletions
diff --git a/ftp/profxp/Makefile b/ftp/profxp/Makefile index a31c9ea988c7..fbb6d357b278 100644 --- a/ftp/profxp/Makefile +++ b/ftp/profxp/Makefile @@ -7,29 +7,33 @@ # PORTNAME= profxp -PORTVERSION= 2p1 +PORTVERSION= 3p1 CATEGORIES= ftp MASTER_SITES= http://duncanthrax.net/profxp/ -DISTNAME= ${PORTNAME}.v${PORTVERSION:S/p/-pre/} +DISTNAME= ${PORTNAME}-v${PORTVERSION:S/p/-pre/}-src -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org .include <bsd.port.pre.mk> RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl # perl 5.6.0 .if ${OSVERSION} < 500007 RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor .endif +WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes +post-patch: + @${PERL} -pi -e "s,^#!.*,#!${PERL},g" ${WRKSRC}/profxpv3.pl + do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/profxpv2.pl ${PREFIX}/bin/profxp + ${INSTALL_SCRIPT} ${WRKSRC}/profxpv3.pl ${PREFIX}/bin/profxp + ${CP} -R ${WRKSRC}/profxp ${PREFIX}/lib/perl5/site_perl/${PERL_VER} .include <bsd.port.post.mk> diff --git a/ftp/profxp/distinfo b/ftp/profxp/distinfo index 9418743a085c..4d059cad9f54 100644 --- a/ftp/profxp/distinfo +++ b/ftp/profxp/distinfo @@ -1 +1 @@ -MD5 (profxp.v2-pre1.tar.gz) = 9f050b7e1248941f54bcec0fc095aa20 +MD5 (profxp-v3-pre1-src.tar.gz) = 63b1511fa4fb17867d29747bd2ccdd0d diff --git a/ftp/profxp/pkg-plist b/ftp/profxp/pkg-plist index 47ec0b70ac43..9a9f996d790e 100644 --- a/ftp/profxp/pkg-plist +++ b/ftp/profxp/pkg-plist @@ -1 +1,6 @@ bin/profxp +lib/perl5/site_perl/%%PERL_VER%%/profxp/command.pm +lib/perl5/site_perl/%%PERL_VER%%/profxp/config.pm +lib/perl5/site_perl/%%PERL_VER%%/profxp/screen.pm +lib/perl5/site_perl/%%PERL_VER%%/profxp/tcp.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/profxp |