diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-01-20 00:07:10 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-01-20 00:07:10 +0800 |
commit | 1deb00075fd134256b48e9c296d806615409e6bd (patch) | |
tree | 233f2cf1c49adacf6aac496cb4868dc9ef4eb6bf /ftp/profxp | |
parent | 5ba6110a0862e1085cc7566781446bfc8691d3aa (diff) | |
download | freebsd-ports-gnome-1deb00075fd134256b48e9c296d806615409e6bd.tar.gz freebsd-ports-gnome-1deb00075fd134256b48e9c296d806615409e6bd.tar.zst freebsd-ports-gnome-1deb00075fd134256b48e9c296d806615409e6bd.zip |
upgrade to v3 pre1
drop maintainership
Diffstat (limited to 'ftp/profxp')
-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 |