Date: Thu, 2 Jan 2014 02:43:24 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338415 - head/lang/modula3 Message-ID: <201401020243.s022hODI063985@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Jan 2 02:43:23 2014 New Revision: 338415 URL: http://svnweb.freebsd.org/changeset/ports/338415 Log: lang/modula3: Fix MASTER_SITES typo (mirror, bootstrap) Modified: head/lang/modula3/Makefile Modified: head/lang/modula3/Makefile ============================================================================== --- head/lang/modula3/Makefile Thu Jan 2 02:35:40 2014 (r338414) +++ head/lang/modula3/Makefile Thu Jan 2 02:43:23 2014 (r338415) @@ -5,8 +5,8 @@ PORTNAME= modula3 PORTVERSION= 5.8.6 CATEGORIES= lang MASTER_SITES= https://modula3.elegosoft.com/cm3/releng/ \ - http://download.dragonlace.net/m3/ \ - http://download.dragonlace.net/m3/:boot + http://downloads.dragonlace.net/m3/ \ + http://downloads.dragonlace.net/m3/:boot DISTFILES= ${SRCDISTFILE} ${BOOTDIST} MAINTAINER= marino@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401020243.s022hODI063985>