Date: Fri, 4 May 2018 05:46:37 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469003 - head/editors/calligraplan Message-ID: <201805040546.w445kbQc079108@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Fri May 4 05:46:36 2018 New Revision: 469003 URL: https://svnweb.freebsd.org/changeset/ports/469003 Log: editors/calligraplan: Fix fetch. Reported by: antoine Modified: head/editors/calligraplan/Makefile Modified: head/editors/calligraplan/Makefile ============================================================================== --- head/editors/calligraplan/Makefile Fri May 4 03:13:04 2018 (r469002) +++ head/editors/calligraplan/Makefile Fri May 4 05:46:36 2018 (r469003) @@ -3,7 +3,7 @@ PORTNAME= calligraplan DISTVERSION= 3.1.0 CATEGORIES= editors kde -MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} +MASTER_SITES= KDE/stable/calligra/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805040546.w445kbQc079108>