From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 20 20:20: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 3C55B1065671 for ; Tue, 20 May 2008 20:20: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 16D958FC20 for ; Tue, 20 May 2008 20:20: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 m4KKK0O8014038 for ; Tue, 20 May 2008 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4KKK0pw014037; Tue, 20 May 2008 20:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 20 May 2008 20:20:00 GMT Resent-Message-Id: <200805202020.m4KKK0pw014037@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, Greg Larkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 404F0106564A for ; Tue, 20 May 2008 20:12:18 +0000 (UTC) (envelope-from glarkin@sourcehosting.net) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 21B238FC23 for ; Tue, 20 May 2008 20:12:18 +0000 (UTC) (envelope-from glarkin@sourcehosting.net) Received: from 68-189-244-97.dhcp.oxfr.ma.charter.com ([68.189.244.97] helo=Gregory-Larkins-Computer.local) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JyYBy-000C16-QZ; Tue, 20 May 2008 16:12:17 -0400 Received: from fbsd70.entropy.prv (fbsd70.entropy.prv [192.168.1.14]) by Gregory-Larkins-Computer.local (Postfix) with ESMTP id E96EF1F47BE6; Tue, 20 May 2008 16:12:14 -0400 (EDT) Received: from fbsd70.entropy.prv (localhost [127.0.0.1]) by fbsd70.entropy.prv (8.14.2/8.14.2) with ESMTP id m4KKBuwt015277; Tue, 20 May 2008 16:11:56 -0400 (EDT) (envelope-from glarkin@fbsd70.entropy.prv) Received: (from root@localhost) by fbsd70.entropy.prv (8.14.2/8.14.2/Submit) id m4KKBuRV015276; Tue, 20 May 2008 16:11:56 -0400 (EDT) (envelope-from glarkin) Message-Id: <200805202011.m4KKBuRV015276@fbsd70.entropy.prv> Date: Tue, 20 May 2008 16:11:56 -0400 (EDT) From: Greg Larkin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: glarkin@sourcehosting.net Subject: ports/123845: [MAINTAINER] devel/p5-SVN-Notify-Mirror: update to 0.038 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: Tue, 20 May 2008 20:20:01 -0000 >Number: 123845 >Category: ports >Synopsis: [MAINTAINER] devel/p5-SVN-Notify-Mirror: update to 0.038 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 20 20:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Greg Larkin >Release: FreeBSD 7.0-RELEASE i386 >Organization: SourceHosting.net, LLC >Environment: System: FreeBSD fbsd70.entropy.prv 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 0.038 - Tightened up the dependent port checking Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-SVN-Notify-Mirror-0.038,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-SVN-Notify-Mirror.orig/Makefile /usr/ports/devel/p5-SVN-Notify-Mirror/Makefile --- /usr/ports/devel/p5-SVN-Notify-Mirror.orig/Makefile 2008-03-04 22:39:07.000000000 -0500 +++ /usr/ports/devel/p5-SVN-Notify-Mirror/Makefile 2008-05-20 16:08:52.905040028 -0400 @@ -6,7 +6,7 @@ # PORTNAME= SVN-Notify-Mirror -PORTVERSION= 0.037 +PORTVERSION= 0.038 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -26,15 +26,15 @@ .include .if defined(WITH_CONFIG) -BUILD_DEPENDS+= ${SITE_PERL}/SVN/Notify/Config.pm:${PORTSDIR}/devel/p5-SVN-Notify-Config +BUILD_DEPENDS+= p5-SVN-Notify-Config>=0.0906:${PORTSDIR}/devel/p5-SVN-Notify-Config .endif .if defined(WITH_SSH) -BUILD_DEPENDS+= ${SITE_PERL}/Net/SSH.pm:${PORTSDIR}/net/p5-Net-SSH +BUILD_DEPENDS+= p5-Net-SSH>=0.08:${PORTSDIR}/net/p5-Net-SSH .endif .if defined(WITH_RSYNC) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/File/Rsync.pm:${PORTSDIR}/net/p5-File-Rsync +BUILD_DEPENDS+= p5-File-Rsync>=0.42:${PORTSDIR}/net/p5-File-Rsync .endif PERL_MODBUILD= yes diff -ruN --exclude=CVS /usr/ports/devel/p5-SVN-Notify-Mirror.orig/distinfo /usr/ports/devel/p5-SVN-Notify-Mirror/distinfo --- /usr/ports/devel/p5-SVN-Notify-Mirror.orig/distinfo 2008-03-04 22:39:07.000000000 -0500 +++ /usr/ports/devel/p5-SVN-Notify-Mirror/distinfo 2008-05-20 16:05:03.256472513 -0400 @@ -1,3 +1,3 @@ -MD5 (SVN-Notify-Mirror-0.037.tar.gz) = 6c84bc3cd3177cb666aed6cb1b3f4585 -SHA256 (SVN-Notify-Mirror-0.037.tar.gz) = 497560e126d9325b7eb4b0c1db5c46e020e6da821d3e854943470a686ee0934c -SIZE (SVN-Notify-Mirror-0.037.tar.gz) = 24772 +MD5 (SVN-Notify-Mirror-0.038.tar.gz) = 48cf25c6b2b865d4f598d60ebf78fab8 +SHA256 (SVN-Notify-Mirror-0.038.tar.gz) = 554684386d924a5efe5b454c45771671e21c1c74260b8e974678224af93cd39f +SIZE (SVN-Notify-Mirror-0.038.tar.gz) = 24977 --- p5-SVN-Notify-Mirror-0.038,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: