Bug 189699 - [patch][stage] Add staging support to sysutils/libchk, update use of USE_BZIP2 variable
Summary: [patch][stage] Add staging support to sysutils/libchk, update use of USE_BZIP...
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: Akinori MUSHA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-12 09:30 UTC by Simon Wright
Modified: 2014-05-14 08:00 UTC (History)
0 users

See Also:


Attachments
file.diff (705 bytes, patch)
2014-05-12 09:30 UTC, Simon Wright
no flags Details | Diff
libchk.txt (705 bytes, text/plain; charset=windows-1252)
2014-05-12 09:37 UTC, Simon Wright
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Wright 2014-05-12 09:30:00 UTC
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

Fix: Patch attached

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-12 09:30:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->knu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Simon Wright 2014-05-12 09:37:26 UTC
Apologies, I reveresed the source files. Attached is the correct patch.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-14 07:58:19 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"
Comment 4 Akinori MUSHA freebsd_committer freebsd_triage 2014-05-14 07:58:29 UTC
State Changed
From-To: open->closed

Committed, thanks!