Index: head/science/molsketch/Makefile =================================================================== --- head/science/molsketch/Makefile (revision 496246) +++ head/science/molsketch/Makefile (revision 496247) @@ -1,32 +1,31 @@ # $FreeBSD$ PORTNAME= molsketch -DISTVERSION= 0.5.2 +DISTVERSION= 0.6.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 1 CATEGORIES= science -MASTER_SITES= SF/${PORTNAME}/Molsketch/Boron-11%20${DISTVERSION}/ +MASTER_SITES= SF/${PORTNAME}/Molsketch/Nitrogen%20${DISTVERSION}/ DISTNAME= Molsketch-${DISTVERSIONFULL} MAINTAINER= yuri@FreeBSD.org COMMENT= 2D molecule editor LICENSE= GPLv2 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 USE_LDCONFIG= ${PREFIX}/lib/molsketch CMAKE_ARGS= -DMSK_PREFIX:STRING=${PREFIX} WRKSRC= ${WRKDIR}/Molsketch-${DISTVERSION} OPTIONS_DEFINE= DOCS PORTDOCS= * .include Index: head/science/molsketch/distinfo =================================================================== --- head/science/molsketch/distinfo (revision 496246) +++ head/science/molsketch/distinfo (revision 496247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540350640 -SHA256 (Molsketch-0.5.2-src.tar.gz) = 87a4382c2cac8eb280f69ea2f7bd26f945adbce6012a347684f24304b1c491ae -SIZE (Molsketch-0.5.2-src.tar.gz) = 1670642 +TIMESTAMP = 1552970968 +SHA256 (Molsketch-0.6.0-src.tar.gz) = 999751d0dca25fe5c0b117dddd8a43f2583bb9e2df7fd14cddfa859896389537 +SIZE (Molsketch-0.6.0-src.tar.gz) = 1680065 Index: head/science/molsketch/files/patch-molsketch_programversion.cpp =================================================================== --- head/science/molsketch/files/patch-molsketch_programversion.cpp (revision 496246) +++ head/science/molsketch/files/patch-molsketch_programversion.cpp (nonexistent) @@ -1,15 +0,0 @@ ---- molsketch/programversion.cpp.orig 2018-10-24 03:35:50 UTC -+++ molsketch/programversion.cpp -@@ -88,10 +88,10 @@ QString ProgramVersion::toString() const - return QString("%1.%2.%3.%4").arg(d->major).arg(d->minor).arg(d->patch).arg(d->build); - } - --unsigned int ProgramVersion::minor() const { -+unsigned int ProgramVersion::minorx() const { - return d->minor; - } - --unsigned int ProgramVersion::major() const { -+unsigned int ProgramVersion::majorx() const { - return d->major; - } Property changes on: head/science/molsketch/files/patch-molsketch_programversion.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/science/molsketch/files/patch-molsketch_programversion.h =================================================================== --- head/science/molsketch/files/patch-molsketch_programversion.h (revision 496246) +++ head/science/molsketch/files/patch-molsketch_programversion.h (nonexistent) @@ -1,13 +0,0 @@ ---- molsketch/programversion.h.orig 2018-10-24 03:35:24 UTC -+++ molsketch/programversion.h -@@ -30,8 +30,8 @@ public: - ProgramVersion(const QString& version = ""); - ProgramVersion(int major, int minor = 0, int patch = 0, int build = 0); - ~ProgramVersion(); -- unsigned int major() const; -- unsigned int minor() const; -+ unsigned int majorx() const; -+ unsigned int minorx() const; - unsigned int patch() const; - unsigned int build() const; - bool operator ==(const ProgramVersion& other) const; Property changes on: head/science/molsketch/files/patch-molsketch_programversion.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/science/molsketch/pkg-plist =================================================================== --- head/science/molsketch/pkg-plist (revision 496246) +++ head/science/molsketch/pkg-plist (revision 496247) @@ -1,86 +1,89 @@ bin/molsketch include/libmolsketch/TextInputItem.h include/libmolsketch/abstractxmlobject.h include/libmolsketch/actions/abstractitemaction.h include/libmolsketch/actions/abstractrecursiveitemaction.h include/libmolsketch/actions/alignmentaction.h include/libmolsketch/actions/arrowtypeaction.h include/libmolsketch/actions/arrowtypewidget.h include/libmolsketch/actions/bondtypeaction.h include/libmolsketch/actions/bondtypewidget.h include/libmolsketch/actions/coloraction.h include/libmolsketch/actions/deleteaction.h include/libmolsketch/actions/drawaction.h include/libmolsketch/actions/flipbondaction.h include/libmolsketch/actions/flipstereobondsaction.h include/libmolsketch/actions/frameaction.h include/libmolsketch/actions/frametypeaction.h include/libmolsketch/actions/frametypewidget.h include/libmolsketch/actions/genericaction.h include/libmolsketch/actions/incdecaction.h include/libmolsketch/actions/itemgrouptypeaction.h include/libmolsketch/actions/itemtypeaction.h include/libmolsketch/actions/itemtypeselectionaction.h include/libmolsketch/actions/itemtypewidget.h include/libmolsketch/actions/linewidthaction.h include/libmolsketch/actions/mechanismarrowaction.h include/libmolsketch/actions/multiaction.h include/libmolsketch/actions/periodictablewidget.h include/libmolsketch/actions/reactionarrowaction.h include/libmolsketch/actions/ringaction.h include/libmolsketch/actions/rotateaction.h include/libmolsketch/actions/textaction.h include/libmolsketch/actions/transformcommand.h +include/libmolsketch/actions/zlevelaction.h include/libmolsketch/arrow.h include/libmolsketch/arrowpopup.h include/libmolsketch/atom.h include/libmolsketch/atompopup.h include/libmolsketch/bond.h include/libmolsketch/boundingboxlinker.h include/libmolsketch/colorbutton.h include/libmolsketch/commands.h include/libmolsketch/constants.h include/libmolsketch/coordinatedelegate.h include/libmolsketch/coordinatemodel.h include/libmolsketch/coordinatetableview.h include/libmolsketch/electronsystem.h include/libmolsketch/element.h include/libmolsketch/fileio.h include/libmolsketch/fontchooser.h include/libmolsketch/frame.h include/libmolsketch/generics.h include/libmolsketch/graphicsitem.h include/libmolsketch/grid.h include/libmolsketch/helptextemptydock.h include/libmolsketch/helptextonemptylabel.h include/libmolsketch/librarymodel.h include/libmolsketch/libraryview.h include/libmolsketch/lineupaction.h include/libmolsketch/lonepair.h include/libmolsketch/math2d.h include/libmolsketch/mimemolecule.h include/libmolsketch/molecule.h include/libmolsketch/moleculemodelitem.h include/libmolsketch/moleculepopup.h include/libmolsketch/molscene.h include/libmolsketch/molview.h include/libmolsketch/propertiesdock.h include/libmolsketch/propertieswidget.h include/libmolsketch/qtversionmacros.h include/libmolsketch/radicalelectron.h include/libmolsketch/scenepropertieswidget.h include/libmolsketch/scenesettings.h include/libmolsketch/settingsconnector.h include/libmolsketch/settingsfacade.h include/libmolsketch/settingsitem.h include/libmolsketch/stringify.h +include/libmolsketch/sumformula.h include/libmolsketch/textitem.h include/libmolsketch/xmlobjectinterface.h lib/molsketch/libmolsketch.so lib/molsketch/libobabeliface.so share/applications/molsketch.desktop share/icons/hicolor/scalable/apps/molsketch.svg +share/icons/hicolor/scalable/mimetypes/application-x-molsketch-molecule.svg share/icons/hicolor/scalable/mimetypes/application-x-molsketch.svg share/metainfo/net.sourceforge.molsketch.appdata.xml share/mime/packages/molsketch.xml share/pixmaps/molsketch.xpm