Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2015 11:01:46 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378301 - in head/math/jacal: . files
Message-ID:  <201502021101.t12B1k5H002170@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Mon Feb  2 11:01:45 2015
New Revision: 378301
URL: https://svnweb.freebsd.org/changeset/ports/378301
QAT: https://qat.redports.org/buildarchive/r378301/

Log:
  math/jacal: Update version 1c3=>1c4
  
  Differential Revision:	https://reviews.freebsd.org/D1667
  Approved by:		bapt, marino(mentor)

Modified:
  head/math/jacal/Makefile
  head/math/jacal/distinfo
  head/math/jacal/files/patch-Makefile

Modified: head/math/jacal/Makefile
==============================================================================
--- head/math/jacal/Makefile	Mon Feb  2 10:32:26 2015	(r378300)
+++ head/math/jacal/Makefile	Mon Feb  2 11:01:45 2015	(r378301)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jacal
-PORTVERSION=	1c3
+PORTVERSION=	1c4
 CATEGORIES=	math
 MASTER_SITES=	http://groups.csail.mit.edu/mac/ftpdir/scm/
 

Modified: head/math/jacal/distinfo
==============================================================================
--- head/math/jacal/distinfo	Mon Feb  2 10:32:26 2015	(r378300)
+++ head/math/jacal/distinfo	Mon Feb  2 11:01:45 2015	(r378301)
@@ -1,2 +1,2 @@
-SHA256 (jacal-1c3.zip) = 3ef253980ed303e30a3be4bb1e5a39aaa957e040d65d55d5b891483c7e22f9c3
-SIZE (jacal-1c3.zip) = 287032
+SHA256 (jacal-1c4.zip) = 78a8710a7a6b577299a2c06e93a31f0f2e3addc033f3891bf0b5052582cdbf14
+SIZE (jacal-1c4.zip) = 287013

Modified: head/math/jacal/files/patch-Makefile
==============================================================================
--- head/math/jacal/files/patch-Makefile	Mon Feb  2 10:32:26 2015	(r378300)
+++ head/math/jacal/files/patch-Makefile	Mon Feb  2 11:01:45 2015	(r378301)
@@ -20,7 +20,7 @@
  
  jacal.dvi: jacal.texi version.txi
  	$(TEXI2DVI) -b -c $<
-@@ -142,16 +136,9 @@
+@@ -142,16 +136,8 @@
  	cd DOC/; pdflatex ratint.tex
  	$(INSTALL_DATA) DOC/ratint.pdf $(DESTDIR)$(pdfdir)
  
@@ -35,12 +35,11 @@
 -	-$(INSTALL_INFO) $@ $(DESTDIR)$(infodir)dir
 -	-rm $(DESTDIR)$(infodir)-jacal.info.gz
 +$(DESTDIR)$(infodir)jacal.info:        jacal.texi version.txi
-+	$(MAKEINFO) $< --no-split -o jacal.info
 +	$(INSTALL_DATA) jacal.info $@
  install-info:	$(DESTDIR)$(infodir)jacal.info
  info:	install-info
  $(DESTDIR)$(infodir)jacal.info.gz: $(DESTDIR)$(infodir)jacal.info
-@@ -195,7 +182,6 @@
+@@ -195,7 +181,6 @@
  	$(INSTALL_DATA) go-scm $(DESTDIR)$(jacallibdir)go.scm
  	rm go-scm
  	echo '#! /bin/sh'			   > jacal-script



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502021101.t12B1k5H002170>