Bug 137015 - [MAINTAINER] audio/audex: Update to version 0.71b5
Summary: [MAINTAINER] audio/audex: Update to version 0.71b5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-22 23:10 UTC by Jason E. Hale
Modified: 2009-07-28 09:50 UTC (History)
0 users

See Also:


Attachments
2009-07-22-audex.diff (1.50 KB, patch)
2009-07-22 23:10 UTC, Jason E. Hale
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason E. Hale 2009-07-22 23:10:01 UTC
- Update audio/audex to version 0.71b5
- Mark MAKE_JOBS_SAFE
- Update WWW

How-To-Repeat: Use attached diff.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-07-23 13:19:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-07-27 07:48:09 UTC
State Changed
From-To: open->feedback


Hi, 

port failed to fetch the distfile, 

http://32bit.miwibox.org/index.php?action=describe_port&id=529 
http://64bit.miwibox.org/index.php?action=describe_port&id=547 

could you please take a look? 

- Martin
Comment 3 Jason E. Hale 2009-07-27 09:22:42 UTC
The main website appears to be down at the moment.  The distfile is being mirrored on
Gentoo's mirrors, so I have updated the Makefile to use MASTER_SITE_GENTOO as
well.

--- 2009-07-27-audex.diff begins here ---
diff -ruN audex.orig/Makefile audex/Makefile
--- audex.orig/Makefile	2009-07-19 07:09:21.000000000 -0400
+++ audex/Makefile	2009-07-27 03:21:50.000000000 -0400
@@ -6,9 +6,11 @@
 #
 
 PORTNAME=	audex
-DISTVERSION=	0.71b3
+DISTVERSION=	0.71b5
 CATEGORIES=	audio kde
-MASTER_SITES=	http://opensource.maniatek.de/${PORTNAME}/files/
+MASTER_SITES=	${MASTER_SITE_GENTOO} \
+		http://opensource.maniatek.de/${PORTNAME}/files/
+MASTER_SITE_SUBDIR=	distfiles
 
 MAINTAINER=	bsdkaffee@gmail.com
 COMMENT=	Audio CD ripping utility for KDE4
@@ -23,6 +25,7 @@
 USE_QT_VER=	4
 QT_COMPONENTS=	gui dbus network qt3support sql svg xml \
 		qmake_build moc_build rcc_build uic_build
+MAKE_JOBS_SAFE=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
diff -ruN audex.orig/distinfo audex/distinfo
--- audex.orig/distinfo	2009-07-19 07:09:21.000000000 -0400
+++ audex/distinfo	2009-07-27 03:15:42.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (audex-0.71b3.tar.bz2) = 18803732dfd6e16f2bba3773940c04cd
-SHA256 (audex-0.71b3.tar.bz2) = 76ba9634bf91abd8b73ca5aa185671e2488122d3409f61fead70a347613e2139
-SIZE (audex-0.71b3.tar.bz2) = 183745
+MD5 (audex-0.71b5.tar.bz2) = 089486abb548a670dc44454e9eb7aee5
+SHA256 (audex-0.71b5.tar.bz2) = a06574b4e6b54500b44d0c1fa3ff14de8d4fcfa1f943d37eac4c0e60227f915d
+SIZE (audex-0.71b5.tar.bz2) = 188785
diff -ruN audex.orig/pkg-descr audex/pkg-descr
--- audex.orig/pkg-descr	2009-07-19 07:09:21.000000000 -0400
+++ audex/pkg-descr	2009-07-27 03:15:42.000000000 -0400
@@ -11,4 +11,5 @@
 - Creates extraction and encoding protocols.
 - Transfer files with KDE KIO-Slaves.
 
-WWW: http://opensource.maniatek.de/cgi-bin/audex/audex/index.html
+WWW: http://opensource.maniatek.de/audex/
+WWW: http://www.kde-apps.org/content/show.php?content=77125
--- 2009-07-27-audex.diff ends here ---
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2009-07-28 09:45:00 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-07-28 09:45:06 UTC
miwi        2009-07-28 08:44:51 UTC

  FreeBSD ports repository

  Modified files:
    audio/audex          Makefile distinfo pkg-descr 
  Log:
  - Update to 0.71b5
  
  PR:             137015
  Submitted by:   Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.2       +5 -2      ports/audio/audex/Makefile
  1.2       +3 -3      ports/audio/audex/distinfo
  1.2       +2 -1      ports/audio/audex/pkg-descr
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"