Date: Mon, 31 Mar 2014 20:29:39 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349801 - head/deskutils/docear Message-ID: <201403312029.s2VKTdEg070567@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Mon Mar 31 20:29:39 2014 New Revision: 349801 URL: http://svnweb.freebsd.org/changeset/ports/349801 QAT: https://qat.redports.org/buildarchive/r349801/ Log: Upgrade to new upstream release 1.03. Upstream changes: Enhancements: - Added a note linking to more information about projects - Rename PDF files from within Docear changes the file links in BibTeX and your mind maps - Implemented action to remove any links from selected nodes - Renamed some pdf management actions Bug fixes: - Duplicate annotations after manual import via drag & drop - Manual Update Check did not work - Fixed NPE in AddOnsController Miscellaneous changes: - Added donation note for PDF metadata extraction Modified: head/deskutils/docear/Makefile head/deskutils/docear/distinfo Modified: head/deskutils/docear/Makefile ============================================================================== --- head/deskutils/docear/Makefile Mon Mar 31 20:23:56 2014 (r349800) +++ head/deskutils/docear/Makefile Mon Mar 31 20:29:39 2014 (r349801) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= docear -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 _suffix= _stable CATEGORIES= deskutils java MASTER_SITES= http://downloads.docear.org/${PORTVERSION}${_suffix}/ \ @@ -24,7 +24,7 @@ NO_BUILD= yes JDATADIR= ${JAVASHAREDIR}/${PORTNAME} icon= ${DATADIR}/${PORTNAME}-icon48x48.png -WRKSRC= ${WRKDIR}/docear-1.0.2.2_stable_build219 +WRKSRC= ${WRKDIR}/docear-1.0.3.1_stable_build221 SUB_FILES= docear.desktop post-patch: Modified: head/deskutils/docear/distinfo ============================================================================== --- head/deskutils/docear/distinfo Mon Mar 31 20:23:56 2014 (r349800) +++ head/deskutils/docear/distinfo Mon Mar 31 20:29:39 2014 (r349801) @@ -1,2 +1,2 @@ -SHA256 (docear-1.0.2_stable/docear_linux.tar.gz) = 864bf68b2a2d8f6fec9c581c9c7d2d5dada6b393d8c1451dd08cc31a71aac4d2 -SIZE (docear-1.0.2_stable/docear_linux.tar.gz) = 56981939 +SHA256 (docear-1.0.3_stable/docear_linux.tar.gz) = 5bb3af99e8347d48ccc6ef76e4d77f2d1fa421242dd10eca8a95000c9a9fed5e +SIZE (docear-1.0.3_stable/docear_linux.tar.gz) = 57006977
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403312029.s2VKTdEg070567>