Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2006 01:30:12 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kappa@freebsd.org.ua, gslin@gslin.org
Subject:   ports/102153: [PATCH] net/p5-SOAP-Lite: update to 0.69
Message-ID:  <20060816173012.91AE7208@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608161740.k7GHeJXD094601@freefall.freebsd.org>

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

>Number:         102153
>Category:       ports
>Synopsis:       [PATCH] net/p5-SOAP-Lite: update to 0.69
>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:   Wed Aug 16 17:40:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 0.69
- Use BUILD_DEPENDS=${RUN_DEPENDS} to prevent from unnecessary dependency
- Use ${SETENV} to replace /bin/env
- Add WWW entry

Port maintainer (kappa@freebsd.org.ua) is cc'd.

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

--- p5-SOAP-Lite-0.69.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/p5-SOAP-Lite/Makefile /home/staff/gslin/work/p5-SOAP-Lite/Makefile
--- /usr/ports/net/p5-SOAP-Lite/Makefile	Sat Apr 15 01:16:59 2006
+++ /home/staff/gslin/work/p5-SOAP-Lite/Makefile	Thu Aug 17 01:26:14 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	SOAP-Lite
-PORTVERSION=	0.67
+PORTVERSION=	0.69
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	SOAP
@@ -15,14 +15,14 @@
 MAINTAINER=	kappa@freebsd.org.ua
 COMMENT=	SOAP::Lite - Client and server side SOAP implementation
 
-BUILD_DEPENDS=	${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
+RUN_DEPENDS=	${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
 		${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \
 		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
 		${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
 		${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
 		${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
 		${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--noprompt
@@ -67,7 +67,7 @@
 		XMLRPC::Transport::TCP.3
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|bin/env|usr/bin/env|' \
+	@${REINPLACE_CMD} -e 's|/bin/env|${SETENV}|' \
 		${WRKSRC}/bin/* ${WRKSRC}/t/*
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/net/p5-SOAP-Lite/distinfo /home/staff/gslin/work/p5-SOAP-Lite/distinfo
--- /usr/ports/net/p5-SOAP-Lite/distinfo	Sat Apr 15 01:16:59 2006
+++ /home/staff/gslin/work/p5-SOAP-Lite/distinfo	Thu Aug 17 01:26:33 2006
@@ -1,3 +1,3 @@
-MD5 (SOAP-Lite-0.67.tar.gz) = 2473030e75838e86529ca57a49f9104f
-SHA256 (SOAP-Lite-0.67.tar.gz) = df49b0583ae0cb28d788ffc031a3967e7acb73c4412fb48ef2a23e1baef6c493
-SIZE (SOAP-Lite-0.67.tar.gz) = 237149
+MD5 (SOAP-Lite-0.69.tar.gz) = 24e0c656a6a7047c91f7f3f3b5c36513
+SHA256 (SOAP-Lite-0.69.tar.gz) = 90b69cd2482027fecd371a3fd1341d2276fc189b2af66b5dd76f63b44529fb82
+SIZE (SOAP-Lite-0.69.tar.gz) = 238150
diff -ruN --exclude=CVS /usr/ports/net/p5-SOAP-Lite/pkg-descr /home/staff/gslin/work/p5-SOAP-Lite/pkg-descr
--- /usr/ports/net/p5-SOAP-Lite/pkg-descr	Mon May 28 20:52:09 2001
+++ /home/staff/gslin/work/p5-SOAP-Lite/pkg-descr	Thu Aug 17 01:28:08 2006
@@ -1,3 +1,5 @@
 SOAP::Lite is a collection of Perl modules which provides a 
 simple and lightweight interface to the Simple Object Access Protocol 
 (SOAP) both on client and server side.
+
+WWW:	http://search.cpan.org/dist/SOAP-Lite/
--- p5-SOAP-Lite-0.69.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?20060816173012.91AE7208>