Date: Fri, 21 Nov 2008 23:01:10 +0300 (MSK) From: Denis Pokataev <catone@cpan.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/129057: [maintainer-update] Fix incorrect dependency check location Message-ID: <200811212001.mALK1Afe027190@rating.spylog.dev.vega.ru> Resent-Message-ID: <200811212010.mALKA31M051599@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <catone@cpan.org> # # $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 <bsd.port.mk> --- Makefile ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811212001.mALK1Afe027190>