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: graphics/feh/Makefile

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

1 | 2  »  

Saturday, 20 Jan 2024
13:55 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of graphics/imlib2

New version of imlib2 in tree
commit hash: 98f08148d0bd0ad3fb0a04e36e0d07581db66349 commit hash: 98f08148d0bd0ad3fb0a04e36e0d07581db66349 commit hash: 98f08148d0bd0ad3fb0a04e36e0d07581db66349 commit hash: 98f08148d0bd0ad3fb0a04e36e0d07581db66349 98f0814
Tuesday, 5 Dec 2023
15:38 Joseph Mingrone (jrm) search for other commits by this committer
graphics/feh: Update to 3.10.2

Changes:	https://feh.finalrewind.org/archive/3.10.2/
                https://github.com/derf/feh/compare/3.10.1...3.10.2
Sponsored by:	The FreeBSD Foundation
commit hash: 7553459fe221c6785e75af5d3e08817c5b1d42fe commit hash: 7553459fe221c6785e75af5d3e08817c5b1d42fe commit hash: 7553459fe221c6785e75af5d3e08817c5b1d42fe commit hash: 7553459fe221c6785e75af5d3e08817c5b1d42fe 7553459
Saturday, 7 Oct 2023
22:08 Joseph Mingrone (jrm) search for other commits by this committer
graphics/feh: Update to 3.10.1

Changelog:	https://git.finalrewind.org/feh/plain/ChangeLog
Sponsored by:	The FreeBSD Foundation
commit hash: 632b2566d4f81598ee537e43156e513e83e54f9d commit hash: 632b2566d4f81598ee537e43156e513e83e54f9d commit hash: 632b2566d4f81598ee537e43156e513e83e54f9d commit hash: 632b2566d4f81598ee537e43156e513e83e54f9d 632b256
Monday, 17 Apr 2023
19:15 Joseph Mingrone (jrm) search for other commits by this committer
graphics/feh: Update to 3.10 (+)

Changes:
  - Add tests: All tests successful (Files=2, Tests=74. Result: PASS)
  - Remove USES=compiler:c++11-lang as it should no longer be necessary
    for building on powerpc64
  - Pet portclippy, portfmt, and portlint

Upstream changes:
  - Add --sort=none option to un-set sort modes specified earlier
  - Improve error messages for Imlib2 ≥ 1.8
  - Fix build with clang 16
  - Fix tests when building with magic=1

Sponsored by:	The FreeBSD Foundation
commit hash: ffa7631efd362d807bf0d905109db19c45b0ab80 commit hash: ffa7631efd362d807bf0d905109db19c45b0ab80 commit hash: ffa7631efd362d807bf0d905109db19c45b0ab80 commit hash: ffa7631efd362d807bf0d905109db19c45b0ab80 ffa7631
Friday, 9 Sep 2022
10:00 Joseph Mingrone (jrm) search for other commits by this committer
graphics/feh: Fix typo in maintainer address

Reported by:	kai
commit hash: b3ae53f5b26140077443cebd6b71c4f6356baac6 commit hash: b3ae53f5b26140077443cebd6b71c4f6356baac6 commit hash: b3ae53f5b26140077443cebd6b71c4f6356baac6 commit hash: b3ae53f5b26140077443cebd6b71c4f6356baac6 b3ae53f
00:14 Joseph Mingrone (jrm) search for other commits by this committer
graphics/feh: Update to 3.9.1; take maintainership

https://feh.finalrewind.org/archive/3.9.1/

Sponsored by:	The FreeBSD Foundation
commit hash: 5e76dfec59333de8e0c203603038a63032c48466 commit hash: 5e76dfec59333de8e0c203603038a63032c48466 commit hash: 5e76dfec59333de8e0c203603038a63032c48466 commit hash: 5e76dfec59333de8e0c203603038a63032c48466 5e76dfe
Thursday, 8 Sep 2022
23:12 Lorenzo Salvadore (salvadore) search for other commits by this committer Author: Daniel Menelkir
all: Return Daniel Menelkir's ports to the pool per his request

PR:		266294
commit hash: 12a4cabc616f3a19a13a784ceba8b14ee10f2ea6 commit hash: 12a4cabc616f3a19a13a784ceba8b14ee10f2ea6 commit hash: 12a4cabc616f3a19a13a784ceba8b14ee10f2ea6 commit hash: 12a4cabc616f3a19a13a784ceba8b14ee10f2ea6 12a4cab
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
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
graphics: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
  *  Alexander Gromnitsky
  *  Alexander Kojevnikov <alexander@kojevnikov.com>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Nedotsukov <bland@mail.ru>
  *  Alexander Y. Grigoryev <alexander.4mail@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Anatoliy Dmytriyev <tolid@plab.ku.dk>
  *  Anatoly Borodin <anatoly.borodin@gmail.com>
  *  Anders Nordby <anders@fix.no>
  *  Andras Horvath <han@log69.com>
  *  Andreas Daehn <ad001@uni-rostock.de>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Slusar <anray@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anes Mukhametov <anes@anes.su>
  *  Anonymous <swell.k@gmail.com>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Arjan van Leeuwen <avleeuwen@piwebs.com>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Björn König <bkoenig@alpha-tierchen.de>
  *  Brad Hendrickse <bradh@iafrica.com>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Carlos Eduardo G. Carvalho <cartola@openit.com.br>
  *  Charlie Kester <corky1951@comcast.net>
  *  Choe, Cheng-Dae
  *  Choe, Cheng-Dae <whitekid@gmail.com>
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Robey <chuckr@FreeBSD.org>
  *  Corey Smith <corsmith@gmail.com>
  *  Dan Langille <dvl@FreeBSD.org>
  *  Daniel O'Connor <darius@dons.net.au>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Dave Cottlehuber <dch@skunkwerks.at>
  *  David Bremner <bremner@unb.ca>
  *  David Gilbert <dgilbert@velocet.ca>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Yeske <dyeske@gmail.com>
  *  Denis Barov <dindin@dindin.ru>
  *  Denis Podolskiy <bytestore@yandex.ru>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Devaux Fabien <fab@gcu.info>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dominik Brettnacher <domi@nonsensss.de>
  *  Donn Miller <dmmiller@cvzoom.net>
  *  Douglas Carmichael <dcarmich@mcs.com>
  *  Douglas K. Rand <rand@meridian-enviro.com>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Emil J.V. Björsell (Jev)
  *  Emmanuel Vadot <manu@FreeBSD.org>
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Eric P. Scott <eps+pbug0703@ana.com>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Eugene Mychlo <myc@barev.net>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Franz Klammer <klammer@webonaut.com>
  *  FreeBSD GNOME Team <gnome@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Garrett Wollman <wollman@lcs.mit.edu>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerrit Beine (<gerrit.beine@gmx.de>)
  *  Gerrit Beine (<tux@pinguru.net>)
  *  Glenn Johnson
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Gustau Pérez i Querol <gustau.perez@gmail.com>
  *  Gvozdikov Veniamin <g.veniamin@googlemail.com>
  *  Hernan Di Pietro <hernan.di.pietro@gmail.com>
  *  Hiroto Kagotani <hiroto.kagotani@gmail.com>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Igor Pokrovsky <ip@doom.homeunix.org>
  *  Igor Pokrovsky <tiamat@comset.net>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jamie Hermans <jamie@hermans.ca>
  *  Jan Henrik Sylvester <me@janh.de>
  *  Janni
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jean-Marc Zucconi <jmz@FreeBSD.org>
  *  Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeff Molofee
  *  Jeremy Norris <ishmael127@home.com>
  *  Jeremy Norris <ishmael27@home.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Dieterich <jmd@FreeBSD.org>
  *  Johannes Jost Meixner <johannes@perceivon.net>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Hay
  *  John McAree <john@mcaree.org>
  *  John Prather
  *  John Reynolds <johnjen@reynoldsnet.org>
  *  Joris Dedieu <joris.dedieu@gmail.com>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose Jachuf <jjachuf@gmail.com>
  *  Joseph Koshy <koshy@india.hp.com>
  *  Juergen Unger <j.unger@choin.net>
  *  KANOU Hiroki <kanou@mil.allnet.ne.jp>
  *  KIRIYAMA Kazuhiko
  *  Kay Lehmann
  *  Kevin Golding <ports@caomhin.org>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kris Moore <kmoore@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Kanzenbach <kurt@kmk-computers.de>
  *  Kyle Martin <mkm@ieee.org>
  *  Laurent Courty
  *  Leonardo Martins <lmartins@nepe.eee.ufg.br>
  *  Lev Serebryakov <lev@FreeBSD.org>
  *  Malte Lance <malte.lance@gmx.net>
  *  Marc Fonvieille <blackend@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> et al.
  *  Mark Atkinson <atkin901@gmail.com>
  *  Mark Murray <markm@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Martin Dieringer <martin.dieringe@gmx.de>
  *  Martin Dieringer <martin.dieringer@gmx.de>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Neubauer <m.ne@gmx.net>
  *  Martin Sugioarto <martin.sugioarto@udo.edu>
  *  Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
  *  Martin Tournoij <carpetsmoker@xs4all.nl>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Mateusz Piotrowski <0mp@FreeBSD.org>
  *  Mathieu Arnold
  *  Matthew Luckie <mjl@luckie.org.nz>
  *  Matthew X. Economou <xenophon+fbsdports@irtnog.org>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthieu Volat <mazhe@alkumuna.eu>
  *  Maurice Castro <maurice@serc.rmit.edu.au>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Gmelin <freebsd@grem.de>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Nottebrock <lofi@FreeBSD.org>
  *  Michael Reifenberger <mr@FreeBSD.org>
  *  Mike Krutov <neko@takino.org>
  *  Mikhail T. <mi@aldan.algebra.com>
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  NAKATA Maho <maho@FreeBSD.org>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Nick Hilliard <nick@foobar.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Nikolay Korotkiy <sikmir@gmail.com>
  *  Norio Suzuki <nosuzuki@e-mail.ne.jp>
  *  Oliver Heesakkers <dev2@heesakkers.info>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Olivier Duchateau
  *  Paul Everlund
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pedro F. Giffuni
  *  Pedro Garcia Freitas <sawp@sawp.com.br>
  *  Pedro Giffuni
  *  Pedro Giffuni <pfg@FreeBSD.org>
  *  Pete Fritchman <petef@FreeBSD.org>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Ankerstal <peter@pean.org>
  *  Peter Jeremy <peterjeremy@optushome.com.au>
  *  Peter Schmiedeskamp <pschmied@qwest.net>
  *  Phil Phillips <pphillips@experts-exchange.com>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Pietro Cerutti <gahr@gahr.ch>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Piotr Smyrak <smyru@heron.pl>
  *  Piotr Smyrak, piotr.smyrak@heron.pl
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Quentin Stievenart <acieroid@awesom.eu>
  *  R Joseph Wright <rjoseph@mammalia.org>
  *  Radim Kolar
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Randall Hopper
  *  Randall Hopper <aa8vb@ipass.net>
  *  Randall Hopper <aa8vb@nc.rr.com>
  *  Reinier de Blois <rddeblois@gmail.com>
  *  Richard Hwang <rhwang@bigpanda.com>, Mikhail Teterin
<mi@aldan.algebra.com>, Jun-ichiro itojun Itoh <itojun@itojun.org>
  *  Rick Elrod <codeblock@eighthbit.net>
  *  Rob Farmer <rfarmer@predatorlabs.net>
  *  Rod Person <rodperson@rodperson.com>
  *  Roland Jesse <roland.jesse@gmx.net>
  *  Romain Tartiere <romain@FreeBSD.org>
  *  Ron van Daal
  *  Ronald Kuehn <rk@ronald.org>
  *  Rong-En Fan <rafan@infor.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Rusty Nejdl <rnejdl@ringofsaturn.com>
  *  Ryan Melcer <rmelcer@iteris.com>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sahil Tandon <sahil@FreeBSD.org>
  *  Sam Lawrance
  *  Satoshi Asami <asami@FreeBSD.org>
  *  Satoshi Taoka <taoka@FreeBSD.org>
  *  Seiichirou Hiraoka
  *  Serge Negodyuck <petr@petrovich.kiev.ua>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sergey V. Dyatko <sergey.dyatko@gmail.com>
  *  Shane Ambler
  *  Shaun Amott <shaun@inerd.com>
  *  Shell Hung <shell@shellhung.org>
  *  Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Sofian Brabez <sbrabez@gmail.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stanislav Sedov <stas@FreeBSD.org>
  *  Stas Timokhin <devel@stasyan.com>
  *  Stas Timokhin <stast@bsdportal.ru>
  *  Stefan Walter <sw@gegenunendlich.de>
  *  Stephen Roome <steve@pepcross.com>
  *  Steve Wills <steve@meatwad.mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Steven Wallace <swallace@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TAKATSU Tomonari <tota@rtfm.jp>
  *  TAOKA Fumiyoshi
  *  TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp>
  *  Tassilo Philipp <tphilipp@potion-studios.com>
  *  Thibault Payet <monwarez@mailoo.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Dreibholz <dreibh@iem.uni-due.de>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Hurst <tom@hur.st>
  *  Tilman Linneweh <arved@FreeBSD.org>
  *  Tim Bishop <tim@bishnet.net>
  *  Tod McQuillin <devin@spamcop.net>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  UMENO Takashi <umeno@rr.iij4u.or.jp>
  *  Ulrich Spoerlein <q@uni.de>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vincent Tantardini <vinc@FreeBSD-fr.org>
  *  Vladimir Chukharev
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>
  *  Wen heping<wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yinghong Liu <relaxbsd@gmail.com>
  *  Yinghong.Liu <relaxbsd@gmail.com>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.org>
  *  Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
  *  Yukihiro Nakai <nacai@iname.com>
  *  Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
  *  Yuri Victorovich <yuri@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Yuu Yashiki
  *  Yuzo FURUKAWA <hurukawa@kuee.kyoto-u.ac.jp>
  *  Zhihao Yuan <lichray@gmail.com>
  *  Zsolt Udvari <udvzsolt@gmail.com>
  *  ache
  *  alepulver
  *  anhot
  *  antonakis@gmail.com
  *  argv[0] (Iouri V. Ivliev)
  *  arved
  *  asami
  *  bf <bf@FreeBSD.org>
  *  bmc@WillsCreek.COM
  *  buganini@gmail.com
  *  cacho@mexicano.gdl.iteso.mx
  *  cartola (Carlos E. G. Carvalho)
  *  cartola@openit.com.br
  *  cfs@ing.puc.cl (original)
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  coryking
  *  cracauer@cons.org "Martin Cracauer"
  *  demon@FreeBSD.org
  *  dillon
  *  dom@happygiraffe.net
  *  erich@FreeBSD.org
  *  fenner
  *  fernan@iib.unsam.edu.ar
  *  frankch@waru.life.nthu.edu.tw
  *  gahr
  *  gary@hotlava.com
  *  gerard
  *  giffunip@asme.org
  *  glebius@FreeBSD.org
  *  gurkan@phys.ethz.ch
  *  hsu
  *  ijliao
  *  jamie
  *  jedgar@FreeBSD.org
  *  jeff@cetlink.net
  *  jjachuf@gmail.com
  *  jmz
  *  johalun
  *  johan
  *  johans
  *  kwm@FreeBSD.org
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  lesi@FreeBSD.org
  *  lichray@gmail.com
  *  luigi@FreeBSD.org
  *  maho@FreeBSD.org
  *  marcus@FreeBSD.org
  *  mb@imp.ch
  *  mi
  *  mm@FreeBSD.org
  *  nemysis <nemysis@gmx.ch>
  *  nik
  *  nork@FreeBSD.org
  *  olgeni@FreeBSD.org
  *  paulo@isr.uc.pt
  *  petef@FreeBSD.org
  *  pgs
  *  ports@FreeBSD.org
  *  proff@iq.org
  *  punkt.de Hosting Team <mops@punkt.de>
  *  rfarmer@predatorlabs.net
  *  roberto
  *  roland.jesse@gmx.net
  *  rpsfa@rit.edu
  *  saper@system.pl
  *  smace
  *  sobomax
  *  stas
  *  stb@lassitu.de
  *  theraven@FreeBSD.org
  *  thierry@pompo.net
  *  tobez
  *  trasz <trasz@pin.if.uz.zgora.pl>
  *  trevor
  *  vanilla
  *  will
  *  wolman@cs.washington.edu
  *  yukinopo@livedoor.com

With hat:	portmgr
commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 022e658
Friday, 24 Jun 2022
17:26 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Daniel Menelkir
graphics/feh: Update to 3.9

PR:		264589
commit hash: 24d45a7cdb0977981f5b3c175133500fa75552e7 commit hash: 24d45a7cdb0977981f5b3c175133500fa75552e7 commit hash: 24d45a7cdb0977981f5b3c175133500fa75552e7 commit hash: 24d45a7cdb0977981f5b3c175133500fa75552e7 24d45a7
Wednesday, 8 Jun 2022
11:29 Gleb Popov (arrowd) search for other commits by this committer Author: Daniel Menelkir
graphics/feh: Assume maintainership.

PR:		264359
commit hash: b804633d637e8d743ff14dd5ca3024eacab1258b commit hash: b804633d637e8d743ff14dd5ca3024eacab1258b commit hash: b804633d637e8d743ff14dd5ca3024eacab1258b commit hash: b804633d637e8d743ff14dd5ca3024eacab1258b b804633
11:29 Gleb Popov (arrowd) search for other commits by this committer
graphics/feh: Install manpages into ${LOCALBASE}/share/man.
commit hash: b60ec1b0ab25f6ad0cb1e5f242f37d306e2bb884 commit hash: b60ec1b0ab25f6ad0cb1e5f242f37d306e2bb884 commit hash: b60ec1b0ab25f6ad0cb1e5f242f37d306e2bb884 commit hash: b60ec1b0ab25f6ad0cb1e5f242f37d306e2bb884 b60ec1b
Wednesday, 4 May 2022
02:09 Wen Heping (wen) search for other commits by this committer
graphics/feh: Update to 3.8

PR:		263191
Reported by:	justus@sutsuj.com
commit hash: b1952e78d54b75d90f7ad6afb0aba6367a2ad8bf commit hash: b1952e78d54b75d90f7ad6afb0aba6367a2ad8bf commit hash: b1952e78d54b75d90f7ad6afb0aba6367a2ad8bf commit hash: b1952e78d54b75d90f7ad6afb0aba6367a2ad8bf b1952e7
Monday, 2 May 2022
10:46 Rene Ladan (rene) search for other commits by this committer
grimreaper: return zeising's ports to the pool after safekeeping his ports bit.
commit hash: d64256b72d6c06774342e032ebb1364df52d3bf6 commit hash: d64256b72d6c06774342e032ebb1364df52d3bf6 commit hash: d64256b72d6c06774342e032ebb1364df52d3bf6 commit hash: d64256b72d6c06774342e032ebb1364df52d3bf6 d64256b
Tuesday, 14 Sep 2021
10:55 Bernhard Froehlich (decke) search for other commits by this committer
graphics/feh: Fix CPE information because current one is deprecated

Approved by:    portmgr (blanket)
commit hash: c5d03effbe648ba60fdb5530c678d1335fc8017e commit hash: c5d03effbe648ba60fdb5530c678d1335fc8017e commit hash: c5d03effbe648ba60fdb5530c678d1335fc8017e commit hash: c5d03effbe648ba60fdb5530c678d1335fc8017e c5d03ef
Saturday, 1 May 2021
17:55 Tobias Kortkamp (tobik) search for other commits by this committer
Clean up some things

- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 6707a3c
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, 1 Sep 2020
19:20 zeising search for other commits by this committer
graphics/feh: Update to 3.5

Update graphics/feh to 3.5
Changelog:
https://feh.finalrewind.org/archive/3.5/
Original commitRevision:547288 
Saturday, 6 Jun 2020
10:27 zeising search for other commits by this committer
graphics/feh: update to 3.4.1

Update graphics/feh to 3.4.1, this is a bugfix release

Changelog:
https://feh.finalrewind.org/archive/3.4.1/
Original commitRevision:538084 
Monday, 25 May 2020
19:27 zeising search for other commits by this committer
graphics/feh: Update to 3.4

Update graphics/feh to 3.4
Changelog:
https://feh.finalrewind.org/archive/3.4/
Original commitRevision:536526 
Monday, 9 Mar 2020
17:56 zeising search for other commits by this committer
graphics/feh: Update to 3.3

update graphics/feh to 3.3
Changelog: https://feh.finalrewind.org/archive/3.3/
Original commitRevision:528111 
Tuesday, 5 Nov 2019
22:16 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories g

Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:516845 
Saturday, 17 Aug 2019
23:51 zeising search for other commits by this committer
graphics/feh: Update to 3.2.1

Update graphics/feh to 3.2.1

Changelog:
https://feh.finalrewind.org/archive/3.2/
https://feh.finalrewind.org/archive/3.2.1/
Original commitRevision:509185 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Monday, 18 Feb 2019
20:15 zeising search for other commits by this committer
graphics/feh: Update to 3.1.3

Update graphics/feh to 3.1.3
Add two new options, XINERAMA and CURL, default to on (this was the previous
default, with no option to turn off).
XINERAMA enables or disablex X11 Xienrama support
CURL enables or disables cURL support.
Change the EXIF option to have both a on and off, to match the pattern of
other options.

ChangeLog:
https://feh.finalrewind.org/archive/3.1.3/
Original commitRevision:493316 
Thursday, 14 Feb 2019
21:32 zeising search for other commits by this committer
graphics/feh: Update to 3.1.2

Update graphics/feh to 3.1.2
Changelog: https://feh.finalrewind.org/archive/3.1.2/
Original commitRevision:492932 
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 
Tuesday, 11 Dec 2018
21:26 zeising search for other commits by this committer
graphics/feh: Update to 3.1.1

Changelog: https://feh.finalrewind.org/archive/3.1.1/
Original commitRevision:487259 
Monday, 26 Nov 2018
21:22 zeising search for other commits by this committer
graphics/feh: Update to 3.1

Update graphics/feh to 3.1.  This brings with it some changes and removes
some deprecated things, amongst those hte cam related scripts.  Remove the
CAM option because of this, and adjust depdenencies.

See changelogs for further details:
https://feh.finalrewind.org/archive/3.0/
https://feh.finalrewind.org/archive/3.1/
Original commitRevision:485967 
Sunday, 28 Oct 2018
09:52 zeising search for other commits by this committer
graphics/feh: Update to 2.28.1

Changelog: https://feh.finalrewind.org/archive/2.28.1/
Original commitRevision:483255 
Wednesday, 24 Oct 2018
17:58 zeising search for other commits by this committer
graphics/feh: Update to 2.28

Update graphics/feh to 2.28.  Add a runtime dependency (defaults to off) on
dcraw, which can be used to reduce load time of RAW images by displaying the
embedded jpeg.

ChangeLog: https://feh.finalrewind.org/archive/2.28/
Original commitRevision:482927 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Thursday, 19 Jul 2018
19:30 zeising search for other commits by this committer
graphics/feh: Update to 2.27.1

Changelog: https://feh.finalrewind.org/archive/2.27.1/
Original commitRevision:474972 
Friday, 13 Jul 2018
19:42 zeising search for other commits by this committer
graphics/feh: Update to 2.27

Changelog:
https://feh.finalrewind.org/archive/2.27/
Original commitRevision:474601 
Thursday, 28 Jun 2018
19:52 zeising search for other commits by this committer
graphics/feh: Update to 2.26.4

Changelog:
https://feh.finalrewind.org/archive/2.26.4/
Original commitRevision:473505 
Saturday, 2 Jun 2018
19:40 linimon search for other commits by this committer
Adjust USES to fix building on gcc-based archs (in particular, powerpc64).

On the clang architectures, these changes have no effect: the baser
compiler already includes the needed features.

While here, remove now-redundant CXXFLAGS statements and pet portlint
(no other content change).

Tested on both powerpc64 and amd64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:471400 
Thursday, 31 May 2018
21:16 zeising search for other commits by this committer
graphics/feh: Update to 2.26.3

Changelog:
https://feh.finalrewind.org/archive/2.26.1/
https://feh.finalrewind.org/archive/2.26.2/
https://feh.finalrewind.org/archive/2.26.3/
Original commitRevision:471243 
Saturday, 21 Apr 2018
08:02 zeising search for other commits by this committer
Update to 2.26

ChangeLog: https://feh.finalrewind.org/archive/2.26/
Original commitRevision:467859 
Tuesday, 3 Apr 2018
09:33 amdmi3 search for other commits by this committer
- Switch to USES=localbase
- Pet portlint
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
Original commitRevision:466292 
Wednesday, 21 Mar 2018
16:22 zeising search for other commits by this committer
Update graphics/feh 2.25.1

Changelog:
* Fix compilation issues when using CFLAGS=-m64 on some gcc versions
* Re-render current image when toggle_fixed_geometry is input
* Allow arbitrary X11 colors as -B/--image-bg argument (patch by ulteq)
* Improve --image-bg support and transparency handling in --bg-* mode
* Respect --geometry settings in --bg-fill mode
* Add keybinding toggle_auto_zoom (default Z) to toggle --auto-zoom
* Fix filelists specified by -f/--filelist not being reloaded when using
  --reload
* Improve performance when using --{max,min}-dimension in slideshow mode
  (patch by ulteq)
* Fix crash when using %m format specifier in slideshow mode (introduced
  in feh 2.23.1)

Note that the feature with natural sorting of file and directory names is
not enabled since we don't have the strverscmp glibc extension.
Original commitRevision:465190 
Tuesday, 13 Feb 2018
20:49 zeising search for other commits by this committer
Update to 2.23.2

Changelog: https://feh.finalrewind.org/archive/2.23.2/
Original commitRevision:461747 
Saturday, 10 Feb 2018
13:07 zeising search for other commits by this committer
Update grapics/feh to 2.23.1

ChangeLog: https://feh.finalrewind.org/archive/2.23.1/
Original commitRevision:461395 
Sunday, 31 Dec 2017
11:08 zeising search for other commits by this committer
Update to 2.23

Use our own getopt instead of bundled version.

ChangeLog: https://feh.finalrewind.org/archive/2.23/
Original commitRevision:457683 
Friday, 1 Dec 2017
07:19 antoine search for other commits by this committer
Cleanup LIB_DEPENDS on libpng
Original commitRevision:455251 
Friday, 10 Nov 2017
18:36 zeising search for other commits by this committer
Update to 2.22.2
Original commitRevision:453908 
Monday, 9 Oct 2017
17:54 zeising search for other commits by this committer
Update to 2.21

Changelog: https://feh.finalrewind.org/archive/2.21/
Original commitRevision:451628 
Sunday, 24 Sep 2017
14:43 zeising search for other commits by this committer
Update to 2.20

Changelog: https://feh.finalrewind.org/archive/2.20/
Original commitRevision:450492 
Wednesday, 12 Jul 2017
18:55 zeising search for other commits by this committer
Update to 2.19

Make DOC option work, and add EXAMPLES and EXIF options, and make use of
OPTIONS_SUB [0]

ChangeLog: https://feh.finalrewind.org/archive/2.19/

PR:		217802 [0]
Submitted by:	Piotr Kubaj [0]
Original commitRevision:445599 
Monday, 19 Dec 2016
19:42 misha search for other commits by this committer
- update from 2.17.1 to 2.18

Approved by:	zeising (maintainer), jpaetzel (mentor)
Original commitRevision:428957 
Wednesday, 14 Sep 2016
18:37 zeising search for other commits by this committer
Update to 2.17.1

While this port installs icons, do not use INSTALLS_ICONS= to avoid bringing
in a bunch of dependencies to this very light weight port. [0]

ChangeLog: http://feh.finalrewind.org/archive/2.17/
           http://feh.finalrewind.org/archive/2.17.1/

Discussed with:	kwm [0]
Original commitRevision:422149 
Sunday, 21 Aug 2016
15:40 zeising search for other commits by this committer
Update to 2.16.2

Changelog: http://feh.finalrewind.org/archive/2.16.2/
Original commitRevision:420565 
Sunday, 26 Jun 2016
15:00 zeising search for other commits by this committer
Update to 2.16.1

Changelog: http://feh.finalrewind.org/archive/2.16.1/
Original commitRevision:417527 
Friday, 10 Jun 2016
13:24 zeising search for other commits by this committer
Update to 2.16

Add missning dependencies.

ChangeLog: http://feh.finalrewind.org/archive/2.16/
Original commitRevision:416678 
Monday, 6 Jun 2016
16:58 zeising search for other commits by this committer
Update to 2.15.4

http://feh.finalrewind.org/archive/2.15.4/

Sponsored by:	BSDCan pre-hackathon/party
Original commitRevision:416475 
Friday, 27 May 2016
16:30 zeising search for other commits by this committer
Update to 2.15.3

Changelog: http://feh.finalrewind.org/archive/2.15.4/
Original commitRevision:415948 
Saturday, 23 Apr 2016
17:12 zeising search for other commits by this committer
Update to 2.15.2

ChangeLog: https://feh.finalrewind.org/archive/2.15/
           https://feh.finalrewind.org/archive/2.15.2/
Original commitRevision:413894 
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 
Friday, 26 Feb 2016
18:42 zeising search for other commits by this committer
Update to 2.14.2

Changelog: https://feh.finalrewind.org/archive/2.14.2/

PR:		207509
Submitted by:	mp39590@gmail.com
Original commitRevision:409630 
Friday, 5 Feb 2016
17:14 zeising search for other commits by this committer
Update to 2.14.1

ChangeLog: https://feh.finalrewind.org/archive/2.14.1/
Original commitRevision:408230 
Monday, 5 Oct 2015
12:28 zeising search for other commits by this committer
Update to 2.14

Changelog:

* Add --xinerama-index option for background setting (patch by James Knight)
* When removing the last image in slidsehow mode, stay on the last
  (previously second-to-last) image (patch by Lior Shiponi)
* Allow --sort and --randomize to override each other (most recently
  specified option wins) instead of always preferring --sort
* Thumbnail mode: Mark image as processed when executing an action
  (--action) by clicking on an image
* It is now possible to override feh's idea of the active xinerama screen
  using the --xinerama-index option
* Remove (undocumented) feature allowing to override feh's idea of the
  active xinerama screen by setting the XINERAMA_SCREEN environment variable
Original commitRevision:398645 
Thursday, 16 Jul 2015
21:19 zeising search for other commits by this committer
Update to 2.13.1

Sort USES and regenerate patch to please portlint.

PR:		201429
Submitted by:	mp39590@gmail.com
Original commitRevision:392323 
Wednesday, 13 May 2015
13:04 amdmi3 search for other commits by this committer
- Add CPE info
- Add LICENSE_FILE
- Simplify MASTER_SITES

Approved by:	portmgr blanket
Original commitRevision:386213 
Saturday, 27 Dec 2014
00:09 gblach search for other commits by this committer
- Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
  which depends on imlib2

PR:		196062
Approved by:	portmgr
Original commitRevision:375663 
Tuesday, 15 Jul 2014
23:30 adamw search for other commits by this committer
Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.
Original commitRevision:362015 
Sunday, 15 Jun 2014
10:26 zeising search for other commits by this committer
Update to 2.12 [1]

Add CAM option, controlling the install of feh-cam and gen-cam-menu, on by
default.

Changelog:	http://feh.finalrewind.org/archive/2.12/

PR:		190618 [1]
Submitted by:	<mp39590@gmail.com> [1]
Original commitRevision:357864 
Friday, 13 Jun 2014
07:36 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
Original commitRevision:357654 
Sunday, 6 Apr 2014
07:25 zeising search for other commits by this committer
Update to 2.10

Stagify
Convert to new LIB_DEPENDS
Change handling of PORTDOCS.
Add missing dependencies and strip binary by default.

PR:		ports/188222 (based on)
Submitted by:	Mikhail <mp39590@gmail.com>
Original commitRevision:350340 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
Monday, 16 Sep 2013
17:07 bapt search for other commits by this committer
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Original commitRevision:327419 
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 
Saturday, 22 Jun 2013
19:14 zeising search for other commits by this committer
Update to 2.9.3

Changelog: http://feh.finalrewind.org/archive/2.9.3/
Original commitRevision:321583 
Saturday, 4 May 2013
22:58 zeising search for other commits by this committer
Update to 2.9.2

Changelog:
http://feh.finalrewind.org/archive/2.9.2/
Original commitRevision:317390 
Monday, 8 Apr 2013
13:19 zeising search for other commits by this committer
Fix a typo and make documentation actually install when it should.
This fixes a plist issue since the documentation wasn't installed when it
should have been.
Bump portrevision.

Approved by:	portmgr (bapt)
Original commitRevision:315760 
Thursday, 4 Apr 2013
12:45 zeising search for other commits by this committer
Fix broken sed that made extra docs install even in the NOPORTDOCS case.

Noted by:	bapt
Approved by:	portmgr (bapt)
Original commitRevision:315716 
Thursday, 28 Feb 2013
15:38 zeising search for other commits by this committer
Update to 2.9.1

Changelog:
http://feh.finalrewind.org/archive/2.9.1/
Original commitRevision:313097 
Wednesday, 13 Feb 2013
23:32 zeising search for other commits by this committer
Update to 2.9
Changelog: http://feh.finalrewind.org/archive/2.9/
Original commitRevision:312186 
Tuesday, 15 Jan 2013
16:18 zeising search for other commits by this committer
Update to 2.8

Changelog:
http://feh.finalrewind.org/archive/2.8/

Approved by:	kwm, miwi (mentors, implicit)
Original commitRevision:310450 
Thursday, 8 Nov 2012
21:42 zeising search for other commits by this committer
Remove unneeded sed in post-patch.
Convert to OptionsNG
While here, fix whitespace in Makefile header.

PR:		ports/173443
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	kwm, miwi (mentors, implicit)
Feature safe:	yes
Original commitRevision:307202 
Saturday, 3 Nov 2012
20:55 zeising search for other commits by this committer
Update to 2.7.
Changelog:
- Add --min-dim and --max-dim options to only process images with certain
  dimensions.

While here, strip makefile headers.

Approved by:	miwi, kwm (mentors, implicit)
Feature safe:	yes
Original commitRevision:306938 
Wednesday, 26 Sep 2012
11:24 zeising search for other commits by this committer
Update to 2.6.1

Approved by:	kwm (mentor)
Original commitRevision:304898 
Tuesday, 4 Sep 2012
08:47 zeising search for other commits by this committer
Update to version 2.6
Original commitRevision:303647 
Tuesday, 3 Jul 2012
08:28 zeising search for other commits by this committer
Change maintainer address to my FreeBSD.org mail address.

Approved by:    kwm (mentor)
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, 3 May 2012
15:26 miwi search for other commits by this committer
- Update to 2.5

PR:             167110
Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:    maintainer
Original commit
Friday, 10 Feb 2012
08:22 uqs search for other commits by this committer
Update to 2.3
Pass maintainership to submitter

PR:             ports/164926
Submitted by:   Niclas Zeising <zeising@daemonic.se>
Approved by:    beat (mentor)
Original commit
Wednesday, 11 Jan 2012
22:16 uqs search for other commits by this committer
Update to 2.2

PR:             ports/163983
Submitted by:   Niclas Zeising <zeising@daemonic.se>
Approved by:    beat
Original commit
Monday, 2 Jan 2012
13:40 uqs search for other commits by this committer
Update to 2.1

PR:             ports/163340
Submitted by:   Niclas Zeising <zeising@daemonic.se>
Approved by:    beat
Feature safe:   yes
Original commit
Saturday, 22 Oct 2011
16:16 uqs search for other commits by this committer
Update to 2.0
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Sunday, 24 Jul 2011
11:14 uqs search for other commits by this committer
Update to 1.14.2
Original commit
Tuesday, 28 Jun 2011
18:43 uqs search for other commits by this committer
Update feh to 1.14.1

PR:             ports/158196
Submitted by:   Niclas Zeising <niclas.zeising@gmail.com>
Original commit
Saturday, 2 Apr 2011
08:53 uqs search for other commits by this committer
Update feh to 1.12.
Original commit
Saturday, 12 Feb 2011
20:51 uqs search for other commits by this committer
Update feh to 1.11.2

Feature safe:   yes
Original commit
Sunday, 30 Jan 2011
11:42 uqs search for other commits by this committer
Update feh to 1.11.1

Feature safe:   yes
Original commit
Friday, 26 Nov 2010
08:01 uqs search for other commits by this committer
Use MASTER_SITE_SUBDIR instead of rolling my own.

Clue provided by:       pav
Original commit
Thursday, 25 Nov 2010
19:00 uqs search for other commits by this committer
Fix remaining MASTER_SITE_LOCAL abuses for my ports.
Original commit
Saturday, 30 Oct 2010
12:39 uqs search for other commits by this committer
- Update to 1.10

PR:             ports/151804
Submitted by:   lme
Original commit
Wednesday, 18 Aug 2010
14:24 uqs search for other commits by this committer
- Update to 1.8

PR:             ports/147872 (partial)
Submitted by:   Bapt <baptiste.daroussin@gmail.com>
Original commit
Friday, 21 May 2010
15:24 uqs search for other commits by this committer
- Update to 1.5
- Chase new upstream location
- Update my maintainer address while here

PR:             ports/145856 (sort of)
Submitted by:   baptiste.daroussin at gmail.com
Feature safe:   yes
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

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

1 | 2  »