Bug 45368

Summary: [MAINTAINER-UPDATE] Adjust www/sidplug to use new directory
Product: Ports & Packages Reporter: John Merryweather Cooper <coop9211>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description John Merryweather Cooper 2002-11-17 09:20:01 UTC
	* modify install to use new FreeBSD plugin directory
	* update Maintainer's e-mail address

Fix: -------------------- Start update-sidplug-1.1.4_1 ----------------------------
# This is a patch for sidplug to update it to sidplug-1.1.4_1
# 
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'patch' program with this file as input.
#
#### End of Preamble ####

#### Patch data follows ####


#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Sun Nov 17 01:11:21 2002
# Generated by        : makepatch 2.00
# Recurse directories : Yes
# p 'Makefile' 957 1037523936 0100644
# p 'pkg-comment' 57 1037524034 0100644
# p 'pkg-descr' 161 1037524071 0100644
# p 'pkg-plist' 336 1037523993 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Sun Nov 17 01:11:21 2002] ####
#### Checksum: 99 3500 14418 ####

-------------------- End update-sidplug-1.1.4_1 --------------------------------jjJKh8xifcBI96XpsaR2avncEYzeHGYrVjiCHGsmnTkLNayG
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -u 'sidplug/Makefile' 'sidplug-1.1.4_1/Makefile'
Index: ./Makefile
--- ./Makefile	Wed Jan  9 07:12:11 2002
+++ ./Makefile	Sun Nov 17 01:05:36 2002
@@ -2,25 +2,25 @@
 # Date created:				14 December 2001
 # Whom:				John Merryweather Cooper <jmcoopr@webmail.bmi.net>
 #
-# $FreeBSD: ports/www/sidplug/Makefile,v 1.1 2002/01/09 15:12:11 lioux Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	sidplug
 PORTVERSION=	1.1.4
+PORTREVISION=	1
 CATEGORIES=	www audio
 MASTER_SITES=	http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	jmcoopr@webmail.bmi.net
+MAINTAINER=	coop9211@uidaho.edu
 
-RUN_DEPENDS=	xsidplay:${PORTSDIR}/audio/xsidplay \
-		mozilla:${PORTSDIR}/www/mozilla
+RUN_DEPENDS=	xsidplay:${PORTSDIR}/audio/xsidplay
 
 USE_X_PREFIX=	yes
 
 do-install:
-	@${MKDIR} ${PREFIX}/lib/mozilla/plugins
-	@${INSTALL_PROGRAM} ${WRKSRC}/npsidplug.so ${PREFIX}/lib/mozilla/plugins
+	@${MKDIR} ${PREFIX}/lib/browser_plugins
+	@${INSTALL_PROGRAM} ${WRKSRC}/npsidplug.so ${PREFIX}/lib/browser_plugins
 	@${LN} -sf ${X11BASE}/bin/xsidplay ${PREFIX}/bin/sidplug
 .ifndef(NOPORTDOCS)
 	@${MKDIR} ${EXAMPLESDIR}
diff -u 'sidplug/pkg-comment' 'sidplug-1.1.4_1/pkg-comment'
Index: ./pkg-comment
--- ./pkg-comment	Wed Jan  9 07:12:11 2002
+++ ./pkg-comment	Sun Nov 17 01:07:14 2002
@@ -1 +1 @@
-A Commodore 64 psid audio plugin for Mozilla web browser
+A Commodore 64 psid audio plugin for Mozilla or Opera
diff -u 'sidplug/pkg-descr' 'sidplug-1.1.4_1/pkg-descr'
Index: ./pkg-descr
--- ./pkg-descr	Wed Jan  9 07:12:11 2002
+++ ./pkg-descr	Sun Nov 17 01:07:51 2002
@@ -1,4 +1,4 @@
-SIDplug is a Commodore 64 psid audio Plugin for Mozilla.
+SIDplug is a Commodore 64 psid audio Plugin for Mozilla or Opera.
 
--- jmcoopr@webmail.bmi.net
+-- coop9211@uidaho.edu
 WWW: http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/sidplug.html
diff -u 'sidplug/pkg-plist' 'sidplug-1.1.4_1/pkg-plist'
Index: ./pkg-plist
--- ./pkg-plist	Wed Jan  9 07:12:11 2002
+++ ./pkg-plist	Sun Nov 17 01:06:33 2002
@@ -1,7 +1,5 @@
 bin/sidplug
-lib/mozilla/plugins/npsidplug.so
-@unexec rmdir %D/lib/mozilla/plugins 2>/dev/null || true
-@unexec rmdir %D/lib/mozilla 2>/dev/null || true
+lib/browser_plugins/npsidplug.so
 %%PORTDOCS%%share/examples/sidplug/Lazy_Fast.sid
 %%PORTDOCS%%share/examples/sidplug/README.html
 %%PORTDOCS%%share/examples/sidplug/sidplug.png
#### End of Patch data ####
How-To-Repeat: 	N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2002-11-17 23:00:29 UTC
State Changed
From-To: open->closed

COmmited, thanks!