svn commit: r564845 - in head: archivers/makeself deskutils/osmo devel/bingrep editors/xi-core editors/xi-term games/OpenDiablo2 games/cursive games/devilutionX games/devilutionX/files games/gbrain...

Mathieu Arnold mat at freebsd.org
Wed Feb 10 09:57:48 UTC 2021


On Wed, Feb 10, 2021 at 07:42:50AM +0000, Nuno Eduardo Simões Leal Teixeira wrote:
> Author: eduardo
> Date: Wed Feb 10 07:42:50 2021
> New Revision: 564845
> URL: https://svnweb.freebsd.org/changeset/ports/564845
> 
> Log:
>   Submitted by:	Nuno Teixeira <eduardo at FreeBSD.org> (maintainer)
>   Approved by:	dbaio, garga (mentors)
>   Differential Revision:	https://reviews.freebsd.org/D28534

This is missing the content of the actual commit message, like, what you
meant to change in there.  Most of the patch is changing the MAINTAINER
address, but there are also changes to games/devilutionX that are most
probably really really wrong.

> Modified:
>   head/archivers/makeself/Makefile
>   head/deskutils/osmo/Makefile
>   head/devel/bingrep/Makefile
>   head/editors/xi-core/Makefile
>   head/editors/xi-term/Makefile
>   head/games/OpenDiablo2/Makefile
>   head/games/cursive/Makefile
>   head/games/devilutionX/Makefile
>   head/games/devilutionX/distinfo
>   head/games/devilutionX/files/patch-CMakeLists.txt
>   head/games/gbrainy/Makefile
>   head/games/neo-cowsay/Makefile
>   head/graphics/glfw/Makefile
>   head/graphics/heimer/Makefile
>   head/graphics/mtpaint/Makefile
>   head/graphics/viewnior/Makefile
>   head/misc/cmatrix/Makefile
>   head/misc/cxxmatrix/Makefile
>   head/multimedia/py-guessit/Makefile
>   head/multimedia/py-subliminal/Makefile
>   head/net/gitup/Makefile
>   head/security/gopass/Makefile
>   head/sysutils/memtest86/Makefile
>   head/sysutils/stressdisk/Makefile
>   head/textproc/cast2gif/Makefile
>   head/textproc/txt2man/Makefile
>   head/x11-wm/aphelia/Makefile
>   head/x11/xclip/Makefile
> 
> Modified: head/archivers/makeself/Makefile
> ==============================================================================
> --- head/archivers/makeself/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/archivers/makeself/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -7,7 +7,7 @@ CATEGORIES=	archivers
>  MASTER_SITES=	https://github.com/megastep/makeself/releases/download/release-${PORTVERSION}/
>  EXTRACT_SUFX=	.run
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Neat script to make self-extracting archives
>  
>  LICENSE=	GPLv2
> 
> Modified: head/deskutils/osmo/Makefile
> ==============================================================================
> --- head/deskutils/osmo/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/deskutils/osmo/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -6,7 +6,7 @@ PORTVERSION=	0.4.4
>  CATEGORIES=	deskutils
>  MASTER_SITES=	SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION}
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Personal organizer
>  
>  LICENSE=	GPLv2+
> 
> Modified: head/devel/bingrep/Makefile
> ==============================================================================
> --- head/devel/bingrep/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/devel/bingrep/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -5,7 +5,7 @@ DISTVERSIONPREFIX=	v
>  DISTVERSION=	0.8.5
>  CATEGORIES=	devel
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Grep through binaries
>  
>  LICENSE=	MIT
> 
> Modified: head/editors/xi-core/Makefile
> ==============================================================================
> --- head/editors/xi-core/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/editors/xi-core/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -6,7 +6,7 @@ DISTVERSION=	0.3.0
>  PORTREVISION=	11
>  CATEGORIES=	editors
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Modern editor backend written in Rust
>  
>  LICENSE=	APACHE20
> 
> Modified: head/editors/xi-term/Makefile
> ==============================================================================
> --- head/editors/xi-term/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/editors/xi-term/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -5,7 +5,7 @@ DISTVERSION=	g20190913
>  PORTREVISION=	2
>  CATEGORIES=	editors
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Terminal frontend for xi-editor
>  
>  LICENSE=	MIT
> 
> Modified: head/games/OpenDiablo2/Makefile
> ==============================================================================
> --- head/games/OpenDiablo2/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/games/OpenDiablo2/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -5,7 +5,7 @@ DISTVERSIONPREFIX=	v
>  DISTVERSION=	0.1-g20210119
>  CATEGORIES=	games
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Open source re-implementation of Diablo 2
>  
>  LICENSE=	GPLv3
> 
> Modified: head/games/cursive/Makefile
> ==============================================================================
> --- head/games/cursive/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/games/cursive/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -8,7 +8,7 @@ CATEGORIES=	games
>  MASTER_SITES=	https://www.unixpapa.com/software/
>  DISTNAME=	${PORTNAME}
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Create ASCII character cursive handwriting
>  
>  USES=		tar:tgz
> 
> Modified: head/games/devilutionX/Makefile
> ==============================================================================
> --- head/games/devilutionX/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/games/devilutionX/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -5,7 +5,7 @@ PORTVERSION=	1.1.0
>  PORTREVISION=	1
>  CATEGORIES=	games
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Diablo I engine for modern operating systems
>  
>  LICENSE=	UNLICENSE
> @@ -20,6 +20,7 @@ USES=		cmake compiler:c++11-lang dos2unix sdl
>  DOS2UNIX_GLOB=	*.c *.h CMakeLists.txt
>  USE_GITHUB=	yes
>  GH_ACCOUNT=	diasurgical
> +GH_TAGNAME=	298092b
>  USE_SDL=	mixer2 sdl2 ttf2
>  
>  CMAKE_ARGS=	-DCMAKE_INSTALL_SHAREDIR:PATH=${PREFIX}/share \
> 
> Modified: head/games/devilutionX/distinfo
> ==============================================================================
> --- head/games/devilutionX/distinfo	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/games/devilutionX/distinfo	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1602752246
> -SHA256 (diasurgical-devilutionX-1.1.0_GH0.tar.gz) = 395ec298df5383abe60550d45adba5e5811984589ccb1e504891b267b3c467c1
> -SIZE (diasurgical-devilutionX-1.1.0_GH0.tar.gz) = 2271614
> +TIMESTAMP = 1612260956
> +SHA256 (diasurgical-devilutionX-1.1.0-298092b_GH0.tar.gz) = d1faf7f01ffb378143ec74cade96fffd10fdffa864476968beca2234cef5779a
> +SIZE (diasurgical-devilutionX-1.1.0-298092b_GH0.tar.gz) = 2870959
> 
> Modified: head/games/devilutionX/files/patch-CMakeLists.txt
> ==============================================================================
> --- head/games/devilutionX/files/patch-CMakeLists.txt	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/games/devilutionX/files/patch-CMakeLists.txt	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -1,23 +1,14 @@
> ---- CMakeLists.txt.orig	2020-10-15 09:55:17 UTC
> +--- CMakeLists.txt.orig	2021-02-02 10:18:23 UTC
>  +++ CMakeLists.txt
> -@@ -513,7 +513,7 @@ if(WIN32)
> -   endif()
> - endif()
> - 
> --if(NOT WIN32 AND NOT APPLE)
> -+if(NOT WIN32 AND NOT APPLE AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL FreeBSD)
> -   # Enable POSIX extensions such as `readlink` and `ftruncate`.
> -   add_definitions(-D_POSIX_C_SOURCE=200809L)
> - endif()
> -@@ -651,6 +651,11 @@ if(CPACK)
> -     set(CPACK_STRIP_FILES TRUE)
> +@@ -668,6 +668,11 @@ if(CPACK)
>       set(CPACK_GENERATOR "DragNDrop")
>     endif()
> -+
> + 
>  +install(TARGETS devilutionx 				DESTINATION ${CMAKE_INSTALL_BINDIR})
>  +install(FILES   Packaging/fedora/devilutionx.desktop 	DESTINATION ${CMAKE_INSTALL_SHAREDIR}/applications)
>  +install(FILES   Packaging/resources/icon.png 		DESTINATION ${CMAKE_INSTALL_SHAREDIR}/icons/hicolor/512x512/apps RENAME devilutionx.png)
>  +install(FILES   Packaging/resources/icon_solid.png 	DESTINATION ${CMAKE_INSTALL_SHAREDIR}/icons/hicolor/512x512/apps RENAME devilutionx_solid.png)
> - 
> ++
>     set(CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
>     set(CPACK_PACKAGE_VERSION_MINOR ${PROJECT_VERSION_MINOR})
> +   set(CPACK_PACKAGE_VERSION_PATCH ${PROJECT_VERSION_PATCH})
> 
> Modified: head/games/gbrainy/Makefile
> ==============================================================================
> --- head/games/gbrainy/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/games/gbrainy/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -7,7 +7,7 @@ PORTEPOCH=	2
>  CATEGORIES=	games
>  MASTER_SITES=	https://gent.softcatala.org/jmas/gbrainy/
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Brain teaser game and trainer
>  
>  LICENSE=	GPLv2
> 
> Modified: head/games/neo-cowsay/Makefile
> ==============================================================================
> --- head/games/neo-cowsay/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/games/neo-cowsay/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -5,7 +5,7 @@ DISTVERSIONPREFIX=	v
>  DISTVERSION=	1.0.1
>  CATEGORIES=	games
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Neo Cowsay written in Go
>  
>  LICENSE=	ART10 GPLv1+
> 
> Modified: head/graphics/glfw/Makefile
> ==============================================================================
> --- head/graphics/glfw/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/graphics/glfw/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -6,7 +6,7 @@ PORTVERSION=	3.3.2
>  CATEGORIES=	graphics
>  MASTER_SITES=	SF
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Portable framework for OpenGL development
>  
>  LICENSE=	ZLIB
> 
> Modified: head/graphics/heimer/Makefile
> ==============================================================================
> --- head/graphics/heimer/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/graphics/heimer/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -4,7 +4,7 @@ PORTNAME=	heimer
>  DISTVERSION=	2.2.0
>  CATEGORIES=	graphics
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Simple mind map, diagram, and note-taking tool
>  
>  LICENSE=	CC-BY-SA-3.0 GPLv3+
> 
> Modified: head/graphics/mtpaint/Makefile
> ==============================================================================
> --- head/graphics/mtpaint/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/graphics/mtpaint/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -5,7 +5,7 @@ PORTNAME=	mtpaint
>  PORTVERSION=	3.50.03
>  CATEGORIES=	graphics
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Simple painting program
>  
>  LICENSE=	GPLv3
> 
> Modified: head/graphics/viewnior/Makefile
> ==============================================================================
> --- head/graphics/viewnior/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/graphics/viewnior/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -6,7 +6,7 @@ PORTVERSION=	1.7
>  DISTVERSIONPREFIX=	${PORTNAME}-
>  CATEGORIES=	graphics
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Fast and simple image viewer
>  
>  LICENSE=	GPLv3
> 
> Modified: head/misc/cmatrix/Makefile
> ==============================================================================
> --- head/misc/cmatrix/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/misc/cmatrix/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -6,7 +6,7 @@ PORTVERSION=	2.0
>  DISTVERSIONPREFIX=	v
>  CATEGORIES=	misc
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Show a scrolling 'Matrix' like screen
>  
>  LICENSE=	GPLv3+
> 
> Modified: head/misc/cxxmatrix/Makefile
> ==============================================================================
> --- head/misc/cxxmatrix/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/misc/cxxmatrix/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -4,7 +4,7 @@ PORTNAME=	cxxmatrix
>  DISTVERSION=	g20201128
>  CATEGORIES=	misc
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	C++ Matrix: The Matrix Reloaded in Terminals
>  
>  LICENSE=	MIT
> 
> Modified: head/multimedia/py-guessit/Makefile
> ==============================================================================
> --- head/multimedia/py-guessit/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/multimedia/py-guessit/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -7,7 +7,7 @@ CATEGORIES=	multimedia python
>  MASTER_SITES=	CHEESESHOP
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Extract as much information as possible from a video file
>  
>  LICENSE=	LGPL3
> 
> Modified: head/multimedia/py-subliminal/Makefile
> ==============================================================================
> --- head/multimedia/py-subliminal/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/multimedia/py-subliminal/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -7,7 +7,7 @@ CATEGORIES=	multimedia python
>  MASTER_SITES=	CHEESESHOP
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Python library to search and download subtitles
>  
>  LICENSE=	MIT
> 
> Modified: head/net/gitup/Makefile
> ==============================================================================
> --- head/net/gitup/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/net/gitup/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -4,7 +4,7 @@ PORTNAME=	gitup
>  DISTVERSION=	0.90
>  CATEGORIES=	net
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Minimalist, dependency-free program to clone/pull git repositories
>  
>  LICENSE=	BSD2CLAUSE
> 
> Modified: head/security/gopass/Makefile
> ==============================================================================
> --- head/security/gopass/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/security/gopass/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -6,7 +6,7 @@ DISTVERSIONPREFIX=	v
>  DISTVERSION=	1.11.0
>  CATEGORIES=	security
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Rewrite of the pass password manager in Go
>  
>  LICENSE=	MIT
> 
> Modified: head/sysutils/memtest86/Makefile
> ==============================================================================
> --- head/sysutils/memtest86/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/sysutils/memtest86/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -6,7 +6,7 @@ PORTVERSION=	4.3.7
>  CATEGORIES=	sysutils
>  MASTER_SITES=	https://www.memtest86.com/downloads/
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Stand alone memory test for x86 architecture computers
>  
>  NO_WRKSUBDIR=	yes
> 
> Modified: head/sysutils/stressdisk/Makefile
> ==============================================================================
> --- head/sysutils/stressdisk/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/sysutils/stressdisk/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -5,7 +5,7 @@ DISTVERSIONPREFIX=	v
>  DISTVERSION=	1.0.12
>  CATEGORIES=	sysutils
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Stress test your disks before trusting your valuable data to them
>  
>  LICENSE=	MIT
> 
> Modified: head/textproc/cast2gif/Makefile
> ==============================================================================
> --- head/textproc/cast2gif/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/textproc/cast2gif/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -6,7 +6,7 @@ DISTVERSION=	0.1.0
>  PORTREVISION=	1
>  CATEGORIES=	textproc
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Tool to render Asciinema cast files to GIFs
>  
>  LICENSE=	AGPLv3
> 
> Modified: head/textproc/txt2man/Makefile
> ==============================================================================
> --- head/textproc/txt2man/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/textproc/txt2man/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -6,7 +6,7 @@ DISTVERSIONPREFIX=	txt2man-
>  DISTVERSION=	1.7.1
>  CATEGORIES=	textproc
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Converts flat ASCII text to man page format
>  
>  LICENSE=	GPLv2+
> 
> Modified: head/x11-wm/aphelia/Makefile
> ==============================================================================
> --- head/x11-wm/aphelia/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/x11-wm/aphelia/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -4,7 +4,7 @@ PORTNAME=	aphelia
>  DISTVERSION=	g20190913
>  CATEGORIES=	x11-wm
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Light, single-file, minimalist window manager for X11
>  
>  LICENSE=	MIT
> 
> Modified: head/x11/xclip/Makefile
> ==============================================================================
> --- head/x11/xclip/Makefile	Wed Feb 10 07:04:12 2021	(r564844)
> +++ head/x11/xclip/Makefile	Wed Feb 10 07:42:50 2021	(r564845)
> @@ -5,7 +5,7 @@ PORTNAME=	xclip
>  PORTVERSION=	0.13
>  CATEGORIES=	x11
>  
> -MAINTAINER=	ed.arrakis at gmail.com
> +MAINTAINER=	eduardo at FreeBSD.org
>  COMMENT=	Interface to X selections ("the clipboard") from the command line
>  
>  LICENSE=	GPLv2
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20210210/837b745a/attachment.sig>


More information about the svn-ports-all mailing list