svn commit: r315247 - head/deskutils/docear
Matthias Andree
mandree at FreeBSD.org
Mon Mar 25 21:19:46 UTC 2013
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}
More information about the svn-ports-head
mailing list