From owner-freebsd-ports Sat Apr 28 4:30:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1554A37B50D for ; Sat, 28 Apr 2001 04:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3SBU7N75273; Sat, 28 Apr 2001 04:30:07 -0700 (PDT) (envelope-from gnats) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id BB25137B422 for ; Sat, 28 Apr 2001 04:23:42 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from deneb.dbai.tuwien.ac.at (deneb [128.130.111.2]) by vexpert.dbai.tuwien.ac.at (8.11.1/8.11.1) with ESMTP id f3SBMJe28885; Sat, 28 Apr 2001 13:22:19 +0200 (MET DST) Received: (from pfeifer@localhost) by deneb.dbai.tuwien.ac.at (8.11.1/8.11.1) id f3SBMIw69577; Sat, 28 Apr 2001 13:22:18 +0200 (CEST) (envelope-from pfeifer) Message-Id: <200104281122.f3SBMIw69577@deneb.dbai.tuwien.ac.at> Date: Sat, 28 Apr 2001 13:22:18 +0200 (CEST) From: pfeifer@dbai.tuwien.ac.at (Gerald Pfeifer) Reply-To: pfeifer@dbai.tuwien.ac.at To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26915: Update the Wine port to 2001.04.18 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26915 >Category: ports >Synopsis: Update the Wine port to 2001.04.18 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 28 04:30:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gerald Pfeifer >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: >Description: This updates the Wine port to 2001.04.18. No major changes to the port itself. I am the maintainer of this port. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v retrieving revision 1.106 diff -u -3 -p -r1.106 Makefile --- Makefile 2001/04/08 17:46:48 1.106 +++ Makefile 2001/04/19 05:41:42 @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 2001.03.26 +PORTVERSION= 2001.04.18 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development Index: distinfo =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/distinfo,v retrieving revision 1.60 diff -u -3 -p -r1.60 distinfo --- distinfo 2001/04/08 17:46:48 1.60 +++ distinfo 2001/04/19 05:46:05 @@ -1 +1 @@ -MD5 (Wine-20010326.tar.gz) = 2b8037c1aee32de2e725907901a6f3b2 +MD5 (Wine-20010418.tar.gz) = d773c35c57579ac78f8926c5a7f9a1ec Index: pkg-plist =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/pkg-plist,v retrieving revision 1.21 diff -u -3 -p -r1.21 pkg-plist --- pkg-plist 2001/03/17 13:50:01 1.21 +++ pkg-plist 2001/04/27 18:49:04 @@ -124,6 +124,23 @@ include/wine/wshisotp.h include/wine/wsipx.h include/wine/wtypes.h include/wine/zmouse.h +include/wine/msvcrt/conio.h +include/wine/msvcrt/ctype.h +include/wine/msvcrt/direct.h +include/wine/msvcrt/dos.h +include/wine/msvcrt/fcntl.h +include/wine/msvcrt/io.h +include/wine/msvcrt/process.h +include/wine/msvcrt/stddef.h +include/wine/msvcrt/stdio.h +include/wine/msvcrt/stdlib.h +include/wine/msvcrt/string.h +include/wine/msvcrt/time.h +include/wine/msvcrt/wchar.h +include/wine/msvcrt/sys/stat.h +include/wine/msvcrt/sys/timeb.h +include/wine/msvcrt/sys/types.h +include/wine/msvcrt/sys/utime.h include/wine/wine/exception.h include/wine/wine/icmpapi.h include/wine/wine/ipexport.h @@ -285,6 +302,7 @@ lib/wine/libwinmm.so lib/wine/libwinnls.so lib/wine/libwinnls32.so lib/wine/libwinsock.so +lib/wine/libwintrust.so lib/wine/libws2_32.so lib/wine/libwinspool.drv.so lib/wine/libwnaspi32.so @@ -292,6 +310,8 @@ lib/wine/libwow32.so lib/wine/libwprocs.so lib/wine/libwsock32.so lib/wine/libx11drv.so +@dirrm include/wine/msvcrt/sys +@dirrm include/wine/msvcrt @dirrm include/wine/wine @dirrm include/wine @dirrm lib/wine/reg >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message