diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-27 21:15:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-27 21:15:50 +0800 |
commit | 85818748a4386ab525fefcee97fe58a9ba3b6ad8 (patch) | |
tree | a9b1c1d027927ac7a3d38de5c297812ba38f2e2c /net | |
parent | a5c24ee0197e8185e4959636e5b1bf99f05bb9fd (diff) | |
download | freebsd-ports-gnome-85818748a4386ab525fefcee97fe58a9ba3b6ad8.tar.gz freebsd-ports-gnome-85818748a4386ab525fefcee97fe58a9ba3b6ad8.tar.zst freebsd-ports-gnome-85818748a4386ab525fefcee97fe58a9ba3b6ad8.zip |
- Update to 20111123
PR: 162899
Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/dropbox-api-command/Makefile | 6 | ||||
-rw-r--r-- | net/dropbox-api-command/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/dropbox-api-command/Makefile b/net/dropbox-api-command/Makefile index 959c1b9f279b..99fd7e0c36bb 100644 --- a/net/dropbox-api-command/Makefile +++ b/net/dropbox-api-command/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dropbox-api-command -PORTVERSION= 20110512 +PORTVERSION= 20111123 CATEGORIES= net MASTER_SITES= https://github.com/s-aska/${PORTNAME}/raw/${GITCOMMIT}/ DISTNAME= dropbox-api @@ -20,10 +20,10 @@ RUN_DEPENDS= p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \ p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ - p5-Net-Dropbox-API>=0:${PORTSDIR}/net/p5-Net-Dropbox-API \ + p5-WebService-Dropbox>=0:${PORTSDIR}/net/p5-WebService-Dropbox \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class -GITCOMMIT= 1cf7c825f2897db5d101e3cc53c9a5a4607235ee +GITCOMMIT= a60a44e0d8282b4a41b05d8bc3aeaec7110c6dcf USE_PERL5_RUN= YES NO_BUILD= YES diff --git a/net/dropbox-api-command/distinfo b/net/dropbox-api-command/distinfo index 82b346ffcdbb..24b47aa92179 100644 --- a/net/dropbox-api-command/distinfo +++ b/net/dropbox-api-command/distinfo @@ -1,2 +1,2 @@ -SHA256 (dropbox-api) = 8ab7488e73ca553d7a9f593905394b493910d1b3d7a7b0bbd7a684e56aea1a59 -SIZE (dropbox-api) = 19327 +SHA256 (dropbox-api) = 3d65921de0540453e4ee35b40eb4a8d54bbd1aa2e6bdfb0012f8a532facaa356 +SIZE (dropbox-api) = 19660 |