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
This commit is contained in:
Yuri Victorovich 2021-11-06 16:46:04 -07:00
parent cb255cd52c
commit 23df0ea791
3 changed files with 8 additions and 7 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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/