Date: Fri, 16 Sep 2016 22:06:03 +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: r422273 - head/games/fillets-ng Message-ID: <201609162206.u8GM63sE033417@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Sep 16 22:06:03 2016 New Revision: 422273 URL: https://svnweb.freebsd.org/changeset/ports/422273 Log: - Add LICENSE - Update data pack to 1.0.1 Modified: head/games/fillets-ng/Makefile head/games/fillets-ng/distinfo Modified: head/games/fillets-ng/Makefile ============================================================================== --- head/games/fillets-ng/Makefile Fri Sep 16 21:54:22 2016 (r422272) +++ head/games/fillets-ng/Makefile Fri Sep 16 22:06:03 2016 (r422273) @@ -3,7 +3,7 @@ PORTNAME= fillets-ng PORTVERSION= 1.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/fillets/Fish%20Fillets%20-%20Next%20Generation/${PORTVERSION} \ SF/fillets/Fish%20Fillets%20-%20Next%20Generation/${DATAVERSION}:data @@ -13,6 +13,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Wonderful puzzle game +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USE_SDL= sdl mixer image ttf USES= gmake lua:51 pkgconfig GNU_CONFIGURE= yes @@ -25,7 +28,7 @@ PLIST_FILES= bin/fillets man/man6/fillet PORTDOCS= * PORTDATA= * -DATAVERSION= 1.0.0 +DATAVERSION= 1.0.1 ONLY_FOR_ARCHS= i386 amd64 Modified: head/games/fillets-ng/distinfo ============================================================================== --- head/games/fillets-ng/distinfo Fri Sep 16 21:54:22 2016 (r422272) +++ head/games/fillets-ng/distinfo Fri Sep 16 22:06:03 2016 (r422273) @@ -1,4 +1,5 @@ +TIMESTAMP = 1473882451 SHA256 (fillets-ng-1.0.1.tar.gz) = 329a4d9515d60bebdb657d070824933b993b85864b9d3e302e6361accab992da SIZE (fillets-ng-1.0.1.tar.gz) = 380290 -SHA256 (fillets-ng-data-1.0.0.tar.gz) = ad475a60cc96e8f5f55a7b264c390264898f1891b6ff096cc617e24d75dffd45 -SIZE (fillets-ng-data-1.0.0.tar.gz) = 146418413 +SHA256 (fillets-ng-data-1.0.1.tar.gz) = f0c979fb35ec550a43246fc209add8f45ca550a382c94d6383bb3f01b1073799 +SIZE (fillets-ng-data-1.0.1.tar.gz) = 146419397
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609162206.u8GM63sE033417>