science/molsketch: update 0.8.1 → 0.8.2; switch to Qt6

This commit is contained in:
Yuri Victorovich 2025-06-23 03:25:56 -07:00
parent 8d6e2d609e
commit 0aecdaccf9
3 changed files with 15 additions and 11 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= molsketch PORTNAME= molsketch
DISTVERSION= 0.8.1 DISTVERSION= 0.8.2
DISTVERSIONSUFFIX= -src DISTVERSIONSUFFIX= -src
CATEGORIES= science CATEGORIES= science
MASTER_SITES= SF/${PORTNAME}/Molsketch/ MASTER_SITES= SF/${PORTNAME}/Molsketch/
@ -7,19 +7,21 @@ DISTNAME= Molsketch-${DISTVERSIONFULL}
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org
COMMENT= 2D molecule editor COMMENT= 2D molecule editor
WWW= https://molsketch.sourceforge.net/ WWW= https://molsketch.sourceforge.io/
LICENSE= GPLv2 LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libopenbabel.so:science/openbabel LIB_DEPENDS= libopenbabel.so:science/openbabel
USES= cmake:noninja compiler:c++17-lang desktop-file-utils localbase:ldflags \ USES= cmake compiler:c++20-lang desktop-file-utils gl localbase:ldflags \
pkgconfig qt:5 shared-mime-info # build fails with ninja, see https://sourceforge.net/p/molsketch/bugs/41/ pkgconfig qt:6 shared-mime-info # build fails with ninja, see https://sourceforge.net/p/molsketch/bugs/41/
USE_QT= core gui network printsupport svg widgets buildtools:build linguisttools:build qmake:build USE_QT= base svg tools:build
USE_LDCONFIG= ${PREFIX}/lib/molsketch USE_LDCONFIG= ${PREFIX}/lib/molsketch
USE_GL= gl opengl
CMAKE_ARGS= -DMSK_PREFIX:STRING=${PREFIX} CMAKE_ARGS= -DMSK_PREFIX:STRING=${PREFIX}
CMAKE_ON= MSK_QT6
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1737708866 TIMESTAMP = 1750672153
SHA256 (Molsketch-0.8.1-src.tar.gz) = eb016f977024b6ff11804748d8436c29a9652a5632fdff13b26e42d0507f8a02 SHA256 (Molsketch-0.8.2-src.tar.gz) = 5a8a18e4eb8e927f5c4bf97eb44ab191f4fa996298123630e8751c0b9e7de5e2
SIZE (Molsketch-0.8.1-src.tar.gz) = 1852967 SIZE (Molsketch-0.8.2-src.tar.gz) = 1855799

View File

@ -46,9 +46,6 @@ include/libmolsketch/constants.h
include/libmolsketch/coordinatedelegate.h include/libmolsketch/coordinatedelegate.h
include/libmolsketch/coordinatemodel.h include/libmolsketch/coordinatemodel.h
include/libmolsketch/coordinatetableview.h include/libmolsketch/coordinatetableview.h
include/libmolsketch/core/coreatom.h
include/libmolsketch/core/corebond.h
include/libmolsketch/core/coremolecule.h
include/libmolsketch/debuggable.h include/libmolsketch/debuggable.h
include/libmolsketch/electronsystem.h include/libmolsketch/electronsystem.h
include/libmolsketch/element.h include/libmolsketch/element.h
@ -92,6 +89,11 @@ include/libmolsketch/stringify.h
include/libmolsketch/sumformula.h include/libmolsketch/sumformula.h
include/libmolsketch/textitem.h include/libmolsketch/textitem.h
include/libmolsketch/xmlobjectinterface.h include/libmolsketch/xmlobjectinterface.h
include/libmskcore/coreatom.h
include/libmskcore/corebond.h
include/libmskcore/coremolecule.h
include/libmskcore/position.h
lib/molsketch/libmolsketch.so
lib/molsketch/libmskcore.so lib/molsketch/libmskcore.so
lib/molsketch/libobabeliface.so lib/molsketch/libobabeliface.so
share/applications/molsketch.desktop share/applications/molsketch.desktop