diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2010-10-03 21:32:02 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2010-10-03 21:32:02 +0000 |
commit | e6841d6f1d8b173fde141c41caeb7674cee8e6be (patch) | |
tree | 3e8ec449b8492577fa7ae4c71fa43a660d9040be /net/p5-Net-Google-DataAPI/Makefile | |
parent | - correct WITH_SQLITE => WITH_SQLITE3 (diff) |
- update to version 0.22
Changelist:
0.22 Sun Aug 15 17:50:00 2010
- fix typo
0.21 Sun Aug 15 13:00:00 2010
- removed unnecessary depencencies (#60236)
- fix failing test
0.20 Tue Aug 10 11:30:00 2010
- use space instead of comma for scope parameter
- more documentations for Net::Google::DataAPI::Auth::OAuth
0.19 Mon Jun 07 12:27:00 2010
- make 'lazy_build' the content property of Role::HasContent
PR: 151129
Submitted by: maintainer
Approved by: Gunter Wambaugh <gunter _at_ six-two.net> maintainer, glarkin (mentor, implicit)
Diffstat (limited to 'net/p5-Net-Google-DataAPI/Makefile')
-rw-r--r-- | net/p5-Net-Google-DataAPI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-Google-DataAPI/Makefile b/net/p5-Net-Google-DataAPI/Makefile index 1821e6400f4e..adb9422f5ecb 100644 --- a/net/p5-Net-Google-DataAPI/Makefile +++ b/net/p5-Net-Google-DataAPI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Google-DataAPI -PORTVERSION= 0.18 +PORTVERSION= 0.22 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |