From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 2 17:00:19 2011 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 7ED9F106566C for ; Fri, 2 Dec 2011 17:00:19 +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 4ED028FC0A for ; Fri, 2 Dec 2011 17:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pB2H0Joh002059 for ; Fri, 2 Dec 2011 17:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pB2H0Jb4002057; Fri, 2 Dec 2011 17:00:19 GMT (envelope-from gnats) Resent-Date: Fri, 2 Dec 2011 17:00:19 GMT Resent-Message-Id: <201112021700.pB2H0Jb4002057@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, Mykhaylo Yehorov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3B72106566B for ; Fri, 2 Dec 2011 16:57:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B3CD58FC12 for ; Fri, 2 Dec 2011 16:57:46 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pB2GvkJ2004249 for ; Fri, 2 Dec 2011 16:57:46 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id pB2GvkqS004248; Fri, 2 Dec 2011 16:57:46 GMT (envelope-from nobody) Message-Id: <201112021657.pB2GvkqS004248@red.freebsd.org> Date: Fri, 2 Dec 2011 16:57:46 GMT From: Mykhaylo Yehorov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/163021: Mykhaylo Yehorov 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: Fri, 02 Dec 2011 17:00:19 -0000 >Number: 163021 >Category: ports >Synopsis: Mykhaylo Yehorov >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 02 17:00:18 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mykhaylo Yehorov >Release: FreeBSD 8.2-STABLE >Organization: >Environment: >Description: DBIx::Safe is a Perl module that allows for safe and controlled access to a DBI database handle. It is similar in spirit to the standard Perl module "Safe". It is used by Bucardo to ensure that custom code does not interfere with the normal running of Bucardo. a WWW: http://bucardo.org/wiki/DBIx-Safe >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-DBIx-Safe # p5-DBIx-Safe/distinfo # p5-DBIx-Safe/pkg-descr # p5-DBIx-Safe/Makefile # p5-DBIx-Safe/pkg-plist # echo c - p5-DBIx-Safe mkdir -p p5-DBIx-Safe > /dev/null 2>&1 echo x - p5-DBIx-Safe/distinfo sed 's/^X//' >p5-DBIx-Safe/distinfo << 'c05858790d83463b1c06881a1b01d18a' XSHA256 (DBIx-Safe-1.2.5.tar.gz) = d44e52f3d555a974dad440adf680069f441de9e70806aa5104018b9769085dff XSIZE (DBIx-Safe-1.2.5.tar.gz) = 16597 c05858790d83463b1c06881a1b01d18a echo x - p5-DBIx-Safe/pkg-descr sed 's/^X//' >p5-DBIx-Safe/pkg-descr << '5d34fd49f2fe3c7d34cfaebe216d908b' XDBIx::Safe is a Perl module that allows for safe and controlled access Xto a DBI database handle. It is similar in spirit to the standard Perl Xmodule "Safe". It is used by Bucardo to ensure that custom code Xdoes not interfere with the normal running of Bucardo. X XWWW: http://bucardo.org/wiki/DBIx-Safe 5d34fd49f2fe3c7d34cfaebe216d908b echo x - p5-DBIx-Safe/Makefile sed 's/^X//' >p5-DBIx-Safe/Makefile << '30dc62707d766d9294a39b55f4c3c893' X# New ports collection makefile for: databases/p5-DBIx-Safe X# Date created: 2 December 2011 X# Whom: Mykhaylo Yehorov X# X# $FreeBSD$ X# X XPORTNAME= DBIx-Safe XPORTVERSION= 1.2.5 XCATEGORIES= databases perl5 XMASTER_SITES= http://bucardo.org/downloads/ XPKGNAMEPREFIX= p5- X XMAINTAINER= yehorov@gmail.com XCOMMENT= Safer access to a database through a DBI database handle X XBUILD_DEPENDS= p5-DBD-Pg>=2.0.0:${PORTSDIR}/databases/p5-DBD-Pg XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= DBIx::Safe.3 X X.include 30dc62707d766d9294a39b55f4c3c893 echo x - p5-DBIx-Safe/pkg-plist sed 's/^X//' >p5-DBIx-Safe/pkg-plist << '269250e18cb2f1cc4a0cf58fc30e1ee3' X%%SITE_PERL%%/DBIx/Safe.pm X@dirrmtry %%SITE_PERL%%/DBIx 269250e18cb2f1cc4a0cf58fc30e1ee3 exit >Release-Note: >Audit-Trail: >Unformatted: