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: deskutils/gcalcli/Makefile
SVNWeb

Number of commits found: 26

Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
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:4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a  commit hash:4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a  commit hash:4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a  4dd7a74  (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
deskutils: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alex "lissyara" Keda <admin@lissyara.su>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Hsu <ahsu@users.sf.net>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Andrey Zakhvatov <andy@icc.surw.chel.su>
  *  Anton Berezin <tobez@FreeBSD.org>
(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.
Mon, 28 Dec 2020
[ 23:02 antoine search for other commits by this committer ] Original commit   Revision:559531 (Only the first 10 of 1942 ports in this commit are shown above. View all ports for this commit)
Drop python 2.7 support from a few ports

With hat:	portmgr
Tue, 29 Oct 2019
[ 08:50 bapt search for other commits by this committer ] Original commit   Revision:515967
Fix the location of the manpages
Sun, 12 May 2019
[ 14:39 kai search for other commits by this committer ] Original commit   Revision:501382
deskutils/gcalcli: Update to 4.0.4

* Remove options FUZZYDATE, SIMPLEJSON and DOCS:
  * devel/py-parsedatetime is now explicitly required
  * devel/py-simplejson is no longer used since the 3.2 release
  * The supplied documentation doesn't contain useful information

* Simplify the Makefile by using Python's distutils to build the port
* Flavorize the port because the port also works with Python 3

While I'm here:
* Add location to the license file

Changelog since 3.4.0:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 28 Sep 2018
[ 18:19 miwi search for other commits by this committer ] Original commit   Revision:480874
- Update to 3.4.0

PR:		230553
Submitted by:	ndowens@yahoo.com
Approved by:	maintainer timeout
Sponsored by:	iXsystems Inc.
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 24 Apr 2017
[ 12:58 miwi search for other commits by this committer ] Original commit   Revision:439287 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Fix shebangs

Submitted by:	Jochen Neumeister (via irc)
Tue, 10 Jan 2017
[ 19:24 sunpoet search for other commits by this committer ] Original commit   Revision:431127 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Move devel/py-gflags to devel/py-python-gflags and update to 3.1.0

- Add LICENSE_FILE
- Add NO_ARCH
- Relax USES=python
- Allow concurrent installation (USE_PYTHON=concurrent)
- Remove PROJECTHOST
- Update WWW

Changes:	https://github.com/google/python-gflags/releases
PR:		215614
Differential Revision:	https://reviews.FreeBSD.org/D8926
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
Sat, 30 Jul 2016
[ 10:51 koobs search for other commits by this committer ] Original commit   Revision:419306
deskutils/gcalcli: Fix for oauth2client > 1.4.12

gcalcli requires a dependency on oauth2client <= 1.4.12 to work
correctly, as higher versions replaced the run() method with run_flow().

The version of oauth2client in ports is 2.2.0 at the time of writing.

Fixes for the issue [1][2][3] have been submitted upstream in multiple
cases, although upstream has closed them as duplicates of a refactor
issue [4] that is yet to be committed/resolved.

This commit commits the proposed change in issue #229 [2].

While I'm here:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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
Thu, 10 Sep 2015
[ 15:24 amdmi3 search for other commits by this committer ] Original commit   Revision:396577 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Switch to options helpers
- Add some NO_ARCHes

Approved by:	portmgr blanket
Wed, 6 May 2015
[ 15:16 mat search for other commits by this committer ] Original commit   Revision:385521 (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 17 Feb 2015
[ 05:17 lwhsu search for other commits by this committer ] Original commit   Revision:379142
- Update to 3.2
- Pass maintainership to submitter

Submitted by:	Henrik Hudson <henrik@thelanman.net>
Sun, 19 Oct 2014
[ 08:50 mva search for other commits by this committer ] Original commit   Revision:371173 (Only the first 10 of 110 ports in this commit are shown above. View all ports for this commit)
- Convert ports from databases/ and deskutils/ to new USES=python

Approved by:	portmgr (implicit)
Sun, 16 Mar 2014
[ 17:45 lwhsu search for other commits by this committer ] Original commit   Revision:348422
- Update to 2.4.2

PR:		ports/187619
Submitted by:	Lawrence "The Dreamer" Chen <beastie@tardisi.com>
Fri, 20 Sep 2013
[ 16:21 bapt search for other commits by this committer ] Original commit   Revision:327718 (Only the first 10 of 271 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:
deskutils)
Tue, 13 Nov 2012
[ 08:58 lwhsu search for other commits by this committer ] Original commit   Revision:307363
- Add missing dependency

PR:		ports/173587
Submitted by:	Michael Moll <kvedulv@kvedulv.de>

Feature safe:	yes
Sun, 11 Nov 2012
[ 09:51 lwhsu search for other commits by this committer ] Original commit   Revision:307304
- Update to 2.1

PR:		ports/173536
Submitted by:	Mark Felder <feld@feld.me>

Feature safe:	yes
Mon, 16 Feb 2009
[ 02:26 lwhsu search for other commits by this committer ] Original commit 
- Add a patch to fix unicode supporting

PR:             ports/125327
Submitted by:   Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Thu, 10 Apr 2008
[ 23:49 lwhsu search for other commits by this committer ] Original commit 
- Chase updating of devel/py-dateutil

Submitted by:   pointyhat via pav
Thu, 6 Mar 2008
[ 22:19 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files

PR:             ports/121435 (related)
Thu, 13 Dec 2007
[ 05:45 lwhsu search for other commits by this committer ] Original commit 
- Update to 1.4
- Take maintainership

Approved by:    ijliao (maintainer)
Tue, 2 Oct 2007
[ 03:18 ijliao search for other commits by this committer ] Original commit 
add gcalcli 1.2
Google Calendar Command Line Interface

Number of commits found: 26