From owner-freebsd-perl@FreeBSD.ORG Tue Aug 1 15:33:35 2006 Return-Path: X-Original-To: perl@freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB13E16A4DF; Tue, 1 Aug 2006 15:33:35 +0000 (UTC) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DFAB43D73; Tue, 1 Aug 2006 15:33:35 +0000 (GMT) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (localhost [127.0.0.1]) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6) with ESMTP id k71FXUd8054783; Tue, 1 Aug 2006 23:33:30 +0800 (CST) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: (from root@localhost) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6/Submit) id k71FXTwX054782; Tue, 1 Aug 2006 23:33:29 +0800 (CST) (envelope-from tjs) Date: Tue, 1 Aug 2006 23:33:29 +0800 (CST) Message-Id: <200608011533.k71FXTwX054782@Pluto.CDPA.nsysu.edu.tw> To: FreeBSD-gnats-submit@freebsd.org From: Jin-Shan Tseng X-send-pr-version: 3.113 X-GNATS-Notify: Cc: perl@freebsd.org Subject: [PATCH] mail/p5-Mail-Address-MobileJp: update to 0.06 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Aug 2006 15:33:35 -0000 >Submitter-Id: current-users >Originator: Jin-Shan Tseng >Organization: NCHC >Confidential: no >Synopsis: [PATCH] mail/p5-Mail-Address-MobileJp: update to 0.06 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-STABLE i386 >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jul 24 07:18:53 CST 2006 >Description: - Update to 0.06 Added file(s): - p5-Mail-Address-MobileJp-0.06.tbz Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Mail-Address-MobileJp-0.06.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/p5-Mail-Address-MobileJp/Makefile /root/p5-Mail-Address-MobileJp/Makefile --- /usr/ports/mail/p5-Mail-Address-MobileJp/Makefile Fri Aug 13 23:21:18 2004 +++ /root/p5-Mail-Address-MobileJp/Makefile Tue Aug 1 23:29:43 2006 @@ -6,7 +6,7 @@ # PORTNAME= Mail-Address-MobileJp -PORTVERSION= 0.04 +PORTVERSION= 0.06 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -15,7 +15,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= An utility to detect an e-mail is mobile one or not -WRKSRC= ${WRKDIR}/${PORTNAME} +BUILD_DEPENDS= ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff -ruN --exclude=CVS /usr/ports/mail/p5-Mail-Address-MobileJp/distinfo /root/p5-Mail-Address-MobileJp/distinfo --- /usr/ports/mail/p5-Mail-Address-MobileJp/distinfo Mon Nov 14 23:05:01 2005 +++ /root/p5-Mail-Address-MobileJp/distinfo Tue Aug 1 23:20:15 2006 @@ -1,3 +1,3 @@ -MD5 (Mail-Address-MobileJp-0.04.tar.gz) = 3e41a7b6cdb049f42b1220f4de22560e -SHA256 (Mail-Address-MobileJp-0.04.tar.gz) = 4cf82a32d2387f658c4da3418a666e11156129cd613cca91093725b412112d9f -SIZE (Mail-Address-MobileJp-0.04.tar.gz) = 2597 +MD5 (Mail-Address-MobileJp-0.06.tar.gz) = 923c2e1bed5262a6b03b09f12e4f087e +SHA256 (Mail-Address-MobileJp-0.06.tar.gz) = 1ab3a52a575e087ba1bb3ac32f742c63c2e07c23b7e725092a3c077f63ca30a8 +SIZE (Mail-Address-MobileJp-0.06.tar.gz) = 2879 Binary files /usr/ports/mail/p5-Mail-Address-MobileJp/p5-Mail-Address-MobileJp-0.06.tbz and /root/p5-Mail-Address-MobileJp/p5-Mail-Address-MobileJp-0.06.tbz differ --- p5-Mail-Address-MobileJp-0.06.patch ends here ---