ports/60075: Update port: x11/eweather to 0.4b

KATO Tsuguru tkato at prontomail.com
Tue Dec 9 14:20:28 UTC 2003


>Number:         60075
>Category:       ports
>Synopsis:       Update port: x11/eweather to 0.4b
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 09 06:20:05 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Update to version 0.4b

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11/eweather/Makefile x11/eweather/Makefile
--- /usr/ports/x11/eweather/Makefile	Fri Oct 17 19:50:09 2003
+++ x11/eweather/Makefile	Tue Dec  9 19:09:25 2003
@@ -6,22 +6,25 @@
 #
 
 PORTNAME=	E-Weather
-PORTVERSION=	0.4a
+PORTVERSION=	0.4b
 CATEGORIES=	x11
 MASTER_SITES=	http://streiff.net/software/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Weather epplet for Enlightenment similar to wmWeather
 
+LIB_DEPENDS=	epplet.1:${PORTSDIR}/x11-wm/libepplet
 RUN_DEPENDS=	GrabWeather:${PORTSDIR}/misc/wmweather
-LIB_DEPENDS=	epplet.1:${PORTSDIR}/x11-wm/epplets
 
-USE_GMAKE=	yes
 USE_X_PREFIX=	yes
+USE_GMAKE=	yes
+MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
+		LIBS="-L${X11BASE}/lib -lepplet ${PTHREAD_LIBS}"
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/E-Weather.epplet ${PREFIX}/bin
+	@${MKDIR} ${PREFIX}/share/enlightenment/epplet_icons
 	${INSTALL_DATA} ${WRKSRC}/E-Weather.icon \
-	    ${PREFIX}/share/enlightenment/epplet_icons
+		${PREFIX}/share/enlightenment/epplet_icons
 
 .include <bsd.port.mk>
diff -urN /usr/ports/x11/eweather/distinfo x11/eweather/distinfo
--- /usr/ports/x11/eweather/distinfo	Fri Oct 17 19:50:09 2003
+++ x11/eweather/distinfo	Mon Dec  8 20:26:10 2003
@@ -1 +1 @@
-MD5 (E-Weather-0.4a.tar.gz) = e182a656c29a47c690997f2eb6290a2f
+MD5 (E-Weather-0.4b.tar.gz) = ced32f525c82d9199f15cc9235a97e7b
diff -urN /usr/ports/x11/eweather/pkg-plist x11/eweather/pkg-plist
--- /usr/ports/x11/eweather/pkg-plist	Sat Apr  1 03:31:32 2000
+++ x11/eweather/pkg-plist	Mon Dec  8 20:30:22 2003
@@ -1,2 +1,3 @@
 bin/E-Weather.epplet
 share/enlightenment/epplet_icons/E-Weather.icon
+ at unexec rmdir %D/share/enlightenment/epplet_icons 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list