From nobody@FreeBSD.org  Mon May 12 08:26:14 2014
Return-Path: <nobody@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 C4786926
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 May 2014 08:26:14 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id B1CA92893
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 May 2014 08:26:14 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4C8QEAP013247
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 May 2014 08:26:14 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4C8QEYw013244;
	Mon, 12 May 2014 08:26:14 GMT
	(envelope-from nobody)
Message-Id: <201405120826.s4C8QEYw013244@cgiserv.freebsd.org>
Date: Mon, 12 May 2014 08:26:14 GMT
From: Simon Wright <simon.wright@gmx.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch][stage] Add staging support to sysutils/libchk, update use of USE_BZIP2 variable
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         189699
>Category:       ports
>Synopsis:       [patch][stage] Add staging support to sysutils/libchk, update use of USE_BZIP2 variable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    knu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 12 08:30:00 UTC 2014
>Closed-Date:    Wed May 14 15:58:38 JST 2014
>Last-Modified:  Wed May 14 07:00:00 UTC 2014
>Originator:     Simon Wright
>Release:        9.2-RELEASE-p5
>Organization:
>Environment:
FreeBSD vmserver04.home.wright.org 9.2-RELEASE-p5 FreeBSD 9.2-RELEASE-p5 #0: Tue Apr 29 19:09:13 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Update to port to include staging support
Change USE_BZIP2 to USES=tar:bzip2 as per poudriere warning

===============
/!\ libchk-1.10.3: Makefile warnings, please consider fixing /!\

USE_BZIP2 is deprecated, please use USES=tar:bzip2
>How-To-Repeat:

>Fix:
Patch attached

Patch attached with submission follows:

diff -ruN libchk/Makefile /usr/ports/sysutils/libchk/Makefile
--- libchk/Makefile	2014-05-12 09:40:07.000000000 +0200
+++ /usr/ports/sysutils/libchk/Makefile	2014-05-12 10:18:55.000000000 +0200
@@ -1,5 +1,5 @@
 # Created by: Akinori MUSHA aka knu <knu@idaemons.org>
-# $FreeBSD: head/sysutils/libchk/Makefile 340722 2014-01-22 17:00:46Z mat $
+# $FreeBSD$
 
 PORTNAME=	libchk
 PORTVERSION=	1.10.3
@@ -13,13 +13,15 @@
 
 LICENSE=	BSD
 
-USES=		tar:bzip2
+USE_BZIP2=	yes
 USE_RUBY=	yes
 USE_RUBY_FEATURES=	optparse
 
 MAKE_ARGS=	PREFIX="${PREFIX}"
 
-PLIST_FILES=	man/man1/libchk.1.gz \
-		sbin/libchk
+MAN1=		libchk.1
+MANCOMPRESSED=	maybe
+PLIST_FILES=	sbin/libchk
 
+NO_STAGE=	yes
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->knu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 12 08:30:04 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189699 

From: Simon Wright <simon.wright@gmx.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189699: [patch][stage] Add staging support to sysutils/libchk,
 update use of USE_BZIP2 variable
Date: Mon, 12 May 2014 10:37:26 +0200

 This is a multi-part message in MIME format.
 --------------030609050205030508030408
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Apologies, I reveresed the source files. Attached is the correct patch.
 
 --------------030609050205030508030408
 Content-Type: text/plain; charset=windows-1252;
  name="libchk.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="libchk.txt"
 
 diff -ruN /usr/ports/sysutils/libchk/Makefile libchk/Makefile
 --- /usr/ports/sysutils/libchk/Makefile	2014-05-12 10:18:55.000000000 +0200
 +++ libchk/Makefile	2014-05-12 09:40:07.000000000 +0200
 @@ -1,5 +1,5 @@
  # Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 -# $FreeBSD$
 +# $FreeBSD: head/sysutils/libchk/Makefile 340722 2014-01-22 17:00:46Z mat $
  
  PORTNAME=	libchk
  PORTVERSION=	1.10.3
 @@ -13,15 +13,13 @@
  
  LICENSE=	BSD
  
 -USE_BZIP2=	yes
 +USES=		tar:bzip2
  USE_RUBY=	yes
  USE_RUBY_FEATURES=	optparse
  
  MAKE_ARGS=	PREFIX="${PREFIX}"
  
 -MAN1=		libchk.1
 -MANCOMPRESSED=	maybe
 -PLIST_FILES=	sbin/libchk
 +PLIST_FILES=	man/man1/libchk.1.gz \
 +		sbin/libchk
  
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 
 --------------030609050205030508030408--
State-Changed-From-To: open->closed 
State-Changed-By: knu 
State-Changed-When: Wed May 14 15:58:29 JST 2014 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189699 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189699: commit references a PR
Date: Wed, 14 May 2014 06:58:19 +0000 (UTC)

 Author: knu
 Date: Wed May 14 06:58:15 2014
 New Revision: 354026
 URL: http://svnweb.freebsd.org/changeset/ports/354026
 QAT: https://qat.redports.org/buildarchive/r354026/
 
 Log:
   Modernize the port.
   
   PR:		ports/189699
   Submitted by:	Simon Wright <simon.wright@gmx.net>
 
 Modified:
   head/sysutils/libchk/Makefile
 
 Modified: head/sysutils/libchk/Makefile
 ==============================================================================
 --- head/sysutils/libchk/Makefile	Wed May 14 06:50:24 2014	(r354025)
 +++ head/sysutils/libchk/Makefile	Wed May 14 06:58:15 2014	(r354026)
 @@ -13,15 +13,13 @@ COMMENT=	A tool to check shared library 
  
  LICENSE=	BSD
  
 -USE_BZIP2=	yes
 +USES=		tar:bzip2
  USE_RUBY=	yes
  USE_RUBY_FEATURES=	optparse
  
  MAKE_ARGS=	PREFIX="${PREFIX}"
  
 -MAN1=		libchk.1
 -MANCOMPRESSED=	maybe
 -PLIST_FILES=	sbin/libchk
 +PLIST_FILES=	man/man1/libchk.1.gz \
 +		sbin/libchk
  
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 _______________________________________________
 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"
 
>Unformatted:
