1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

16804 Commits

Author SHA1 Message Date
John Marino
a56a4a3fa3 games/bygfoot: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
2016-08-04 01:51:25 +00:00
John Marino
f9bc5cf54a games/ninix-aya: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
2016-08-04 01:46:35 +00:00
Johan van Selst
41424bdc52 Minor cleanup (no functional change)
Reported by:	marino
2016-08-01 19:36:24 +00:00
Johan van Selst
6ab25e9184 Update to 4.9.1 (bugfix release) 2016-08-01 19:27:34 +00:00
Johan van Selst
ffd7d46acd - Update to FreeCiv 2.5.5 (bugfix release)
- make hidden dependencies explicit
2016-07-31 20:48:58 +00:00
Ed Schouten
f4af647e8b Don't let the Nethack ports declare srandom() themselves.
As the prototype of srandom() has changed, be sure to no longer declare
the prototype of this function ourselves. Instead, simply pull in the
<stdlib.h> header that declares this function.

Reported by:	antoine@
Reviewed by:	glewis@
Differential Revision:	https://reviews.freebsd.org/D7378
2016-07-31 09:41:12 +00:00
Danilo Egea Gondolfo
6cd8fbe1a9 - Update to 1.5.0 2016-07-30 22:33:20 +00:00
Danilo Egea Gondolfo
b1c183ed13 - Update to 1.5.0 2016-07-30 22:32:43 +00:00
Pawel Pekala
94284be839 - wxWidgets is only needed for editor and viewer options
- Update dependencies

PR:		210267
Submitted by:	Thibault Payet (maintainer)
2016-07-30 15:45:20 +00:00
Dmitry Marakasov
92990de833 - Use clang where possible
- Add missing xorg dependency

PR:		211258
Submitted by:	jbeich@FreeBSD.org
2016-07-27 16:55:39 +00:00
Rene Ladan
78450f0a5d Reset miwi@'s ports, he stepped down from the Ports Team.
With hat:	portmgr-secretary
2016-07-25 20:01:02 +00:00
Pawel Pekala
584ee6c948 Update to version 20160721
PR:		211292
Submitted by:	Nikolai Lifanov (maintainer)
2016-07-24 19:18:59 +00:00
Rene Ladan
edbbdaf2a2 Ressurect devel/omake, graphics/ocaml-images and games/freetennis [1]
- devel/omake:
  - add new MASTER_SITES
  - regenerate patches [1]
- graphics/ocaml-images:
  - add missing LIB_DEPENDS
  - pet portlint
  - bump PORTREVISION
- games/freetennis:
  - add missing indirect depedencies [2]
  - bump PORTREVISION
PR:		210853 [1]
Submitted by:	lightside@gmx.com [1]
Reported by:	poudriere testport [2]
2016-07-23 14:19:05 +00:00
Pawel Pekala
dfed992131 - Update to version 0.18.1
- Take over maintainership
- Change WIZARD to NOWIZARD: this follows upstream and should better
  serve majority of package users
- Switch to OPTION helpers and modernize the port
- Add/remove missing/unnecessary dependencies
- Move "-sdl" PKGNAMESUFFIX to the slave port, options should not change
  package name and this is also how other ports do it

PR:		210670
Submitted by:	Nikolai Lifanov
Approved by:	maintainer
2016-07-22 19:22:02 +00:00
Alexey Dokuchaev
3266039906 Unbreak the build across the gang. The port (re)defines copysign(), fmin(),
and fmax() functions, which conflict with the ones already available in the
math library.  Simply removing those definitions fixes the issue.  While at
it, convert to USES+=localbase.

The `files/patch-c++' was regenerated with `make makepatch'.

Tested on:	9.2, 10.2, -CURRENT
2016-07-22 15:20:19 +00:00
Pawel Pekala
b5733ca4a4 OpenOMF is a Open Source remake of "One Must Fall 2097" by Diversions
Entertainment.

WWW: http://www.openomf.org/

PR:		210819
Submitted by:	Stas Timokhin <devel@stasyan.com>
2016-07-21 15:55:20 +00:00
Mathieu Arnold
e50dc2a336 Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
2016-07-20 15:33:20 +00:00
Dirk Meyer
3561a46f28 - update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
2016-07-20 09:33:31 +00:00
Dmitry Marakasov
31b51cfce4 - Update to 20160719
PR:		211230
Submitted by:	lifanov@mail.lifanov.com (maintainer)
2016-07-19 18:57:13 +00:00
Dmitry Marakasov
18efe6c7b8 - Lessen BROKEN condition: actually builds fine on DragonFly and FreeBSD 9.x
Submitted by:	marino
2016-07-19 13:21:50 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-19 11:04:13 +00:00
Dmitry Marakasov
a736a20988 - Mark BROKEN: does not build
Reported by:	pkg-fallout
2016-07-18 20:01:16 +00:00
Marcus von Appen
fd88f4241c - Update to version 1.6.7.2
- Fix x11 and opengl associations for the port
- Pass maintainership back to ports@ due to lack of time

PR:		205705
Submitted by:	Thibault Payet <monwarez@mailoo.org>
2016-07-18 05:25:03 +00:00
Pawel Pekala
2dba9455cf - Update to version 1.3.4
- Does not build on FreeBSD 9

PR:		210826
Submitted by:	yuri@rawbw.com (maintainer)
2016-07-13 18:38:47 +00:00
Sean Bruno
1167615a5d Update to 2016-06-30 Release. 2016-07-13 15:52:43 +00:00
Dmitry Marakasov
c8a28e326b - Update 0.8.4 (see http://gibberlings3.net/forums/index.php?showtopic=27878 for changes)
- Switch to USES=localbase
- Indent CMAKE_ARGS
- Add missing LIB_DEPENDS
- Add missing INSTALLS_ICONS
- Pass maintainership to submitter

PR:		210889
Submitted by:	lifanov@mail.lifanov.com
Approved by:	beyert@cs.ucr.edu (maintainer)
2016-07-13 11:40:24 +00:00
Carlo Strub
6a78028efc - Update to 1.05.002
- Require more libraries
2016-07-11 20:45:40 +00:00
Pietro Cerutti
a6781391b0 games/gracer: do not depend on a specific version of Tcl 2016-07-06 14:24:04 +00:00
Pietro Cerutti
ec78cdd6b9 lang/lua53: bump PORTREVISION on dependent ports 2016-07-06 13:19:38 +00:00
Dmitry Marakasov
a73b73b29c - Fix PORTSCOUT
To clarify previous commit, PORTSCOUT is needed here because
robocode-naval is sharing the download page with robocode, and the
version limit will ignore robocode versions with 4 digits and will
only pick up 3 digit robocode-naval versions.

PR:		210699
Submitted by:	dbaio@bsd.com.br (maintainer)
2016-07-05 18:52:17 +00:00
Rene Ladan
3cb00dcfb0 Remove expired ports:
games/freetennis: depends on expired graphics/ocaml-images
2016-07-04 graphics/ocaml-images: Depends on expiring devel/omake
2016-07-04 devel/omake: Broken for more than 6 months
2016-07-05 18:46:45 +00:00
Rene Ladan
19f31a471b Remove expired ports without open PRs:
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months
2016-07-04 devel/ruby-cache: Broken for more than 6 months
2016-07-04 devel/rapidsvn: Broken for more than 6 months
2016-07-04 devel/svnkit: Broken for more than 6 months
2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months
2016-07-04 devel/cl-uffi: Broken for more than 6 months
2016-07-04 devel/ruby-event-loop: Broken for more than 6 months
2016-07-04 devel/libqxt: Broken for more than 6 months
2016-07-04 devel/dasm: Broken for more than 6 months
2016-07-04 devel/libopendaap: Broken for more than 6 months
2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi
2016-07-04 devel/cvs2p4: Broken for more than 6 months
2016-07-04 devel/bufferpool: Broken for more than 6 months
2016-07-04 devel/ifd-test: Broken for more than 6 months
2016-07-04 devel/eric4: Broken for more than 6 months
2016-07-04 devel/uclmmbase: Broken for more than 6 months
2016-07-04 devel/obfuscatejs: Broken for more than 6 months
2016-07-04 devel/oniguruma: Broken for more than 6 months
2016-07-04 devel/libbnr: Broken for more than 6 months
2016-07-04 devel/c4: Broken for more than 6 months
2016-07-04 devel/memcheck: Broken for more than 6 months
2016-07-04 devel/liblcfg: Broken for more than 6 months
2016-07-04 devel/omake: Broken for more than 6 months
2016-07-04 devel/svndelta: Broken for more than 6 months
2016-07-04 devel/papp: Broken for more than 6 months
2016-07-04 devel/mk: Broken for more than 6 months
2016-07-04 devel/avltree: Broken for more than 6 months
2016-07-04 devel/cbind: Broken for more than 6 months
2016-07-04 devel/tclgetopts: Broken for more than 6 months
2016-07-04 devel/antlrworks: Broken for more than 6 months
2016-07-04 devel/acme: Broken for more than 6 months
2016-07-04 devel/libopensync022: Broken for more than 6 months
2016-07-04 archivers/epkg: Broken for more than 6 months
2016-07-04 print/enscriptfonts: Broken for more than 6 months
2016-07-04 print/mup: Broken for more than 6 months
2016-07-04 lang/lua-mode.el: Broken for more than 6 months
2016-07-04 lang/s9fes: Broken for more than 6 months
2016-07-04 lang/alisp: Broken for more than 6 months
2016-07-04 lang/intel2gas: Broken for more than 6 months
2016-07-04 lang/stalin: Broken for more than 6 months
2016-07-04 french/eric4: Depends on expiring devel/eric4
2016-07-04 textproc/exslt: Broken for more than 6 months
2016-07-04 textproc/xt: Broken for more than 6 months
2016-07-04 textproc/ssddiff: Broken for more than 6 months
2016-07-04 textproc/xslint: Broken for more than 6 months
2016-07-04 textproc/cbedic: Broken for more than 6 months
2016-07-04 textproc/tralics: Broken for more than 6 months
2016-07-04 textproc/docbookide.el: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months
2016-07-04 textproc/tdhkit: Broken for more than 6 months
2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months
2016-07-04 dns/ldnsm: Broken for more than 6 months
2016-07-04 japanese/guesswork-classic: Broken for more than 6 months
2016-07-04 japanese/texinfo: Broken for more than 6 months
2016-07-04 japanese/jyuroku: Broken for more than 6 months
2016-07-04 japanese/mtools: Broken for more than 6 months
2016-07-04 palm/pdbar: Broken for more than 6 months
2016-07-04 graphics/gplot: Broken for more than 6 months
2016-07-04 graphics/white_dune: Broken for more than 6 months
2016-07-04 graphics/whirlgif: Broken for more than 6 months
2016-07-04 graphics/libaux: Broken for more than 6 months
2016-07-04 graphics/import-pictures: Broken for more than 6 months
2016-07-04 math/xgobi: Broken for more than 6 months
2016-07-04 math/fricas: Broken for more than 6 months
2016-07-04 math/dcdflib: Broken for more than 6 months
2016-07-04 math/libneural: Broken for more than 6 months
2016-07-04 math/open-axiom: Broken for more than 6 months
2016-07-04 irc/nefarious: Broken for more than 6 months
2016-07-04 irc/slirc: Broken for more than 6 months
2016-07-04 irc/ratbox-respond: Broken for more than 6 months
2016-07-04 irc/qwebirc: Broken for more than 6 months
2016-07-04 biology/platon: Broken for more than 6 months
2016-07-04 news/slnr: Broken for more than 6 months
2016-07-04 science/jmol: Broken for more than 6 months
2016-07-04 net/nstxd: Broken for more than 6 months
2016-07-04 net/sprinkle: Broken for more than 6 months
2016-07-04 editors/ssam: Broken for more than 6 months
2016-07-04 editors/fb: Broken for more than 6 months
2016-07-04 misc/quotes: Broken for more than 6 months
2016-07-04 misc/boxquote.el: Broken for more than 6 months
2016-07-04 misc/pypanda: Broken for more than 6 months
2016-07-04 misc/cuecat: Broken for more than 6 months
2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months
2016-07-04 german/eric4: Depends on expiring devel/eric4
2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase
2016-07-04 multimedia/ggrab: Broken for more than 6 months
2016-07-04 emulators/dynamips: Broken for more than 6 months
2016-07-04 emulators/dynamips-devel: Broken for more than 6 months
2016-07-04 emulators/sim6811: Broken for more than 6 months
2016-07-04 emulators/minivmac: Broken for more than 6 months
2016-07-04 cad/qcad-partslib: Broken for more than 6 months
2016-07-04 comms/dump1090_mr: Broken for more than 6 months
2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd
2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months
2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months
2016-07-04 sysutils/jfbterm: Broken for more than 6 months
2016-07-04 sysutils/daedalus: Broken for more than 6 months
2016-07-04 sysutils/pcfclock: Broken for more than 6 months
2016-07-04 sysutils/vlogger: Broken for more than 6 months
2016-07-04 sysutils/bontmia: Broken for more than 6 months
2016-07-04 mail/pop3gwd: Broken for more than 6 months
2016-07-04 mail/mailtray: Broken for more than 6 months
2016-07-04 mail/pflogstats: Broken for more than 6 months
2016-07-04 mail/exact: Broken for more than 6 months
2016-07-04 mail/wmpop3: Broken for more than 6 months
2016-07-04 mail/qmail-conf: Broken for more than 6 months
2016-07-04 mail/gld: Broken for more than 6 months
2016-07-04 mail/dsbl-testers: Broken for more than 6 months
2016-07-04 mail/vqregister: Broken for more than 6 months
2016-07-04 mail/atmail: Broken for more than 6 months
2016-07-04 mail/ml: Broken for more than 6 months
2016-07-04 net-im/icb: Broken for more than 6 months
2016-07-04 net-im/cicquin: Broken for more than 6 months
2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months
2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months
2016-07-04 russian/eric4: Depends on expiring devel/eric4
2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months
2016-07-04 www/xpi-clearfields: Broken for more than 6 months
2016-07-04 www/pecl-varnish: Broken for more than 6 months
2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months
2016-07-04 www/hudson: Broken for more than 6 months
2016-07-04 www/xpi-mldonkey: Broken for more than 6 months
2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months
2016-07-04 www/trac-mastertickets: Broken for more than 6 months
2016-07-04 www/dotclear: Broken for more than 6 months
2016-07-04 www/ruby-wgettsv: Broken for more than 6 months
2016-07-04 www/wwwstat: Broken for more than 6 months
2016-07-04 www/xpi-prism: Broken for more than 6 months
2016-07-04 www/xpi-fasterfox: Broken for more than 6 months
2016-07-04 www/siteframe: Broken for more than 6 months
2016-07-04 www/py-urljr: Broken for more than 6 months
2016-07-04 www/reviewboard: Broken for more than 6 months
2016-07-04 www/xpi-tabletools: Broken for more than 6 months
2016-07-04 www/wikindx: Broken for more than 6 months
2016-07-04 www/typolight: Broken for more than 6 months
2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months
2016-07-04 www/xpi-gbrain: Broken for more than 6 months
2016-07-04 www/trac-robotstxt: Broken for more than 6 months
2016-07-04 www/simplog: Broken for more than 6 months
2016-07-04 www/chtml: Broken for more than 6 months
2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months
2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months
2016-07-04 databases/mysql-xql: Broken for more than 6 months
2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months
2016-07-04 games/lucidlife: Broken for more than 6 months
2016-07-04 games/gma: Broken for more than 6 months
2016-07-04 games/smiley: Broken for more than 6 months
2016-07-04 games/noegnud-littlehack: Broken for more than 6 months
2016-07-04 games/sdlquake2: Broken for more than 6 months
2016-07-04 games/daimonin: Depends on expiring games/daimonin-music
2016-07-04 games/noegnud-nethack: Broken for more than 6 months
2016-07-04 games/xbomber: Broken for more than 6 months
2016-07-04 games/xwelltris: Broken for more than 6 months
2016-07-04 games/ftjava: Broken for more than 6 months
2016-07-04 games/daimonin-music: Broken for more than 6 months
2016-07-04 games/gno3dtet: Broken for more than 6 months
2016-07-04 games/qtv: Broken for more than 6 months
2016-07-04 games/xwordpy: Broken for more than 6 months
2016-07-04 games/netris: Broken for more than 6 months
2016-07-04 games/rt2-demo: Broken for more than 6 months
2016-07-04 games/noegnud-addons: Broken for more than 6 months
2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months
2016-07-04 games/live-f1: Broken for more than 6 months
2016-07-04 games/xonix: Broken for more than 6 months
2016-07-04 games/fgkicker: Broken for more than 6 months
2016-07-04 games/tank: Depends on expiring graphics/libaux
2016-07-04 games/linux-nwserver: Broken for more than 6 months
2016-07-04 games/quake2-zaero: Broken for more than 6 months
2016-07-04 games/pyching: Broken for more than 6 months
2016-07-04 games/thevalley: Broken for more than 6 months
2016-07-04 games/xroads: Broken for more than 6 months
2016-07-04 games/fxsudoku: Broken for more than 6 months
2016-07-04 games/sudoku: Broken for more than 6 months
2016-07-04 games/kmancala: Broken for more than 6 months
2016-07-04 games/plonx: Broken for more than 6 months
2016-07-04 games/wmminichess: Broken for more than 6 months
2016-07-04 games/noegnud-slashem: Broken for more than 6 months
2016-07-04 games/latrine: Broken for more than 6 months
2016-07-04 games/pysycache-themes: Broken for more than 6 months
2016-07-04 games/nibbles: Broken for more than 6 months
2016-07-04 games/hlstatsx: Broken for more than 6 months
2016-07-04 audio/streamtuner: Broken for more than 6 months
2016-07-04 audio/mangler: Broken for more than 6 months
2016-07-04 audio/hawkvoice: Broken for more than 6 months
2016-07-04 audio/alac: Broken for more than 6 months
2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months
2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months
2016-07-04 x11-wm/musca: Broken for more than 6 months
2016-07-04 x11-wm/e-module-places: Broken for more than 6 months
2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months
2016-07-04 x11-wm/e-module-net: Broken for more than 6 months
2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months
2016-07-04 ftp/fget: Broken for more than 6 months
2016-07-04 net-mgmt/netmond: Broken for more than 6 months
2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
2016-07-04 20:48:23 +00:00
Dmitry Marakasov
c32416a795 - Simplify installation
- Switch to options helpers
2016-07-04 14:10:01 +00:00
Mathieu Arnold
5aadc16227 Fix runtime error.
PR:		210793
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-07-04 13:30:38 +00:00
Mathieu Arnold
0dcd0ddaf0 Update to 1.8.3.
PR:		210792
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-07-04 13:24:26 +00:00
Mathieu Arnold
58ddbe48dd Update to version 1.5.0.20160514
PR:		210790
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-07-04 13:24:02 +00:00
Mathieu Arnold
5be20361fe Update MASTER_SITES.
PR:		210791
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-07-04 13:23:57 +00:00
Jason Unovitch
fcc431d9f7 games/minecraft-server: update 1.9.4 -> 1.10.2
PR:		210739
Submitted by:	Jonathan Price <freebsd@jonathanprice.org> (maintainer)
2016-07-03 18:54:19 +00:00
Pawel Pekala
a9c53ef845 Update to version 0.39.0
Changelog: https://github.com/OpenMW/openmw/releases/tag/openmw-0.39.0

PR:		210729
Submitted by:	Tobias Kortkamp (maintainer)
2016-07-03 15:53:03 +00:00
Alexey Dokuchaev
c6a42ba6e6 - Update SLADE to version 3.1.1.2
- Depend on `audio/fluid-soundfont' if MIDI support is enabled, to ensure
  that music tracks are playable in editor
- Remove hand-rolled installation routine, it's not needed since recently

Reported by:	portscout
2016-07-02 13:17:56 +00:00
Alexey Dokuchaev
4ea37e852f Update OpenTTD to version 1.6.1 and make pkg-plist more sorted while here. 2016-07-02 07:38:59 +00:00
Allan Jude
e69dd7d5d9 Create a symlink minecraft-server/minecraft_server.jar pointing to the
latest version of the jar (minecraft_server.1.9.4.jar)

Update the LICENSE text

PR:		210097
Submitted by:	Jonathan Price (maintainer)
Approved by:	matthew
2016-06-29 20:32:57 +00:00
Dmitry Marakasov
e9a0527fcb - Add PORTSCOUT
PR:		210699
Submitted by:	dbaio@bsd.com.br (maintainer)
2016-06-29 17:28:22 +00:00
Dmitry Marakasov
7f89961aed - Fix license
- Switch to options helpers
2016-06-29 09:05:20 +00:00
Rene Ladan
a01b22a052 Reset ports maintained by bf@ until he has time again to work on them.
PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
2016-06-27 21:30:34 +00:00
Torsten Zuehlsdorff
ccd155e539 games/tuxpuck: unbreak fetch
Additional changes:
  - Bump PORTREVISION
  - Add audio/libogg to library dependency
  - Regenerate patches

PR:          210082
Approved by: junovitch (mentor)
2016-06-27 20:02:47 +00:00
Matthew Seaman
b1e3f86d31 Update to 3.04
- switch to GitHub.  This is the account belonging to the original
    author of cowsay, who submitted the PR.

PR:		210547
Submitted by:	tony+freebsd@nog.net (author)
Approved by:	lifanov@mail.lifanov.com (maintainer)
2016-06-26 15:13:22 +00:00
Dmitry Marakasov
b10f77df71 - Update to 1.4.1 2016-06-23 22:11:21 +00:00
Dmitry Marakasov
8236ed0669 - Switch to options helpers 2016-06-23 09:05:16 +00:00
Dmitry Marakasov
bf2bf5b741 - Update to r5775
PR:		209987
Submitted by:	pkubaj@anongoth.pl (maintainer)
2016-06-21 12:09:59 +00:00