svn commit: r404744 - in head/audio/audex: . files

Jason E. Hale jhale at FreeBSD.org
Tue Dec 29 14:42:00 UTC 2015


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 at 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


More information about the svn-ports-head mailing list