diff options
author | lifanov <lifanov@FreeBSD.org> | 2017-03-22 01:09:20 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 20:02:56 +0800 |
commit | c2b0145dc4c8388a89f5460d7ae66ed199d1a500 (patch) | |
tree | aba89eae8c1869782cb80ffc1cb02c88b0e811dc /emulators | |
parent | 8b14b4c2ec43c2935f272d4c9551fdfda24d21c3 (diff) | |
download | freebsd-ports-gnome-c2b0145dc4c8388a89f5460d7ae66ed199d1a500.tar.gz freebsd-ports-gnome-c2b0145dc4c8388a89f5460d7ae66ed199d1a500.tar.zst freebsd-ports-gnome-c2b0145dc4c8388a89f5460d7ae66ed199d1a500.zip |
update emulators/winetricks to 20170316
This version uses more native tools on FreeBSD.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/winetricks/Makefile | 7 | ||||
-rw-r--r-- | emulators/winetricks/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/emulators/winetricks/Makefile b/emulators/winetricks/Makefile index f06acd981b97..3099e71a3fe1 100644 --- a/emulators/winetricks/Makefile +++ b/emulators/winetricks/Makefile @@ -2,17 +2,16 @@ # $FreeBSD$ PORTNAME= winetricks -PORTVERSION= 20170207 -PORTREVISION= 1 +PORTVERSION= 20170316 CATEGORIES= emulators MAINTAINER= lifanov@FreeBSD.org COMMENT= Easy way to work around problems in Wine LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/src/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= curl:ftp/curl cabextract:archivers/cabextract +RUN_DEPENDS= cabextract:archivers/cabextract .if !defined(WITHOUT_X11) RUN_DEPENDS+= zenity:x11/zenity xdg-open:devel/xdg-utils diff --git a/emulators/winetricks/distinfo b/emulators/winetricks/distinfo index 33f80033233d..4f434ca4be6a 100644 --- a/emulators/winetricks/distinfo +++ b/emulators/winetricks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1486651653 -SHA256 (Winetricks-winetricks-20170207_GH0.tar.gz) = a322a2e71b67306f9943a41456a5fe743d33c643569c2462ea5fc00dcb6008ea -SIZE (Winetricks-winetricks-20170207_GH0.tar.gz) = 189349 +TIMESTAMP = 1490116042 +SHA256 (Winetricks-winetricks-20170316_GH0.tar.gz) = c7a4cf786a634c53e37c129fa7b02085b039e1d110008dac6541e4b9e42f7dae +SIZE (Winetricks-winetricks-20170316_GH0.tar.gz) = 191820 |