Skip to content

Commit

Permalink
emulators/wine-devel: Update to Wine 9.0-rc4
Browse files Browse the repository at this point in the history
This fixes some 17 bug reports.

The ANNOUNCE and README files have been converted to mark down (.md).
  • Loading branch information
Gerald Pfeifer authored and Gerald Pfeifer committed Jan 6, 2024
1 parent 2760173 commit 1244d46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions emulators/wine-devel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= wine
DISTVERSION= 9.0-rc3
DISTVERSION= 9.0-rc4
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= https://dl.winehq.org/wine/source/9.0/
Expand Down Expand Up @@ -170,7 +170,7 @@ post-install:
.endif

@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in README ANNOUNCE AUTHORS
.for i in ANNOUNCE.md AUTHORS README.md
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
${INSTALL_DATA} ${WRKSRC}/programs/winedbg/README ${STAGEDIR}${DOCSDIR}/README.winedbg
Expand Down
6 changes: 3 additions & 3 deletions emulators/wine-devel/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1703290659
SHA256 (wine-9.0-rc3.tar.xz) = 729801f1c933baa63cdce60b7758b6e2ea1f2ef46a160bb57475c5917a068921
SIZE (wine-9.0-rc3.tar.xz) = 29989264
TIMESTAMP = 1704505004
SHA256 (wine-9.0-rc4.tar.xz) = ebff8b1763ffe3d1eb60b1302d78a662a46140e6f76e4a0caf58d3e4e4c9168f
SIZE (wine-9.0-rc4.tar.xz) = 29986548
4 changes: 2 additions & 2 deletions emulators/wine-devel/pkg-plist
Expand Up @@ -3216,9 +3216,9 @@ share/applications/wine.desktop
%%DATADIR%%/nls/normnfkd.nls
%%DATADIR%%/nls/sortdefault.nls
%%WINE64%%%%DATADIR%%/pkg32.sh
%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE
%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE.md
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/README.winedbg
%%PORTDOCS%%%%DOCSDIR%%/README.winedump
%%X11%%%%DATADIR%%/fonts/coue1255.fon
Expand Down

0 comments on commit 1244d46

Please sign in to comment.