ports/87887: [PATCH] math/mathomatic: doesn't fetch, update to 12.5.0

Roman Neuhauser neuhauser at sigpipe.cz
Sun Oct 23 23:00:27 UTC 2005


>Number:         87887
>Category:       ports
>Synopsis:       [PATCH] math/mathomatic: doesn't fetch, update to 12.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 23 23:00:26 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD isis.sigpipe.cz 4.10-STABLE FreeBSD 4.10-STABLE #3: Sat Aug 7 16:06:48 CEST 2004 roman at isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386


	
>Description:
12.4.11 is unfetchable, update to 12.5.0.
>How-To-Repeat:
	
>Fix:

	

--- math::mathomatic-12.5.0-update,0.patch begins here ---
Index: math/mathomatic/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/mathomatic/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- math/mathomatic/Makefile	7 Oct 2005 18:49:48 -0000	1.3
+++ math/mathomatic/Makefile	23 Oct 2005 22:41:41 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	mathomatic
-PORTVERSION=	12.4.11
+PORTVERSION=	12.5.0
 CATEGORIES=	math
 MASTER_SITES=	http://www.panix.com/~gesslein/
 EXTRACT_SUFX=	.tgz
@@ -18,11 +18,11 @@
 DISTVERSION=	${PORTVERSION:C/\.([[:alpha:]]+)/\1/}
 WRKSRC=		${WRKDIR}/${DISTNAME}
 MAKEFILE=	makefile
-MAKE_ARGS+=	-DREADLINE prefix=${PREFIX} docdir='$$(prefix)/share/doc'
+MAKE_ARGS+=	-DREADLINE prefix=${PREFIX} docdir='${DOCSDIR:H}' mandir='${MANPREFIX}/man'
 USE_REINPLACE=	yes
 
 PLIST_FILES=	bin/mathomatic
-PORTDOCS=	am.htm ctips.html index.html manual.htm notes.html changes.txt
+PORTDOCS=	COPYING am.htm index.html manual.htm notes.html changes.txt
 
 MAN1=		mathomatic.1
 
Index: math/mathomatic/distinfo
===================================================================
RCS file: /home/ncvs/ports/math/mathomatic/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- math/mathomatic/distinfo	7 Oct 2005 18:49:48 -0000	1.3
+++ math/mathomatic/distinfo	23 Oct 2005 22:29:01 -0000
@@ -1,2 +1,2 @@
-MD5 (mathomatic-12.4.11.tgz) = ee54e976e1a99f8e08fa6c4a4e7924ad
-SIZE (mathomatic-12.4.11.tgz) = 128156
+MD5 (mathomatic-12.5.0.tgz) = cefebb73893dd55e7ecadff33464ee18
+SIZE (mathomatic-12.5.0.tgz) = 128893
Index: math/mathomatic/files/patch-makefile
===================================================================
RCS file: /home/ncvs/ports/math/mathomatic/files/patch-makefile,v
retrieving revision 1.3
diff -u -r1.3 patch-makefile
--- math/mathomatic/files/patch-makefile	7 Oct 2005 18:49:48 -0000	1.3
+++ math/mathomatic/files/patch-makefile	23 Oct 2005 22:38:15 -0000
@@ -1,20 +1,11 @@
 --- makefile.orig	Sat Sep 10 23:21:26 2005
 +++ makefile	Fri Oct  7 15:03:27 2005
-@@ -10,7 +10,7 @@
- 
- prefix		= /usr
- bindir		= /usr/local/bin
--mandir		= $(prefix)/share/man
-+mandir		= $(prefix)/man
- docdir		= $(prefix)/share/doc
- 
- AOUT	=mathomatic
 @@ -42,7 +42,7 @@
  	install -d $(docdir)/mathomatic
  	install -m 0755 $(AOUT) $(bindir)
- 	install -m 0644 doc/mathomatic.1 $(mandir)/man1
--	install -m 0644 changes.txt doc/*.htm doc/*.html $(docdir)/mathomatic
-+#%%PORTDOCS%%install -m 0644 changes.txt doc/*.htm doc/*.html $(docdir)/mathomatic
+ 	install -m 0644 $(MAN1) $(mandir)/man1
+-	install -m 0644 $(DOCS) $(docdir)/mathomatic
++#%%PORTDOCS%%	install -m 0644 $(DOCS) $(docdir)/mathomatic
  	@echo Install completed.
  
  uninstall:
--- math::mathomatic-12.5.0-update,0.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list