From owner-svn-ports-all@FreeBSD.ORG Wed Feb 26 15:00:50 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68BC8202; Wed, 26 Feb 2014 15:00:50 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5351C125F; Wed, 26 Feb 2014 15:00:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1QF0oCt058075; Wed, 26 Feb 2014 15:00:50 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1QF0otl058074; Wed, 26 Feb 2014 15:00:50 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402261500.s1QF0otl058074@svn.freebsd.org> From: John Marino Date: Wed, 26 Feb 2014 15:00:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346209 - head/archivers/lzip 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.17 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, 26 Feb 2014 15:00:50 -0000 Author: marino Date: Wed Feb 26 15:00:49 2014 New Revision: 346209 URL: http://svnweb.freebsd.org/changeset/ports/346209 QAT: https://qat.redports.org/buildarchive/r346209/ Log: archivers/lzip: Remove LOCAL MASTER_SITES; this was for version 1.14 only Modified: head/archivers/lzip/Makefile Modified: head/archivers/lzip/Makefile ============================================================================== --- head/archivers/lzip/Makefile Wed Feb 26 14:52:04 2014 (r346208) +++ head/archivers/lzip/Makefile Wed Feb 26 15:00:49 2014 (r346209) @@ -4,7 +4,7 @@ PORTNAME= lzip PORTVERSION= 1.15 CATEGORIES= archivers -MASTER_SITES= SAVANNAH/lzip LOCAL/marino +MASTER_SITES= SAVANNAH/lzip MAINTAINER= ports@FreeBSD.org COMMENT= Lossless data compressor based on the LZMA algorithm