svn commit: r406308 - in head/vietnamese: vietunicode-hannom vietunicode-trichlor vietunicode-web1

John Marino marino at FreeBSD.org
Sun Jan 17 12:39:58 UTC 2016


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 <pre> and <post>.  They sandwhiched a third
  makefile that pulled in <options> which is sufficient.  Remove <pre>
  and <post> 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 <bsd.port.pre.mk>
 .include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

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 <bsd.port.pre.mk>
 .include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

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 <bsd.port.pre.mk>
 .include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list