Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Sep 2012 01:17:35 +0900 (JST)
From:      Masaki TAGAWA <masaki@club.kyutech.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/171327: [maintainer update] japanese/font-ricty: OptionsNG
Message-ID:  <201209041617.q84GHZx6057356@rosetta.club.kyutech.ac.jp>
Resent-Message-ID: <201209041620.q84GK8AU015501@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171327
>Category:       ports
>Synopsis:       [maintainer update] japanese/font-ricty: OptionsNG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 04 16:20:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Masaki TAGAWA
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
WIDE Project
>Environment:
System: FreeBSD rosetta.club.kyutech.ac.jp 9.0-STABLE FreeBSD 9.0-STABLE #8: Mon Jul 2 11:36:08 JST 2012 root@rosetta.club.kyutech.ac.jp:/usr/obj/usr/src/sys/CLUBVMKERNEL amd64
>Description:
* Convert to OptionsNG
>How-To-Repeat:
	
>Fix:

	

--- font-ricty.diff begins here ---
diff -ruN /usr/ports/japanese/font-ricty/Makefile redports/masaki/japanese/font-ricty/Makefile
--- /usr/ports/japanese/font-ricty/Makefile	2012-05-06 09:23:21.000000000 +0900
+++ redports/masaki/japanese/font-ricty/Makefile	2012-09-05 01:04:15.620486610 +0900
@@ -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 @@
 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
--- font-ricty.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209041617.q84GHZx6057356>