notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: games/wop/distinfo

Number of commits found: 5

Sunday, 3 Jul 2011
14:25 ohauer search for other commits by this committer
-remove MD5
Original commit
Thursday, 27 Jul 2006
04:46 clsung search for other commits by this committer
- Update to 0.4.3

PR:             ports/100902
Submitted by:   maintainer (Dmitry Marakasov)
Original commit
Saturday, 18 Feb 2006
11:27 ehaupt search for other commits by this committer
Track inplace distfile change [1]

[1]
--- wop.diff begins here ---
diff -ruN old/wop-0.4.1/src/Makefile new/wop-0.4.1/src/Makefile
--- old/wop-0.4.1/src/Makefile  Thu Feb  9 15:00:08 2006
+++ new/wop-0.4.1/src/Makefile  Mon Feb 13 12:14:01 2006
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.80.2.2 2006/02/09 12:00:08 chfreund Exp $
+# $Id: Makefile,v 1.80.2.3 2006/02/13 09:14:01 chfreund Exp $

 TARGET = ../bin/wop
 DBG_LEVEL = 4
@@ -12,12 +12,12 @@
 SOURCE_FILES = $(wildcard *.cpp)
 OBJECT_FILES = $(patsubst %.cpp,%.o, $(SOURCE_FILES))

-CXXFLAGS ?= -Wall -Wshadow -Wsign-compare -Wparentheses -Wconversion -ansi
+CXXFLAGS ?= -Wall -Wshadow -Wsign-compare -Wparentheses -Wconversion -O3 -ansi
 CXXFLAGS += -fno-exceptions -fno-strict-aliasing -ffloat-store \
             -DDBG_LEVEL=$(DBG_LEVEL) -DLOG_LEVEL=$(LOG_LEVEL) \
             -DUSE_SDL -DNEW=new\(std::nothrow\) \
             -I../sdlwidgets \
-            $(shell sdl-config --cflags) -g
+            $(shell sdl-config --cflags) # -g
 LDFLAGS  = -L../sdlwidgets -lsdlwidgets -lz \
            -lm -lSDL_net -lSDL_mixer -lSDL_ttf -lSDL_image \
            $(shell sdl-config --libs) # -g
--- wop.diff ends here ---

PR:             93382
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Original commit
Sunday, 12 Feb 2006
04:08 lawrance search for other commits by this committer
Update to 0.4.1.

PR:             ports/93112
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Original commit
Tuesday, 27 Dec 2005
02:20 edwin search for other commits by this committer
New port: games/wop Free real-time Worms game

        Worms of Prey is the new and free real-time Worms game for Linux,
        MacOS X, and Windows similar to Liero, Liero AI, Liero Extreme, Yet
        Another Liero Clone, NiL, and Wurmz!

        Features include:
        - Multi-player with one player per computer
        - Completely new graphics
        - Low bandwidth usage
        - Different game modes (death match, team play)
        - Ropes can be attached to any object
        - Rope can be released
        - Any number of ropes
        - Multiple moving goals
        - Free Linux, Windows and MacOS version under GPL license

        WWW: http://wormsofprey.org/

PR:             ports/90946
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru>
Original commit

Number of commits found: 5