Bug 80087 - update and unbreak port: www/ump (by maintainer)
Summary: update and unbreak port: www/ump (by maintainer)
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-19 07:20 UTC by Li-Lun Wang
Modified: 2005-04-21 06:40 UTC (History)
0 users

See Also:


Attachments
file.diff (3.77 KB, patch)
2005-04-19 07:20 UTC, Li-Lun Wang
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Lun Wang 2005-04-19 07:20:37 UTC
Update port www/ump so that it works with the newest timidity++.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-04-20 09:51:29 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 Li-Lun Wang 2005-04-21 06:34:09 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Looks like I screwed up MASTER_SITE_SUBDIR in my previous patch. I
failed to catch this because the distfile in question had been fetched
by its dependency. Can you commit the following patch to fix this?

- --- Makefile.orig	Thu Apr 21 02:14:19 2005
+++ Makefile	Thu Apr 21 13:29:02 2005
@@ -9,11 +9,11 @@
 PORTVERSION=	1.10
 PORTREVISION=	7
 CATEGORIES=	www
- -MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}	\
- -		http://www.geocities.com/SiliconValley/Lab/2826/1-10/	\
- -		http://pubweb.bnl.gov/people/hoff/midi/1.10/	\
- -		${MASTER_SITE_NETSCAPE}
- -MASTER_SITE_SUBDIR=	sdk/plugin/unix
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}:timidity	\
+		http://www.geocities.com/SiliconValley/Lab/2826/1-10/:ump	\
+		http://pubweb.bnl.gov/people/hoff/midi/1.10/:ump	\
+		${MASTER_SITE_NETSCAPE}:plugin
+MASTER_SITE_SUBDIR=	sdk/plugin/unix:plugin
 DISTFILES=	${BZ2DIST} ${ZDIST}
 
 PATCH_SITES=	http://www.timidity.jp/dist/
@@ -24,8 +24,8 @@
 
 RUN_DEPENDS=	${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity++
 
- -BZ2DIST=	TiMidity++-${TIMIDITY_VERSION}.tar.bz2
- -ZDIST=		unix-sdk-3.0b5.tar.Z ump_with_volume.tar.Z timdiffs.tar.Z
+BZ2DIST=	TiMidity++-${TIMIDITY_VERSION}.tar.bz2:timidity
+ZDIST=		unix-sdk-3.0b5.tar.Z:plugin ump_with_volume.tar.Z:ump timdiffs.tar.Z:ump
 
 TIMIDITY_VERSION=	2.13.2
 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFCZztQCQM7t5B2mhARApgaAJ9J4+c/xAPEuRONhX84AoTemN9x8QCfdUnS
FZs2nuyJvSsMz4dAiRqcqOM=
=fl8b
-----END PGP SIGNATURE-----