diff options
author | adamw <adamw@FreeBSD.org> | 2015-03-25 03:42:23 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-03-25 03:42:23 +0800 |
commit | 0ebee877f8b2e376f4b2ff01d9edf50077811bbc (patch) | |
tree | dc6177c2cc4d5f51811f7ae8f268cbe11e767ef8 /games | |
parent | 61b3ec41852b1ac7162fe5232b06722a44f61978 (diff) | |
download | freebsd-ports-gnome-0ebee877f8b2e376f4b2ff01d9edf50077811bbc.tar.gz freebsd-ports-gnome-0ebee877f8b2e376f4b2ff01d9edf50077811bbc.tar.zst freebsd-ports-gnome-0ebee877f8b2e376f4b2ff01d9edf50077811bbc.zip |
Update to bsdgames from DragonFlyBSD 4.0.5.
Thanks to marino for helping me find an easier way to create the tarballs
for these updates.
Diffstat (limited to 'games')
-rw-r--r-- | games/bsdgames/Makefile | 11 | ||||
-rw-r--r-- | games/bsdgames/distinfo | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games/bsdgames/Makefile b/games/bsdgames/Makefile index 32cff10bf870..23835721a76c 100644 --- a/games/bsdgames/Makefile +++ b/games/bsdgames/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= bsdgames -PORTVERSION= 3.8.2 -PORTREVISION= 4 +PORTVERSION= 4.0.5 PORTEPOCH= 1 CATEGORIES= games -# Fetched from git://git.dragonflybsd.org/dragonfly.git, v${PORTVERSION}, /games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= adamw @@ -85,4 +83,11 @@ post-install: @${TOUCH} ${STAGEDIR}/var/games/atc_score @${FIND} ${STAGEDIR}/var/games -type f -exec ${MV} {} {}.sample \; +dist: + fetch -o- https://github.com/DragonFlyBSD/DragonFlyBSD/archive/v${PORTVERSION}.zip | \ + unzip - DragonFlyBSD-${PORTVERSION}/games/\* + mv DragonFlyBSD-${PORTVERSION}/games bsdgames-${PORTVERSION} + tar -cvf bsdgames-${PORTVERSION}.tar bsdgames-${PORTVERSION} + xz -v bsdgames-${PORTVERSION}.tar + .include <bsd.port.mk> diff --git a/games/bsdgames/distinfo b/games/bsdgames/distinfo index 7c22156e6ea6..074b6936a576 100644 --- a/games/bsdgames/distinfo +++ b/games/bsdgames/distinfo @@ -1,2 +1,2 @@ -SHA256 (bsdgames-3.8.2.tar.xz) = f24b7202c06af3ee2d5b4492970003a25bb93ad9eba9ffc68b187bc213eb536b -SIZE (bsdgames-3.8.2.tar.xz) = 1750472 +SHA256 (bsdgames-4.0.5.tar.xz) = 3511d7af6784bf4377f5ebfeae2d1fe502f5b5fd3e649f1224b414db2267d310 +SIZE (bsdgames-4.0.5.tar.xz) = 1751992 |