From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 25 13:40:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A57CA16A403 for ; Wed, 25 Oct 2006 13:40:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FE8F43D58 for ; Wed, 25 Oct 2006 13:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9PDeK3I033403 for ; Wed, 25 Oct 2006 13:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9PDeK2x033402; Wed, 25 Oct 2006 13:40:20 GMT (envelope-from gnats) Resent-Date: Wed, 25 Oct 2006 13:40:20 GMT Resent-Message-Id: <200610251340.k9PDeK2x033402@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, Sergei Vyshenski Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9729F16A407 for ; Wed, 25 Oct 2006 13:33:22 +0000 (UTC) (envelope-from svysh@cryptocom.ru) Received: from mx.cryptocom.ru (mx.cryptocom.ru [194.85.185.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD8D43D69 for ; Wed, 25 Oct 2006 13:33:19 +0000 (GMT) (envelope-from svysh@cryptocom.ru) Received: from localhost (localhost [127.0.0.1]) by mx.cryptocom.ru (Postfix) with ESMTP id 266C8F3E9; Wed, 25 Oct 2006 17:33:16 +0400 (MSD) Received: from mx.cryptocom.ru ([127.0.0.1]) by localhost (mx [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02509-01-3; Wed, 25 Oct 2006 17:33:16 +0400 (MSD) Received: from panther1.lan.cryptocom.ru (panther1.lan.cryptocom.ru [10.51.17.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.cryptocom.ru (Postfix) with ESMTP id 080C3F3C5 for ; Wed, 25 Oct 2006 17:33:16 +0400 (MSD) Received: from panther1.lan.cryptocom.ru (panther1.lan.cryptocom.ru [10.51.17.214]) by panther1.lan.cryptocom.ru (8.13.6/8.13.6) with ESMTP id k9PDXG1B099304 for ; Wed, 25 Oct 2006 17:33:16 +0400 (MSD) (envelope-from svysh@panther1.lan.cryptocom.ru) Received: (from svysh@localhost) by panther1.lan.cryptocom.ru (8.13.6/8.13.6/Submit) id k9PDXGFL099303; Wed, 25 Oct 2006 17:33:16 +0400 (MSD) (envelope-from svysh) Message-Id: <200610251333.k9PDXGFL099303@panther1.lan.cryptocom.ru> Date: Wed, 25 Oct 2006 17:33:16 +0400 (MSD) From: Sergei Vyshenski To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/104797: [Maintainer update] devel/p5-Sys-SigAction to ver. 0.10. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sergei Vyshenski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2006 13:40:21 -0000 >Number: 104797 >Category: ports >Synopsis: [Maintainer update] devel/p5-Sys-SigAction to ver. 0.10. >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: Wed Oct 25 13:40:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Sergei Vyshenski >Release: FreeBSD 6.1-STABLE amd64 >Organization: >Environment: System: FreeBSD panther.lan.cryptocom.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat Sep 23 03:01:24 MSD 2006 root@panther.lan.cryptocom.ru:/usr/obj/usr/src/sys/PANTHER amd64 >Description: update to ver 0.10. This PR supersedes PR#104555 >How-To-Repeat: >Fix: diff -ur devel/p5-Sys-SigAction/Makefile devel/p5-Sys-SigAction.new/Makefile --- devel/p5-Sys-SigAction/Makefile Wed Oct 25 17:27:20 2006 +++ devel/p5-Sys-SigAction.new/Makefile Wed Oct 25 17:28:30 2006 @@ -6,7 +6,7 @@ # PORTNAME= Sys-SigAction -PORTVERSION= 0.07 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Sys @@ -20,5 +20,8 @@ PERL_CONFIGURE= yes MAN3= Sys::SigAction.3 + +post-build: + cd ${WRKSRC} && ${MAKE} test .include diff -ur devel/p5-Sys-SigAction/distinfo devel/p5-Sys-SigAction.new/distinfo --- devel/p5-Sys-SigAction/distinfo Wed Oct 25 17:27:20 2006 +++ devel/p5-Sys-SigAction.new/distinfo Wed Oct 25 17:04:40 2006 @@ -1,3 +1,3 @@ -MD5 (Sys-SigAction-0.07.tar.gz) = 4366669d80cd975767e86411364ee00c -SHA256 (Sys-SigAction-0.07.tar.gz) = 13a69a2cb1fd150a7a922d1fcab48a20471bc4b19efaaa403fecc2edf36197fb -SIZE (Sys-SigAction-0.07.tar.gz) = 14535 +MD5 (Sys-SigAction-0.10.tar.gz) = ba520c175ea5c41950f53e60801da476 +SHA256 (Sys-SigAction-0.10.tar.gz) = 0fbbdd547d8e425a5d7c644383cb8aff2f2262a4bfe29776306a5491b0e738a6 +SIZE (Sys-SigAction-0.10.tar.gz) = 15205 >Release-Note: >Audit-Trail: >Unformatted: