From owner-svn-ports-head@freebsd.org Wed Dec 16 10:00:53 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4BAC24B6660; Wed, 16 Dec 2020 10:00:53 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CwrH9109Wz4gx7; Wed, 16 Dec 2020 10:00:53 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14C0C242DB; Wed, 16 Dec 2020 10:00:53 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BGA0q0d004421; Wed, 16 Dec 2020 10:00:52 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BGA0q5f004418; Wed, 16 Dec 2020 10:00:52 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202012161000.0BGA0q5f004418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Wed, 16 Dec 2020 10:00:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558217 - head/x11/xsnow X-SVN-Group: ports-head X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: head/x11/xsnow X-SVN-Commit-Revision: 558217 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2020 10:00:53 -0000 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 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/