Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2007 10:36:29 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/112958: [PATCH] textproc/p5-Pod-Xhtml: update to 1.57
Message-ID:  <20070525023629.480B3FCC@netnews.NCTU.edu.tw>
Resent-Message-ID: <200705250240.l4P2e3ej065423@freefall.freebsd.org>

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

>Number:         112958
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Pod-Xhtml: update to 1.57
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 25 02:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.2-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Sat Apr 28 00:53:10 CST 2007
>Description:
- Update to 1.57

Port maintainer (gslin@gslin.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Pod-Xhtml-1.57.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Pod-Xhtml/Makefile /home/staff/gslin/work/ports/p5-Pod-Xhtml/Makefile
--- /usr/ports/textproc/p5-Pod-Xhtml/Makefile	Thu Jul 13 09:51:48 2006
+++ /home/staff/gslin/work/ports/p5-Pod-Xhtml/Makefile	Fri May 25 10:35:40 2007
@@ -6,21 +6,21 @@
 #
 
 PORTNAME=	Pod-Xhtml
-PORTVERSION=	1.52
+PORTVERSION=	1.57
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Pod
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	gslin@gslin.org
+MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Generate well-formed XHTML documents from POD format documentation
 
-BUILD_DEPENDS=	${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
 MAN1=		pod2xhtml.1
-MAN3=		Pod::Xhtml.3
+MAN3=		Pod::Hyperlink::BounceURL.3 Pod::Xhtml.3
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Pod-Xhtml/distinfo /home/staff/gslin/work/ports/p5-Pod-Xhtml/distinfo
--- /usr/ports/textproc/p5-Pod-Xhtml/distinfo	Thu Jul 13 09:51:48 2006
+++ /home/staff/gslin/work/ports/p5-Pod-Xhtml/distinfo	Fri May 25 10:32:40 2007
@@ -1,3 +1,3 @@
-MD5 (Pod-Xhtml-1.52.tar.gz) = 2894be2c319c1e120d9fefcdd4e6fe8b
-SHA256 (Pod-Xhtml-1.52.tar.gz) = 42c30da1fb7f8f2fa062e2175585ea44445fd63baf30cf0f481adf5a6c646db4
-SIZE (Pod-Xhtml-1.52.tar.gz) = 22868
+MD5 (Pod-Xhtml-1.57.tar.gz) = cd833322c6bf4df1d92d5e8a8bedfc80
+SHA256 (Pod-Xhtml-1.57.tar.gz) = 164d5ad4492c75b9a7fcbbc646bc716c9e85fcfb5ca8725e8bfffdf5f2709028
+SIZE (Pod-Xhtml-1.57.tar.gz) = 25760
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Pod-Xhtml/pkg-plist /home/staff/gslin/work/ports/p5-Pod-Xhtml/pkg-plist
--- /usr/ports/textproc/p5-Pod-Xhtml/pkg-plist	Thu Jul 13 09:51:48 2006
+++ /home/staff/gslin/work/ports/p5-Pod-Xhtml/pkg-plist	Fri May 25 10:36:09 2007
@@ -1,7 +1,9 @@
 @comment $FreeBSD: ports/textproc/p5-Pod-Xhtml/pkg-plist,v 1.1 2006/07/13 01:51:48 rafan Exp $
-bin/pod2xhtml
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Xhtml/.packlist
+%%SITE_PERL%%/Pod/Hyperlink/BounceURL.pm
 %%SITE_PERL%%/Pod/Xhtml.pm
+bin/pod2xhtml
+@dirrmtry %%SITE_PERL%%/Pod/Hyperlink
+@dirrmtry %%SITE_PERL%%/Pod
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Xhtml
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod
-@dirrmtry %%SITE_PERL%%/Pod
--- p5-Pod-Xhtml-1.57.patch ends here ---

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



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