From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 20 10:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1C763565 for ; Thu, 20 Jun 2013 10:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0F5A0194D for ; Thu, 20 Jun 2013 10:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5KA00Ua090810 for ; Thu, 20 Jun 2013 10:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5KA00Nn090809; Thu, 20 Jun 2013 10:00:00 GMT (envelope-from gnats) Date: Thu, 20 Jun 2013 10:00:00 GMT Message-Id: <201306201000.r5KA00Nn090809@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: John Marino Subject: Re: ports/179480: [MAINTAINER] www/MT: update to 5.2.6,1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: John Marino List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 10:00:01 -0000 The following reply was made to PR ports/179480; it has been noted by GNATS. From: John Marino To: bug-followup@FreeBSD.org, takefu@airport.fm Cc: Subject: Re: ports/179480: [MAINTAINER] www/MT: update to 5.2.6,1 Date: Thu, 20 Jun 2013 11:53:49 +0200 This is a multi-part message in MIME format. --------------050104050902000004080608 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit The old distfile is still available on another directory. It's still best to update the package, but here's how to unbreak it now (patch attached). John --------------050104050902000004080608 Content-Type: text/plain; charset=windows-1252; name="MT-Makefile.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="MT-Makefile.diff.txt" --- Makefile.orig 2013-02-23 17:13:00.000000000 +0000 +++ Makefile @@ -5,7 +5,7 @@ PORTNAME= MT PORTVERSION= 5.2.3 PORTEPOCH= 1 CATEGORIES?= www -MASTER_SITES?= http://www.movabletype.org/downloads/stable/ +MASTER_SITES?= http://www.movabletype.org/downloads/archives/5.x/ DISTNAME?= MTOS-${PORTVERSION} MAINTAINER?= takefu@airport.fm --------------050104050902000004080608--