From owner-svn-ports-all@FreeBSD.ORG Wed Nov 19 21:14:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3002AF4; Wed, 19 Nov 2014 21:14:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF964685; Wed, 19 Nov 2014 21:14:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAJLEC6K015490; Wed, 19 Nov 2014 21:14:12 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAJLECPI015487; Wed, 19 Nov 2014 21:14:12 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201411192114.sAJLECPI015487@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 19 Nov 2014 21:14:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372818 - head/devel/magit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2014 21:14:12 -0000 Author: rakuco Date: Wed Nov 19 21:14:11 2014 New Revision: 372818 URL: https://svnweb.freebsd.org/changeset/ports/372818 QAT: https://qat.redports.org/buildarchive/r372818/ Log: - Update to 1.2.1. This is a small bugfix release specifically made for magit to work with Emacs 24.4 (the port has thus been broken ever since Emacs 24.4 was committed to the tree). While here, clean up MASTER_SITES and point to an https domain. PR: 194843 Approved by: maintainer timeout, portmgr (antoine) Modified: head/devel/magit/Makefile head/devel/magit/distinfo Modified: head/devel/magit/Makefile ============================================================================== --- head/devel/magit/Makefile Wed Nov 19 20:58:47 2014 (r372817) +++ head/devel/magit/Makefile Wed Nov 19 21:14:11 2014 (r372818) @@ -2,12 +2,9 @@ # $FreeBSD$ PORTNAME= magit -PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTVERSION= 1.2.1 CATEGORIES= devel elisp -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://cloud.github.com/downloads/magit/magit/ -MASTER_SITE_SUBDIR= kuriyama +MASTER_SITES= https://github.com/magit/magit/releases/download/${PORTVERSION}/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= kuriyama@FreeBSD.org Modified: head/devel/magit/distinfo ============================================================================== --- head/devel/magit/distinfo Wed Nov 19 20:58:47 2014 (r372817) +++ head/devel/magit/distinfo Wed Nov 19 21:14:11 2014 (r372818) @@ -1,2 +1,2 @@ -SHA256 (magit-1.2.0.tar.gz) = ef535819b8ee32c53ad38efabc82028f62422f2629407d69ddc5970669dc1ba9 -SIZE (magit-1.2.0.tar.gz) = 163318 +SHA256 (magit-1.2.1.tar.gz) = f99937c7ee9850fc9a283cc49ba5159fe23a4e7fd75e251c4bacf542cb43c4c6 +SIZE (magit-1.2.1.tar.gz) = 111414