diff options
author | yuri <yuri@FreeBSD.org> | 2018-10-19 13:38:42 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-10-19 13:38:42 +0800 |
commit | c47d3dc8c9252690de945c8009413a22627521d1 (patch) | |
tree | 2040917447260f9db3741c1943db4952d9ceb287 /science | |
parent | 5c40bcb7d709ba3962b0ef47720eda2c6ca783ff (diff) | |
download | freebsd-ports-gnome-c47d3dc8c9252690de945c8009413a22627521d1.tar.gz freebsd-ports-gnome-c47d3dc8c9252690de945c8009413a22627521d1.tar.zst freebsd-ports-gnome-c47d3dc8c9252690de945c8009413a22627521d1.zip |
science/simlib: Update 3.02 -> 3.06
Diffstat (limited to 'science')
-rw-r--r-- | science/simlib/Makefile | 8 | ||||
-rw-r--r-- | science/simlib/distinfo | 5 | ||||
-rw-r--r-- | science/simlib/files/patch-src_errors.txt | 13 |
3 files changed, 8 insertions, 18 deletions
diff --git a/science/simlib/Makefile b/science/simlib/Makefile index c960aea1fea4..8c10b255a929 100644 --- a/science/simlib/Makefile +++ b/science/simlib/Makefile @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= simlib -PORTVERSION= 3.02 -PORTREVISION= 1 +DISTVERSION= 3.06 +DISTVERSIONSUFFIX= -20181003 CATEGORIES= science MASTER_SITES= http://www.fit.vutbr.cz/~peringer/SIMLIB/source/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-20111030 MAINTAINER= ports@FreeBSD.org COMMENT= SIMulation LIBrary for C++ programming language +LICENSE= LGPL20 + USES= gmake USE_LDCONFIG= yes + WRKSRC= ${WRKDIR}/${PORTNAME} CXXFLAGS+= -fPIC diff --git a/science/simlib/distinfo b/science/simlib/distinfo index 0a964e79dacc..79d9370071f1 100644 --- a/science/simlib/distinfo +++ b/science/simlib/distinfo @@ -1,2 +1,3 @@ -SHA256 (simlib-3.02-20111030.tar.gz) = b5d544f0736fdf4c9a419b527d607549e0b1d2c04a77d5fc48dcf34cd14e1ae6 -SIZE (simlib-3.02-20111030.tar.gz) = 1129986 +TIMESTAMP = 1539927064 +SHA256 (simlib-3.06-20181003.tar.gz) = 3624d870bca8303f14b3824dbe59db426bbc0e687586038710ef0edfcdc85012 +SIZE (simlib-3.06-20181003.tar.gz) = 1144115 diff --git a/science/simlib/files/patch-src_errors.txt b/science/simlib/files/patch-src_errors.txt deleted file mode 100644 index d14d80bb2ca8..000000000000 --- a/science/simlib/files/patch-src_errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -src/errors.txt is used to generate src/errors.cc - ---- src/errors.txt.orig 2018-07-07 20:48:53 UTC -+++ src/errors.txt -@@ -14,7 +14,7 @@ _ErrMsg(_ErrEnum) - - //////////////////////////////////////////////////////////////////////////// - --Copyright SIMLIB/C++ Simulation Library, "SIMLIB_COPYRIGHT" -+Copyright SIMLIB/C++ Simulation Library, " SIMLIB_COPYRIGHT " - UnknownError Undocumented error - InternalError Internal error - MemoryError No memory |