Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2015 01:21:49 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403701 - head/games/foobillard
Message-ID:  <201512140121.tBE1Ln2H058904@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Dec 14 01:21:49 2015
New Revision: 403701
URL: https://svnweb.freebsd.org/changeset/ports/403701

Log:
  - Add LICENSE
  - Fix fetch, update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/games/foobillard/Makefile
  head/games/foobillard/pkg-descr

Modified: head/games/foobillard/Makefile
==============================================================================
--- head/games/foobillard/Makefile	Mon Dec 14 01:10:06 2015	(r403700)
+++ head/games/foobillard/Makefile	Mon Dec 14 01:21:49 2015	(r403701)
@@ -5,12 +5,13 @@ PORTNAME=	foobillard
 PORTVERSION=	3.0a
 PORTREVISION=	10
 CATEGORIES=	games
-MASTER_SITES=	http://foobillard.sunsite.dk/dnl/
+MASTER_SITES=	SF/${PORTNAME}/FooBillard-Sources/
 
 MAINTAINER=	thomas@bsdunix.ch
 COMMENT=	Free OpenGL billiards game
 
-BROKEN=		unfetchable
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
 		libfreetype.so:${PORTSDIR}/print/freetype2
@@ -55,6 +56,6 @@ post-patch:
 		${WRKSRC}/src/Makefile.in
 
 post-install:
-	@${INSTALL_MAN} ${WRKSRC}/foobillard.6 ${STAGEDIR}${PREFIX}/man/man6/foobillard.6
+	${INSTALL_MAN} ${WRKSRC}/foobillard.6 ${STAGEDIR}${PREFIX}/man/man6/foobillard.6
 
 .include <bsd.port.mk>

Modified: head/games/foobillard/pkg-descr
==============================================================================
--- head/games/foobillard/pkg-descr	Mon Dec 14 01:10:06 2015	(r403700)
+++ head/games/foobillard/pkg-descr	Mon Dec 14 01:21:49 2015	(r403701)
@@ -1,4 +1,4 @@
 Foobillard is a free OpenGL-billard game for Unix with realistic physics,
 AI-player and many gametypes like pool carambol or snooker. 
 
-WWW: http://foobillard.sunsite.dk/
+WWW: http://foobillard.sourceforge.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512140121.tBE1Ln2H058904>