From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 7 19:10:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39D83106567C for ; Sun, 7 Sep 2008 19:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 22D638FC16 for ; Sun, 7 Sep 2008 19:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m87JA0Uh056678 for ; Sun, 7 Sep 2008 19:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m87JA0Ut056677; Sun, 7 Sep 2008 19:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 7 Sep 2008 19:10:00 GMT Resent-Message-Id: <200809071910.m87JA0Ut056677@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Felippe de Meirelles Motta Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B01E106564A for ; Sun, 7 Sep 2008 19:05:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 978D18FC08 for ; Sun, 7 Sep 2008 19:05:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m87J55N7017103 for ; Sun, 7 Sep 2008 19:05:05 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m87J55Ur017102; Sun, 7 Sep 2008 19:05:05 GMT (envelope-from nobody) Message-Id: <200809071905.m87J55Ur017102@www.freebsd.org> Date: Sun, 7 Sep 2008 19:05:05 GMT From: Felippe de Meirelles Motta To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127189: [UPDATE] comms/p5-SMS-Send-DeviceGsm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2008 19:10:01 -0000 >Number: 127189 >Category: ports >Synopsis: [UPDATE] comms/p5-SMS-Send-DeviceGsm >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: Sun Sep 07 19:10:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Felippe de Meirelles Motta >Release: FreeBSD/amd64 8-CURRENT >Organization: >Environment: FreeBSD shire.freebsd.org 8.0-CURRENT FreeBSD 8.0-CURRENT #6: Thu Sep 4 22:37:20 BRT 2008 lippe@shire.freebsd.org:/usr/obj/usr/src/sys/SHIRE amd64 >Description: - Update to 1.04. - Better adjustment of dependencies. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: comms/p5-SMS-Send-DeviceGsm/Makefile =================================================================== RCS file: /home/pcvs/ports/comms/p5-SMS-Send-DeviceGsm/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- comms/p5-SMS-Send-DeviceGsm/Makefile 29 Apr 2008 17:00:01 -0000 1.4 +++ comms/p5-SMS-Send-DeviceGsm/Makefile 7 Sep 2008 19:04:14 -0000 @@ -6,7 +6,7 @@ # PORTNAME= SMS-Send-DeviceGsm -PORTVERSION= 1.02 +PORTVERSION= 1.04 CATEGORIES= comms perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,10 @@ MAINTAINER= snowfly@yuntech.edu.tw COMMENT= An SMS::Send driver for Device::Gsm -RUN_DEPENDS= ${SITE_PERL}/SMS/Send.pm:${PORTSDIR}/comms/p5-SMS-Send \ - ${SITE_PERL}/Device/Gsm.pm:${PORTSDIR}/comms/p5-Device-Gsm -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-SMS-Send>=0.04:${PORTSDIR}/comms/p5-SMS-Send \ + p5-Device-Gsm>=1.45:${PORTSDIR}/comms/p5-Device-Gsm +BUILD_DEPENDS= p5-SMS-Send>=0.04:${PORTSDIR}/comms/p5-SMS-Send \ + p5-Device-Gsm>=1.45:${PORTSDIR}/comms/p5-Device-Gsm PERL_CONFIGURE= 5.6.1+ Index: comms/p5-SMS-Send-DeviceGsm/distinfo =================================================================== RCS file: /home/pcvs/ports/comms/p5-SMS-Send-DeviceGsm/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- comms/p5-SMS-Send-DeviceGsm/distinfo 29 Apr 2008 17:00:01 -0000 1.3 +++ comms/p5-SMS-Send-DeviceGsm/distinfo 7 Sep 2008 19:04:14 -0000 @@ -1,3 +1,3 @@ -MD5 (SMS-Send-DeviceGsm-1.02.tar.gz) = 7ac94c55bf114a131114d50b5b604d69 -SHA256 (SMS-Send-DeviceGsm-1.02.tar.gz) = 79c6902c94e5aeafdbfc12081958669ad9b28d21886322a3ae0cb9993fac2f4d -SIZE (SMS-Send-DeviceGsm-1.02.tar.gz) = 13676 +MD5 (SMS-Send-DeviceGsm-1.04.tar.gz) = 2ee64add8cd9266ee97c4098543112d8 +SHA256 (SMS-Send-DeviceGsm-1.04.tar.gz) = 86649e47680975b0e1a6bd5d960f43a719722361f73855994024252eb26722f8 +SIZE (SMS-Send-DeviceGsm-1.04.tar.gz) = 20510 >Release-Note: >Audit-Trail: >Unformatted: