mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
science/molsketch: Update 0.7.0 -> 0.7.1
This commit is contained in:
parent
45270d61d0
commit
351a5a5ad7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568212
@ -1,10 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= molsketch
|
||||
DISTVERSION= 0.7.0
|
||||
DISTVERSION= 0.7.1
|
||||
DISTVERSIONSUFFIX= -src
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= SF/${PORTNAME}/Molsketch/Oxygen%20${DISTVERSION}/
|
||||
MASTER_SITES= SF/${PORTNAME}/Molsketch/Oxygen-16%20${DISTVERSION}/
|
||||
DISTNAME= Molsketch-${DISTVERSIONFULL}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libopenbabel.so:science/openbabel
|
||||
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils localbase:ldflags \
|
||||
pkgconfig qt:5 shared-mime-info
|
||||
USE_QT= core gui network printsupport svg widgets buildtools_build qmake_build
|
||||
USES= cmake:noninja compiler:c++11-lang desktop-file-utils localbase:ldflags \
|
||||
pkgconfig qt:5 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_LDCONFIG= ${PREFIX}/lib/molsketch
|
||||
|
||||
CMAKE_ARGS= -DMSK_PREFIX:STRING=${PREFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1609181842
|
||||
SHA256 (Molsketch-0.7.0-src.tar.gz) = 2a8b181793f6df8892c55399c13674ecf688403ad402c9fead20f4916715bb9d
|
||||
SIZE (Molsketch-0.7.0-src.tar.gz) = 1874764
|
||||
TIMESTAMP = 1615487958
|
||||
SHA256 (Molsketch-0.7.1-src.tar.gz) = 33a9afbcd058008aae07448c0ff945a561a0e693a195e383cfe7543fb180e95d
|
||||
SIZE (Molsketch-0.7.1-src.tar.gz) = 1906008
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- CMakeLists.txt.orig 2018-08-15 17:18:23 UTC
|
||||
--- CMakeLists.txt.orig 2021-03-07 18:40:16 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -39,7 +39,7 @@ configure_file("${CMAKE_MODULE_PATH}/cma
|
||||
@@ -36,7 +36,7 @@ configure_file("${CMAKE_SOURCE_DIR}/cmake_uninstall.cm
|
||||
add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
|
||||
|
||||
# Enabling debugging symbols
|
||||
@ -9,16 +9,7 @@
|
||||
|
||||
# Enabling shared libraries
|
||||
set(BUILD_SHARED_LIBS ON)
|
||||
@@ -119,7 +119,7 @@ if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT
|
||||
endif( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT APPLE )
|
||||
|
||||
if(NOT FORCEQt4)
|
||||
- set(QTVERSIONSUFFIX "-qt5")
|
||||
+ set(QTVERSIONSUFFIX "")
|
||||
endif(NOT FORCEQt4)
|
||||
|
||||
set(OBABEL_IFACE_NAME "libobabeliface${QTVERSIONSUFFIX}.so")
|
||||
@@ -130,7 +130,7 @@ endif(WIN32 OR WIN64)
|
||||
@@ -108,7 +108,7 @@ endif(WIN32 OR WIN64)
|
||||
|
||||
add_definitions(-DOBABEL_IFACE_LOCATION="\\\"${MSK_INSTALL_LIBS}/${OBABEL_IFACE_NAME}\\\"")
|
||||
|
||||
|
@ -68,7 +68,7 @@ include/libmolsketch/molview.h
|
||||
include/libmolsketch/neighboralignment.h
|
||||
include/libmolsketch/propertiesdock.h
|
||||
include/libmolsketch/propertieswidget.h
|
||||
include/libmolsketch/qtversionmacros.h
|
||||
include/libmolsketch/qtdeprecations.h
|
||||
include/libmolsketch/radicalelectron.h
|
||||
include/libmolsketch/scenepropertieswidget.h
|
||||
include/libmolsketch/scenesettings.h
|
||||
|
Loading…
Reference in New Issue
Block a user