From 26f155f39d7d577f8ffddeb5fd373e23bdc7d58e Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Wed, 18 May 2005 10:42:04 +0000 Subject: upgrade to 12.3.2 PR: 81185 Submitted by: me Approved by: maintainer --- math/mathomatic/Makefile | 4 ++-- math/mathomatic/distinfo | 4 ++-- math/mathomatic/files/patch-makefile | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'math/mathomatic') diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index d5bb1bf4e26c..46a6ac2cfcfb 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -7,7 +7,7 @@ # PORTNAME= mathomatic -PORTVERSION= 12.1.e +PORTVERSION= 12.3.2 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz @@ -22,7 +22,7 @@ MAKE_ARGS+= -DREADLINE prefix=${PREFIX} docdir='$$(prefix)/share/doc' USE_REINPLACE= yes PLIST_FILES= bin/mathomatic -PORTDOCS= am.htm ctips.html index.html manual.htm notes.htm +PORTDOCS= am.htm ctips.html index.html manual.htm notes.htm changes.txt MAN1= mathomatic.1 diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index a62591fb737e..8d9c6a3dfad4 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,2 +1,2 @@ -MD5 (mathomatic-12.1e.tgz) = 8c891061a6b754a28e714c1ed30ebab8 -SIZE (mathomatic-12.1e.tgz) = 134782 +MD5 (mathomatic-12.3.2.tgz) = 10ddffc636a09d8e30bbce1c0f757457 +SIZE (mathomatic-12.3.2.tgz) = 124309 diff --git a/math/mathomatic/files/patch-makefile b/math/mathomatic/files/patch-makefile index 0a7e86d94997..7c6517fad350 100644 --- a/math/mathomatic/files/patch-makefile +++ b/math/mathomatic/files/patch-makefile @@ -1,11 +1,11 @@ ---- makefile.orig Mon Mar 7 03:40:08 2005 -+++ makefile Mon Apr 11 22:16:09 2005 +--- makefile.orig Wed May 18 15:06:46 2005 ++++ makefile Wed May 18 15:07:19 2005 @@ -42,7 +42,7 @@ install -d $(docdir)/mathomatic install -m 0755 $(AOUT) $(bindir) install -m 0644 doc/mathomatic.1 $(mandir)/man1 -- install -m 0644 doc/*.htm doc/*.html $(docdir)/mathomatic -+#%%PORTDOCS%%install -m 0644 doc/*.htm doc/*.html $(docdir)/mathomatic +- install -m 0644 changes.txt doc/*.htm doc/*.html $(docdir)/mathomatic ++#%%PORTDOCS%%install -m 0644 changes.txt doc/*.htm doc/*.html $(docdir)/mathomatic @echo Install completed. - clean: + uninstall: -- cgit v1.2.3