Summary: | [MAINTAINER] net/dropbox-api-command: update to 1.05 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | changlp | ||||
Component: | Individual Port(s) | Assignee: | Frederic Culot <culot> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
changlp
2012-08-29 06:20:06 UTC
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it. 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" State Changed From-To: open->closed Committed. Thanks! |