svn commit: r558679 - head/games/frozen-bubble

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 20:26:09 UTC 2020


Author: sunpoet
Date: Sat Dec 19 20:25:59 2020
New Revision: 558679
URL: https://svnweb.freebsd.org/changeset/ports/558679

Log:
  Remove Perl core module
  
  - Bump PORTREVISION for dependency change

Modified:
  head/games/frozen-bubble/Makefile

Modified: head/games/frozen-bubble/Makefile
==============================================================================
--- head/games/frozen-bubble/Makefile	Sat Dec 19 20:25:54 2020	(r558678)
+++ head/games/frozen-bubble/Makefile	Sat Dec 19 20:25:59 2020	(r558679)
@@ -3,6 +3,7 @@
 
 PORTNAME=	frozen-bubble
 DISTVERSION=	2.213.g${SNAPDATE}
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	ports at FreeBSD.org
@@ -16,7 +17,6 @@ BUILD_DEPENDS=	${RUN_DEPENDS} \
 RUN_DEPENDS=	p5-SDL>=2.511:devel/p5-SDL \
 		p5-Locale-gettext>=0:devel/p5-Locale-gettext \
 		p5-IPC-System-Simple>=0:devel/p5-IPC-System-Simple \
-		p5-Locale-Maketext-Simple>=0:devel/p5-Locale-Maketext-Simple \
 		p5-Locale-Maketext-Lexicon>=0:devel/p5-Locale-Maketext-Lexicon \
 		p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \
 		p5-Alien-SDL>=1.413:devel/p5-Alien-SDL


More information about the svn-ports-all mailing list