Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2008 16:47:45 GMT
From:      Felippe de Meirelles Motta <lippemail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120807: [UPDATE] comms/p5-SMS-Send
Message-ID:  <200802181647.m1IGljPk009902@www.freebsd.org>
Resent-Message-ID: <200802181700.m1IH021C078653@freefall.freebsd.org>

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

>Number:         120807
>Category:       ports
>Synopsis:       [UPDATE] comms/p5-SMS-Send
>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:   Mon Feb 18 17:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 0.05;
- Use CPAN macro;
- Add missing deps.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/p5-SMS-Send/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	8 Sep 2007 00:53:13 -0000	1.3
+++ Makefile	18 Feb 2008 03:34:31 -0000
@@ -6,19 +6,20 @@
 #
 
 PORTNAME=	SMS-Send
-PORTVERSION=	0.04
+PORTVERSION=	0.05
 CATEGORIES=	comms perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	SMS
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	snowfly@yuntech.edu.tw
 COMMENT=	Driver-based API for sending SMS messages
 
-RUN_DEPENDS=	${SITE_PERL}/Class/Adapter.pm:${PORTSDIR}/devel/p5-Class-Adapter \
+BUILD_DEPENDS=	${SITE_PERL}/Class/Adapter.pm:${PORTSDIR}/devel/p5-Class-Adapter \
 		${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \
-		${SITE_PERL}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util
-BUILD_DEPENDS=	${RUN_DEPENDS}
+		${SITE_PERL}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
+		${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
+		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS+=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/comms/p5-SMS-Send/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	4 Oct 2006 08:01:50 -0000	1.2
+++ distinfo	18 Feb 2008 03:34:31 -0000
@@ -1,3 +1,3 @@
-MD5 (SMS-Send-0.04.tar.gz) = fea9e57beeaa188448c1af73d864dfc6
-SHA256 (SMS-Send-0.04.tar.gz) = 948bf7a91ee3849465b87449c2a6895036d3f499a52e5cd7e456a932cfedb59f
-SIZE (SMS-Send-0.04.tar.gz) = 26679
+MD5 (SMS-Send-0.05.tar.gz) = d87fd901e56277689103769f0acd0245
+SHA256 (SMS-Send-0.05.tar.gz) = 1097724c184e8b5acf6f901165c3ca3e18a987638b15a8023b095ea101c5e054
+SIZE (SMS-Send-0.05.tar.gz) = 27145


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



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