Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2004 22:49:54 -0600 (CST)
From:      Jeremy Messenger <mezz7@cox.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60913: Maintainer update: astro/gdesklets-goodweather 0.3 -> 0.4
Message-ID:  <200401050449.i054nshN016670@ns1.mezzweb.com>
Resent-Message-ID: <200401050520.i055KAK6079449@freefall.freebsd.org>

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

>Number:         60913
>Category:       ports
>Synopsis:       Maintainer update: astro/gdesklets-goodweather 0.3 -> 0.4
>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 Jan 04 21:20:10 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Mezz
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ns1.mezzweb.com 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue Dec 30
15:43:41 CST 2003 mezz@mezz.mezzweb.com:/usr/obj/usr/src/sys/BSDROCKS i386

>Description:
Update to 0.4.

>How-To-Repeat:
n/a

>Fix:

--- gdesklets-goodweather.diff begins here ---
diff -ur gdesklets-goodweather.orig/Makefile gdesklets-goodweather/Makefile
--- gdesklets-goodweather.orig/Makefile	Sun Dec 14 23:11:55 2003
+++ gdesklets-goodweather/Makefile	Sun Jan  4 22:47:14 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	goodweather
-PORTVERSION=	0.3
+PORTVERSION=	0.4
 CATEGORIES=	astro gnome
 MASTER_SITES=	http://gdesklets.gnomedesktop.org/files/
 PKGNAMEPREFIX=	gdesklets-
@@ -25,10 +25,12 @@
 NAME=		GoodWeather
 WRKSRC=		${WRKDIR}/${NAME}
 DATADIR=	${PREFIX}/share/gnome
+PKGMESSAGE=	${WRKDIR}/pkg-message
 SKINS=		liquid um weather.com
 
 do-build:
 	@${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC}
+	@${CAT} pkg-message | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; s|%%NAME%%|${NAME}|g' > ${PKGMESSAGE}
 
 do-install:
 	@${MKDIR} ${DATADIR}/gdesklets/Displays/${NAME}/gfx
diff -ur gdesklets-goodweather.orig/distinfo gdesklets-goodweather/distinfo
--- gdesklets-goodweather.orig/distinfo	Sun Dec 14 23:11:55 2003
+++ gdesklets-goodweather/distinfo	Sun Jan  4 22:39:53 2004
@@ -1 +1 @@
-MD5 (GoodWeather-0.3.tar.bz2) = f92d504e2e5732cb02ef08a23b282a0f
+MD5 (GoodWeather-0.4.tar.bz2) = ad7851fed9de6f8adc35d522d5b08cdb
diff -ur gdesklets-goodweather.orig/pkg-message gdesklets-goodweather/pkg-message
--- gdesklets-goodweather.orig/pkg-message	Sun Dec 14 23:11:55 2003
+++ gdesklets-goodweather/pkg-message	Sun Jan  4 22:45:33 2004
@@ -1,18 +1,16 @@
 ##
 To view the README:
 
-	cat ${PREFIX}/share/gnome/gdesklets/Displays/${name}/README
-	cat ${PREFIX}/share/gnome/gdesklets/Sensors/${name}/README
+	cat %%PREFIX%%/share/gnome/gdesklets/Displays/%%NAME%%/README
+	cat %%PREFIX%%/share/gnome/gdesklets/Sensors/%%NAME%%/README
 
 To view the installed applets:
 
-	ls ${PREFIX}/share/gnome/gdesklets/Displays
+	ls %%PREFIX%%/share/gnome/gdesklets/Displays
 
 To use those applets:
 
-	gdesklets ${PREFIX}/share/gnome/gdesklets/Displays/${name}/${name}.display
-
-Replace the ${name} with the correct name to what you want to use applets.
+	gdesklets %%PREFIX%%/share/gnome/gdesklets/Displays/%%NAME%%/%%NAME%%.display
 
 NOTE: Be sure to login as your user when you use the gdesklets command,
       as the configuration will be stored in the ~/.gdesklets/ directory
--- gdesklets-goodweather.diff ends here ---


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



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