notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: comms/dfu-programmer/Makefile
SVNWeb

Number of commits found: 18

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:258a98847ee4f106a2eed7fade8197d0a987d592  commit hash:258a98847ee4f106a2eed7fade8197d0a987d592  commit hash:258a98847ee4f106a2eed7fade8197d0a987d592  258a9884  (Only the first 10 of 126 ports in this commit are shown above. View all ports for this commit)
comms: remove 'Created by' lines

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

  *  'Big Bad Bob' Frazier <bobf@mrp3.com>
  *  <mr@freebsd.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Dolgov <fox@furry.spb.ru>
  *  Andrey Lykhin <lan31@inbox.ru>
  *  Anton Voronin <anton@urc.ac.ru>
  *  Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 18 Feb 2021
[ 13:17 0mp search for other commits by this committer ] Original commit   Revision:565933
Set LICENSE_FILE
Mon, 21 Jan 2019
[ 08:19 tobik search for other commits by this committer ] Original commit   Revision:490831
comms/dfu-programmer: Update to 0.7.2

- Follow WWW redirect
- Reset maintainer due to the long timeout

PR:		224577
Submitted by:	woodsb02
Approved by:	byu17@uclive.ac.nz (maintainer timeout, > 1 year)
Thu, 5 Jan 2017
[ 22:58 jbeich search for other commits by this committer ] Original commit   Revision:430671
comms/dfu-programmer: chase r316903

Ideally, the port should switch to USES += autoreconf pkgconfig
instead of LIBS += -lusb.
Fri, 21 Feb 2014
[ 13:35 ehaupt search for other commits by this committer ] Original commit   Revision:345400 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespaces from category comms
Sun, 16 Feb 2014
[ 12:57 ehaupt search for other commits by this committer ] Original commit   Revision:344557
Support staging and add LICENSE.
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Fri, 20 Sep 2013
[ 16:03 bapt search for other commits by this committer ] Original commit   Revision:327714 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Mon, 29 Apr 2013
[ 16:43 rene search for other commits by this committer ] Original commit   Revision:316831 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.

Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
  description from bsd.options.desc.mk

Approved by:	portmgr (bapt)
Sat, 23 Feb 2013
[ 16:25 pawel search for other commits by this committer ] Original commit   Revision:312839
- Update to version 0.5.5 [1]
- Fix build for OSVERSION < 800069 by disabling compiling with
  libusb-1.0 which isn't available there
- Convert to OptionsNG
- Trim Makefile header

PR:		ports/174727 [1]
Submitted by:	Benjamin Washington-Yule <byu17@uclive.ac.nz> (maintainer)
Fri, 6 Apr 2012
[ 06:37 culot search for other commits by this committer ] Original commit 
- Update to 0.5.4
- Pass maintainership to submitter

PR:             ports/166685
Submitted by:   Benjamin Washington-Yule <byu17@uclive.ac.nz>
Feature safe:   yes
Tue, 17 Jan 2012
[ 22:04 linimon search for other commits by this committer ] Original commit 
Reset elbarto@ArcadeBSD.org: address bounces, last maintainer activity 2010.

Hat:            portmgr
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Wed, 30 Jun 2010
[ 19:22 stefan search for other commits by this committer ] Original commit 
Update to 0.5.2.

PR:             147160
Submitted by:   Lucius Windschuh <lwindschuh@gmail.com>
Approved by:    maintainer timeout (1 month)
Feature safe:   yes
Tue, 8 Dec 2009
[ 17:14 amdmi3 search for other commits by this committer ] Original commit 
dfu-programmer is a Device Firmware Update based USB programmer
for Atmel chips with a USB bootloader.

WWW: http://dfu-programmer.sourceforge.net/

PR:             137020
Submitted by:   Emmanuel Vadot <elbarto@arcadebsd.org>

Number of commits found: 18