diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-30 04:22:09 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-30 04:22:09 +0000 |
commit | b1956e5f7899ef9e1747f85495ebe3b10117f6ba (patch) | |
tree | 410296bbb52d2c7816f8b6c4d457ec31dd1fe859 /www | |
parent | maintainer update port: audio/cd-discid (diff) |
maintainer-update www/p5-WWW-Search-Google to 0.21
PR: ports/47294
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes:
svn path=/head/; revision=74239
Diffstat (limited to '')
-rw-r--r-- | www/p5-WWW-Search-Google/Makefile | 5 | ||||
-rw-r--r-- | www/p5-WWW-Search-Google/distinfo | 2 | ||||
-rw-r--r-- | www/p5-WWW-Search-Google/pkg-plist | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/www/p5-WWW-Search-Google/Makefile b/www/p5-WWW-Search-Google/Makefile index 9703832e5f83..b6fcfd6b1a51 100644 --- a/www/p5-WWW-Search-Google/Makefile +++ b/www/p5-WWW-Search-Google/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WWW-Search-Google -PORTVERSION= 0.20 +PORTVERSION= 0.21 PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= erwin@lansing.dk BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/WWW/Search.pm:${PORTSDIR}/www/p5-WWW-Search \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Google.pm:${PORTSDIR}/net/p5-Net-Google RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/www/p5-WWW-Search-Google/distinfo b/www/p5-WWW-Search-Google/distinfo index 9ea8d8060ad6..0cc0112e3521 100644 --- a/www/p5-WWW-Search-Google/distinfo +++ b/www/p5-WWW-Search-Google/distinfo @@ -1 +1 @@ -MD5 (WWW-Search-Google-0.20.tar.gz) = 66f76cdf194f4647a9b130a3924175e8 +MD5 (WWW-Search-Google-0.21.tar.gz) = 15c723b987f2b743e852484fd5412070 diff --git a/www/p5-WWW-Search-Google/pkg-plist b/www/p5-WWW-Search-Google/pkg-plist index 8a421cd4747c..b621dcdfe6aa 100644 --- a/www/p5-WWW-Search-Google/pkg-plist +++ b/www/p5-WWW-Search-Google/pkg-plist @@ -1,3 +1,7 @@ lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Google.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Search/Google/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Search/Google +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Search 2>&1 || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW 2>&1 || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/WWW/Search 2>&1 || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/WWW 2>&1 || true |