From owner-svn-ports-all@FreeBSD.ORG Tue Sep 4 16:43:53 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 555DF106566B; Tue, 4 Sep 2012 16:43:53 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 40B108FC0C; Tue, 4 Sep 2012 16:43:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q84Ghr8D085930; Tue, 4 Sep 2012 16:43:53 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q84Ghrof085927; Tue, 4 Sep 2012 16:43:53 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209041643.q84Ghrof085927@svn.freebsd.org> From: Steve Wills Date: Tue, 4 Sep 2012 16:43:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303663 - head/japanese/font-ricty X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 16:43:53 -0000 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 (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 -.if defined(WITH_DISCORD) +.if ${PORT_OPTIONS:MDISCORD} PLIST_SUB+= DISCORD="" SUB_LIST+= DISCORD="" .else