From owner-svn-ports-all@FreeBSD.ORG Sun Oct 7 18:32:26 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 26197106567A; Sun, 7 Oct 2012 18:32:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 107E38FC21; Sun, 7 Oct 2012 18:32:26 +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 q97IWP25048560; Sun, 7 Oct 2012 18:32:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q97IWPoX048558; Sun, 7 Oct 2012 18:32:25 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201210071832.q97IWPoX048558@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Oct 2012 18:32:25 +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: r305499 - head/chinese/tintin++ 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: Sun, 07 Oct 2012 18:32:26 -0000 Author: sunpoet Date: Sun Oct 7 18:32:25 2012 New Revision: 305499 URL: http://svn.freebsd.org/changeset/ports/305499 Log: - Convert to new options framework - Cleanup Makefile header Modified: head/chinese/tintin++/Makefile (contents, props changed) Modified: head/chinese/tintin++/Makefile ============================================================================== --- head/chinese/tintin++/Makefile Sun Oct 7 18:00:32 2012 (r305498) +++ head/chinese/tintin++/Makefile Sun Oct 7 18:32:25 2012 (r305499) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tintin++ with Chinese(Big5) support. -# Date created: Tue 26, 2000 -# Whom: Foxfair Hu -# +# Created by: Foxfair Hu # $FreeBSD$ -# CATEGORIES= chinese @@ -11,7 +7,7 @@ MAINTAINER= sunpoet@FreeBSD.org MASTERDIR= ${.CURDIR}/../../net/tintin++ -WITH_BIG5= yes +OPTIONS_FILE_SET= BIG5 NO_LATEST_LINK= yes