From owner-svn-ports-head@freebsd.org Sun Jan 17 12:39:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A56FA862D4; Sun, 17 Jan 2016 12:39:58 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CB891FB0; Sun, 17 Jan 2016 12:39:58 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HCdvG1087396; Sun, 17 Jan 2016 12:39:57 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HCdvRG087393; Sun, 17 Jan 2016 12:39:57 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601171239.u0HCdvRG087393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 17 Jan 2016 12:39:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406308 - in head/vietnamese: vietunicode-hannom vietunicode-trichlor vietunicode-web1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 12:39:58 -0000 Author: marino Date: Sun Jan 17 12:39:57 2016 New Revision: 406308 URL: https://svnweb.freebsd.org/changeset/ports/406308 Log: vietnamese/vietunicode-*: Fix options (3 ports) The -hannom, -web1, and -trichlor ports all had their options mis-set by the unnecessary use of
 and .  They sandwhiched a third
  makefile that pulled in  which is sufficient.  Remove 
  and  inclusions to restore option functionality of these ports.
  Bump to be on the safe side.

Modified:
  head/vietnamese/vietunicode-hannom/Makefile
  head/vietnamese/vietunicode-trichlor/Makefile
  head/vietnamese/vietunicode-web1/Makefile

Modified: head/vietnamese/vietunicode-hannom/Makefile
==============================================================================
--- head/vietnamese/vietunicode-hannom/Makefile	Sun Jan 17 12:38:24 2016	(r406307)
+++ head/vietnamese/vietunicode-hannom/Makefile	Sun Jan 17 12:39:57 2016	(r406308)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vietunicode-hannom
 PORTVERSION=	2005.02.06
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	vietnamese x11-fonts
 MASTER_SITES=	SF/vietunicode/hannom/hannom%20v2005
 DISTNAME=	hannom
@@ -26,6 +26,5 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR})
 
-.include 
 .include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
-.include 
+.include 

Modified: head/vietnamese/vietunicode-trichlor/Makefile
==============================================================================
--- head/vietnamese/vietunicode-trichlor/Makefile	Sun Jan 17 12:38:24 2016	(r406307)
+++ head/vietnamese/vietunicode-trichlor/Makefile	Sun Jan 17 12:39:57 2016	(r406308)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vietunicode-trichlor
 PORTVERSION=	2004.04.30
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	vietnamese x11-fonts
 MASTER_SITES=	SF/vietunicode/VietFonts-TriChlor/TrichlorSet%20v2004
 DISTNAME=	VietFonts_TriChlor_ttf
@@ -34,6 +34,5 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR})
 
-.include 
 .include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
-.include 
+.include 

Modified: head/vietnamese/vietunicode-web1/Makefile
==============================================================================
--- head/vietnamese/vietunicode-web1/Makefile	Sun Jan 17 12:38:24 2016	(r406307)
+++ head/vietnamese/vietunicode-web1/Makefile	Sun Jan 17 12:39:57 2016	(r406308)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vietunicode-web1
 PORTVERSION=	2004.04.30
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	vietnamese x11-fonts
 MASTER_SITES=	SF/vietunicode/VietFonts-Web1/Web1%20Package%20v2004
 DISTNAME=	VietFontsWeb1_ttf
@@ -23,6 +23,5 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR})
 
-.include 
 .include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
-.include 
+.include