ports/57962: Update port: net/p5-Net-Google from 0.52 to 0.60

Cheng-Lung Sung clsung at dragon2.net
Mon Oct 13 16:30:18 UTC 2003


>Number:         57962
>Category:       ports
>Synopsis:       Update port: net/p5-Net-Google from 0.52 to 0.60
>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:   Mon Oct 13 09:30:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #3: Wed Oct 8 07:32:16 CST 2003 root at sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
- Update port: net/p5-Net-Google
>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/net/p5-Net-Google/Makefile ./p5-Net-Google/Makefile
--- /usr/ports/net/p5-Net-Google/Makefile	Fri Mar  7 14:07:55 2003
+++ ./p5-Net-Google/Makefile	Tue Oct 14 00:26:57 2003
@@ -6,16 +6,16 @@
 #
 
 PORTNAME=	Net-Google
-PORTVERSION=	0.52
+PORTVERSION=	0.60
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	skv at FreeBSD.org
-COMMENT=	simple OOP-ish interface to the Google SOAP API
+COMMENT=	A Simple OOP-ish interface to the Google SOAP API
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
+BUILD_DEPENDS=	${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
@@ -25,15 +25,4 @@
 		Net::Google::Service.3
 MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
-.include <bsd.port.pre.mk>
-
-SITE_PERL?=     ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
-
-PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|}
-PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|}
-
-.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 6
-BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
-.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 6
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -ruN /usr/ports/net/p5-Net-Google/distinfo ./p5-Net-Google/distinfo
--- /usr/ports/net/p5-Net-Google/distinfo	Thu Jan 30 12:30:45 2003
+++ ./p5-Net-Google/distinfo	Tue Oct 14 00:17:53 2003
@@ -1 +1 @@
-MD5 (Net-Google-0.52.tar.gz) = 2fa8826cb347d79a123405be66fcb0db
+MD5 (Net-Google-0.60.tar.gz) = e1be119f48548145ae1143d72ec1f18b
diff -ruN /usr/ports/net/p5-Net-Google/pkg-plist ./p5-Net-Google/pkg-plist
--- /usr/ports/net/p5-Net-Google/pkg-plist	Thu Jan 30 12:30:45 2003
+++ ./p5-Net-Google/pkg-plist	Tue Oct 14 00:22:07 2003
@@ -1,13 +1,14 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Google/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/Net/Google.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Cache.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Response.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Search.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Service.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Services/GoogleSearch.wsdl
-lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Spelling.pm
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Services
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Google
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Google
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Google/.packlist
+%%SITE_PERL%%/%%PERL_VER%%/Net/Google.pm
+%%SITE_PERL%%/%%PERL_VER%%/Net/Google/tool.pm
+%%SITE_PERL%%/%%PERL_VER%%/Net/Google/Cache.pm
+%%SITE_PERL%%/%%PERL_VER%%/Net/Google/Response.pm
+%%SITE_PERL%%/%%PERL_VER%%/Net/Google/Search.pm
+%%SITE_PERL%%/%%PERL_VER%%/Net/Google/Service.pm
+%%SITE_PERL%%/%%PERL_VER%%/Net/Google/Services/GoogleSearch.wsdl
+%%SITE_PERL%%/%%PERL_VER%%/Net/Google/Spelling.pm
+ at dirrm %%SITE_PERL%%/%%PERL_VER%%/Net/Google/Services
+ at dirrm %%SITE_PERL%%/%%PERL_VER%%/Net/Google
+ at dirrm %%SITE_PERL%%/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Google
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_VER%%/Net 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list