svn commit: r303663 - head/japanese/font-ricty

Steve Wills swills at FreeBSD.org
Tue Sep 4 16:43:53 UTC 2012


Author: swills
Date: Tue Sep  4 16:43:52 2012
New Revision: 303663
URL: http://svn.freebsd.org/changeset/ports/303663

Log:
  - Convert to OptionsNG
  
  PR:		ports/171327
  Submitted by:	Masaki TAGAWA <masaki at club.kyutech.ac.jp> (maintainer)

Modified:
  head/japanese/font-ricty/Makefile   (contents, props changed)

Modified: head/japanese/font-ricty/Makefile
==============================================================================
--- head/japanese/font-ricty/Makefile	Tue Sep  4 16:11:37 2012	(r303662)
+++ head/japanese/font-ricty/Makefile	Tue Sep  4 16:43:52 2012	(r303663)
@@ -7,7 +7,7 @@
 
 PORTNAME=	ricty
 PORTVERSION=	3.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	https://nodeload.github.com/yascentur/Ricty/tarball/${PORTVERSION}?dummy=/
 PKGNAMEPREFIX=	ja-font-
@@ -36,11 +36,14 @@ WRKSRC=	${WRKDIR}/yascentur-Ricty-${TAG}
 LOCAL_FONTSDIR=	share/fonts
 X_FONTSDIR=	lib/X11/fonts
 
-OPTIONS=	DISCORD "Install Ricty-Discord" On
+OPTIONS_DEFINE=	DISCORD
+DISCORD_DESC=	Install Ricty-Discord
+
+OPTIONS_DEFAULT=	DISCORD
 
 .include <bsd.port.options.mk>
 
-.if defined(WITH_DISCORD)
+.if ${PORT_OPTIONS:MDISCORD}
 PLIST_SUB+=	DISCORD=""
 SUB_LIST+=	DISCORD=""
 .else



More information about the svn-ports-all mailing list