From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 15 00:00: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 9C38FAAF for ; Sat, 15 Mar 2014 00:00: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 77FC9E34 for ; Sat, 15 Mar 2014 00:00: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 s2F000kF092929 for ; Sat, 15 Mar 2014 00:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2F000uc092928; Sat, 15 Mar 2014 00:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 15 Mar 2014 00:00:00 GMT Resent-Message-Id: <201403150000.s2F000uc092928@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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 046C29E8 for ; Fri, 14 Mar 2014 23:54:43 +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 C8927E05 for ; Fri, 14 Mar 2014 23:54:42 +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 s2ENsfCg015210 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 14 Mar 2014 16:54:41 -0700 (PDT) Received: (from leres@localhost) by fun.ee.lbl.gov (8.14.8/8.14.8/Submit) id s2ENsfSg015209; Fri, 14 Mar 2014 16:54:41 -0700 (PDT) Message-Id: <201403142354.s2ENsfSg015209@fun.ee.lbl.gov> Date: Fri, 14 Mar 2014 16:54:41 -0700 (PDT) From: Craig Leres To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187597: [PATCH] sysutils/lbl-hf: Update to 1.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: Sat, 15 Mar 2014 00:00:00 -0000 >Number: 187597 >Category: ports >Synopsis: [PATCH] sysutils/lbl-hf: Update to 1.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: Sat Mar 15 00:00: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.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. Update MASTER_SITES. >How-To-Repeat: >Fix: Please see the attached patch. --- patch.txt begins here --- --- Makefile.orig 2014-01-23 04:27:19.000000000 -0800 +++ Makefile 2014-03-14 16:45:50.000000000 -0700 @@ -2,34 +2,29 @@ # $FreeBSD: head/sysutils/lbl-hf/Makefile 340722 2014-01-22 17:00:46Z mat $ PORTNAME= hf -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= sysutils MASTER_SITES= ftp://ee.lbl.gov/ \ - ftp://ftp4.uk.freebsd.org/pub/FreeBSD/ + http://www.mmnt.net/db/0/3/ftp.ee.lbl.gov/ PKGNAMEPREFIX= lbl- -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= leres@ee.lbl.gov COMMENT= Address to hostname filter +LICENSE= BSD3CLAUSE + MAKE_JOBS_UNSAFE= yes CONFLICTS= hf-[0-9]* -PLIST_FILES= bin/hf - -MAN1= hf.1 +PLIST_FILES= bin/hf \ + man/man1/hf.1.gz GNU_CONFIGURE= yes -verify: checksum - gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc - # Only install hf -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/hf ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/hf.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/hf ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/hf.1 ${STAGEDIR}${PREFIX}/man/man1 .include --- distinfo.orig 2014-01-23 04:27:19.000000000 -0800 +++ distinfo 2014-03-14 15:54:22.000000000 -0700 @@ -1,4 +1,4 @@ -SHA256 (hf-1.4.tar.gz) = 535a32f4f5343fdfdca034769ac7e554d7d4a5ee5f9bc42d3cdcb648e9503aff -SIZE (hf-1.4.tar.gz) = 99077 -SHA256 (hf-1.4.tar.gz.asc) = 73cad7c1666e3cdd083a7d259590437b1a7960348ca10e6a9e15bffd192bbd73 -SIZE (hf-1.4.tar.gz.asc) = 196 +SHA256 (hf-1.5.tar.gz) = beb3ad2e4a7ef80bd741c4abe8190aa663313f52bc627509284657fbd8a47ab5 +SIZE (hf-1.5.tar.gz) = 99638 +SHA256 (hf-1.5.tar.gz.asc) = eedc55dd3359a942d6bdbe3d01bb32277a266aad9d8e82c767dd132f4bd133c5 +SIZE (hf-1.5.tar.gz.asc) = 181 --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: