Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2020 10:00:52 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558217 - head/x11/xsnow
Message-ID:  <202012161000.0BGA0q5f004418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Wed Dec 16 10:00:52 2020
New Revision: 558217
URL: https://svnweb.freebsd.org/changeset/ports/558217

Log:
  x11/xsnow: update to 3.1.8 release
  
  New project home, new dependencies
  
  Notified by:	author via email

Modified:
  head/x11/xsnow/Makefile
  head/x11/xsnow/distinfo
  head/x11/xsnow/pkg-descr

Modified: head/x11/xsnow/Makefile
==============================================================================
--- head/x11/xsnow/Makefile	Wed Dec 16 09:00:29 2020	(r558216)
+++ head/x11/xsnow/Makefile	Wed Dec 16 10:00:52 2020	(r558217)
@@ -2,26 +2,27 @@
 # $FreeBSD$
 
 PORTNAME=	xsnow
-PORTVERSION=	1.42
-PORTREVISION=	1
+PORTVERSION=	3.1.8
 CATEGORIES=	x11
-MASTER_SITES=	https://janswaal.home.xs4all.nl/Xsnow/ \
-		LOCAL/fluffy \
-		http://build.miwi.cc/dima/distfiles/
+MASTER_SITES=	SF/${PORTNAME}/
 
 MAINTAINER=	fluffy@FreeBSD.org
 COMMENT=	Create a snowy and Santa-y desktop
 
-USES=		imake xorg
-USE_XORG=	xpm
-PLIST_FILES=	bin/xsnow man/man6/xsnow.6.gz
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-post-configure:
+USES=		gmake gnome pkgconfig xorg
+USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30 libxml2
+USE_XORG=	x11 xpm xt xorgproto
+GNU_CONFIGURE=	yes
+PLIST_FILES=	bin/xsnow man/man6/xsnow.6.gz \
+		share/applications/xsnow.desktop \
+		share/pixmaps/xsnow.svg
+
+post-patch:
 	@${REINPLACE_CMD} \
-		-e 's: BINDIR .*:BINDIR=${PREFIX}/bin:' \
-		-e 's: MANDIR .*:MANDIR=${PREFIX}/man/man6:' \
-		-e 's: MANSUFFIX .*:MANSUFFIX=6:' \
-		-e 's/^Makefile::/^Makefile:/' \
-			${WRKSRC}/Makefile
+		-e 's,/games,/bin,g' \
+			${WRKSRC}/src/Makefile.in
 
 .include <bsd.port.mk>

Modified: head/x11/xsnow/distinfo
==============================================================================
--- head/x11/xsnow/distinfo	Wed Dec 16 09:00:29 2020	(r558216)
+++ head/x11/xsnow/distinfo	Wed Dec 16 10:00:52 2020	(r558217)
@@ -1,2 +1,3 @@
-SHA256 (xsnow-1.42.tar.gz) = d0d7c8f1fb91ca096995b1c30797e8f443c2e97d6f1e5f574b31318ed05d561a
-SIZE (xsnow-1.42.tar.gz) = 56752
+TIMESTAMP = 1608110654
+SHA256 (xsnow-3.1.8.tar.gz) = ac91363feed6e8cd25167f7364f49fc7c1e374b1efc12c2079a11e07d31a72f2
+SIZE (xsnow-3.1.8.tar.gz) = 364186

Modified: head/x11/xsnow/pkg-descr
==============================================================================
--- head/x11/xsnow/pkg-descr	Wed Dec 16 09:00:29 2020	(r558216)
+++ head/x11/xsnow/pkg-descr	Wed Dec 16 10:00:52 2020	(r558217)
@@ -1,4 +1,4 @@
 Xsnow displays lovely moving snowflakes on your desktop, with Santa Claus
 running all over the screen.
 
-WWW: https://janswaal.home.xs4all.nl/Xsnow/
+WWW: https://www.ratrabbit.nl/ratrabbit/xsnow/



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