svn commit: r310709 - head/deskutils/docear
Matthias Andree
mandree at FreeBSD.org
Sun Jan 20 18:06:24 UTC 2013
Author: mandree
Date: Sun Jan 20 18:06:23 2013
New Revision: 310709
URL: http://svnweb.freebsd.org/changeset/ports/310709
Log:
Update to new upstream Beta 8 version.
Again, the upstream made a mess of the release, directory names changed
again, download locations changed again, SF.net has not yet been updated
:-(
Changes in beta8:
<http://www.docear.org/2013/01/15/docear-beta-8-with-minor-bug-fixes/>
Modified:
head/deskutils/docear/Makefile
head/deskutils/docear/distinfo
head/deskutils/docear/pkg-plist
Modified: head/deskutils/docear/Makefile
==============================================================================
--- head/deskutils/docear/Makefile Sun Jan 20 17:58:14 2013 (r310708)
+++ head/deskutils/docear/Makefile Sun Jan 20 18:06:23 2013 (r310709)
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= docear
-PORTVERSION= 1.0.0.b07
-PORTREVISION= 1
+PORTVERSION= 1.0.0.b08
CATEGORIES= deskutils java
-MASTER_SITES= SF/docear/1.x/${PORTVERSION:S/.b/_beta/}
+MASTER_SITES= http://downloads.docear.org/${PORTVERSION:S/.b/_beta/:S/08/8/}/ \
+ SF/docear/1.x/${PORTVERSION:S/.b/_beta/}
DISTNAME= docear_linux
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
@@ -25,7 +25,7 @@ NO_BUILD= yes
JDATADIR= ${JAVASHAREDIR}/${PORTNAME}
icon= ${DATADIR}/${PORTNAME}-icon48x48.png
-WRKSRC= ${WRKDIR}/docear-1.0.0.7_beta_build139
+WRKSRC= ${WRKDIR}/docear-1.0.0.8_beta_build145
SUB_FILES= docear.desktop
post-patch:
Modified: head/deskutils/docear/distinfo
==============================================================================
--- head/deskutils/docear/distinfo Sun Jan 20 17:58:14 2013 (r310708)
+++ head/deskutils/docear/distinfo Sun Jan 20 18:06:23 2013 (r310709)
@@ -1,2 +1,2 @@
-SHA256 (docear-1.0.0.b07/docear_linux.tar.gz) = a477178cf68224e940b77c1e231c4db814785bc49358dd987301e672341bfb56
-SIZE (docear-1.0.0.b07/docear_linux.tar.gz) = 48411436
+SHA256 (docear-1.0.0.b08/docear_linux.tar.gz) = 979a994b523dd5e1fe9b5c7ff0ee805d576e3589c3263d0639f28abf71cb6967
+SIZE (docear-1.0.0.b08/docear_linux.tar.gz) = 48634831
Modified: head/deskutils/docear/pkg-plist
==============================================================================
--- head/deskutils/docear/pkg-plist Sun Jan 20 17:58:14 2013 (r310708)
+++ head/deskutils/docear/pkg-plist Sun Jan 20 18:06:23 2013 (r310709)
@@ -6,6 +6,7 @@ share/docear/docear-icon48x48.png
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || :
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
share/java/docear/bzrinfo.txt
+share/java/docear/core/org.freeplane.core/lib/commons-io-2.4.jar
share/java/docear/core/org.freeplane.core/lib/commons-lang-2.0.jar
share/java/docear/core/org.freeplane.core/lib/forms-1.2.1.jar
share/java/docear/core/org.freeplane.core/lib/freeplaneeditor.jar
More information about the svn-ports-all
mailing list