From owner-svn-ports-head@freebsd.org Tue Dec 29 14:42:00 2015 Return-Path: Delivered-To: svn-ports-head@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 4DB50A547CA; Tue, 29 Dec 2015 14:42:00 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 232DD1D26; Tue, 29 Dec 2015 14:42:00 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBTEfxCi060251; Tue, 29 Dec 2015 14:41:59 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBTEfwkv060246; Tue, 29 Dec 2015 14:41:58 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201512291441.tBTEfwkv060246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 29 Dec 2015 14:41:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404744 - in head/audio/audex: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 14:42:00 -0000 Author: jhale Date: Tue Dec 29 14:41:58 2015 New Revision: 404744 URL: https://svnweb.freebsd.org/changeset/ports/404744 Log: - Switch MASTER_SITES to SF. Using kde-apps.org requires redefining DISTNAME and WRKSRC (which wasn't done in previous commit causing the patch target to fail) While here: - Rename and make patches with 'make makepatch' - Replace dead WWW in pkg-descr Added: head/audio/audex/files/patch-utils_encoderassistant.cpp - copied, changed from r404741, head/audio/audex/files/patch-utils__encoderassistant.cpp Deleted: head/audio/audex/files/patch-utils__encoderassistant.cpp Modified: head/audio/audex/Makefile head/audio/audex/distinfo head/audio/audex/files/patch-CMakeLists.txt head/audio/audex/pkg-descr Modified: head/audio/audex/Makefile ============================================================================== --- head/audio/audex/Makefile Tue Dec 29 14:30:46 2015 (r404743) +++ head/audio/audex/Makefile Tue Dec 29 14:41:58 2015 (r404744) @@ -3,8 +3,7 @@ PORTNAME= audex PORTVERSION= 0.79 CATEGORIES= audio kde -MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ -DISTNAME= 77125-${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/src MAINTAINER= jhale@FreeBSD.org COMMENT= KDE4 audio CD ripping utility Modified: head/audio/audex/distinfo ============================================================================== --- head/audio/audex/distinfo Tue Dec 29 14:30:46 2015 (r404743) +++ head/audio/audex/distinfo Tue Dec 29 14:41:58 2015 (r404744) @@ -1,2 +1,2 @@ -SHA256 (77125-audex-0.79.tar.xz) = 3281d3f02ca148e8e98e699778d463714858c2005e70f8a8c7bf856a18897c30 -SIZE (77125-audex-0.79.tar.xz) = 335732 +SHA256 (audex-0.79.tar.xz) = 3281d3f02ca148e8e98e699778d463714858c2005e70f8a8c7bf856a18897c30 +SIZE (audex-0.79.tar.xz) = 335732 Modified: head/audio/audex/files/patch-CMakeLists.txt ============================================================================== --- head/audio/audex/files/patch-CMakeLists.txt Tue Dec 29 14:30:46 2015 (r404743) +++ head/audio/audex/files/patch-CMakeLists.txt Tue Dec 29 14:41:58 2015 (r404744) @@ -1,6 +1,6 @@ ---- ./CMakeLists.txt.orig 2011-01-31 06:29:55.000000000 -0500 -+++ ./CMakeLists.txt 2011-01-31 06:30:15.000000000 -0500 -@@ -122,6 +122,6 @@ +--- CMakeLists.txt.orig 2015-02-22 08:08:05 UTC ++++ CMakeLists.txt +@@ -136,6 +136,6 @@ install(FILES audex-rip-audiocd.desktop add_subdirectory(icons) add_subdirectory(images) Copied and modified: head/audio/audex/files/patch-utils_encoderassistant.cpp (from r404741, head/audio/audex/files/patch-utils__encoderassistant.cpp) ============================================================================== --- head/audio/audex/files/patch-utils__encoderassistant.cpp Tue Dec 29 13:36:04 2015 (r404741, copy source) +++ head/audio/audex/files/patch-utils_encoderassistant.cpp Tue Dec 29 14:41:58 2015 (r404744) @@ -1,6 +1,6 @@ ---- ./utils/encoderassistant.cpp.orig 2009-06-10 05:24:03.000000000 -0400 -+++ ./utils/encoderassistant.cpp 2009-06-10 05:24:41.000000000 -0400 -@@ -44,7 +44,7 @@ +--- utils/encoderassistant.cpp.orig 2015-02-22 08:06:46 UTC ++++ utils/encoderassistant.cpp +@@ -88,7 +88,7 @@ bool EncoderAssistant::available(const E case EncoderAssistant::OGGENC : return (KProcess::execute(ENCODER_OGGENC_BIN, QStringList() << ENCODER_OGGENC_VERSION_PARA)==0); case EncoderAssistant::FLAC : return (KProcess::execute(ENCODER_FLAC_BIN, QStringList() << ENCODER_FLAC_VERSION_PARA)==0); case EncoderAssistant::FAAC : return (KProcess::execute(ENCODER_FAAC_BIN, QStringList() << ENCODER_FAAC_VERSION_PARA)==1); Modified: head/audio/audex/pkg-descr ============================================================================== --- head/audio/audex/pkg-descr Tue Dec 29 14:30:46 2015 (r404743) +++ head/audio/audex/pkg-descr Tue Dec 29 14:41:58 2015 (r404744) @@ -11,5 +11,5 @@ Features include: - Creates extraction and encoding protocols. - Transfer files with KDE KIO-Slaves. -WWW: http://kde.maniatek.com/audex/ +WWW: https://userbase.kde.org/Audex/ WWW: http://www.kde-apps.org/content/show.php?content=77125