From owner-svn-ports-all@FreeBSD.ORG Mon Mar 31 20:29:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00C2321E; Mon, 31 Mar 2014 20:29:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C93E915C; Mon, 31 Mar 2014 20:29:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2VKTdlU070569; Mon, 31 Mar 2014 20:29:39 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2VKTdEg070567; Mon, 31 Mar 2014 20:29:39 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201403312029.s2VKTdEg070567@svn.freebsd.org> From: Matthias Andree Date: Mon, 31 Mar 2014 20:29:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349801 - head/deskutils/docear X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 20:29:40 -0000 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