Bug 151870 - games/vavoom: update to 1.32
Summary: games/vavoom: update to 1.32
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-01 16:30 UTC by Barbara
Modified: 2010-11-15 19:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.24 KB, patch)
2010-11-01 16:30 UTC, Barbara
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Barbara 2010-11-01 16:30:09 UTC
Update games/vavoom to 1.32.

Fix: Patch attached with submission follows:
Comment 1 Bruce Cran freebsd_committer freebsd_triage 2010-11-01 16:34:22 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Ports PR.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-15 13:07:06 UTC
wen         2010-11-15 13:06:58 UTC

  FreeBSD ports repository

  Modified files:
    games/vavoom         Makefile distinfo 
  Log:
  - Update to 1.32
  
  PR:             ports/151870
  Submitted by:   Barbara <barbara.xxx1975@libero.it>
  
  Revision  Changes    Path
  1.56      +1 -10     ports/games/vavoom/Makefile
  1.23      +2 -3      ports/games/vavoom/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2010-11-15 13:07:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 Barbara 2010-11-15 18:28:09 UTC
The following patch should be added to solve a problem with some doors op=
ening only once as files/patch-progs_common_linespec_VerticalDoor.vc:

--- progs/common/linespec/VerticalDoor.vc.orig 2010-06-13 21:30:29.000000=
000 +0200
+++ progs/common/linespec/VerticalDoor.vc 2010-11-07 13:18:31.000000000 +=
0100
@@ -109,7 +109,7 @@
}

//HACK delay 0 means open
- if (Type =3D=3D DOOREV_Raise && !Arg3)
+ if ((Type =3D=3D DOOREV_Raise || Type =3D=3D DOOREV_RaiseLocked) && !Ar=
g3)
{
Type =3D DOOREV_Open;
}
Comment 5 Barbara 2010-11-15 19:28:43 UTC
The correctly formatted patch is avavilable here:
http://pastebin.com/hBPK2XQR