From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 14 01:10:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C2734C0 for ; Fri, 14 Mar 2014 01:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57BCF83D for ; Fri, 14 Mar 2014 01:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2E1A0TN043500 for ; Fri, 14 Mar 2014 01:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2E1A07M043499; Fri, 14 Mar 2014 01:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 14 Mar 2014 01:10:00 GMT Resent-Message-Id: <201403140110.s2E1A07M043499@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, Craig Leres Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B99B3374 for ; Fri, 14 Mar 2014 01:07:11 +0000 (UTC) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A4EB182B for ; Fri, 14 Mar 2014 01:07:11 +0000 (UTC) Received: from fun.ee.lbl.gov (localhost [127.0.0.1]) by fun.ee.lbl.gov (8.14.8/8.14.8) with ESMTP id s2E17BDK050192 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Mar 2014 18:07:11 -0700 (PDT) Received: (from leres@localhost) by fun.ee.lbl.gov (8.14.8/8.14.8/Submit) id s2E17BQT050191; Thu, 13 Mar 2014 18:07:11 -0700 (PDT) Message-Id: <201403140107.s2E17BQT050191@fun.ee.lbl.gov> Date: Thu, 13 Mar 2014 18:07:11 -0700 (PDT) From: Craig Leres To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187560: [PATCH] sysutils/lbl-cf: Update to 1.2.5 and add stage support Cc: leres@ee.lbl.gov X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Craig Leres List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 01:10:00 -0000 >Number: 187560 >Category: ports >Synopsis: [PATCH] sysutils/lbl-cf: Update to 1.2.5 and add stage support >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 Mar 14 01:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Lawrence Berkeley National Laboratory >Environment: System: FreeBSD fun.ee.lbl.gov 9.1-RELEASE FreeBSD 9.1-RELEASE #13 r30: Fri Feb 14 15:03:31 PST 2014 leres@fun.ee.lbl.gov:/sys/amd64/compile/LBL amd64 >Description: Update to 1.2.5 including: - Don't specify owner or group when installing - Update copyright notices with the July 22, 1999 BSD-new version Add staging support and LICENSE. >How-To-Repeat: >Fix: Please see the attached patch. --- patch.txt begins here --- --- Makefile.orig 2014-01-23 04:27:25.000000000 -0800 +++ Makefile 2014-03-13 18:00:37.000000000 -0700 @@ -2,7 +2,7 @@ # $FreeBSD: head/sysutils/lbl-cf/Makefile 340722 2014-01-22 17:00:46Z mat $ PORTNAME= cf -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 CATEGORIES= sysutils MASTER_SITES= ftp://ee.lbl.gov/ \ http://www.tux.org//pub/net/ftp.ee.lbl.gov/ \ @@ -13,14 +13,13 @@ MAINTAINER= leres@ee.lbl.gov COMMENT= Unix time to formated time and date filter -PLIST_FILES= bin/cf +LICENSE= BSD3CLAUSE -MAN1= cf.1 +INSTALL_TARGET= install install-man -GNU_CONFIGURE= yes +PLIST_FILES= bin/cf \ + man/man1/cf.1.gz -NO_STAGE= yes -post-install: - (cd ${WRKSRC} && make install-man) +GNU_CONFIGURE= yes .include --- distinfo.orig 2014-01-23 04:27:25.000000000 -0800 +++ distinfo 2014-03-13 17:43:27.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (cf-1.2.4.tar.gz) = d5f5d99d0dae01066e6fd0f2e436b385c5744c97d08d808022e4bbfe42c2a95c -SIZE (cf-1.2.4.tar.gz) = 79426 +SHA256 (cf-1.2.5.tar.gz) = ef65e9eb57c56456dfd897fec12da8617c775e986c23c0b9cbfab173b34e5509 +SIZE (cf-1.2.5.tar.gz) = 82098 --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: