Fix the dependency and pkg-plist.
PR: 26241 Submitted by: MAINTAINER
This commit is contained in:
parent
161f535385
commit
8f4abe0124
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40675
4 changed files with 6 additions and 2 deletions
|
@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= leeym@cae.ce.ntu.edu.tw
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Stream.pm:${PORTSDIR}/textproc/p5-XML-Stream \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time
|
||||
|
||||
|
|
|
@ -51,6 +51,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Signed.pm
|
|||
lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/XDB.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Jabber/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Jabber
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/SXPM
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Roster
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Form/Field
|
||||
|
@ -64,3 +65,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Jabber/.packlist
|
|||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Dialback
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Data
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
|
||||
|
|
|
@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= leeym@cae.ce.ntu.edu.tw
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Stream.pm:${PORTSDIR}/textproc/p5-XML-Stream \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time
|
||||
|
||||
|
|
|
@ -51,6 +51,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Signed.pm
|
|||
lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/XDB.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Jabber/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Jabber
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/SXPM
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Roster
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Form/Field
|
||||
|
@ -64,3 +65,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Jabber/.packlist
|
|||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Dialback
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Data
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue