diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-08-30 13:17:14 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-08-30 13:17:14 +0000 |
commit | 0ea77fc08235d2f762b46f9e6570e97e93a26d29 (patch) | |
tree | 8f943dc1548799e280092b1d9e480db8ee0d290c /net/dropbox-api-command/Makefile | |
parent | - Convert to new options framework (diff) |
- Update to 1.05
PR: ports/171151
Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)
Notes
Notes:
svn path=/head/; revision=303372
Diffstat (limited to 'net/dropbox-api-command/Makefile')
-rw-r--r-- | net/dropbox-api-command/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dropbox-api-command/Makefile b/net/dropbox-api-command/Makefile index 08729a17eb20..a0785e2a335d 100644 --- a/net/dropbox-api-command/Makefile +++ b/net/dropbox-api-command/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dropbox-api-command -PORTVERSION= 1.03 +PORTVERSION= 1.05 PORTEPOCH= 1 CATEGORIES= net @@ -16,13 +16,13 @@ COMMENT= Dropbox API wrapper command RUN_DEPENDS= p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ - p5-WebService-Dropbox>=0:${PORTSDIR}/net/p5-WebService-Dropbox \ + p5-WebService-Dropbox>=1.09:${PORTSDIR}/net/p5-WebService-Dropbox \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class USE_GITHUB= yes GH_ACCOUNT= s-aska GH_TAGNAME= ${PORTVERSION} -GH_COMMIT= b29aaad +GH_COMMIT= cd3a707 NO_BUILD= yes USE_PERL5_RUN= yes |