Bug 179923 - [MAINTAINER] games/cretan-hubris: Trim dependency for graphics/radius-engine
Summary: [MAINTAINER] games/cretan-hubris: Trim dependency for graphics/radius-engine
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: Daniel Eischen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-24 11:40 UTC by nemysis
Modified: 2013-07-12 18:40 UTC (History)
1 user (show)

See Also:


Attachments
cretan-hubris-0.2_2.patch (1.36 KB, patch)
2013-06-24 11:40 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2013-06-24 11:40:00 UTC
- Shorten header
- Trim dependency for graphics/radius-engine
- Trim PLIST_FILES and PLIST_DIRS

Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)

How-To-Repeat: 
Build log

https://redports.org/buildarchive/20130624100000-33217/
Comment 1 Daniel Eischen freebsd_committer freebsd_triage 2013-07-11 16:58:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->deischen

I'll take this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-12 18:30:47 UTC
Author: deischen
Date: Fri Jul 12 17:30:35 2013
New Revision: 322856
URL: http://svnweb.freebsd.org/changeset/ports/322856

Log:
  From the maintainer:
  
    - Shorten header
    - Trim dependency for graphics/radius-engine
    - Trim PLIST_FILES and PLIST_DIRS
  
  PR:		179923
  Submitted by:	nemysis at gmx dot ch

Modified:
  head/games/cretan-hubris/Makefile

Modified: head/games/cretan-hubris/Makefile
==============================================================================
--- head/games/cretan-hubris/Makefile	Fri Jul 12 16:36:50 2013	(r322855)
+++ head/games/cretan-hubris/Makefile	Fri Jul 12 17:30:35 2013	(r322856)
@@ -1,9 +1,5 @@
-# New Ports collection makefile for:	Cretan Hubris
-# Date created:		2012-05-18
-# Whom:			nemysis@gmx.ch
-#
+# Created by: nemysis <nemysis@gmx.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	cretan-hubris
 PORTVERSION=	0.2
@@ -21,23 +17,24 @@ LICENSE_FILE=	${WRKSRC}/License.txt
 LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt
 LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept
 
-BUILD_DEPENDS=	${LOCALBASE}/include/radius.h:${PORTSDIR}/graphics/radius-engine
+BUILD_DEPENDS=	${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine
 LIB_DEPENDS=	lua-5.1:${PORTSDIR}/lang/lua \
 		png15:${PORTSDIR}/graphics/png \
 		physfs.1:${PORTSDIR}/devel/physfs
 RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 
-GNU_CONFIGURE=	yes
-ALL_TARGET=	${PORTNAME}
+USES=		pkgconfig
 USE_SDL=	sdl sound
 USE_GL=		glu
+GNU_CONFIGURE=	yes
+ALL_TARGET=	${PORTNAME}
 MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	bin/${PORTNAME} \
 		share/applications/${PORTNAME}.desktop \
-		share/pixmaps/${PORTNAME}.png
+		share/pixmaps/${PORTNAME}.png \
+		%%DATADIR%%/${PORTNAME}.zip
+PLIST_DIRS=	%%DATADIR%%
 PLIST_DIRSTRY=	share/applications
 
-PORTDATA=	*
-
 .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 3 Daniel Eischen freebsd_committer freebsd_triage 2013-07-12 18:36:02 UTC
State Changed
From-To: open->closed

Patch committed.  Thanks for your contribution!