aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-GitHub/Makefile5
-rw-r--r--net/p5-Net-GitHub/distinfo4
-rw-r--r--net/p5-Net-GitHub/pkg-plist2
3 files changed, 8 insertions, 3 deletions
diff --git a/net/p5-Net-GitHub/Makefile b/net/p5-Net-GitHub/Makefile
index 5c034e9f96aa..c863019fa518 100644
--- a/net/p5-Net-GitHub/Makefile
+++ b/net/p5-Net-GitHub/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= Net-GitHub
-PORTVERSION= 0.23
+PORTVERSION= 0.27
CATEGORIES= net perl5
MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:FAYLAND
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
@@ -41,6 +42,8 @@ MAN3= Net::GitHub.3 Net::GitHub::V1.3 \
Net::GitHub::V2::Network.3 \
Net::GitHub::V2::NoRepo.3 \
Net::GitHub::V2::Object.3 \
+ Net::GitHub::V2::Organizations.3 \
+ Net::GitHub::V2::PullRequest.3 \
Net::GitHub::V2::Repositories.3 \
Net::GitHub::V2::Users.3
diff --git a/net/p5-Net-GitHub/distinfo b/net/p5-Net-GitHub/distinfo
index 109ac409b960..5773471c384e 100644
--- a/net/p5-Net-GitHub/distinfo
+++ b/net/p5-Net-GitHub/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Net-GitHub-0.23.tar.gz) = 5772a8e81c94da3340882f33e00cfd8965a535921d688069516c229c9e74ff15
-SIZE (Net-GitHub-0.23.tar.gz) = 48437
+SHA256 (Net-GitHub-0.27.tar.gz) = eab559265c86c6fc5529576b3be165a6ea26851b09210b9cb00e6564128555a0
+SIZE (Net-GitHub-0.27.tar.gz) = 51443
diff --git a/net/p5-Net-GitHub/pkg-plist b/net/p5-Net-GitHub/pkg-plist
index 21bde16026f8..d704f64624dd 100644
--- a/net/p5-Net-GitHub/pkg-plist
+++ b/net/p5-Net-GitHub/pkg-plist
@@ -17,6 +17,8 @@
%%SITE_PERL%%/Net/GitHub/V2/Network.pm
%%SITE_PERL%%/Net/GitHub/V2/NoRepo.pm
%%SITE_PERL%%/Net/GitHub/V2/Object.pm
+%%SITE_PERL%%/Net/GitHub/V2/Organizations.pm
+%%SITE_PERL%%/Net/GitHub/V2/PullRequest.pm
%%SITE_PERL%%/Net/GitHub/V2/Repositories.pm
%%SITE_PERL%%/Net/GitHub/V2/Users.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/GitHub
2010-04-07 19:26:52 +0800'>2010-04-071-4/+7 * | Simplify the search UI for express mode.Matthew Barnes2010-04-071-1/+0 |/ * Bug 612916 - e_lookup_action() called too early during initializationMatthew Barnes2010-03-161-2/+4 * Revert some bad assumptions I made in EPluginUI.Matthew Barnes2010-03-161-3/+2 * Shell and UI manager cleanups.Matthew Barnes2010-03-141-10/+10 * Add a set of actions that open a view in a new windowMichael Meeks2010-03-141-0/+1 * clean up the 'express' mode hooks for UI Managers and start toMichael Meeks2010-03-141-13/+19 * Hide switcher in express mode.Srinivasa Ragavan2010-03-141-3/+7 * Use "mail" as the fallback shell view when starting up.Matthew Barnes2010-02-171-1/+4 * Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-0/+1 * Reverting commit 55c3f228ad35 because it's crashing EvolutionMilan Crha2009-12-231-2/+2 * Fix the way parent class is called. Anjal classes were never invokedSrinivasa Ragavan2009-12-231-2/+2 * Allow EShellWindow "construct" methods to return NULL.Matthew Barnes2009-12-021-14/+25 * Add private virtual methods to EShellWindowClass.Matthew Barnes2009-12-021-176/+106 * Add a --geometry command-line option.Matthew Barnes2009-11-261-5/+22 * Hide actions when lockdown settings are enabled.Matthew Barnes2009-11-141-3/+3 * Build with GTK_DISABLE_DEPRECATED and fix resulting breakage.Matthew Barnes2009-10-021-1/+3 * Finish killing Bonobo.Matthew Barnes2009-09-091-12/+4 * Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-20/+20 * Nit pick.Matthew Barnes2009-08-281-2/+2 * Fix resize behavior of main window panes.Matthew Barnes2009-08-271-1/+1 * Bug 511769 - Poor indication of when network is unavailableMatthew Barnes2009-08-251-0/+12 * Remember position of main window.Matthew Barnes2009-08-251-1/+1 * Kill EMMenu and EMPopup.Matthew Barnes2009-08-101-1/+10 * Fix similar weak pointer issues throughout.Matthew Barnes2009-06-201-0/+6 * Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1 * Rename EShell:online-mode to EShell:online and update docs.Matthew Barnes2009-02-191-0/+25 * Clean up the EMFormat stack. Add some GObject properties to bind to.Matthew Barnes2009-02-19