diff options
author | hrs <hrs@FreeBSD.org> | 2004-08-21 15:55:52 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-08-21 15:55:52 +0800 |
commit | 4d0f5a08af87181810af1d4ffaee6f86a29d17ab (patch) | |
tree | 306604b93efc768befa969cf4221b24c73cae917 /print | |
parent | 664d04561970ab70ee161e1a451d1cc81f6ad263 (diff) | |
download | freebsd-ports-gnome-4d0f5a08af87181810af1d4ffaee6f86a29d17ab.tar.gz freebsd-ports-gnome-4d0f5a08af87181810af1d4ffaee6f86a29d17ab.tar.zst freebsd-ports-gnome-4d0f5a08af87181810af1d4ffaee6f86a29d17ab.zip |
Update to 11.52.
Diffstat (limited to 'print')
-rw-r--r-- | print/auctex/Makefile | 4 | ||||
-rw-r--r-- | print/auctex/distinfo | 4 | ||||
-rw-r--r-- | print/auctex/files/patch-doc::Makefile.in | 52 |
3 files changed, 46 insertions, 14 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile index 5f86998d1626..e16258a787dd 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -6,8 +6,8 @@ # PORTNAME= auctex -PORTVERSION= 11.51 -PORTREVISION= 1 +PORTVERSION= 11.52 +PORTREVISION= 0 CATEGORIES= print elisp MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/print/auctex/distinfo b/print/auctex/distinfo index f2f8ecb2ad53..d2890ad5b6aa 100644 --- a/print/auctex/distinfo +++ b/print/auctex/distinfo @@ -1,2 +1,2 @@ -MD5 (auctex-11.51.tar.gz) = 67018d4c890a647c755756925a34bda6 -SIZE (auctex-11.51.tar.gz) = 456420 +MD5 (auctex-11.52.tar.gz) = 56f8d7e4461778fa0b6d48dfba612c85 +SIZE (auctex-11.52.tar.gz) = 457998 diff --git a/print/auctex/files/patch-doc::Makefile.in b/print/auctex/files/patch-doc::Makefile.in index c250a3c304df..f5eb356d2510 100644 --- a/print/auctex/files/patch-doc::Makefile.in +++ b/print/auctex/files/patch-doc::Makefile.in @@ -1,18 +1,50 @@ ---- doc/Makefile.in.orig Sat Aug 21 02:46:30 2004 -+++ doc/Makefile.in Sat Aug 21 03:00:56 2004 -@@ -84,13 +84,13 @@ +--- doc/Makefile.in.orig Fri Aug 20 11:22:59 2004 ++++ doc/Makefile.in Sat Aug 21 16:51:04 2004 +@@ -18,9 +18,9 @@ + TEXIFILES = auctex.texi install.texi wininstall.texi intro.texi \ + changes.texi todo.texi faq.texi - install: auctex - -$(MKINSTALLDIRS) $(infodir) -- $(INSTALL_DATA) auctex $(infodir) -+ $(INSTALL_DATA) auctex $(infodir)/auctex.info +-all: auctex.dvi tex-ref.dvi auctex ++all: auctex.dvi tex-ref.dvi auctex.info + +-dist: auctex INSTALL INSTALL.windows README CHANGES TODO FAQ \ ++dist: auctex.info INSTALL INSTALL.windows README CHANGES TODO FAQ \ + auctex_toc.html auctex.ps auctex.pdf tex-ref.ps tex-ref.pdf + + auctex_toc.html: auctex.texi +@@ -48,8 +48,8 @@ + auctex.ps: auctex.dvi + $(DVIPS) auctex.dvi -Ppdf -o auctex.ps + +-auctex: $(TEXIFILES) +- -$(MAKEINFO) auctex.texi ++auctex.info: $(TEXIFILES) ++ -$(MAKEINFO) --no-split --output auctex.info auctex.texi + @echo "**********************************************************" + @echo "** If this gave trouble, maybe you need to install" + @echo "** a newer version of texinfo?" +@@ -83,20 +83,20 @@ + -$(MAKEINFO) -D rawfile --no-headers --no-validate \ + faq.texi --output FAQ + +-install: auctex ++install: auctex.info + -$(MKINSTALLDIRS) $(DESTDIR)$(infodir) +- $(INSTALL_DATA) auctex $(DESTDIR)$(infodir) ++ $(INSTALL_DATA) auctex.info $(DESTDIR)$(infodir) for x in auctex-*; do \ if [ -r $$x ]; then \ - $(INSTALL_DATA) $$x $(infodir) ; \ + $(INSTALL_DATA) $$x $(DESTDIR)$(infodir) ; \ fi; \ done -- -$(INSTALL_INFO) --info-dir=$(infodir) auctex -+ $(INSTALL_INFO) $(infodir)/auctex.info $(infodir)/dir +- -$(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) auctex ++ -$(INSTALL_INFO) $(DESTDIR)$(infodir)/auctex.info $(DESTDIR)$(infodir)/dir clean: rm -f *.dvi *.ps *.pdf *.aux *.cp *.fn *.info *.ky *.log *~ \#*\# \ + *.tp *.vr *.pg *.toc *.tp *.bak *.cps *.kys *.tps \ +- *.fns *.vrs *.pgs *.tmp auctex auctex-* *.html INSTALL \ ++ *.fns *.vrs *.pgs *.tmp auctex.info auctex-* *.html INSTALL \ + INSTALL.windows README CHANGES HISTORY TODO FAQ + + distclean: clean |