Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Nov 2016 21:41:11 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426342 - in head/math/mathmod: . files
Message-ID:  <201611182141.uAILfBP4097328@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Fri Nov 18 21:41:10 2016
New Revision: 426342
URL: https://svnweb.freebsd.org/changeset/ports/426342

Log:
  Upgrade to 4.1.

Modified:
  head/math/mathmod/Makefile
  head/math/mathmod/distinfo
  head/math/mathmod/files/patch-MathMod.pro

Modified: head/math/mathmod/Makefile
==============================================================================
--- head/math/mathmod/Makefile	Fri Nov 18 20:58:05 2016	(r426341)
+++ head/math/mathmod/Makefile	Fri Nov 18 21:41:10 2016	(r426342)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	MathMod
-PORTVERSION=	4.0
+PORTVERSION=	4.1
 CATEGORIES=	math graphics
 MASTER_SITES=	SF/${PORTNAME:tl}/${PKGNAME}/
-DISTNAME=	${PORTNAME:tl}-${PORTVERSION}-src
+DISTNAME=	${PORTNAME:tl}-${PORTVERSION}.src
 
 MAINTAINER=	thierry@FreeBSD.org
 COMMENT=	Mathematical modeling software
@@ -16,7 +16,7 @@ USES=		dos2unix qmake zip
 USE_GL=		gl
 USE_QT5=	buildtools_build core gui opengl qmake_build widgets
 
-BRANCHE=	246
+BRANCHE=	274
 WRKSRC=		${WRKDIR}/${PORTNAME:tl}-branches-${BRANCHE}-trunk
 
 PLIST_FILES=	bin/MathMod

Modified: head/math/mathmod/distinfo
==============================================================================
--- head/math/mathmod/distinfo	Fri Nov 18 20:58:05 2016	(r426341)
+++ head/math/mathmod/distinfo	Fri Nov 18 21:41:10 2016	(r426342)
@@ -1,2 +1,3 @@
-SHA256 (mathmod-4.0-src.zip) = 337d8c2aec31747ed21d1cc7037b079fdf5702eb6ad2c151e1977d46ac49a4e6
-SIZE (mathmod-4.0-src.zip) = 967153
+TIMESTAMP = 1479504030
+SHA256 (mathmod-4.1.src.zip) = fff57e82fc57b90af98b345f14219c01b1709b019735739b9244173bec626ad4
+SIZE (mathmod-4.1.src.zip) = 974709

Modified: head/math/mathmod/files/patch-MathMod.pro
==============================================================================
--- head/math/mathmod/files/patch-MathMod.pro	Fri Nov 18 20:58:05 2016	(r426341)
+++ head/math/mathmod/files/patch-MathMod.pro	Fri Nov 18 21:41:10 2016	(r426342)
@@ -1,15 +1,7 @@
---- MathMod.pro.orig	2016-11-18 12:53:17 UTC
+--- MathMod.pro.orig	2016-11-18 21:27:55 UTC
 +++ MathMod.pro
-@@ -58,7 +58,6 @@ FORMS     = ui_forms/drawingoptions.ui \
- 			 
- RC_FILE 	= mm.rc
- RESOURCES  += myressources.qrc
--LIBS += -lopengl32
- QT         += opengl widgets
- 
- OTHER_FILES += \
-@@ -67,10 +66,10 @@ OTHER_FILES += \
- 			mathmodconfig.js
+@@ -68,10 +68,10 @@ OTHER_FILES += \
+             mathmodconfig.js
  
  # install
 -target.path    = $TARGET



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