git: 372ab1a7ce77 - main - games/phlipple: unbreak after c9e43954f5a1

From: Max Brazhnikov <makc_at_FreeBSD.org>
Date: Wed, 27 Dec 2023 09:11:25 UTC
The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=372ab1a7ce7756a7eadbda36cee80c91299019fa

commit 372ab1a7ce7756a7eadbda36cee80c91299019fa
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2023-12-27 09:10:33 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2023-12-27 09:10:33 +0000

    games/phlipple: unbreak after c9e43954f5a1
    
     Limit dos2unix, as global conversion breaks resource files.
     Update WWW.
    
    PR:             275781
    Reported by:    Nathan
    Approved by:    amdmi3@ (in advance)
---
 games/phlipple/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games/phlipple/Makefile b/games/phlipple/Makefile
index be848025774b..10d129a87d00 100644
--- a/games/phlipple/Makefile
+++ b/games/phlipple/Makefile
@@ -1,12 +1,12 @@
 PORTNAME=	phlipple
 PORTVERSION=	0.8.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}
 
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Flipping squares will never be the same
-WWW=		http://phuzzboxmedia.com/games/phlipple
+WWW=		https://sourceforge.net/projects/phlipple/
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
@@ -18,6 +18,7 @@ USES=		desktop-file-utils gl pkgconfig sdl dos2unix xorg
 USE_GL=		gl glew glu
 USE_SDL=	sdl mixer image
 GNU_CONFIGURE=	yes
+DOS2UNIX_FILES=	src/engine.h
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lm