diff options
author | yuri <yuri@FreeBSD.org> | 2020-01-02 12:35:57 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2020-01-02 12:35:57 +0800 |
commit | c46488740f911a3f981ecc228f27757e08705943 (patch) | |
tree | 9cba8e78462fd5edaeb5e89571af2d12c9278a44 | |
parent | 444f2845ab4b22894f7ed3538b29878d630bc8c6 (diff) | |
download | freebsd-ports-gnome-c46488740f911a3f981ecc228f27757e08705943.tar.gz freebsd-ports-gnome-c46488740f911a3f981ecc228f27757e08705943.tar.zst freebsd-ports-gnome-c46488740f911a3f981ecc228f27757e08705943.zip |
science/vipster: Update 1.16b -> 1.18b-75
-rw-r--r-- | science/vipster/Makefile | 6 | ||||
-rw-r--r-- | science/vipster/distinfo | 6 | ||||
-rw-r--r-- | science/vipster/files/patch-libvipster_configfile.h | 11 | ||||
-rw-r--r-- | science/vipster/pkg-plist | 6 |
4 files changed, 9 insertions, 20 deletions
diff --git a/science/vipster/Makefile b/science/vipster/Makefile index b4b518a8a2ef..ea227c0e2c61 100644 --- a/science/vipster/Makefile +++ b/science/vipster/Makefile @@ -2,15 +2,13 @@ PORTNAME= vipster DISTVERSIONPREFIX= v -DISTVERSION= 1.16b -PORTREVISION= 1 +DISTVERSION= 1.18b-75 +DISTVERSIONSUFFIX= -gfa5853f CATEGORIES= science MAINTAINER= yuri@FreeBSD.org COMMENT= Crystalline and molecular structure visualisation program -BROKEN= unfetchable - LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/science/vipster/distinfo b/science/vipster/distinfo index cf8f587ccfdd..bfc52605a4fa 100644 --- a/science/vipster/distinfo +++ b/science/vipster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1554132408 -SHA256 (sgsaenger-vipster-v1.16b_GH0.tar.gz) = edcc92f1dd6c2b665fb0a25e205504f86ebd784dc67b99f3ba9a5a34820f3845 -SIZE (sgsaenger-vipster-v1.16b_GH0.tar.gz) = 1181194 +TIMESTAMP = 1577938644 +SHA256 (sgsaenger-vipster-v1.18b-75-gfa5853f_GH0.tar.gz) = f8796af4e85db5e176222fb1c5f28d71f4b64557681cbb50109c5e929beeda29 +SIZE (sgsaenger-vipster-v1.18b-75-gfa5853f_GH0.tar.gz) = 1205340 diff --git a/science/vipster/files/patch-libvipster_configfile.h b/science/vipster/files/patch-libvipster_configfile.h deleted file mode 100644 index 26dd67a6dfba..000000000000 --- a/science/vipster/files/patch-libvipster_configfile.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libvipster/configfile.h.orig 2018-12-21 06:15:43 UTC -+++ libvipster/configfile.h -@@ -27,7 +27,7 @@ bool saveConfig(); - #ifdef __EMSCRIPTEN__ - const std::string user_path{}; // not used - const std::string user_config{}; // not used --#elif __linux__ -+#elif __linux__ || defined(__FreeBSD__) - const std::string user_path = [](){ - auto tmp = std::getenv("XDG_CONFIG_HOME"); - return tmp == nullptr ? std::string{std::getenv("HOME")}+"/.config" : tmp; diff --git a/science/vipster/pkg-plist b/science/vipster/pkg-plist index 648b3b6f72ea..8624d290ab78 100644 --- a/science/vipster/pkg-plist +++ b/science/vipster/pkg-plist @@ -20,6 +20,8 @@ include/vipster/io/orca/param.h include/vipster/io/orca/plugin.h include/vipster/io/parameters.h include/vipster/io/plugin.h +include/vipster/io/poscar/config.h +include/vipster/io/poscar/plugin.h include/vipster/io/pwinput/config.h include/vipster/io/pwinput/param.h include/vipster/io/pwinput/plugin.h @@ -30,7 +32,7 @@ include/vipster/io/xyz/config.h include/vipster/io/xyz/plugin.h include/vipster/kpoints.h include/vipster/molecule.h -include/vipster/pse.h +include/vipster/periodictable.h include/vipster/pyvipster.h include/vipster/settings.h include/vipster/step.h @@ -41,7 +43,7 @@ include/vipster/vec.h include/vipster/version.h lib/libvipster.so lib/libvipster.so.1 -lib/libvipster.so.1.15 +lib/libvipster.so.1.18 %%DESKTOP%%share/applications/vipster.desktop %%DESKTOP%%share/icons/hicolor/128x128/apps/vipster.png %%DESKTOP%%share/metainfo/vipster.appdata.xml |