Bug 187486

Summary: [maintainer] [patch] games/tome4: convert to Uses/tar.mk
Product: Ports & Packages Reporter: Nikolai Lifanov <lifanov>
Component: Individual Port(s)Assignee: Pawel Pekala <pawel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
te4.patch none

Description Nikolai Lifanov 2014-03-12 15:20:01 UTC
	Convert games/tome4 to the new "tar" Uses.
	There is no revision bump, since the package doesn't change.

How-To-Repeat: 	Apply this patch.
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-03-13 11:54:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-13 12:03:39 UTC
Author: pawel
Date: Thu Mar 13 12:03:32 2014
New Revision: 348056
URL: http://svnweb.freebsd.org/changeset/ports/348056
QAT: https://qat.redports.org/buildarchive/r348056/

Log:
  Convert to USES=tar:bzip2
  
  PR:		ports/187486
  Submitted by:	maintainer

Modified:
  head/games/tome4/Makefile

Modified: head/games/tome4/Makefile
==============================================================================
--- head/games/tome4/Makefile	Thu Mar 13 11:32:12 2014	(r348055)
+++ head/games/tome4/Makefile	Thu Mar 13 12:03:32 2014	(r348056)
@@ -23,8 +23,7 @@ DESKTOP_ENTRIES="ToME 4" "${COMMENT}" "$
 
 WRKSRC=		${WRKDIR}/t-engine4-src-${PORTVERSION}
 MAKE_ARGS+=	config=release verbose=yes ARCH=""
-USES=		gmake openal:al
-USE_BZIP2=	yes
+USES=		gmake openal:al tar:bzip2
 USE_SDL=	image2 sdl2 ttf2
 USE_GL=		gl
 SUB_FILES=	tome4
_______________________________________________
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-13 12:03:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!