From owner-svn-ports-all@freebsd.org Fri Jul 31 10:35:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73D3D9AFAF0; Fri, 31 Jul 2015 10:35:37 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.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 60B841657; Fri, 31 Jul 2015 10:35:37 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6VAZbWX060744; Fri, 31 Jul 2015 10:35:37 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6VAZaqo060742; Fri, 31 Jul 2015 10:35:36 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201507311035.t6VAZaqo060742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Fri, 31 Jul 2015 10:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393295 - head/print/scribus 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.20 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: Fri, 31 Jul 2015 10:35:37 -0000 Author: bsam Date: Fri Jul 31 10:35:35 2015 New Revision: 393295 URL: https://svnweb.freebsd.org/changeset/ports/393295 Log: print/scribus: The release was packed by bzip2 but named after xz. Now the name is fixed (checksum is the same, only the distribution file name is changed). Poited out by: Matthias Apitz (at ports@) Modified: head/print/scribus/Makefile head/print/scribus/distinfo Modified: head/print/scribus/Makefile ============================================================================== --- head/print/scribus/Makefile Fri Jul 31 10:29:46 2015 (r393294) +++ head/print/scribus/Makefile Fri Jul 31 10:35:35 2015 (r393295) @@ -28,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkin USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build xml network USE_GNOME= libartlgpl2 libxml2 USES= cmake desktop-file-utils ghostscript:run jpeg pkgconfig \ - python shared-mime-info tar:xz + python shared-mime-info tar:bz2 USE_LDCONFIG= yes CMAKE_ARGS+= -DWANT_HUNSPELL=YES -Wno-ferror-limit Modified: head/print/scribus/distinfo ============================================================================== --- head/print/scribus/distinfo Fri Jul 31 10:29:46 2015 (r393294) +++ head/print/scribus/distinfo Fri Jul 31 10:35:35 2015 (r393295) @@ -1,2 +1,2 @@ -SHA256 (scribus-1.4.5.tar.xz) = 9f706f0561d26bb11bbe558690ae0507cd3689e381f6e17aa9411d9c4ef58498 -SIZE (scribus-1.4.5.tar.xz) = 78251228 +SHA256 (scribus-1.4.5.tar.bz2) = 9f706f0561d26bb11bbe558690ae0507cd3689e381f6e17aa9411d9c4ef58498 +SIZE (scribus-1.4.5.tar.bz2) = 78251228