ports/187597: [PATCH] sysutils/lbl-hf: Update to 1.5 and add stage support

Craig Leres leres at ee.lbl.gov
Sat Mar 15 00:00:00 UTC 2014


>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 at 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 at 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 <bsd.port.mk>
--- 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:


More information about the freebsd-ports-bugs mailing list