From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 11 23:20:04 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 6BC4616A481 for ; Fri, 11 Jan 2008 23:20:04 +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 5011D13C47E for ; Fri, 11 Jan 2008 23:20:04 +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 m0BNK4B4088306 for ; Fri, 11 Jan 2008 23:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0BNK4Zk088305; Fri, 11 Jan 2008 23:20:04 GMT (envelope-from gnats) Resent-Date: Fri, 11 Jan 2008 23:20:04 GMT Resent-Message-Id: <200801112320.m0BNK4Zk088305@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 5853416A41B for ; Fri, 11 Jan 2008 23:16:55 +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 2F00B13C45B for ; Fri, 11 Jan 2008 23:16:55 +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.68 (FreeBSD)) (envelope-from ) id 1JDT7M-000Fvt-DS; Fri, 11 Jan 2008 18:16:53 -0500 Received: from ports.entropy.prv (ports.entropy.prv [192.168.1.18]) by Gregory-Larkins-Computer.local (Postfix) with ESMTP id BBB3F19BE106; Fri, 11 Jan 2008 18:16:52 -0500 (EST) Received: from ports.entropy.prv (localhost [127.0.0.1]) by ports.entropy.prv (8.13.6/8.13.6) with ESMTP id m0BNGk0e020524; Fri, 11 Jan 2008 18:16:46 -0500 (EST) (envelope-from glarkin@ports.entropy.prv) Received: (from root@localhost) by ports.entropy.prv (8.13.6/8.13.6/Submit) id m0BNGjnK020523; Fri, 11 Jan 2008 18:16:45 -0500 (EST) (envelope-from glarkin) Message-Id: <200801112316.m0BNGjnK020523@ports.entropy.prv> Date: Fri, 11 Jan 2008 18:16:45 -0500 (EST) From: Greg Larkin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: glarkin@sourcehosting.net, leeym@leeym.com Subject: ports/119580: [maintainer update] net/p5-Net-Amazon-EC2: Removed pkg-message from SUB_FILES 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, 11 Jan 2008 23:20:04 -0000 >Number: 119580 >Category: ports >Synopsis: [maintainer update] net/p5-Net-Amazon-EC2: Removed pkg-message from SUB_FILES >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: Fri Jan 11 23:20:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Greg Larkin >Release: FreeBSD 6.1-SECURITY i386 >Organization: SourceHosting.net, LLC >Environment: System: FreeBSD ports.entropy.prv 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Thu Apr 26 14:24:01 UTC 2007 >Description: Incorporated a change suggested by Yen-Ming Lee. files/pkg-message.in has no substitations, so it can be removed from SUB_FILES and moved up one directory level. Added file(s): - pkg-message Removed file(s): - files/pkg-message.in Port maintainer (glarkin@sourcehosting.net) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Net-Amazon-EC2-0.05_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/p5-Net-Amazon-EC2.orig/Makefile /usr/ports/net/p5-Net-Amazon-EC2/Makefile --- /usr/ports/net/p5-Net-Amazon-EC2.orig/Makefile Thu Jan 10 18:18:35 2008 +++ /usr/ports/net/p5-Net-Amazon-EC2/Makefile Fri Jan 11 18:09:10 2008 @@ -7,6 +7,7 @@ PORTNAME= Net-Amazon-EC2 PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -32,8 +33,6 @@ PERL_CONFIGURE= yes MAN3= Net::Amazon::EC2.3 - -SUB_FILES= pkg-message post-install: @${CAT} ${PKGMESSAGE} diff -ruN --exclude=CVS /usr/ports/net/p5-Net-Amazon-EC2.orig/files/pkg-message.in /usr/ports/net/p5-Net-Amazon-EC2/files/pkg-message.in --- /usr/ports/net/p5-Net-Amazon-EC2.orig/files/pkg-message.in Wed Dec 12 08:30:26 2007 +++ /usr/ports/net/p5-Net-Amazon-EC2/files/pkg-message.in Wed Dec 31 19:00:00 1969 @@ -1,15 +0,0 @@ - -You need to do some things before you can use the Amazon Elastic -Compute Cloud: - -1) Visit http://aws.amazon.com/ to create an Amazon AWS account. - -2) Obtain your AWS public key and secret key to use with the EC2 service. - -3) Create AMIs and use them as needed. - - DISCLAIMER: No one but you is responsible for paying Amazon to use - the EC2 service. EC2 does not have a free sandbox area, - so be aware how much money you are spending to use the - service. - diff -ruN --exclude=CVS /usr/ports/net/p5-Net-Amazon-EC2.orig/pkg-descr /usr/ports/net/p5-Net-Amazon-EC2/pkg-descr --- /usr/ports/net/p5-Net-Amazon-EC2.orig/pkg-descr Wed Dec 12 08:30:26 2007 +++ /usr/ports/net/p5-Net-Amazon-EC2/pkg-descr Fri Jan 11 18:08:46 2008 @@ -1,3 +1,3 @@ This module provides a Perlish interface to Amazon Elastic Compute Cloud. -WWW: http://search.cpan.org/~jkim/Net-Amazon-EC2-0.04/ +WWW: http://search.cpan.org/~jkim/Net-Amazon-EC2-0.05/ diff -ruN --exclude=CVS /usr/ports/net/p5-Net-Amazon-EC2.orig/pkg-message /usr/ports/net/p5-Net-Amazon-EC2/pkg-message --- /usr/ports/net/p5-Net-Amazon-EC2.orig/pkg-message Wed Dec 31 19:00:00 1969 +++ /usr/ports/net/p5-Net-Amazon-EC2/pkg-message Fri Jan 11 18:12:53 2008 @@ -0,0 +1,14 @@ + +You need to do some things before you can use the Amazon Elastic +Compute Cloud: + +1) Visit http://aws.amazon.com/ to create an Amazon AWS account. + +2) Obtain your AWS public key and secret key to use with the EC2 service. + +3) Create AMIs and use them as needed. + + DISCLAIMER: No one but you is responsible for paying Amazon to use + the EC2 service. EC2 does not have a free sandbox area, + so be aware how much money you are spending to use the + service. --- p5-Net-Amazon-EC2-0.05_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: