svn commit: r314883 - head/deskutils/docear

Matthias Andree mandree at FreeBSD.org
Fri Mar 22 00:15:38 UTC 2013


Author: mandree
Date: Fri Mar 22 00:15:37 2013
New Revision: 314883
URL: http://svnweb.freebsd.org/changeset/ports/314883

Log:
  Unbreak "make fetch":
  - Upstream has renamed his distribution directories, chase that.
  - And upstream has removed the lastest version from the sourceforge mirror
    network, so mirror locally.
  
  Reported by:	miwi

Modified:
  head/deskutils/docear/Makefile

Modified: head/deskutils/docear/Makefile
==============================================================================
--- head/deskutils/docear/Makefile	Thu Mar 21 23:17:48 2013	(r314882)
+++ head/deskutils/docear/Makefile	Fri Mar 22 00:15:37 2013	(r314883)
@@ -4,8 +4,8 @@
 PORTNAME=	docear
 PORTVERSION=	1.0.0.b08
 CATEGORIES=	deskutils java
-MASTER_SITES=	http://downloads.docear.org/${PORTVERSION:S/.b/_beta/:S/08/8/}/ \
-		SF/docear/1.x/${PORTVERSION:S/.b/_beta/}
+MASTER_SITES=	http://downloads.docear.org/${PORTVERSION:S/.b/_beta/}/ \
+		LOCAL/mandree/${PORTNAME}-${PORTVERSION:S/.b/_beta/}/
 DISTNAME=	docear_linux
 DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 


More information about the svn-ports-all mailing list