diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-20 17:14:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-20 17:14:46 +0800 |
commit | 4ff532ee67339271656b8ec66e5663fe328449a2 (patch) | |
tree | b1b1cd7649b8c9df5c14dec0e08cfb7ce130caa6 /games | |
parent | b437b4e05386ecc274d2d9d2b72d1b3fa1ede5d1 (diff) | |
download | freebsd-ports-gnome-4ff532ee67339271656b8ec66e5663fe328449a2.tar.gz freebsd-ports-gnome-4ff532ee67339271656b8ec66e5663fe328449a2.tar.zst freebsd-ports-gnome-4ff532ee67339271656b8ec66e5663fe328449a2.zip |
- Update to 0.03
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Diffstat (limited to 'games')
-rw-r--r-- | games/p5-Games-Tournament-RoundRobin/Makefile | 10 | ||||
-rw-r--r-- | games/p5-Games-Tournament-RoundRobin/distinfo | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games/p5-Games-Tournament-RoundRobin/Makefile b/games/p5-Games-Tournament-RoundRobin/Makefile index 38f8e88639fb..f29663340aa1 100644 --- a/games/p5-Games-Tournament-RoundRobin/Makefile +++ b/games/p5-Games-Tournament-RoundRobin/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Games-Tournament-RoundRobin -PORTVERSION= 0.02 -PORTREVISION= 1 +PORTVERSION= 0.03 CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Round-Robin Tournament Schedule Pairings +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include <bsd.port.mk> diff --git a/games/p5-Games-Tournament-RoundRobin/distinfo b/games/p5-Games-Tournament-RoundRobin/distinfo index 796aff94b575..7cbf4138353a 100644 --- a/games/p5-Games-Tournament-RoundRobin/distinfo +++ b/games/p5-Games-Tournament-RoundRobin/distinfo @@ -1,2 +1,2 @@ -SHA256 (Games-Tournament-RoundRobin-0.02.tar.gz) = 1d76a7a0e55747415a299bf7e3a02e337d41838c943acd5c205fb7cf6c760b41 -SIZE (Games-Tournament-RoundRobin-0.02.tar.gz) = 11208 +SHA256 (Games-Tournament-RoundRobin-0.03.tar.gz) = 787a79e03432126d6e7c31e6a4fc148874e1fb669898009eaeb6cb50cb490be1 +SIZE (Games-Tournament-RoundRobin-0.03.tar.gz) = 18881 |