Bug 170721 - [MAINTAINER] games/avoision: Makefile changed, added OptionsNG
Summary: [MAINTAINER] games/avoision: Makefile changed, added OptionsNG
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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-18 01:30 UTC by nemysis
Modified: 2012-08-29 04:10 UTC (History)
1 user (show)

See Also:


Attachments
avoision-1.1_1.patch (1.30 KB, patch)
2012-08-18 01:30 UTC, nemysis
no flags Details | Diff
avoision.diff (816 bytes, patch)
2012-08-20 08:44 UTC, nemysis
no flags Details | Diff
avoision.diff (1.25 KB, patch)
2012-08-27 23:09 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 2012-08-18 01:30:07 UTC
Makefile changed, added OptionsNG

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2012-08-18 06:49:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-29 01:13:43 UTC
Author: jgh
Date: Wed Aug 29 00:13:31 2012
New Revision: 303303
URL: http://svn.freebsd.org/changeset/ports/303303

Log:
  - adjust dependencies to reflect requirements
  - adopt optionsNG for DOCS
  - while here remove PORTNAME from COMMENT
  
  PR:	170721
  Submitted by:	maintainer, nemysis@gmx.ch

Modified:
  head/games/avoision/Makefile   (contents, props changed)

Modified: head/games/avoision/Makefile
==============================================================================
--- head/games/avoision/Makefile	Tue Aug 28 23:58:10 2012	(r303302)
+++ head/games/avoision/Makefile	Wed Aug 29 00:13:31 2012	(r303303)
@@ -12,7 +12,7 @@ CATEGORIES=	games
 MASTER_SITES=	SF/avsn/
 
 MAINTAINER=	nemysis@gmx.ch
-COMMENT=	Avoision is a simple collect-dots-avoid-blocks game
+COMMENT=	A simple collect-dots-avoid-blocks game
 
 LICENSE=	GPLv2 CCbyNCSA3
 LICENSE_COMB=	dual
@@ -21,11 +21,11 @@ LICENSE_FILE=	${WRKSRC}/License.txt
 LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt
 LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept
 
-LIB_DEPENDS=	radius:${PORTSDIR}/graphics/radius-engine \
-		lua-5.1:${PORTSDIR}/lang/lua \
+LIB_DEPENDS=	lua-5.1:${PORTSDIR}/lang/lua \
 		png15:${PORTSDIR}/graphics/png \
 		physfs.1:${PORTSDIR}/devel/physfs
-RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip
+BUILD_DEPENDS=	${LOCALBASE}/include/radius.h:${PORTSDIR}/graphics/radius-engine \
+		zip:${PORTSDIR}/archivers/zip
 
 GNU_CONFIGURE=	yes
 ALL_TARGET=	${PORTNAME}
@@ -41,8 +41,10 @@ PLIST_DIRSTRY=	share/applications
 PORTDATA=	*
 PORTDOCS=	ChangeLog
 
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
 .endif
_______________________________________________
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 Jason Helfman freebsd_committer freebsd_triage 2012-08-29 01:13:45 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-08-29 04:02:30 UTC
Author: jgh
Date: Wed Aug 29 03:02:15 2012
New Revision: 303309
URL: http://svn.freebsd.org/changeset/ports/303309

Log:
  - bump portrevision w/ dependency changes, follow r303303
  
  PR:	170721
  Submitted by:	maintainer, nemysis@gmx.ch

Modified:
  head/games/avoision/Makefile

Modified: head/games/avoision/Makefile
==============================================================================
--- head/games/avoision/Makefile	Wed Aug 29 02:18:03 2012	(r303308)
+++ head/games/avoision/Makefile	Wed Aug 29 03:02:15 2012	(r303309)
@@ -7,7 +7,7 @@
 
 PORTNAME=	avoision
 PORTVERSION=	1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/avsn/
 
_______________________________________________
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"