Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2020 17:30:08 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532961 - head/misc/wmweather+
Message-ID:  <202004251730.03PHU8nn037725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Apr 25 17:30:08 2020
New Revision: 532961
URL: https://svnweb.freebsd.org/changeset/ports/532961

Log:
  misc/wmweather+: Update to 2.18
  
  PR:		245904
  Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)

Modified:
  head/misc/wmweather+/Makefile
  head/misc/wmweather+/distinfo

Modified: head/misc/wmweather+/Makefile
==============================================================================
--- head/misc/wmweather+/Makefile	Sat Apr 25 16:39:31 2020	(r532960)
+++ head/misc/wmweather+/Makefile	Sat Apr 25 17:30:08 2020	(r532961)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wmweather+
-PORTVERSION=	2.17
-PORTREVISION=	1
+PORTVERSION=	2.18
 CATEGORIES=	misc windowmaker geography
 MASTER_SITES=	SF/wmweatherplus/wmweather%2B/ \
 		SF/nemysisfreebsdp/misc/:icons
@@ -22,10 +21,9 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libtiff.so:graphics/tiff \
 		libHermes.so:graphics/Hermes \
 		libpng.so:graphics/png \
-		libgif.so:graphics/giflib
+		libgif.so:graphics/giflib \
+		libwraster.so:x11-wm/libwraster
 
-WRKSRC=		${WRKDIR}/wmweather+-${PORTVERSION}
-
 USES=		iconv jpeg xorg
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libwraster=${LOCALBASE} \
@@ -36,6 +34,8 @@ CONFIGURE_ARGS=	--with-libwraster=${LOCALBASE} \
 USE_XORG=	x11 xext xpm sm ice
 LDFLAGS+=	-lm
 
+WRKSRC=		${WRKDIR}/wmweather+-${PORTVERSION}
+
 SUB_FILES=	pkg-message
 
 PLIST_FILES=	bin/${PORTNAME} \
@@ -52,7 +52,6 @@ OPTIONS_DEFINE=	DOCS EXAMPLES WM
 WM_DESC=	Depend on Window Maker port (otherwise only libwraster)
 
 WM_LIB_DEPENDS=		libWMaker.so:x11-wm/windowmaker
-WM_LIB_DEPENDS_OFF=	libwraster.so:x11-wm/libwraster
 
 post-patch:
 	@${REINPLACE_CMD} \
@@ -63,7 +62,7 @@ post-patch:
 	@${REINPLACE_CMD} \
 		-e 's|http://www.nws.noaa.gov/tg/siteloc.shtml|http://www.nws.noaa.gov/tg/siteloc.php|' \
 		-e 's|/etc/wmweather+.conf|${PREFIX}/etc/wmweather+.conf|' \
-		${WRKSRC}/${PORTNAME}.1.in
+		${WRKSRC}/${PORTNAME}.1
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/

Modified: head/misc/wmweather+/distinfo
==============================================================================
--- head/misc/wmweather+/distinfo	Sat Apr 25 16:39:31 2020	(r532960)
+++ head/misc/wmweather+/distinfo	Sat Apr 25 17:30:08 2020	(r532961)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1516689652
-SHA256 (wmweather+-2.17.tar.gz) = f547b7df482e086e8c917b69261595be2a73f39793e28826678ece96c07cc127
-SIZE (wmweather+-2.17.tar.gz) = 212763
+TIMESTAMP = 1587808570
+SHA256 (wmweather+-2.18.tar.gz) = c0ca451aa8cd9f4fb7701e393b7288b56fb8cb358737481a9472949909194b6d
+SIZE (wmweather+-2.18.tar.gz) = 206062
 SHA256 (wmweather+.png) = 4330af568e7b460882c6afeee9aadd2b71ec01cbbdc649819b96d049be48288b
 SIZE (wmweather+.png) = 5730



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