emulators/winetricks:
- Update to 20191224 - Adapt to options framework while here PR: 243416 Submitted by: Alexander Vereeken Approved by: maintainer timeout (2 months)
This commit is contained in:
parent
a0d692af48
commit
2d7e4b385a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529210
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= winetricks
|
||||
PORTVERSION= 20190912
|
||||
PORTVERSION= 20191224
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= lifanov@FreeBSD.org
|
||||
@ -12,10 +12,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= cabextract:archivers/cabextract
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
RUN_DEPENDS+= zenity:x11/zenity xdg-open:devel/xdg-utils
|
||||
.endif
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
|
||||
@ -26,6 +22,12 @@ NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/winetricks man/man1/winetricks.1.gz
|
||||
|
||||
OPTIONS_DEFINE= X11
|
||||
OPTIONS_DEFAULT= X11
|
||||
|
||||
X11_RUN_DEPENDS= xdg-open:devel/xdg-utils \
|
||||
zenity:x11/zenity
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/src/winetricks ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/src/winetricks.1 \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1568566467
|
||||
SHA256 (Winetricks-winetricks-20190912_GH0.tar.gz) = acedd8aebe9a7fef4548ff8a47cc8ab7e6d13f6051c1b79d51cd4105e0f7fb9f
|
||||
SIZE (Winetricks-winetricks-20190912_GH0.tar.gz) = 679544
|
||||
TIMESTAMP = 1579294280
|
||||
SHA256 (Winetricks-winetricks-20191224_GH0.tar.gz) = c1223bb90e76c468f15784a701696a184aaee802bc9c236797166dea33d0d0a2
|
||||
SIZE (Winetricks-winetricks-20191224_GH0.tar.gz) = 683074
|
||||
|
Loading…
Reference in New Issue
Block a user