Page MenuHomeFreeBSD

D28534.diff
No OneTemporary

D28534.diff

Index: head/archivers/makeself/Makefile
===================================================================
--- head/archivers/makeself/Makefile
+++ head/archivers/makeself/Makefile
@@ -7,7 +7,7 @@
MASTER_SITES= https://github.com/megastep/makeself/releases/download/release-${PORTVERSION}/
EXTRACT_SUFX= .run
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Neat script to make self-extracting archives
LICENSE= GPLv2
Index: head/deskutils/osmo/Makefile
===================================================================
--- head/deskutils/osmo/Makefile
+++ head/deskutils/osmo/Makefile
@@ -6,7 +6,7 @@
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION}
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Personal organizer
LICENSE= GPLv2+
Index: head/devel/bingrep/Makefile
===================================================================
--- head/devel/bingrep/Makefile
+++ head/devel/bingrep/Makefile
@@ -5,7 +5,7 @@
DISTVERSION= 0.8.5
CATEGORIES= devel
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Grep through binaries
LICENSE= MIT
Index: head/editors/xi-core/Makefile
===================================================================
--- head/editors/xi-core/Makefile
+++ head/editors/xi-core/Makefile
@@ -6,7 +6,7 @@
PORTREVISION= 11
CATEGORIES= editors
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Modern editor backend written in Rust
LICENSE= APACHE20
Index: head/editors/xi-term/Makefile
===================================================================
--- head/editors/xi-term/Makefile
+++ head/editors/xi-term/Makefile
@@ -5,7 +5,7 @@
PORTREVISION= 2
CATEGORIES= editors
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Terminal frontend for xi-editor
LICENSE= MIT
Index: head/games/OpenDiablo2/Makefile
===================================================================
--- head/games/OpenDiablo2/Makefile
+++ head/games/OpenDiablo2/Makefile
@@ -5,7 +5,7 @@
DISTVERSION= 0.1-g20210119
CATEGORIES= games
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Open source re-implementation of Diablo 2
LICENSE= GPLv3
Index: head/games/cursive/Makefile
===================================================================
--- head/games/cursive/Makefile
+++ head/games/cursive/Makefile
@@ -8,7 +8,7 @@
MASTER_SITES= https://www.unixpapa.com/software/
DISTNAME= ${PORTNAME}
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Create ASCII character cursive handwriting
USES= tar:tgz
Index: head/games/devilutionX/Makefile
===================================================================
--- head/games/devilutionX/Makefile
+++ head/games/devilutionX/Makefile
@@ -5,7 +5,7 @@
PORTREVISION= 1
CATEGORIES= games
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Diablo I engine for modern operating systems
LICENSE= UNLICENSE
@@ -20,6 +20,7 @@
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 \
Index: head/games/devilutionX/distinfo
===================================================================
--- head/games/devilutionX/distinfo
+++ head/games/devilutionX/distinfo
@@ -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
Index: head/games/devilutionX/files/patch-CMakeLists.txt
===================================================================
--- head/games/devilutionX/files/patch-CMakeLists.txt
+++ head/games/devilutionX/files/patch-CMakeLists.txt
@@ -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})
Index: head/games/gbrainy/Makefile
===================================================================
--- head/games/gbrainy/Makefile
+++ head/games/gbrainy/Makefile
@@ -7,7 +7,7 @@
CATEGORIES= games
MASTER_SITES= https://gent.softcatala.org/jmas/gbrainy/
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Brain teaser game and trainer
LICENSE= GPLv2
Index: head/games/neo-cowsay/Makefile
===================================================================
--- head/games/neo-cowsay/Makefile
+++ head/games/neo-cowsay/Makefile
@@ -5,7 +5,7 @@
DISTVERSION= 1.0.1
CATEGORIES= games
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Neo Cowsay written in Go
LICENSE= ART10 GPLv1+
Index: head/graphics/glfw/Makefile
===================================================================
--- head/graphics/glfw/Makefile
+++ head/graphics/glfw/Makefile
@@ -6,7 +6,7 @@
CATEGORIES= graphics
MASTER_SITES= SF
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Portable framework for OpenGL development
LICENSE= ZLIB
Index: head/graphics/heimer/Makefile
===================================================================
--- head/graphics/heimer/Makefile
+++ head/graphics/heimer/Makefile
@@ -4,7 +4,7 @@
DISTVERSION= 2.2.0
CATEGORIES= graphics
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Simple mind map, diagram, and note-taking tool
LICENSE= CC-BY-SA-3.0 GPLv3+
Index: head/graphics/mtpaint/Makefile
===================================================================
--- head/graphics/mtpaint/Makefile
+++ head/graphics/mtpaint/Makefile
@@ -5,7 +5,7 @@
PORTVERSION= 3.50.03
CATEGORIES= graphics
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Simple painting program
LICENSE= GPLv3
Index: head/graphics/viewnior/Makefile
===================================================================
--- head/graphics/viewnior/Makefile
+++ head/graphics/viewnior/Makefile
@@ -6,7 +6,7 @@
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= graphics
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Fast and simple image viewer
LICENSE= GPLv3
Index: head/misc/cmatrix/Makefile
===================================================================
--- head/misc/cmatrix/Makefile
+++ head/misc/cmatrix/Makefile
@@ -6,7 +6,7 @@
DISTVERSIONPREFIX= v
CATEGORIES= misc
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Show a scrolling 'Matrix' like screen
LICENSE= GPLv3+
Index: head/misc/cxxmatrix/Makefile
===================================================================
--- head/misc/cxxmatrix/Makefile
+++ head/misc/cxxmatrix/Makefile
@@ -4,7 +4,7 @@
DISTVERSION= g20201128
CATEGORIES= misc
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= C++ Matrix: The Matrix Reloaded in Terminals
LICENSE= MIT
Index: head/multimedia/py-guessit/Makefile
===================================================================
--- head/multimedia/py-guessit/Makefile
+++ head/multimedia/py-guessit/Makefile
@@ -7,7 +7,7 @@
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Extract as much information as possible from a video file
LICENSE= LGPL3
Index: head/multimedia/py-subliminal/Makefile
===================================================================
--- head/multimedia/py-subliminal/Makefile
+++ head/multimedia/py-subliminal/Makefile
@@ -7,7 +7,7 @@
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Python library to search and download subtitles
LICENSE= MIT
Index: head/net/gitup/Makefile
===================================================================
--- head/net/gitup/Makefile
+++ head/net/gitup/Makefile
@@ -4,7 +4,7 @@
DISTVERSION= 0.90
CATEGORIES= net
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Minimalist, dependency-free program to clone/pull git repositories
LICENSE= BSD2CLAUSE
Index: head/security/gopass/Makefile
===================================================================
--- head/security/gopass/Makefile
+++ head/security/gopass/Makefile
@@ -6,7 +6,7 @@
DISTVERSION= 1.11.0
CATEGORIES= security
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Rewrite of the pass password manager in Go
LICENSE= MIT
Index: head/sysutils/memtest86/Makefile
===================================================================
--- head/sysutils/memtest86/Makefile
+++ head/sysutils/memtest86/Makefile
@@ -6,7 +6,7 @@
CATEGORIES= sysutils
MASTER_SITES= https://www.memtest86.com/downloads/
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Stand alone memory test for x86 architecture computers
NO_WRKSUBDIR= yes
Index: head/sysutils/stressdisk/Makefile
===================================================================
--- head/sysutils/stressdisk/Makefile
+++ head/sysutils/stressdisk/Makefile
@@ -5,7 +5,7 @@
DISTVERSION= 1.0.12
CATEGORIES= sysutils
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Stress test your disks before trusting your valuable data to them
LICENSE= MIT
Index: head/textproc/cast2gif/Makefile
===================================================================
--- head/textproc/cast2gif/Makefile
+++ head/textproc/cast2gif/Makefile
@@ -6,7 +6,7 @@
PORTREVISION= 1
CATEGORIES= textproc
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Tool to render Asciinema cast files to GIFs
LICENSE= AGPLv3
Index: head/textproc/txt2man/Makefile
===================================================================
--- head/textproc/txt2man/Makefile
+++ head/textproc/txt2man/Makefile
@@ -6,7 +6,7 @@
DISTVERSION= 1.7.1
CATEGORIES= textproc
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Converts flat ASCII text to man page format
LICENSE= GPLv2+
Index: head/x11-wm/aphelia/Makefile
===================================================================
--- head/x11-wm/aphelia/Makefile
+++ head/x11-wm/aphelia/Makefile
@@ -4,7 +4,7 @@
DISTVERSION= g20190913
CATEGORIES= x11-wm
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Light, single-file, minimalist window manager for X11
LICENSE= MIT
Index: head/x11/xclip/Makefile
===================================================================
--- head/x11/xclip/Makefile
+++ head/x11/xclip/Makefile
@@ -5,7 +5,7 @@
PORTVERSION= 0.13
CATEGORIES= x11
-MAINTAINER= ed.arrakis@gmail.com
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Interface to X selections ("the clipboard") from the command line
LICENSE= GPLv2

File Metadata

Mime Type
text/plain
Expires
Tue, Oct 14, 9:28 AM (12 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23676544
Default Alt Text
D28534.diff (11 KB)

Event Timeline