Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jun 2012 17:36:41 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        changlp@cs.nctu.edu.tw
Subject:   ports/169566: [PATCH] net/p5-WebService-Dropbox: update to 1.07
Message-ID:  <3WPV3s4lD3z47q@sunpoet.net>
Resent-Message-ID: <201206300940.q5U9eCVr085565@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         169566
>Category:       ports
>Synopsis:       [PATCH] net/p5-WebService-Dropbox: update to 1.07
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 30 09:40:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat Jun 23 18:28:28 CST 2012
>Description:
- Update to 1.07
- Convert to new options framework

Changes:	http://search.cpan.org/dist/WebService-Dropbox/Changes

Port maintainer (changlp@cs.nctu.edu.tw) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-WebService-Dropbox-1.07.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-WebService-Dropbox/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	19 May 2012 12:43:35 -0000	1.7
+++ Makefile	30 Jun 2012 09:36:50 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	WebService-Dropbox
-PORTVERSION=	1.06
+PORTVERSION=	1.07
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ASKADNA
@@ -20,7 +20,8 @@
 		p5-String-Random>=0.22:${PORTSDIR}/devel/p5-String-Random
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-OPTIONS=	LWP	"Use LWP instead of Furl" off
+OPTIONS_DEFINE=	LWP
+LWP_DESC=	Use LWP instead of Furl
 
 PERL_CONFIGURE=	yes
 
@@ -28,7 +29,7 @@
 
 .include <bsd.port.options.mk>
 
-.if defined(WITH_LWP)
+.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 \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/p5-WebService-Dropbox/distinfo,v
retrieving revision 1.7
diff -u -u -r1.7 distinfo
--- distinfo	19 May 2012 12:43:35 -0000	1.7
+++ distinfo	30 Jun 2012 09:36:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (WebService-Dropbox-1.06.tar.gz) = a92c0fb049873405b82927051ca8263df93412a757527d78dd0a80098ebda361
-SIZE (WebService-Dropbox-1.06.tar.gz) = 67727
+SHA256 (WebService-Dropbox-1.07.tar.gz) = c62d2fb824b9183f50d6ff3c3b417790f86b831f7bfc21aaaa598e0b48dc7a9a
+SIZE (WebService-Dropbox-1.07.tar.gz) = 68045
--- p5-WebService-Dropbox-1.07.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3WPV3s4lD3z47q>