git: 23df0ea79129 - main - science/smoldyn: Update 2.66 -> 2.67
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Nov 2021 23:56:52 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=23df0ea7912929781c92dfd681c01ec13bff3021
commit 23df0ea7912929781c92dfd681c01ec13bff3021
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-11-06 23:46:04 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-11-06 23:56:37 +0000
science/smoldyn: Update 2.66 -> 2.67
Also
* replace MASTER_SITES and WWW with their https:// counterparts
* add the test target which is broken due to tarballs lacking test code
Reported by: portscout
---
science/smoldyn/Makefile | 7 ++++---
science/smoldyn/distinfo | 6 +++---
science/smoldyn/pkg-descr | 2 +-
3 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/science/smoldyn/Makefile b/science/smoldyn/Makefile
index 1d42a799f553..6cbd944087a4 100644
--- a/science/smoldyn/Makefile
+++ b/science/smoldyn/Makefile
@@ -1,7 +1,7 @@
PORTNAME= smoldyn
-DISTVERSION= 2.66
+DISTVERSION= 2.67
CATEGORIES= science
-MASTER_SITES= http://www.smoldyn.org/
+MASTER_SITES= https://www.smoldyn.org/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Biochemical simulator for molecular diffusion, surface interactions
@@ -11,12 +11,13 @@ LICENSE_FILE= ${WRKSRC}/License.txt
LIB_DEPENDS= libtiff.so:graphics/tiff
-USES= cmake compiler:c++11-lang gl tar:tgz xorg
+USES= cmake:testing compiler:c++11-lang gl tar:tgz xorg
USE_GL= gl glu glut
USE_XORG= xi xmu
USE_LDCONFIG= yes
CMAKE_OFF= OPTION_PYTHON
+CMAKE_TESTING_ON= OPTION_EXAMPLES # test code is missing from tarballs: https://github.com/ssandrews/Smoldyn/issues/111
PLIST_FILES= bin/${PORTNAME} \
include/libsmoldyn.h \
diff --git a/science/smoldyn/distinfo b/science/smoldyn/distinfo
index 95814750adc8..f0d66a948acd 100644
--- a/science/smoldyn/distinfo
+++ b/science/smoldyn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1624211519
-SHA256 (smoldyn-2.66.tgz) = 36b862afc0824610431efb2e298f3c88637caed442fbb8f0ba621b4225824ac4
-SIZE (smoldyn-2.66.tgz) = 30581336
+TIMESTAMP = 1636241174
+SHA256 (smoldyn-2.67.tgz) = 8511325fd606eec84dae748f711c0392b9ec824059101277ef22fee104e6072b
+SIZE (smoldyn-2.67.tgz) = 31336122
diff --git a/science/smoldyn/pkg-descr b/science/smoldyn/pkg-descr
index c25cbc82c478..427a23c68a02 100644
--- a/science/smoldyn/pkg-descr
+++ b/science/smoldyn/pkg-descr
@@ -12,4 +12,4 @@ a "virtual experimenter" who can manipulate or measure the simulated system,
support for spatial compartments, molecules with excluded volume, and
simulations in 1, 2, or 3 dimensions.
-WWW: http://www.smoldyn.org/
+WWW: https://www.smoldyn.org/