From owner-svn-ports-all@FreeBSD.ORG Mon Feb 10 11:38:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FD8738E; Mon, 10 Feb 2014 11:38:07 +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 092DF13E1; Mon, 10 Feb 2014 11:38:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1ABc6Zo079617; Mon, 10 Feb 2014 11:38:06 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1ABc64h079616; Mon, 10 Feb 2014 11:38:06 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402101138.s1ABc64h079616@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 10 Feb 2014 11:38:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343622 - head/graphics/jbig2dec 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: Mon, 10 Feb 2014 11:38:07 -0000 Author: bapt Date: Mon Feb 10 11:38:06 2014 New Revision: 343622 URL: http://svnweb.freebsd.org/changeset/ports/343622 QAT: https://qat.redports.org/buildarchive/r343622/ Log: Remove a dead mirror Modified: head/graphics/jbig2dec/Makefile Modified: head/graphics/jbig2dec/Makefile ============================================================================== --- head/graphics/jbig2dec/Makefile Mon Feb 10 11:17:36 2014 (r343621) +++ head/graphics/jbig2dec/Makefile Mon Feb 10 11:38:06 2014 (r343622) @@ -4,8 +4,7 @@ PORTNAME= jbig2dec PORTVERSION= 0.11 PORTREVISION= 1 CATEGORIES= graphics devel -MASTER_SITES= SF \ - http://ghostscript.com/~giles/jbig2/jbig2dec/ +MASTER_SITES= SF DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org