aboutsummaryrefslogtreecommitdiff
path: root/print/yatex
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-04-28 17:41:29 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-04-28 17:41:29 +0000
commitd4215b0008f65c64cfd1c472dfe6afc9657aeb6a (patch)
treeed8c424f40c9c58afd6d0b48e3c89933f567b655 /print/yatex
parente237fa61284e3c11f2ac4841579ee42c7ded5bf6 (diff)
downloadports-d4215b0008f65c64cfd1c472dfe6afc9657aeb6a.tar.gz
ports-d4215b0008f65c64cfd1c472dfe6afc9657aeb6a.zip
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.
Notes
Notes: svn path=/head/; revision=316737
Diffstat (limited to 'print/yatex')
-rw-r--r--print/yatex/Makefile12
-rw-r--r--print/yatex/distinfo4
2 files changed, 7 insertions, 9 deletions
diff --git a/print/yatex/Makefile b/print/yatex/Makefile
index dfa8fa7db7b2..6b8f63f2127e 100644
--- a/print/yatex/Makefile
+++ b/print/yatex/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: YaTeX
-# Date created: 98/11/17
-# Whom: Satoshi Taoka <taoka@FreeBSD.org>
-#
+# Created by: Satoshi Taoka <taoka@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-packages
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}
diff --git a/print/yatex/distinfo b/print/yatex/distinfo
index 7c5764a9c2fd..653c9859a7ab 100644
--- a/print/yatex/distinfo
+++ b/print/yatex/distinfo
@@ -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