Bug 171151 - [MAINTAINER] net/dropbox-api-command: update to 1.05
Summary: [MAINTAINER] net/dropbox-api-command: update to 1.05
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-29 06:20 UTC by changlp
Modified: 2012-08-30 14:20 UTC (History)
0 users

See Also:


Attachments
dropbox-api-command-1.05,1.patch (1.58 KB, patch)
2012-08-29 06:20 UTC, changlp
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description changlp 2012-08-29 06:20:06 UTC
- Update to 1.05

- This update requires Webservice::Dropbox 1.09, please commit ports/171150 first

Generated with FreeBSD Port Tools 0.99
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2012-08-29 13:04:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-30 14:17:25 UTC
Author: culot
Date: Thu Aug 30 13:17:14 2012
New Revision: 303372
URL: http://svn.freebsd.org/changeset/ports/303372

Log:
  - Update to 1.05
  
  PR:		ports/171151
  Submitted by:	Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)

Modified:
  head/net/dropbox-api-command/Makefile
  head/net/dropbox-api-command/distinfo

Modified: head/net/dropbox-api-command/Makefile
==============================================================================
--- head/net/dropbox-api-command/Makefile	Thu Aug 30 12:08:46 2012	(r303371)
+++ head/net/dropbox-api-command/Makefile	Thu Aug 30 13:17:14 2012	(r303372)
@@ -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

Modified: head/net/dropbox-api-command/distinfo
==============================================================================
--- head/net/dropbox-api-command/distinfo	Thu Aug 30 12:08:46 2012	(r303371)
+++ head/net/dropbox-api-command/distinfo	Thu Aug 30 13:17:14 2012	(r303372)
@@ -1,2 +1,2 @@
-SHA256 (dropbox-api-command-1.03.tar.gz) = cd0bd174fa6ba3645c407f68d2b2cbead90f3f3f8fd930bd57598e874be064ff
-SIZE (dropbox-api-command-1.03.tar.gz) = 6864
+SHA256 (dropbox-api-command-1.05.tar.gz) = a04c84f01dd77941ad46db162c4ed36caeace5f4601b5c9e932eb57335642fdc
+SIZE (dropbox-api-command-1.05.tar.gz) = 7524
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2012-08-30 14:17:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!