aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2013-08-08 17:27:45 +0800
committerculot <culot@FreeBSD.org>2013-08-08 17:27:45 +0800
commit4607eda7e9e9c1e0dfcfd8fa811fbe7cebe183b5 (patch)
treeae9268e721db1413b52dc562d3872a0765690db5
parent2fa31ba8cb1501e5f7045b7e6ea52aea332defe4 (diff)
downloadfreebsd-ports-gnome-4607eda7e9e9c1e0dfcfd8fa811fbe7cebe183b5.tar.gz
freebsd-ports-gnome-4607eda7e9e9c1e0dfcfd8fa811fbe7cebe183b5.tar.zst
freebsd-ports-gnome-4607eda7e9e9c1e0dfcfd8fa811fbe7cebe183b5.zip
- Update to 1.18 [1]
- Trim Makefile's header [1] - Pet portlint(1) by changing tab into space in WWW link [1] - Convert to new Uses/perl5.mk framework Changes: http://search.cpan.org/dist/WebService-Dropbox/Changes PR: ports/181110 [1] Submitted by: Andrew Childs <lorne@cons.org.nz> Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)
-rw-r--r--net/p5-WebService-Dropbox/Makefile31
-rw-r--r--net/p5-WebService-Dropbox/distinfo4
-rw-r--r--net/p5-WebService-Dropbox/pkg-descr2
3 files changed, 18 insertions, 19 deletions
diff --git a/net/p5-WebService-Dropbox/Makefile b/net/p5-WebService-Dropbox/Makefile
index 01e0d9e58dc7..948aaea55a08 100644
--- a/net/p5-WebService-Dropbox/Makefile
+++ b/net/p5-WebService-Dropbox/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: p5-WebService-Dropbox
-# Date created: 2011-11-25
-# Whom: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
-#
+# Created by: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
# $FreeBSD$
-#
PORTNAME= WebService-Dropbox
-PORTVERSION= 1.09
+PORTVERSION= 1.18
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ASKADNA
@@ -18,28 +14,31 @@ COMMENT= Perl interface to Dropbox API
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
- p5-Net-OAuth>=0.27:${PORTSDIR}/net/p5-Net-OAuth \
- p5-String-Random>=0.22:${PORTSDIR}/devel/p5-String-Random
+BUILD_DEPENDS= p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON \
+ p5-Net-OAuth>=0.28:${PORTSDIR}/net/p5-Net-OAuth \
+ p5-URI>=1.60:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= LWP
LWP_DESC= Use LWP instead of Furl
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= WebService::Dropbox.3
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MLWP}
-BUILD_DEPENDS+= p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https \
- p5-libwww>=6.02:${PORTSDIR}/www/p5-libwww
-RUN_DEPENDS+= p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https \
- p5-libwww>=6.02:${PORTSDIR}/www/p5-libwww
+BUILD_DEPENDS+= p5-LWP-Protocol-https>=6.03:${PORTSDIR}/www/p5-LWP-Protocol-https \
+ p5-libwww>=6.04:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS+= p5-LWP-Protocol-https>=6.03:${PORTSDIR}/www/p5-LWP-Protocol-https \
+ p5-libwww>=6.04:${PORTSDIR}/www/p5-libwww
.else
-BUILD_DEPENDS+= p5-Furl>=0.38:${PORTSDIR}/www/p5-Furl
-RUN_DEPENDS+= p5-Furl>=0.38:${PORTSDIR}/www/p5-Furl
+BUILD_DEPENDS+= p5-Furl>=1.01:${PORTSDIR}/www/p5-Furl \
+ p5-IO-Socket-SSL>=1.77:${PORTSDIR}/security/p5-IO-Socket-SSL
+RUN_DEPENDS+= p5-Furl>=1.01:${PORTSDIR}/www/p5-Furl \
+ p5-IO-Socket-SSL>=1.77:${PORTSDIR}/security/p5-IO-Socket-SSL
.endif
.include <bsd.port.mk>
diff --git a/net/p5-WebService-Dropbox/distinfo b/net/p5-WebService-Dropbox/distinfo
index 21c417441ae2..08d0464d69b3 100644
--- a/net/p5-WebService-Dropbox/distinfo
+++ b/net/p5-WebService-Dropbox/distinfo
@@ -1,2 +1,2 @@
-SHA256 (WebService-Dropbox-1.09.tar.gz) = 3c865626eeb443e78e08e4554ee34f2adc9bf94bea94dffbaee8c6444d64d7eb
-SIZE (WebService-Dropbox-1.09.tar.gz) = 68780
+SHA256 (WebService-Dropbox-1.18.tar.gz) = 0ebeadd23afa7da5266be08eef99e7618bb35f4151898bb0fbacf40edcba7033
+SIZE (WebService-Dropbox-1.18.tar.gz) = 69669
diff --git a/net/p5-WebService-Dropbox/pkg-descr b/net/p5-WebService-Dropbox/pkg-descr
index 5b366a0efeab..737bbaf5d82e 100644
--- a/net/p5-WebService-Dropbox/pkg-descr
+++ b/net/p5-WebService-Dropbox/pkg-descr
@@ -1,3 +1,3 @@
WebService::Dropbox is Perl interface to Dropbox API
-WWW: http://search.cpan.org/dist/WebService-Dropbox/
+WWW: http://search.cpan.org/dist/WebService-Dropbox/