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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: games/pokerth/Makefile

Number of commits found: 118 (showing only 100 on this page)

1 | 2  »  

Tuesday, 9 Jan 2024
15:41 Baptiste Daroussin (bapt) search for other commits by this committer
MAN[1-5]PREFIX: eleminate its usage  and move man to share/man
commit hash: e10e2022a9b32f3a8011a08e3929fa263a7bdb5d commit hash: e10e2022a9b32f3a8011a08e3929fa263a7bdb5d commit hash: e10e2022a9b32f3a8011a08e3929fa263a7bdb5d commit hash: e10e2022a9b32f3a8011a08e3929fa263a7bdb5d e10e202
Thursday, 14 Dec 2023
17:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 24.4

- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 69e2e87
17:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
games/pokerth: Fix build with protobuf 22+
commit hash: 066b9d561141af3677b94b6db6b3e131f93a218c commit hash: 066b9d561141af3677b94b6db6b3e131f93a218c commit hash: 066b9d561141af3677b94b6db6b3e131f93a218c commit hash: 066b9d561141af3677b94b6db6b3e131f93a218c 066b9d5
Friday, 8 Dec 2023
07:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer Author: Tobias Rehbein
games/pokerth: Return to pool

PR:		275617
Approved by:	submitter is maintainer
commit hash: 60bd3de506a7ebe13339f016f14aaaa5807c9a0d commit hash: 60bd3de506a7ebe13339f016f14aaaa5807c9a0d commit hash: 60bd3de506a7ebe13339f016f14aaaa5807c9a0d commit hash: 60bd3de506a7ebe13339f016f14aaaa5807c9a0d 60bd3de
Monday, 16 Oct 2023
10:29 Alexey Dokuchaev (danfe) search for other commits by this committer
games/pokerth: unbreak the port's build against Boost >=1.73

Obtained from:	Gentoo Linux (https://bugs.gentoo.org/723520)
commit hash: 27c3f8d9bf53017f72dbf7f5de6f0201d7f6e093 commit hash: 27c3f8d9bf53017f72dbf7f5de6f0201d7f6e093 commit hash: 27c3f8d9bf53017f72dbf7f5de6f0201d7f6e093 commit hash: 27c3f8d9bf53017f72dbf7f5de6f0201d7f6e093 27c3f8d
Saturday, 14 Oct 2023
17:11 Daniel Engberg (diizzy) search for other commits by this committer
games/pokerth: Deprecate and set expiration date to 2023-11-30

Fails to build and marked broken over a year ago

Approved by:	portmgr (blanket)
commit hash: 7854eaa1a5b087e0e77b777008de6dcd36d5c713 commit hash: 7854eaa1a5b087e0e77b777008de6dcd36d5c713 commit hash: 7854eaa1a5b087e0e77b777008de6dcd36d5c713 commit hash: 7854eaa1a5b087e0e77b777008de6dcd36d5c713 7854eaa
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
games: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <benlutz@datacomm.ch>
  *  <janos.mohacsi@bsd.hu>
  *  Aaron Baugher
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron VonderHaar <avh4@usa.net>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Kranzel (adam@alameda.edu)
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alejandro Pulver <alejandro@varnet.biz>
  *  Alejandro Pulver <alepulver@FreeBSD.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Trull <freebsd.alex@trull.org>
  *  Alexander G. Chetirbock <bock@bock.nnov.ru>
  *  Alexander Langer <alex@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
  *  Alexander Yerenkow <yerenkow@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Alfonso S. Siciliano <alfix86@gmail.com>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Amar Takhar <verm@drunkmonk.net>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrej Zverev
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Andrey Zakhvatov <andy@icc.surw.chel.su>
  *  Andy Kosela <akosela@andykosela.com>
  *  Anton Yudin <toha@FreeBSD.org>
  *  Arjan van Leeuwen <avleeuwen@piwebs.com>
  *  Ayumi M <ayu@commun.jp>
  *  Bartosz Fabianowski <freebsd@chillt.de>
  *  Beech Rintoul <beech@FreeBSD.org>
  *  Ben Smithurst <ben@scientia.demon.co.uk>
  *  Bob Bomar <bob@fly.homeunix.org>
  *  Brian Buchanan <brian@CSUA.Berkeley.EDU>
  *  Ceri Davies (ceri@FreeBSD.org)
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Christian Brueffer <chris@unixpages.org>
  *  Christoph Mallon <christoph.mallon@gmx.de>
  *  Christopher Preston <rbg@gayteenresource.org>
  *  Dag-Erling C. Smørgrav <des@FreeBSD.org>
  *  Daniel J. O'Connor <darius@dons.net.au>
  *  Daniel O'Connor <darius@dons.net.au>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Dave Chapeskie <dchapes@ddm.on.ca>
  *  Dave Walton <dwalton@acm.org>
  *  David Siebörger <drs@rucus.ru.ac.za>
  *  Dmitry Marakasov <amdmi3@FreeBSD.org>
  *  Dom Mitchell <dom@happygiraffe.net>
  *  Dominic Fandrey
  *  Dominic Fandrey <kamikaze@bsdforen.de>
  *  Don Croyle <croyle@gelemna.org>
  *  Donald Burr <dburr@FreeBSD.org>
  *  Eckart "Isegrim" Hofmann
  *  Ed Schouten <ed@fxq.nl>
  *  Edwin Groothuis
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Edwin Mons
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Emmanuel Vadot <manu@FreeBSD.org>
  *  Eric Anholt
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Erik Olson <erikolson@olsonexpress.com>
  *  Filippo Natali <filippo@widestore.net>
  *  Frank Laszlo <laszlof@freebsdmatrix.net>
  *  Frederic Culot <culot@FreeBSD.org>
  *  Frederic Culot <frederic@culot.org>
  *  Fredrik Carlsson <fredrik@wasadata.com>
  *  FreeBSD GNOME Team <gnome@FreeBSD.org>
  *  FreeBSD GNOME Team <gnome@freebsd.org>
  *  Ganael Laplanche <ganael.laplanche@martymac.org>
  *  Gautam Mani <execve@gmail.com>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Ginzburg Oleg
  *  GreenDog <fiziologus@gmail.com>
  *  Gustavo Perez Querol <gustau.perez@gmail.com>
  *  Göran Runfeldt <goranrunfeldt@home.se>
  *  HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
  *  HOTARU-YA <hotaru@tail.net>
  *  Holger Lamm <holger@eit.uni-kl.de>
  *  Igor Pokrovsky <ip@doom.homeunix.org>
  *  Igor Pokrovsky <tiamat@comset.net>
  *  Igor Pokrovsky <tiamat@telegraph.spb.ru>
  *  Ilya A. Arhipov <admin@gorodkirov.ru>
  *  Ilya A. Arkhipov <rum1cro@yandex.ru>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  James Howard <howardj@wam.umd.edu>
  *  Jan Jungnickel <jan@jungnickel.com>
  *  Jan Stocker <Jan.Stocker@t-online.de>
  *  Janni
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jean-Marc Zucconi <jmz@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeremy <karlj000@unbc.ca>
  *  Jeremy Chadwick <yoshi@parodius.com>
  *  Jesse Smith <jessefrgsmith@yahoo.ca>
  *  Jim Mock <jim@FreeBSD.org>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Joel Sutton <jsutton@bbcon.com.au>
  *  Joel Sutton <sutton@aardvark.apana.org.au>
  *  Jordan DeLong <fracture@allusion.net>
  *  Jordan Irwin <antumdeluge@gmail.com>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Josh Tolbert
  *  Julian Assange
  *  Juraj Lutter <otis@sk.freebsd.org>
  *  Kalten <kalten@gmx.at>
  *  Karsten Brandt <kbrandt@sdf-eu.org>
  *  Kevin Zheng <kevinz5000@gmail.com>
  *  Kirill Ponomarew <krion@FreeBSD.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Klaus Goger <klaus.goger@reflex.at>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kuang-che Wu <kcwu@csie.org>
  *  Kyle Evans <kevans@FreeBSD.org>
  *  Lars Engels <lars.engels@0x20.net>
  *  Lars Thegler <lars@thegler.dk>
  *  Leland Wang <llwang@infor.org>
  *  Loren M. Lang <lorenl@alzatex.com>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Makoto YAMAKURA <makoto@pinpott.spnet.ne.jp>
  *  Marc van Woerkom <3d@FreeBSD.org>
  *  Mark Huizer <xaa+ports@timewasters.nl>
  *  Mark Murray <markm@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Martin Kropfinger
  *  Martin Tournoij <carpetsmoker@xs4all.nl>
  *  Martin Tournoij <martin@arp242.net>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Mateusz Piotrowski <0mp@FreeBSD.org>
  *  Matthew Gibson <mdg583@hotmail.com>
  *  Matthew Hunt <mph@FreeBSD.org>
  *  Matthew Hunt <mph@pobox.com>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Maxime Henrion <mux@FreeBSD.org>
  *  Michael Alyn Miller <malyn@strangeGizmo.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael Nottebrock <lofi@FreeBSD.org>
  *  Michael Williams <ports@mgwsoftware.com>
  *  Miguel Mendez <flynn@energyhq.es.eu.org>
  *  Neil Blakey-Milner <nbm@FreeBSD.org>
  *  Nick Johnson <freebsd@spatula.net>
  *  Nicklas Johnson <freebsd@spatula.net>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nik Clayton <nik@FreeBSD.org>
  *  Nikolai Lifanov <lifanov@mail.lifanov.com>
  *  Oleg Alexeenkov
  *  Oliver Lehmann <lehmann@ans-netz.de>
  *  Patrick Li <pat@FreeBSD.org>
  *  Patrick Li <pat@databits.net>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Peter Dunning
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
  *  Piotr Kubaj <pkubaj@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Radim Kolar
  *  Ralf Becker <ralf@akk.org>
  *  Raymond Pasco <ray@cultofray.net>
  *  Robert Gogolok <gogo@cs.uni-sb.de>
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Ryo MIYAMOTO
  *  Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
  *  Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
  *  Satoshi Asami <asami@FreeBSD.org>
  *  Sean Bruno
  *  Sean Farley <sean-freebsd@farley.org>
  *  Seiichirou Hiraoka
  *  Seiichirou Hiraoka <flathill@flathill.gr.jp>
  *  Sergey Akifyev
  *  Shaun Amott <shaun@inerd.com>
  *  Shinya Esu <esu@yk.rim.or.jp>
  *  Simon Barner <barner@gmx.de>
  *  Stas Timokhin <devel@stasyan.com>
  *  Stas Timokhin <stast@bsdportal.ru>
  *  Stefan Eggers <seggers@semyam.dinoco.de>
  *  Stefan Esser <se@FreeBSD.org>
  *  Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
  *  Stefan Jahn <stefan.jahn@nemesis-sektor.de>
  *  Stefan Zehl <sec@42.org>
  *  Stephen Hurd <shurd@FreeBSD.org>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven H. Samorodin (samorodi@NUXI.com)
  *  Steven Wallace <swallace@FreeBSD.org>
  *  Sugimoto Sadahiro <ixtl@utmc.or.jp>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sven Moeller <smoeller@nichthelfer.de>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Tatsuya Kuidoh <cdr@ga.xdsl.ne.jp>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Vogt <thomas.vogt@bsdunix.ch>
  *  Tobias Gion
  *  Tobias Rehbein <tobias.rehbein@web.de>
  *  Toru YANO <toru@s-fine.co.jp>
  *  Travis Poppe <tlp@liquidx.org>
  *  UMENO Takashi
  *  UMENO Takashi <umeno@rr.iij4u.or.jp>
  *  Vanilla I. Shu <vanilla@MinJe.com.TW>
  *  Vasily Postnicov <shamaz.mazum@gmail.com>
  *  Vladimir Kondratiev <wulf@cicgroup.ru>
  *  Will Andrews <andrews@technologist.com>
  *  Wouter Reckman <gennerate@zonnet.nl>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yinghong Liu <relaxbsd@gmail.com>
  *  Yinghong.Liu <relaxbsd@gmail.com>
  *  Yonatan <onatan@gmail.com>
  *  Yuichi Narahara
  *  Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  aaron@FreeBSD.org
  *  ada@bsd.org
  *  alepulver
  *  arved
  *  asami
  *  ayu <ayunyan@gmail.com>
  *  benlutz@datacomm.ch
  *  buratello@easy.com
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  chris_pressey@yahoo.ca
  *  driedfruit
  *  edwin@mavetju.org
  *  eivind
  *  elfrink@introcom.nl
  *  erich@FreeBSD.org
  *  ericyu@mail2000.com.tw
  *  glewis@FreeBSD.org
  *  gmarco@giovannelli.it
  *  gurkan@phys.ethz.ch
  *  ijliao
  *  issei <issei@jp.FreeBSD.org>
  *  jamie
  *  janek
  *  janos.mohacsi@bsd.hu
  *  jkh
  *  jmacd
  *  jmz
  *  joerg
  *  joerg@FreeBSD.org
  *  johans
  *  johnh@isi.edu
  *  jseger@scds.com
  *  krion@FreeBSD.org
  *  kris@FreeBSD.org
  *  lightside <lightside@gmx.com>
  *  loader <loader@freebsdmall.com>
  *  marina@surferz.net
  *  markand
  *  markm
  *  mdodd
  *  mek
  *  michael johnson <ahze@ahze.net>
  *  minter@lunenburg.org
  *  nbm
  *  neuroworker@gmail.com
  *  nox@jelal.kn-bremen.de
  *  pat@databits.net
  *  petef@FreeBSD.org
  *  pgs (original)
  *  proff
  *  pypt
  *  refugee
  *  roam@FreeBSD.org
  *  se
  *  searle
  *  sec@42.org
  *  simonm@dcs.gla.ac.uk
  *  steve farrell
  *  swallace
  *  thierry@pompo.net
  *  tmartin@andrew.cmu.edu
  *  verm@drunkmonk.net
  *  will
  *  xaa@stack.nl

With hat:	portmgr
commit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27c commit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27c commit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27c commit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27c d56127b
Sunday, 22 May 2022
20:17 Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd b082b3d
Saturday, 16 Apr 2022
04:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.20.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b 10d211b
Monday, 28 Feb 2022
12:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.19.4

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 f7e42ce
Wednesday, 21 Jul 2021
18:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.17.3

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		257026
Exp-run by:	antoine
commit hash: f4acead6367a692af17431cc233565e8f1149366 commit hash: f4acead6367a692af17431cc233565e8f1149366 commit hash: f4acead6367a692af17431cc233565e8f1149366 commit hash: f4acead6367a692af17431cc233565e8f1149366 f4acead
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 26 Jan 2021
14:01 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:562671 
Sunday, 30 Aug 2020
20:19 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:547081 
Wednesday, 3 Jun 2020
18:32 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:537830 
Saturday, 4 Apr 2020
10:14 madpilot search for other commits by this committer
- Resurrect games/pokerth
- Pass maintainership to submitter

PR:		245280
Submitted by:	tobias.rehbein@web.de
Original commitRevision:530634 
Thursday, 13 Dec 2018
06:59 tobik search for other commits by this committer
There is no security/openssl-devel anymore
Original commitRevision:487350 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
00:15 jbeich search for other commits by this committer
devel/boost-*: update to 1.69.0

Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
Original commitRevision:487266 
Tuesday, 11 Dec 2018
20:40 madpilot search for other commits by this committer
- Mark pokerth broken with OpenSSL 1.1 and newer
- Silence portling warning
Original commitRevision:487258 
Monday, 3 Dec 2018
19:41 sunpoet search for other commits by this committer
Update devel/protobuf to 3.6.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		231008
Exp-run by:	antoine
Original commitRevision:486531 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Original commitRevision:486467 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
Thursday, 9 Aug 2018
06:58 jbeich search for other commits by this committer
devel/boost-*: update to 1.68.0

- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
Original commitRevision:476723 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Original commitRevision:473503 
Sunday, 24 Jun 2018
21:11 sunpoet search for other commits by this committer
Revert r473259 and r473260 which are committed by accident

- Bump PORTEPOCH for protobuf and py-protobuf
- Bump PORTREVISION for dependent ports
Original commitRevision:473276 
20:19 sunpoet search for other commits by this committer
Update to 3.6.0

Changes:	https://github.com/google/protobuf/releases
Original commitRevision:473259 
Wednesday, 18 Apr 2018
13:57 jbeich search for other commits by this committer
devel/boost-*: update to 1.67.0

Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
Original commitRevision:467711 
Thursday, 18 Jan 2018
04:11 jbeich search for other commits by this committer
devel/boost-*: update to 1.66.0

Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
Original commitRevision:459315 
Thursday, 28 Dec 2017
13:53 madpilot search for other commits by this committer
- Update games/pokerth to 1.1.2
- Add missing dependencies reported by stage-qa
- Sort plist
Original commitRevision:457460 
Monday, 18 Dec 2017
12:33 amdmi3 search for other commits by this committer
Revert r456614, it was caused by testing with boost 1.66
Original commitRevision:456627 
11:01 amdmi3 search for other commits by this committer
- Mark BROKEN: does not build:
src/third_party/websocketpp/websocketpp/transport/asio/connection.hpp:422:45:
error: use of class template 'boost::asio::strand' requires template arguments

Approved by:	portmgr blanket
Original commitRevision:456614 
Thursday, 14 Dec 2017
08:31 madpilot search for other commits by this committer
- Unbreak and fix build after protobuf 3.5.0 update
Original commitRevision:456280 
Wednesday, 13 Dec 2017
11:38 madpilot search for other commits by this committer
Mark pokerth as broken.

Fails to compile after the update of devel/protobuf to 3.5.0.

I am working on a fix but will take some time.
Original commitRevision:456202 
Monday, 11 Dec 2017
18:26 sunpoet search for other commits by this committer
Update devel/protobuf to 3.5.0

- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
Original commitRevision:456058 
Monday, 25 Sep 2017
00:08 jbeich search for other commits by this committer
devel/boost-*: update to 1.65.1

Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Original commitRevision:450560 
00:05 jbeich search for other commits by this committer
devel/boost-*: enable C++11 features

PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Original commitRevision:450557 
Wednesday, 16 Aug 2017
15:44 sunpoet search for other commits by this committer
Update devel/protobuf to 3.4.0

- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
Original commitRevision:448041 
Tuesday, 2 May 2017
06:48 jbeich search for other commits by this committer
devel/boost-*: update to 1.64.0

Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
Original commitRevision:439934 
Saturday, 29 Apr 2017
15:43 sunpoet search for other commits by this committer
Update devel/protobuf to 3.3.0

- Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds
fine without it
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
PR:		178687 [1]
Original commitRevision:439753 
Sunday, 29 Jan 2017
16:04 sunpoet search for other commits by this committer
Update devel/protobuf to 3.2.0

- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
Original commitRevision:432762 
Friday, 6 Jan 2017
08:45 jbeich search for other commits by this committer
devel/boost-*: update to 1.63.0

Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
Original commitRevision:430692 
Wednesday, 14 Dec 2016
17:58 sunpoet search for other commits by this committer
- Update devel/protobuf to 3.1.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
Original commitRevision:428581 
Wednesday, 23 Nov 2016
12:45 jbeich search for other commits by this committer
devel/boost-*: update to 1.62.0

- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
Original commitRevision:426908 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Sunday, 27 Mar 2016
14:58 tijl search for other commits by this committer
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:411990 
Sunday, 7 Feb 2016
14:42 amdmi3 search for other commits by this committer
- Fix LICENSE
- Fix build with boost 1.60
- Strip binary

Approved by:	portmgr blanket
Original commitRevision:408412 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Tuesday, 18 Nov 2014
08:28 madpilot search for other commits by this committer
- Clean up plist
- Make post-install target noisy
Original commitRevision:372701 
Saturday, 4 Oct 2014
15:12 sunpoet search for other commits by this committer
- Update to 2.6.0
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Use USE_CSTD
- Use MAKE_CMD
- Reformat pkg-descr
- Update WWW
- Take maintainership
- Bump PORTREVISION for devel/protobuf shlib change

Changes:	https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
Original commitRevision:369969 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Saturday, 5 Jul 2014
12:19 tijl search for other commits by this committer
Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
Original commitRevision:360738 
Tuesday, 3 Jun 2014
13:58 amdmi3 search for other commits by this committer
- Convert security/gsasl to USES=libtool, drop .la files
- Bump revisions of dependent ports as gsasl .so version has changed
- Convert USE_BZIP2 and USE_XZ to USES in some ports

Approved by:	portmgr blanket
Original commitRevision:356368 
Thursday, 17 Apr 2014
15:03 swills search for other commits by this committer
- Chase libmikmod upgrade

Reported by:	makc
Pointyhat to:	swills
Original commitRevision:351481 
Monday, 17 Mar 2014
08:37 madpilot search for other commits by this committer
Convert to new USES=tar
Original commitRevision:348449 
Friday, 7 Feb 2014
11:44 bapt search for other commits by this committer
Chase boost and icu bump
While here convert some LIB_DEPENDS
Original commitRevision:343214 
Monday, 27 Jan 2014
14:44 madpilot search for other commits by this committer
- Update to 1.1.1
- Remove uneeded patches
Original commitRevision:341412 
Monday, 23 Dec 2013
14:34 madpilot search for other commits by this committer
- Update to  1.1
Original commitRevision:337255 
Tuesday, 26 Nov 2013
12:59 makc search for other commits by this committer
- Clean up after conversion to USES=qmake

Approved by:	portmgr (blanket approval)
Original commitRevision:334927 
Wednesday, 9 Oct 2013
23:05 madpilot search for other commits by this committer
- Convert to USES qmake
Original commitRevision:329936 
Sunday, 29 Sep 2013
11:17 madpilot search for other commits by this committer
- Support staging
Original commitRevision:328678 
Friday, 20 Sep 2013
17:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Original commitRevision:327730 
Thursday, 5 Sep 2013
14:26 madpilot search for other commits by this committer
- Fix build on head after iconv and new ld behavior changes
- Convert to new LIB_DEPENDS format
Original commitRevision:326402 
Wednesday, 4 Sep 2013
18:06 madpilot search for other commits by this committer
- Make ports use the libc provided iconv implementation on 10-CURRENT
  after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
Original commitRevision:326307 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
Original commitRevision:322783 
Monday, 8 Jul 2013
18:44 madpilot search for other commits by this committer
Convert the ports I maintain to USES=gmake.
Original commitRevision:322531 
Saturday, 27 Apr 2013
08:50 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Original commitRevision:316654 
Sunday, 21 Apr 2013
16:22 madpilot search for other commits by this committer
Update to 1.0.1

Feature safe:	yes
Original commitRevision:316186 
Monday, 18 Mar 2013
15:14 vanilla search for other commits by this committer
1: Upgrade protobuf to 2.5.0.
2: bump revision.
3: document UPDATING.
Original commitRevision:314580 
Tuesday, 5 Feb 2013
16:17 novel search for other commits by this committer
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Original commitRevision:311722 
Thursday, 31 Jan 2013
13:38 bapt search for other commits by this committer
Chase boost update
Original commitRevision:311310 
Wednesday, 2 Jan 2013
21:09 madpilot search for other commits by this committer
- Update to 1.0
- Remove ABI version number from LIB_DEPENDS
Original commitRevision:309837 
Monday, 10 Dec 2012
20:39 madpilot search for other commits by this committer
Trim Makefile headers for ports I maintain.
Original commitRevision:308635 
Saturday, 23 Jun 2012
13:00 madpilot search for other commits by this committer
Update to 0.9.5

Approved by:    crees (mentor)
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Sunday, 3 Jun 2012
13:56 johans search for other commits by this committer
Chase security/gsasl library update
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 31 May 2012
21:12 madpilot search for other commits by this committer
- Convert to new options framework
- Remove uneeded double quotes
- While here fix various portlint warnings
- Indent make conditionals and loop

Approved by:    Boris Samorodov <bsam@FreeBSD.org> (net/unison-nox11 maintainer)
Approved by:    Matthias Andree <mandree@FreeBSD.org> (implicit, net/unison232
maintainer)
Approved by:    tabthorpe (mentor)
Original commit
Saturday, 14 Apr 2012
18:45 madpilot search for other commits by this committer
Change to my FreeBSD.org email address.

Approved by:    crees (mentor)
Original commit
11:47 madpilot search for other commits by this committer
Update to 0.9.4

Approved by:    crees (mentor)
Original commit
Saturday, 10 Mar 2012
01:28 jgh search for other commits by this committer
- Update to 0.9.3 and unbreak

PR:     ports/165824
Submitted by:   maintainer, mad@madpilot.net
Feature safe:   yes
Original commit
Tuesday, 6 Mar 2012
18:19 pav search for other commits by this committer
- Mark BROKEN: does not compile
  src/net/common/ircthread.cpp: In function 'void
irc_event_numeric(irc_session_t*, unsigned int, const char*, const char**,
unsigned int)':
  src/net/common/ircthread.cpp:193: error: 'LIBIRC_RFC_ERR_NICKNAMEINUSE' was
not declared in this scope
  src/net/common/ircthread.cpp:194: error: 'LIBIRC_RFC_ERR_NICKCOLLISION' was
not declared in this scope
  src/net/common/ircthread.cpp:197: error: 'LIBIRC_RFC_RPL_TOPIC' was not
declared in this scope
  [..]

Reported by:    pointyhat
Original commit
Saturday, 18 Feb 2012
10:18 mva search for other commits by this committer
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
Original commit
Monday, 16 Jan 2012
22:02 jgh search for other commits by this committer
- Update to 0.9.1

PR:     ports/164201
Submitted by: maintainer, Guido Falsi <mad at madpilot.net>
Approved by:    rene (mentor)
Original commit
Tuesday, 10 Jan 2012
21:51 pawel search for other commits by this committer
Update to version 0.9

PR:             ports/163952
Submitted by:   maintainer, based on work by David Roffiaen
Original commit
Monday, 7 Nov 2011
04:24 miwi search for other commits by this committer
- Get rid FreeBSD 6 support
Original commit
Sunday, 5 Jun 2011
18:43 novel search for other commits by this committer
Chase security/gnutls update and add an UPDATING entry.
Original commit
Sunday, 27 Feb 2011
13:35 miwi search for other commits by this committer
- Update to 0.8.3.

PR:             154821
Submitted by:   Guido Falsi <mad@madpilot.net>
Approved by:    maintainer
Original commit
Friday, 25 Feb 2011
14:08 johans search for other commits by this committer
Chase security/gsasl update
Original commit
Saturday, 6 Nov 2010
12:59 araujo search for other commits by this committer
- Update to 0.8.1.

PR:             ports/151020
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Saturday, 3 Apr 2010
10:44 roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Saturday, 30 Jan 2010
09:43 mva search for other commits by this committer
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:             ports/142147 ports/142248 ports/142249
Approved by:    miwi (mentor implicit)
Original commit
Wednesday, 20 Jan 2010
17:28 pav search for other commits by this committer
- Mark BROKEN on 6.x

Reported by:    pointyhat
Original commit
Saturday, 22 Aug 2009
00:23 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
Original commit

Number of commits found: 118 (showing only 100 on this page)

1 | 2  »