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: graphics/eos-movrec/Makefile
SVNWeb

Number of commits found: 29

Sun, 11 Sep 2022
[ 10:20 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  ddae4e9  (Only the first 10 of 1105 ports in this commit are shown above. View all ports for this commit)
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
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:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  022e658  (Only the first 10 of 771 ports in this commit are shown above. View all ports for this commit)
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>
(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.
Wed, 26 Feb 2020
[ 00:51 linimon search for other commits by this committer ] Original commit   Revision:527147
Add compiler:c++11-lang to fix build on GCC-based systems:

  The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version
4.2.1.
Tue, 25 Feb 2020
[ 17:49 danfe search for other commits by this committer ] Original commit   Revision:527098
- Backport upstream r141 (switch to Qt5) and resurrect
- Narrow down `dos2unix' fixup to one needed file only
- Fix symlink which was pointing to an absolute path
- Drop INSTALLS_ICONS knob (not applicable to Qt ports)
Sun, 2 Dec 2018
[ 15:41 rene search for other commits by this committer ] Original commit   Revision:486467 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
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
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
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
Sun, 14 Jan 2018
[ 01:23 woodsb02 search for other commits by this committer ] Original commit   Revision:458949 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
graphics/libgphoto2: Update to 2.5.16
graphics/gphoto2: Update to 2.5.15
graphics/py-gphoto2: Update to 1.8.2

Also bump PORTREVISION of ports depending on these.

PR:		224611
Submitted by:	bsam (graphics/libgphoto2)
Mon, 14 Aug 2017
[ 12:56 woodsb02 search for other commits by this committer ] Original commit   Revision:447935 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
graphics/gphoto2: Update to 2.5.14
graphics/libgphoto2: Update to 2.5.14
graphics/py-gphoto2: Update to 1.7.0

- Bump dependent ports
- Take maintainership of graphics/gtkam
Thu, 1 Jun 2017
[ 16:05 woodsb02 search for other commits by this committer ] Original commit   Revision:442300 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
graphics/libgphoto2: Update to 2.5.13
graphics/py-gphoto2: Update to 1.6.0

- Bump dependent ports

Changes this release:
  https://github.com/gphoto/libgphoto2/releases/tag/libgphoto2-2_5_13-release
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 23 Jan 2015
[ 12:28 vanilla search for other commits by this committer ] Original commit   Revision:377733 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
bump PORTREVISION due libphoto2 shared library version changed.

Submitted by:	tijl@
Mon, 28 Apr 2014
[ 21:31 nemysis search for other commits by this committer ] Original commit   Revision:352557 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
These ports are no longer used or cared for.

comms/spandsp-devel

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
- Fix typo

deskutils/kupfer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change install, cosmetical changes
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 6 Apr 2014
[ 18:28 nemysis search for other commits by this committer ] Original commit   Revision:350398
- Use dos2unix and tar:bzip2 instead of USE_DOS2UNIX and USE_BZIP2=yes
- Change Desktop entry file
Fri, 27 Sep 2013
[ 17:53 nemysis search for other commits by this committer ] Original commit   Revision:328505
- Bump PORTREVISION
- Revert USE_QT4 value
- Support STAGEDIR

Approved by:	wg/pawel (mentors)
Sat, 21 Sep 2013
[ 06:13 bsam search for other commits by this committer ] Original commit   Revision:327791
- Update to 0.3.2_beta
- Change maintainer email gmx.ch --> FreeBSD.org
- Use the new format for LIB_DEPENDS  [1]
- Add USE_DOS2UNIX
- Change dependencies for QT4
- Use pkg-plist instead of PLIST_FILES and PLIST_DIRS
- Change desktop entry and icons
- Add patch, fix build at 10.x  [1]

PR:		ports/182233  [1]
Submitted by:	bsam (me)  [1]
Final patch by:	nemysis (maintainer)
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 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:
graphics)
Wed, 4 Sep 2013
[ 07:55 bsam search for other commits by this committer ] Original commit   Revision:326258
Add an explicit dependency upon pkg-config (USES+=pkgconfig)
uncovered by an exp libiconv -> inconv swith.

Approved by:	portmgr (implicit)
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Wed, 23 Jan 2013
[ 15:00 makc search for other commits by this committer ] Original commit   Revision:310871 (Only the first 10 of 237 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after DESKTOP_ENTRIES update
Tue, 22 Jan 2013
[ 23:13 makc search for other commits by this committer ] Original commit   Revision:310845 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- Update DESKTOP_ENTRIES:
  * rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category if missing
- Remove indefinite article and/or rephrase COMMENT

Approved by:	portmgr (bapt), maintainer silence (12 days)
Tue, 6 Nov 2012
[ 10:20 danfe search for other commits by this committer ] Original commit   Revision:307058
- Download pregenerated icon file and drop dependency on `graphics/netpbm'
- Reorder Makefile header to more common form
- Drop DISTVERSIONSUFFIX altogether: it does not make sense now since we
  have to assign DISTFILES manually
- Remove redundant assignment of WRKSRC
- In DESKTOP_ENTRIES, do not rely on the fact that ${FALSE} will always be
  "false" as required by fd.o spec; literal value should be used instead

PR:		ports/173386
Submitted by:	maintainer
Feature safe:	yes
Sun, 7 Oct 2012
[ 12:23 ak search for other commits by this committer ] Original commit   Revision:305466
- Improve COMMENT
- Add secondary category multimedia
- Remove CMAKE_VERBOSE
- Bump PORTREVISION

Suggested by: bsam
Approved by: nemysis <nemysis@gmx.ch> (maintainer)
Sat, 6 Oct 2012
[ 21:05 ak search for other commits by this committer ] Original commit   Revision:305403
- Convert Makefile headers to new style
- Add DESKTOP_ENTRIES
- Pass maintainership to nemysis <nemysis@gmx.ch>

PR:	ports/172342
Submitted by:	nemysis <nemysis@gmx.ch>
Wed, 6 Jun 2012
[ 06:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 587 ports in this commit are shown above. View all ports for this commit)
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Sat, 12 May 2012
[ 16:07 danfe search for other commits by this committer ] Original commit 
Relinquish some Canon DSLR cameras ports I no longer have time to maintain.
Mon, 15 Aug 2011
[ 15:36 danfe search for other commits by this committer ] Original commit 
Add eos-movrec, nice little program to capture short movies with Canon DSLR
cameras via Qt4 based GUI.

http://sourceforge.net/projects/eos-movrec/
http://valexvir.narod.ru/

Number of commits found: 29