Date: Wed, 30 Nov 2011 20:49:45 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: changlp@cs.nctu.edu.tw Subject: ports/162969: [PATCH] net/dropbox-api-command: Encode is already in all supported Perl releases Message-ID: <20111130124945.AAE944267@sunpoet.net> Resent-Message-ID: <201111301250.pAUCoACq056326@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 162969 >Category: ports >Synopsis: [PATCH] net/dropbox-api-command: Encode is already in all supported Perl releases >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 30 12:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-RC1 amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-RC1 FreeBSD 9.0-RC1 #0: Sun Nov 6 07:24:13 CST >Description: - Update RUN_DEPENDS: Encode is already in all supported Perl releases - Bump PORTREVISION for dependency change Port maintainer (changlp@cs.nctu.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- dropbox-api-command-20111123_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/dropbox-api-command/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 27 Nov 2011 13:15:50 -0000 1.2 +++ Makefile 30 Nov 2011 12:49:13 -0000 @@ -7,6 +7,7 @@ PORTNAME= dropbox-api-command PORTVERSION= 20111123 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://github.com/s-aska/${PORTNAME}/raw/${GITCOMMIT}/ DISTNAME= dropbox-api @@ -17,7 +18,6 @@ COMMENT= Dropbox API wrapper command RUN_DEPENDS= p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ - p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \ 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 \ --- dropbox-api-command-20111123_1.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?20111130124945.AAE944267>