Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2013 21:19:46 +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: r315247 - head/deskutils/docear
Message-ID:  <201303252119.r2PLJkvC071479@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Mon Mar 25 21:19:46 2013
New Revision: 315247
URL: http://svnweb.freebsd.org/changeset/ports/315247

Log:
  Fix MASTER_SITES:
  - fix LOCAL/... line to use proper directory
  - re-enable sourceforge.net mirror after upstream maintainers
    have re-uploaded the files and promised to remember our
    requirements in the future.
    <http://www.docear.org/support/forums/docear-support-forums-group3/general-feedback-questions-forum5/downloads-deliberately-hosed-again-thread236.0/#postid-837>;

Modified:
  head/deskutils/docear/Makefile

Modified: head/deskutils/docear/Makefile
==============================================================================
--- head/deskutils/docear/Makefile	Mon Mar 25 21:16:03 2013	(r315246)
+++ head/deskutils/docear/Makefile	Mon Mar 25 21:19:46 2013	(r315247)
@@ -5,7 +5,8 @@ PORTNAME=	docear
 PORTVERSION=	1.0.0.b08
 CATEGORIES=	deskutils java
 MASTER_SITES=	http://downloads.docear.org/${PORTVERSION:S/.b/_beta/}/ \
-		LOCAL/mandree/${PORTNAME}-${PORTVERSION:S/.b/_beta/}/
+		SF/docear/1.x/${PORTVERSION:S/.b/_beta/} \
+		LOCAL/mandree/${DIST_SUBDIR}/
 DISTNAME=	docear_linux
 DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303252119.r2PLJkvC071479>