Bug 187597 - [PATCH] sysutils/lbl-hf: Update to 1.5 and add stage support
Summary: [PATCH] sysutils/lbl-hf: Update to 1.5 and add stage support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-15 00:00 UTC by Craig Leres
Modified: 2014-03-15 15:10 UTC (History)
1 user (show)

See Also:


Attachments
patch.txt (1.72 KB, text/plain)
2014-03-15 00:00 UTC, Craig Leres
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Leres freebsd_committer freebsd_triage 2014-03-15 00:00:00 UTC
	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.

Fix: Please see the attached patch.
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-03-15 14:52:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-15 15:04:22 UTC
Author: pawel
Date: Sat Mar 15 15:04:17 2014
New Revision: 348330
URL: http://svnweb.freebsd.org/changeset/ports/348330
QAT: https://qat.redports.org/buildarchive/r348330/

Log:
  - Update to version 1.5
  - Add LICENSE
  - Staging support
  
  PR:		ports/187597
  Submitted by:	maintainer

Modified:
  head/sysutils/lbl-hf/Makefile
  head/sysutils/lbl-hf/distinfo

Modified: head/sysutils/lbl-hf/Makefile
==============================================================================
--- head/sysutils/lbl-hf/Makefile	Sat Mar 15 14:50:08 2014	(r348329)
+++ head/sysutils/lbl-hf/Makefile	Sat Mar 15 15:04:17 2014	(r348330)
@@ -2,34 +2,29 @@
 # $FreeBSD$
 
 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 <bsd.port.mk>

Modified: head/sysutils/lbl-hf/distinfo
==============================================================================
--- head/sysutils/lbl-hf/distinfo	Sat Mar 15 14:50:08 2014	(r348329)
+++ head/sysutils/lbl-hf/distinfo	Sat Mar 15 15:04:17 2014	(r348330)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2014-03-15 15:04:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!