From 2f569df22b0d019497042cef0b36fa9b8b58402e Mon Sep 17 00:00:00 2001 From: gerald Date: Sat, 18 Jul 2009 19:50:09 +0000 Subject: Update to Wine 1.1.26. Among others, this includes the following changes: - Still more translation updates. - Faster bitmap stretching using XRender. - Proxy support in WinHTTP. - Many more JScript functions. - Various bug fixes. Plus documentation has been consolidated and some READMEs removed. --- emulators/wine-devel/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'emulators/wine-devel/Makefile') diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index daff10ae0370..55979927d114 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,8 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.1.25 -PORTREVISION= 1 +DISTVERSION= 1.1.26 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SFE \ @@ -106,9 +105,7 @@ post-install: .for i in README ANNOUNCE AUTHORS LICENSE @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor -.for i in progman uninstaller winedbg winemine - @${INSTALL_DATA} ${WRKSRC}/programs/${i}/README ${DOCSDIR}/README.${i} -.endfor + @${INSTALL_DATA} ${WRKSRC}/programs/winedbg/README ${DOCSDIR}/README.winedbg @${INSTALL_DATA} ${WRKSRC}/tools/winedump/README ${DOCSDIR}/README.winedump .endif @${MKDIR} ${DESKTOPDIR} -- cgit