svn commit: r316737 - head/print/yatex

Hiroki Sato hrs at FreeBSD.org
Sun Apr 28 17:41:30 UTC 2013


Author: hrs
Date: Sun Apr 28 17:41:29 2013
New Revision: 316737
URL: http://svnweb.freebsd.org/changeset/ports/316737

Log:
  Update to 1.77.  Changes include:
  
  - last-command-char issue has been fixed.
  - %#DVIPDF now supports selection of dvi-to-pdf programs.
  - More PDF viewers added to the menu.

Modified:
  head/print/yatex/Makefile
  head/print/yatex/distinfo

Modified: head/print/yatex/Makefile
==============================================================================
--- head/print/yatex/Makefile	Sun Apr 28 17:37:04 2013	(r316736)
+++ head/print/yatex/Makefile	Sun Apr 28 17:41:29 2013	(r316737)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: YaTeX
-# Date created:		98/11/17
-# Whom:			Satoshi Taoka <taoka at FreeBSD.org>
-#
+# Created by: Satoshi Taoka <taoka at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	yatex
-PORTVERSION=	1.76
+PORTVERSION=	1.77
 CATEGORIES?=	print elisp
 MASTER_SITES=	http://www.yatex.org/
 DISTNAME=	${PORTNAME}${PORTVERSION}
@@ -47,6 +43,8 @@ EMACS_PACKAGESDIR=${EMACS_LIBDIR}/site-p
 TARGETNAME=	YaTeX
 DIRSECTION=	The Emacs editor and associated tools
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.pre.mk>
 
 .if (${EMACS_PORT_NAME} == xemacs21)
@@ -115,7 +113,7 @@ do-install:
 	cd ${WRKSRC}/docs && \
 		${INSTALL_DATA} ${INFOFILES:S,:, ,g} ${PREFIX}/${INFO_PATH}
 .endif
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${INSTALL_DATA} ${WRKSRC}/docs/* ${WRKSRC}
 	@${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}

Modified: head/print/yatex/distinfo
==============================================================================
--- head/print/yatex/distinfo	Sun Apr 28 17:37:04 2013	(r316736)
+++ head/print/yatex/distinfo	Sun Apr 28 17:41:29 2013	(r316737)
@@ -1,2 +1,2 @@
-SHA256 (yatex1.76.tar.gz) = 66c6f162a0ce4ee1edb231bacb4a3926ea4b5a45a4ba004330bb0bc0a7887acf
-SIZE (yatex1.76.tar.gz) = 357552
+SHA256 (yatex1.77.tar.gz) = acc3e14c34ea5eba0c1a96cef6b5c7ab850e621f75cf25764e0ae37be483f177
+SIZE (yatex1.77.tar.gz) = 356721


More information about the svn-ports-all mailing list