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: devel/ghub/Makefile
SVNWeb

Number of commits found: 39

Sun, 20 Aug 2023
[ 00:53 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:ba4eb3a50e909d902a6e031e4c3477ed369799d2  commit hash:ba4eb3a50e909d902a6e031e4c3477ed369799d2  commit hash:ba4eb3a50e909d902a6e031e4c3477ed369799d2  ba4eb3a  (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
editors/emacs: Update to 29.1

* Update Canna patch to the one for Emacs 29.
* Add new options PGTK, SQLITE3, TREESITTER and WEBP. SQLITE3 and
  TREESITTER are ON by default. PGTK and WEBP options are excluded
  from nox flavor.
* CARGO option doesn't imply XFT but prevents it. It is caused as a
  result of adding pure GTK support (PGTK option).
* OTK options doesn't imply XTF any more. It is also caused as a
  result of adding pure GTK support.
* Update NATIVECOMP option so it specifies ahead-of-time compilation
  via the configure argument.
* Remove "experimental" from NATIVECOMP_DESC.
* Add print/freetype2 and x11-fonts/fontconfig to CAIRO_LIB_DEPENDS
  and GTK3_LIB_DEPENDS. Necessary to link emacs binary with shared
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 14 May 2023
[ 01:44 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:cee3d478eb2657bd17e2c31ac083e40b7d5beb76  commit hash:cee3d478eb2657bd17e2c31ac083e40b7d5beb76  commit hash:cee3d478eb2657bd17e2c31ac083e40b7d5beb76  cee3d47 
devel/ghub*: Update to 3.6.0

Changes:	https://github.com/magit/ghub/commits/v3.6.0
Sun, 23 Apr 2023
[ 09:09 Gerald Pfeifer (gerald) search for other commits by this committer ]    commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  8d3e020  (Only the first 10 of 2091 ports in this commit are shown above. View all ports for this commit)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
Mon, 19 Dec 2022
[ 14:44 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  721e577  (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex

- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
  and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
  infrastructure and also in the ports which have been removed from the
  ports as those are redundant.

In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.

Reviewed by:	portmgr
Approved by:	portmgr (blanket)
Wed, 30 Nov 2022
[ 07:06 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:ea66012756af463a7153c6ecf84bf9fd31c75dd1  commit hash:ea66012756af463a7153c6ecf84bf9fd31c75dd1  commit hash:ea66012756af463a7153c6ecf84bf9fd31c75dd1  ea66012  (Only the first 10 of 101 ports in this commit are shown above. View all ports for this commit)
editors/emacs-devel: Update to 2022-11-28 snapshot

Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.

Changes:	https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f
Wed, 21 Sep 2022
[ 07:48 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:164249e86734bd23f17182913f13a3a3f346a3ca  commit hash:164249e86734bd23f17182913f13a3a3f346a3ca  commit hash:164249e86734bd23f17182913f13a3a3f346a3ca  164249e  (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
editors/emacs: Update to 28.2

* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
  since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.

ChangeLog:	https://www.gnu.org/software/emacs/news/NEWS.28.2

PR:		266454
Exp-run by:	antoine
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D36613
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)
Mon, 1 Aug 2022
[ 16:13 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:9ada097d0bf6b8932d6073c49fd59b5cb4159e1b  commit hash:9ada097d0bf6b8932d6073c49fd59b5cb4159e1b  commit hash:9ada097d0bf6b8932d6073c49fd59b5cb4159e1b  9ada097 
devel/ghub-devel: Add new port

Add devel/ghub-devel, development version of client libraries for the
APIs of various Git forges.

https://github.com/magit/ghub
Thu, 7 Apr 2022
[ 22:12 Joseph Mingrone (jrm) search for other commits by this committer ]    commit hash:d9dcd9c6879d10fa6b229f2af549a99a51a934f8  commit hash:d9dcd9c6879d10fa6b229f2af549a99a51a934f8  commit hash:d9dcd9c6879d10fa6b229f2af549a99a51a934f8  d9dcd9c  (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
Emacs ports: Bump PORTREVISION after Emacs 28.1

Reviewed by:	ashish
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D34781
Sat, 26 Mar 2022
[ 03:15 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:d80dd3ea4f438cdc87bf2e3bc6b211f7ff75e736  commit hash:d80dd3ea4f438cdc87bf2e3bc6b211f7ff75e736  commit hash:d80dd3ea4f438cdc87bf2e3bc6b211f7ff75e736  d80dd3e 
devel/ghub: Update to 3.5.6

Changes:	https://github.com/magit/ghub/compare/v3.5.5...v3.5.6
Sun, 20 Feb 2022
[ 23:30 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:d07bdca15651c7cf2aba4cbeb75b25eabca28a70  commit hash:d07bdca15651c7cf2aba4cbeb75b25eabca28a70  commit hash:d07bdca15651c7cf2aba4cbeb75b25eabca28a70  d07bdca 
devel/ghub: Add PDF option and change DOCS option

* Add new option PDF. If it is enabled PDF document is built and
  installed.
* Change DOCS option so HTML document is built and installed if it is
  enabled.
Thu, 17 Feb 2022
[ 06:49 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:50020373c890b4825e545002bd3946c0599b6532  commit hash:50020373c890b4825e545002bd3946c0599b6532  commit hash:50020373c890b4825e545002bd3946c0599b6532  5002037 
devel/ghub: Update to 3.5.5

Update COMMENT to the description by upstream

ChangeLog:	https://github.com/magit/ghub/blob/v3.5.5/CHANGELOG
Mon, 15 Nov 2021
[ 15:19 Joseph Mingrone (jrm) search for other commits by this committer ]    commit hash:061afcca16999e2e4e791d4517a918d0d606d692  commit hash:061afcca16999e2e4e791d4517a918d0d606d692  commit hash:061afcca16999e2e4e791d4517a918d0d606d692  061afcc  (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
USES=emacs: Chase package name changes

PR:		259259
Differential Revision:	https://reviews.freebsd.org/D32613
Wed, 27 Oct 2021
[ 16:16 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:193f2611563f8f6eefa90a8f5ef7c49e6352980f  commit hash:193f2611563f8f6eefa90a8f5ef7c49e6352980f  commit hash:193f2611563f8f6eefa90a8f5ef7c49e6352980f  193f261 
devel/ghub: Update to 3.5.4

Don't install ghub-pkg.el as it isn't necessary.

Changes:	https://github.com/magit/ghub/commits/v3.5.4
Differential Revision:	https://reviews.freebsd.org/D32274
Fri, 1 Oct 2021
[ 22:55 Joseph Mingrone (jrm) search for other commits by this committer ]    commit hash:126e3bb1f15157e4624a26aed1d01393603b03e0  commit hash:126e3bb1f15157e4624a26aed1d01393603b03e0  commit hash:126e3bb1f15157e4624a26aed1d01393603b03e0  126e3bb  (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
*: Chase new major version (29) of editors/emacs-devel

Differential Revision:	https://reviews.freebsd.org/D32258
Tue, 28 Sep 2021
[ 05:13 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:10c30f1825b82a7e2e27e2d9e176fe8f325ffce3  commit hash:10c30f1825b82a7e2e27e2d9e176fe8f325ffce3  commit hash:10c30f1825b82a7e2e27e2d9e176fe8f325ffce3  10c30f1  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org

Approved by:	meta (mentor)
Differential Revision:	https://reviews.freebsd.org/D32170
Thu, 27 May 2021
[ 10:14 Nuno Teixeira (eduardo) search for other commits by this committer Author: Yasuhiro Kimura ]    commit hash:2fde1a34452587ac20e72f3bfedffb35a998aacd  commit hash:2fde1a34452587ac20e72f3bfedffb35a998aacd  commit hash:2fde1a34452587ac20e72f3bfedffb35a998aacd  2fde1a3 
devel/ghub: Update to 3.5.3

- Pet portclippy

Changelog: https://github.com/magit/ghub/commits/v3.5.3

PR:		256039
Approved by:	dbaio, garga (mentors, implicit)
Wed, 28 Apr 2021
[ 06:59 Kevin Bowling (kbowling) search for other commits by this committer Author: Yasuhiro Kimura ]    commit hash:f074f813723449a9d37983de7938e7df8e27b8d3  commit hash:f074f813723449a9d37983de7938e7df8e27b8d3  commit hash:f074f813723449a9d37983de7938e7df8e27b8d3  f074f81 
devel/ghub: Update to 3.5.2

Changes: https://github.com/magit/ghub/commits/v3.5.2

PR:		255450
Approved by:	maintainer
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
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.
Fri, 26 Mar 2021
[ 00:40 jrm search for other commits by this committer ] Original commit   Revision:569232 (Only the first 10 of 96 ports in this commit are shown above. View all ports for this commit)
editors/emacs: Update to 27.2

This is a bug-fix release with no new features.

https://www.gnu.org/software/emacs/news/NEWS.27.2

Reviewed by:	ashish
Differential Revision:	https://reviews.freebsd.org/D27700
Sun, 27 Dec 2020
[ 20:55 rhurlin search for other commits by this committer ] Original commit   Revision:559426
devel/ghub: Update to 3.5.1

Changelog: https://github.com/magit/ghub/blob/v3.5.1/CHANGELOG

PR:		252218
Submitted by:	Yasuhiro Kimura <yasu@utahime.org> (maintainer)
Approved by:	arrowd, tcberner (mentors, implicit)
Sun, 22 Nov 2020
[ 16:29 rhurlin search for other commits by this committer ] Original commit   Revision:556062
devel/ghub: Update to 3.5.0

- Limit auth-source kludge to affected Emacs releases
- Fix url-http-handle-authentication
- Add a .mailmap address
- Some corrections of typos

Changelog: https://github.com/magit/ghub/commits/v3.5.0

PR:		251308
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Approved by:	arrowd, tcberner (mentors, implicit)
Mon, 26 Oct 2020
[ 11:00 lwhsu search for other commits by this committer ] Original commit   Revision:553334
devel/ghub: Update to 3.4.2

PR:		250614
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Wed, 12 Aug 2020
[ 18:30 jrm search for other commits by this committer ] Original commit   Revision:544763 (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
editors/emacs: Update to version 27.1

Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.

Port changes:

- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
  turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
  included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
  deskutils/howm, which now build

Submitted by:	HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by:	ashish
Differential Revision:	https://reviews.freebsd.org/D23966
Mon, 10 Aug 2020
[ 17:24 lwhsu search for other commits by this committer ] Original commit   Revision:544632
devel/ghub: Update to 3.4.1

PR:		248564
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Tue, 21 Jul 2020
[ 03:13 lwhsu search for other commits by this committer ] Original commit   Revision:542709
Update to 3.4.0

PR:		248131
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Sun, 8 Mar 2020
[ 18:28 tcberner search for other commits by this committer ] Original commit   Revision:528065
devel/ghub: Update dependency

* Update dependency. This version doesn't require either devel/dash.el or
  devel/graphql.el anymore.
* Bump PORTREVISON because of dependency change.

PR:		243751
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Tue, 21 Jan 2020
[ 18:59 tcberner search for other commits by this committer ] Original commit   Revision:523734
devel/ghub: Update to 3.3.0

PR:		243473
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>  (maintainer)
Tue, 7 Jan 2020
[ 04:55 jrm search for other commits by this committer ] Original commit   Revision:522315 (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
editors/emacs-devel: Update to latest master branch commit, 4f2b415

This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.

Submitted by:	ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23012
Sun, 1 Sep 2019
[ 15:32 jrm search for other commits by this committer ] Original commit   Revision:510696 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIR

This is required after editors/emacs was updated to version 26.3 in
r510281.

Reported by:	ashish
Sun, 28 Apr 2019
[ 15:16 jrm search for other commits by this committer ] Original commit   Revision:500319 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIR

This should have been done with r499179 when editors/emacs was updated
to version 26.2.

Reported by:	nobutaka
Thu, 27 Dec 2018
[ 17:14 swills search for other commits by this committer ] Original commit   Revision:488556
devel/ghub: Update to 3.2.0

PR:		234446
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Wed, 26 Dec 2018
[ 21:13 swills search for other commits by this committer ] Original commit   Revision:488447
devel/ghub: update to 3.1.0

PR:		234243
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Sat, 10 Nov 2018
[ 19:54 jrm search for other commits by this committer ] Original commit   Revision:484637
devel/ghub: Update to version 3.0.0

PR:		232890
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>, maintainer
[ 18:12 bapt search for other commits by this committer ] Original commit   Revision:484628 (Only the first 10 of 386 ports in this commit are shown above. View all ports for this commit)
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Thu, 31 May 2018
[ 01:18 jrm search for other commits by this committer ] Original commit   Revision:471191 (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade

Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
Wed, 23 May 2018
[ 07:44 yuri search for other commits by this committer ] Original commit   Revision:470683
devel/ghub: Update 2.0.0 -> 2.0.1

Also change to DISTVERSION and order lines.

PR:		228403
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Mon, 2 Apr 2018
[ 21:19 jrm search for other commits by this committer ] Original commit   Revision:466263
New port, devel/ghub: Minuscule client library for the Github API

WWW: https://github.com/magit/ghub

PR:		227135
Submitted by:	yasu@utahime.org (maintainer)

Number of commits found: 39