aboutsummaryrefslogtreecommitdiff
path: root/net/dropbox-api-command
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-05 03:37:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-05 03:37:11 +0000
commit4256d9c44c422c6c78d416f7f0559f7841a18e6d (patch)
treefddd5436032ea8fb0c0af222b65a800063612e1d /net/dropbox-api-command
parent4f13830aad19fce51bc3ce4c7f586549106e5ef4 (diff)
Notes
Diffstat (limited to 'net/dropbox-api-command')
-rw-r--r--net/dropbox-api-command/Makefile17
-rw-r--r--net/dropbox-api-command/distinfo4
-rw-r--r--net/dropbox-api-command/pkg-descr2
3 files changed, 11 insertions, 12 deletions
diff --git a/net/dropbox-api-command/Makefile b/net/dropbox-api-command/Makefile
index 99fd7e0c36bb..798cf3fae819 100644
--- a/net/dropbox-api-command/Makefile
+++ b/net/dropbox-api-command/Makefile
@@ -6,28 +6,27 @@
#
PORTNAME= dropbox-api-command
-PORTVERSION= 20111123
+PORTVERSION= 1.00
+PORTEPOCH= 1
CATEGORIES= net
-MASTER_SITES= https://github.com/s-aska/${PORTNAME}/raw/${GITCOMMIT}/
+MASTER_SITES= https://github.com/s-aska/${PORTNAME}/raw/${PORTVERSION}/
DISTNAME= dropbox-api
-EXTRACT_SUFX=
-EXTRACT_ONLY=
+EXTRACT_SUFX= # empty
+EXTRACT_ONLY= # empty
MAINTAINER= changlp@cs.nctu.edu.tw
COMMENT= Dropbox API wrapper command
RUN_DEPENDS= p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
- p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \
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-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class
-GITCOMMIT= a60a44e0d8282b4a41b05d8bc3aeaec7110c6dcf
-
-USE_PERL5_RUN= YES
-NO_BUILD= YES
FETCH_ARGS= -pRr
+NO_BUILD= yes
+USE_PERL5_RUN= yes
+
PLIST_FILES= bin/dropbox-api
do-install:
diff --git a/net/dropbox-api-command/distinfo b/net/dropbox-api-command/distinfo
index 24b47aa92179..47a1f430292e 100644
--- a/net/dropbox-api-command/distinfo
+++ b/net/dropbox-api-command/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dropbox-api) = 3d65921de0540453e4ee35b40eb4a8d54bbd1aa2e6bdfb0012f8a532facaa356
-SIZE (dropbox-api) = 19660
+SHA256 (dropbox-api) = 6ed544283d701f3d850c8b9307967a0520f59219aec7dca7357b4a26aa64e8d4
+SIZE (dropbox-api) = 20182
diff --git a/net/dropbox-api-command/pkg-descr b/net/dropbox-api-command/pkg-descr
index 21f007df2391..0d77efff5f99 100644
--- a/net/dropbox-api-command/pkg-descr
+++ b/net/dropbox-api-command/pkg-descr
@@ -2,4 +2,4 @@ Dropbox's API commands from the shell.
Including sub-commands like sync, find, etc.
-WWW: http://doc.7kai.org/Product/DropboxAPICommand/README
+WWW: https://github.com/s-aska/dropbox-api-command