aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-12-05 11:37:11 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-12-05 11:37:11 +0800
commita5e283accf02089a551e16d4480c93181f5f063c (patch)
treef0af08d57e16c90544d1fdd7a51e221b37191a49 /net
parent2f396c37e7b03b43844894f5a88acde69ca3397a (diff)
downloadfreebsd-ports-gnome-a5e283accf02089a551e16d4480c93181f5f063c.tar.gz
freebsd-ports-gnome-a5e283accf02089a551e16d4480c93181f5f063c.tar.zst
freebsd-ports-gnome-a5e283accf02089a551e16d4480c93181f5f063c.zip
- Update to 1.00 [1]
- Update RUN_DEPENDS: Encode is already in all supported Perl releases PR: ports/162969 Submitted by: sunpoet (myself) Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) [1] Feature safe: yes
Diffstat (limited to 'net')
-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