Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2001 15:24:23 +0800 (CST)
From:      leeym@bsd.ce.ntu.edu.tw
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26241: update port: net/p5-Net-Jabber
Message-ID:  <200103310724.f2V7ONx56418@utopia.leeym.com>

next in thread | raw e-mail | index | archive | help

>Number:         26241
>Category:       ports
>Synopsis:       update port: net/p5-Net-Jabber
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 30 23:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 4.3-RC i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 4.3-RC FreeBSD 4.3-RC #0: Thu Mar 29 11:17:18 CST 2001 root@:/home/system/obj/usr/src/sys/UTOPIA i386


>Description:

fix the dependency and pkg-plist problem.

>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/net/p5-Net-Jabber/Makefile p5-Net-Jabber/Makefile
--- /usr/ports/net/p5-Net-Jabber/Makefile	Sun Feb 18 04:02:20 2001
+++ p5-Net-Jabber/Makefile	Sat Mar 31 15:21:18 2001
@@ -15,7 +15,7 @@
 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
 
diff -ruN /usr/ports/net/p5-Net-Jabber/pkg-plist p5-Net-Jabber/pkg-plist
--- /usr/ports/net/p5-Net-Jabber/pkg-plist	Sun Feb 18 04:02:21 2001
+++ p5-Net-Jabber/pkg-plist	Wed Feb 28 22:25:32 2001
@@ -51,6 +51,7 @@
 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 @@
 @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
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103310724.f2V7ONx56418>