Bug 187486 - [maintainer] [patch] games/tome4: convert to Uses/tar.mk
Summary: [maintainer] [patch] games/tome4: convert to Uses/tar.mk
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-12 15:20 UTC by Nikolai Lifanov
Modified: 2014-03-13 12:10 UTC (History)
0 users

See Also:


Attachments
te4.patch (391 bytes, patch)
2014-03-12 15:20 UTC, Nikolai Lifanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!