Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2006 11:38:19 +0200 (CEST)
From:      "Stefan 'Steve' Tell" <stefan.tell@crashmail.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97249: [maintainer] german/bsdforen-firefox-searchplugin: update to 0.2
Message-ID:  <200605140938.k4E9cJha015020@nexxus.crashmail.de>
Resent-Message-ID: <200605140940.k4E9e7ew072323@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97249
>Category:       ports
>Synopsis:       [maintainer] german/bsdforen-firefox-searchplugin: update to 0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 14 09:40:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stefan 'Steve' Tell
>Release:        FreeBSD 6.1-RC i386
>Organization:
>Environment:
System: FreeBSD nexxus.crashmail.de 6.1-RC FreeBSD 6.1-RC #8: Sat May  6 10:07:18 CEST
>Description:
- Update to 0.2

>How-To-Repeat:
>Fix:

--- bsdforen-firefox-searchplugin-0.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/german/bsdforen-firefox-searchplugin/Makefile /usr/home/stell/FreeBSD/ownports/bsdforen-firefox-searchplugin/Makefile
--- /usr/ports/german/bsdforen-firefox-searchplugin/Makefile	Sat May 13 13:57:35 2006
+++ /usr/home/stell/FreeBSD/ownports/bsdforen-firefox-searchplugin/Makefile	Sun May 14 11:29:29 2006
@@ -6,14 +6,14 @@
 #
 
 PORTNAME=	bsdforen-firefox-searchplugin
-PORTVERSION=	0.1
+PORTVERSION=	0.2
 CATEGORIES=	german www
 MASTER_SITES=	http://www.crashmail.de/files/
-DISTFILES=	bsdforen.src bsdforen.png
+DISTFILES=	bsdforen.src bsdforen.png bsdforen-wiki.src bsdforen-wiki.png
 EXTRACT_ONLY=	yes
 
 MAINTAINER=	stefan.tell@crashmail.de
-COMMENT=	A firefox searchplugin for the german BSD board www.bsdforen.de
+COMMENT=	Firefox searchplugins for the www.bsdforen.de board and wiki
 
 USE_X_PREFIX=	yes
 NO_BUILD=	yes
@@ -23,10 +23,14 @@
 	@${MKDIR} ${WRKSRC}
 	@${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen.src ${WRKSRC}
 	@${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen.png ${WRKSRC}
+	@${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen-wiki.src ${WRKSRC}
+	@${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen-wiki.png ${WRKSRC}
 
 do-install:
 	@${MKDIR} ${PREFIX}/lib/firefox/searchplugins
 	${INSTALL_DATA} ${WRKSRC}/bsdforen.src ${PREFIX}/lib/firefox/searchplugins
 	${INSTALL_DATA} ${WRKSRC}/bsdforen.png ${PREFIX}/lib/firefox/searchplugins
+	${INSTALL_DATA} ${WRKSRC}/bsdforen-wiki.src ${PREFIX}/lib/firefox/searchplugins
+	${INSTALL_DATA} ${WRKSRC}/bsdforen-wiki.png ${PREFIX}/lib/firefox/searchplugins
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/german/bsdforen-firefox-searchplugin/distinfo /usr/home/stell/FreeBSD/ownports/bsdforen-firefox-searchplugin/distinfo
--- /usr/ports/german/bsdforen-firefox-searchplugin/distinfo	Sat May 13 13:57:35 2006
+++ /usr/home/stell/FreeBSD/ownports/bsdforen-firefox-searchplugin/distinfo	Sun May 14 11:21:03 2006
@@ -4,3 +4,9 @@
 MD5 (bsdforen.png) = dca6da85835c1c9d4aa1767d255b6c6d
 SHA256 (bsdforen.png) = 686d87a85d9433ff7274c3b8125359b08e088b24d3af7521ba751300371c6923
 SIZE (bsdforen.png) = 3638
+MD5 (bsdforen-wiki.src) = de3e1dd16f498d9f2595c8369a2c9d3c
+SHA256 (bsdforen-wiki.src) = 4528d60aca8277cc0aaa5d805da7ee9372edbd1f4c02e2d0558f053de75f78ff
+SIZE (bsdforen-wiki.src) = 657
+MD5 (bsdforen-wiki.png) = dca6da85835c1c9d4aa1767d255b6c6d
+SHA256 (bsdforen-wiki.png) = 686d87a85d9433ff7274c3b8125359b08e088b24d3af7521ba751300371c6923
+SIZE (bsdforen-wiki.png) = 3638
diff -ruN --exclude=CVS /usr/ports/german/bsdforen-firefox-searchplugin/pkg-descr /usr/home/stell/FreeBSD/ownports/bsdforen-firefox-searchplugin/pkg-descr
--- /usr/ports/german/bsdforen-firefox-searchplugin/pkg-descr	Sat May 13 13:57:35 2006
+++ /usr/home/stell/FreeBSD/ownports/bsdforen-firefox-searchplugin/pkg-descr	Sun May 14 11:26:26 2006
@@ -1,3 +1,4 @@
-This is a firefox searchplugin for the german BSD board www.bsdforen.de
+This is a Firefox searchplugin for the german BSD board www.bsdforen.de
+and the bsdforen.de wiki.
 
 WWW: http://www.crashmail.de/freebsd.html#searchplugin
diff -ruN --exclude=CVS /usr/ports/german/bsdforen-firefox-searchplugin/pkg-plist /usr/home/stell/FreeBSD/ownports/bsdforen-firefox-searchplugin/pkg-plist
--- /usr/ports/german/bsdforen-firefox-searchplugin/pkg-plist	Sat May 13 13:57:35 2006
+++ /usr/home/stell/FreeBSD/ownports/bsdforen-firefox-searchplugin/pkg-plist	Sun May 14 11:09:50 2006
@@ -1,4 +1,6 @@
 lib/firefox/searchplugins/bsdforen.src
 lib/firefox/searchplugins/bsdforen.png
+lib/firefox/searchplugins/bsdforen-wiki.src
+lib/firefox/searchplugins/bsdforen-wiki.png
 @dirrmtry lib/firefox/searchplugins
 @dirrmtry lib/firefox
--- bsdforen-firefox-searchplugin-0.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605140938.k4E9cJha015020>