svn commit: r505469 - head/games/bs
Steve Wills
swills at FreeBSD.org
Sun Jun 30 20:08:39 UTC 2019
Author: swills
Date: Sun Jun 30 20:08:37 2019
New Revision: 505469
URL: https://svnweb.freebsd.org/changeset/ports/505469
Log:
games/bs: update to 2.11
While here, assign maintainership to submitter
PR: 238575
Submitted by: Alfonso S. Siciliano <alfix86 at gmail.com>
Modified:
head/games/bs/Makefile (contents, props changed)
head/games/bs/distinfo (contents, props changed)
Modified: head/games/bs/Makefile
==============================================================================
--- head/games/bs/Makefile Sun Jun 30 20:06:47 2019 (r505468)
+++ head/games/bs/Makefile Sun Jun 30 20:08:37 2019 (r505469)
@@ -2,23 +2,32 @@
# $FreeBSD$
PORTNAME= bs
-PORTVERSION= 2.10
+PORTVERSION= 2.11
CATEGORIES= games
-MASTER_SITES= http://www.catb.org/~esr/bs/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= alfix86 at gmail.com
COMMENT= Battleships solitaire game with a color interface
-LICENSE= BSD3CLAUSE
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gmake ncurses
+BUILD_DEPENDS= xmlto:textproc/xmlto
+
+USES= gmake gnome ncurses
+
MAKE_ARGS= CC="${CC}"
ALL_TARGET= # empty
-PLIST_FILES= bin/${PORTNAME} \
+USE_GITLAB= yes
+GL_ACCOUNT= esr
+GL_COMMIT= 73947294765e163a7b914fd6eb4dd364125b3382
+
+INSTALLS_ICONS= yes
+
+PLIST_FILES= ${DESKTOPDIR}/${PORTNAME}.desktop \
+ bin/${PORTNAME} \
man/man6/${PORTNAME}.6.gz \
share/appdata/${PORTNAME}.xml \
- ${DESKTOPDIR}/${PORTNAME}.desktop \
share/icons/hicolor/32x32/apps/battleship.png
PORTDOCS= NEWS README
Modified: head/games/bs/distinfo
==============================================================================
--- head/games/bs/distinfo Sun Jun 30 20:06:47 2019 (r505468)
+++ head/games/bs/distinfo Sun Jun 30 20:08:37 2019 (r505469)
@@ -1,2 +1,3 @@
-SHA256 (bs-2.10.tar.gz) = 1f8c1541fd13f481ff96df26d668658a7465da064801ae22ee584bd50f3a3107
-SIZE (bs-2.10.tar.gz) = 15426
+TIMESTAMP = 1560586814
+SHA256 (esr-bs-73947294765e163a7b914fd6eb4dd364125b3382_GL0.tar.gz) = 7190b972a877b578b0023e2a5b0770858e2b62337f0a6a6f8ceeedecd54e6207
+SIZE (esr-bs-73947294765e163a7b914fd6eb4dd364125b3382_GL0.tar.gz) = 14201
More information about the svn-ports-head
mailing list