Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2003 15:56:54 +0200 (CEST)
From:      Mathieu Arnold <m@absolight.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        m@absolight.net
Subject:   ports/54321: update devel/p5-Devel-Profile
Message-ID:  <20030710135654.57D1A7CDC@aragorn.reaumur.absolight.net>
Resent-Message-ID: <200307101400.h6AE0WeH009535@freefall.freebsd.org>

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

>Number:         54321
>Category:       ports
>Synopsis:       update devel/p5-Devel-Profile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 10 07:00:31 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386

>Description:
Update devel/p5-Devel-Profile to 1.02

* handle void context
* fix periodic save

>How-To-Repeat:
>Fix:

--- p5-Devel-Profile-1.02.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Devel-Profile/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	18 Apr 2003 06:17:39 -0000	1.1
+++ Makefile	10 Jul 2003 13:54:58 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Devel-Profile
-PORTVERSION=	1.01
+PORTVERSION=	1.02
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Devel
@@ -15,12 +15,11 @@
 MAINTAINER=	m@absolight.net
 COMMENT=	Tell me why my perl program runs so slowly
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=		Devel::Profile.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Devel-Profile/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	18 Apr 2003 06:17:39 -0000	1.1
+++ distinfo	10 Jul 2003 13:54:58 -0000
@@ -1 +1 @@
-MD5 (Devel-Profile-1.01.tar.gz) = 08561aceb83895e0862e663205dcc19c
+MD5 (Devel-Profile-1.02.tar.gz) = 7637666252eaf4dc3493ee6ac9f1d1cf
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Devel-Profile/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	18 Apr 2003 06:17:39 -0000	1.1
+++ pkg-descr	10 Jul 2003 13:54:58 -0000
@@ -3,4 +3,4 @@
 script. This information can be used to determine which subroutines are using
 the most time and which subroutines are being called most often. 
 
-WWW: http://search.cpan.org/author/JAW/Devel-Profile
+WWW: http://search.cpan.org/dist/Devel-Profile/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Devel-Profile/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	18 Apr 2003 06:17:39 -0000	1.1
+++ pkg-plist	10 Jul 2003 13:54:58 -0000
@@ -1,3 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/Devel/Profile.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Profile/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Profile
+%%SITE_PERL%%/Devel/Profile.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Profile/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Profile
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Devel 2>/dev/null || true
--- p5-Devel-Profile-1.02.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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