mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 1.8
- Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/Net-Dropbox-API/Changes Feature safe: yes
This commit is contained in:
parent
96e6b353ad
commit
c5774874a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294125
2 changed files with 6 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Net-Dropbox-API
|
PORTNAME= Net-Dropbox-API
|
||||||
PORTVERSION= 1.7
|
PORTVERSION= 1.8
|
||||||
CATEGORIES= net perl5
|
CATEGORIES= net perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -14,12 +14,14 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= A dropbox API interface
|
COMMENT= A dropbox API interface
|
||||||
|
|
||||||
RUN_DEPENDS= p5-Data-Random>=0:${PORTSDIR}/devel/p5-Data-Random \
|
BUILD_DEPENDS= p5-Data-Random>=0:${PORTSDIR}/devel/p5-Data-Random \
|
||||||
|
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
|
||||||
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
||||||
p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \
|
p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \
|
||||||
p5-Net-OAuth>=0:${PORTSDIR}/net/p5-Net-OAuth \
|
p5-Net-OAuth>=0:${PORTSDIR}/net/p5-Net-OAuth \
|
||||||
p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense \
|
p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense \
|
||||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||||
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (Net-Dropbox-API-1.7.tar.gz) = 8afd265241f3ad030a9f59252c80857e58cf1bb8d53c1293d2aa92dd2938d9b4
|
SHA256 (Net-Dropbox-API-1.8.tar.gz) = 13d9e860b820ad08f216b72208df33fbdeceb204f694877cbf62e975014b4b11
|
||||||
SIZE (Net-Dropbox-API-1.7.tar.gz) = 30614
|
SIZE (Net-Dropbox-API-1.8.tar.gz) = 31364
|
||||||
|
|
Loading…
Add table
Reference in a new issue