From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 21 20:10:03 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 9AD811065674 for ; Fri, 21 Nov 2008 20:10:03 +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 78C4D8FC1F for ; Fri, 21 Nov 2008 20:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mALKA3WL051602 for ; Fri, 21 Nov 2008 20:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mALKA31M051599; Fri, 21 Nov 2008 20:10:03 GMT (envelope-from gnats) Resent-Date: Fri, 21 Nov 2008 20:10:03 GMT Resent-Message-Id: <200811212010.mALKA31M051599@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, Denis Pokataev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A591F106568B for ; Fri, 21 Nov 2008 20:01:14 +0000 (UTC) (envelope-from dpokataev@team.vega.ru) Received: from mail.vega.ru (infra.dev.vega.ru [90.156.167.14]) by mx1.freebsd.org (Postfix) with ESMTP id 63E348FC1C for ; Fri, 21 Nov 2008 20:01:13 +0000 (UTC) (envelope-from dpokataev@team.vega.ru) Received: from rating.spylog.dev.vega.ru ([10.25.1.87]:59583) by mail.vega.ru with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1L3cCW-0008rD-RI for FreeBSD-gnats-submit@freebsd.org; Fri, 21 Nov 2008 23:02:00 +0300 Received: from rating.spylog.dev.vega.ru (rating.spylog.dev.vega.ru [10.25.1.87]) by rating.spylog.dev.vega.ru (8.14.2/8.14.2) with ESMTP id mALK1BDi027298 for ; Fri, 21 Nov 2008 20:01:11 GMT (envelope-from dpokataev@rating.spylog.dev.vega.ru) Received: (from dpokataev@localhost) by rating.spylog.dev.vega.ru (8.14.2/8.14.2/Submit) id mALK1Afe027190; Fri, 21 Nov 2008 23:01:10 +0300 (MSK) (envelope-from dpokataev) Message-Id: <200811212001.mALK1Afe027190@rating.spylog.dev.vega.ru> Date: Fri, 21 Nov 2008 23:01:10 +0300 (MSK) From: Denis Pokataev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/129057: [maintainer-update] Fix incorrect dependency check location X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Denis Pokataev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2008 20:10:03 -0000 >Number: 129057 >Category: ports >Synopsis: [maintainer-update] Fix incorrect dependency check location >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Nov 21 20:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Denis Pokataev >Release: FreeBSD 7.0-amd64-20080828-RELENG_7_0 amd64 >Organization: >Environment: System: FreeBSD rating.spylog.dev.vega.ru 7.0-amd64-20080828-RELENG_7_0 FreeBSD 7.0-amd64-20080828-RELENG_7_0 #0: Thu Aug 28 13:18:32 UTC 2008 root@svc9.int.masterhost.ru:/usr/obj/usr/src/sys/GENERICDEBUG amd64 >Description: Fixed locations of JSON::XS::VersionOneAndTwo.pm and MIME::Base64.pm locations >How-To-Repeat: >Fix: --- Makefile begins here --- # New ports collection makefile for: p5-Catalyst-Plugin-CookiedSession # Date created: 21 Nov 2008 # Whom: Denis Pokataev # # $FreeBSD$ # PORTNAME= Catalyst-Plugin-CookiedSession PORTVERSION= 0.34 PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= catone@cpan.org COMMENT= Catalyst Plugin for storing sessions in a browser cookie BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \ ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \ ${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael \ ${SITE_PERL}/JSON/XS/VersionOneAndTwo.pm:${PORTSDIR}/converters/p5-JSON-XS-VersionOneAndTwo \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::CookiedSession.3 .include --- Makefile ends here --- >Release-Note: >Audit-Trail: >Unformatted: