Bug 50190 - maintainer-update devel/p5-Sub-Uplevel to 0.07-2
Summary: maintainer-update devel/p5-Sub-Uplevel to 0.07-2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-22 12:40 UTC by Erwin Lansing
Modified: 2003-04-02 12:54 UTC (History)
0 users

See Also:


Attachments
p5-Sub-Uplevel.diff (1.79 KB, patch)
2003-03-22 12:40 UTC, Erwin Lansing
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erwin Lansing 2003-03-22 12:40:06 UTC
update to 0.07-2
Comment 1 Erwin Lansing 2003-03-28 09:05:21 UTC
Fix the perllocal.pod mess (see ports/50385 and ports/48960 for
discussion) and make portlint a bit more happy with the following patch: 


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Sub-Uplevel/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	21 Feb 2003 11:22:51 -0000	1.3
+++ Makefile	28 Mar 2003 09:03:02 -0000
@@ -6,18 +6,18 @@
 #
 
 PORTNAME=	Sub-Uplevel
-PORTVERSION=	0.06
+PORTVERSION=	0.07
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Sub
 PKGNAMEPREFIX=	p5-
+DISTFILES=	${DISTNAME}-2${EXTRACT_SUFX}
 
 MAINTAINER=	erwin@lansing.dk
 COMMENT=	Sub::Uplevel - apparently run a function in a higher stack frame
 
 PERL_CONFIGURE=	yes
 
-MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=		Sub::Uplevel.3
 
 .include <bsd.port.pre.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Sub-Uplevel/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	28 Jan 2003 14:20:01 -0000	1.1
+++ distinfo	28 Mar 2003 09:03:02 -0000
@@ -1 +1 @@
-MD5 (Sub-Uplevel-0.06.tar.gz) = 1436ca7aa406c1f8096ca6f56f0c69ed
+MD5 (Sub-Uplevel-0.07-2.tar.gz) = d07f39a9e67f0a48734b775ca16c6963
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-02 12:54:11 UTC
State Changed
From-To: open->closed

Commited, thanks!