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/libconfig/Makefile
SVNWeb

Number of commits found: 23

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:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 26 Jan 2022
[ 07:46 Marius Strobl (marius) search for other commits by this committer ]    commit hash:8c30deb681a941ce9974c57c7f45c9f294908d67  commit hash:8c30deb681a941ce9974c57c7f45c9f294908d67  commit hash:8c30deb681a941ce9974c57c7f45c9f294908d67  8c30deb  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
devel/libconfig: update to 1.7.3

- Chase shared library bump across dependant ports.
- Fetch releases rather than tags from GitHub. [1]
- Properly depend on makeinfo, adding an INFO knob.
- Refresh pkg-descr and COMMENT accordingly.

PR:		261062
Reported by:	dizzy [1]
Approved by:	maintainer timeout
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
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.
Sat, 10 Nov 2018
[ 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
Mon, 6 Aug 2018
[ 17:22 fernape search for other commits by this committer ] Original commit   Revision:476517 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
devel/libconfig: update to 1.7.2

* Change to USE_GH
* Bump PORTREVISION of dependant ports.

Committing after maintainer timeout

PR:	229961
Submitted by:	che@bein.link
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16442
Wed, 22 Feb 2017
[ 15:02 bapt search for other commits by this committer ] Original commit   Revision:434587 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Drop useless dependency on gmake (bmake build those fine)
Tue, 22 Jul 2014
[ 23:25 amdmi3 search for other commits by this committer ] Original commit   Revision:362605
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Tue, 21 Jan 2014
[ 00:22 bapt search for other commits by this committer ] Original commit   Revision:340513
Support stage
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 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:
devel part 3)
Tue, 19 Mar 2013
[ 13:04 eadler search for other commits by this committer ] Original commit   Revision:314640 (Only the first 10 of 218 ports in this commit are shown above. View all ports for this commit)
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
Sun, 30 Dec 2012
[ 20:43 pawel search for other commits by this committer ] Original commit   Revision:309691
- Update to version 1.4.9 [1]
- Update maintainer's email
- Remove USE_GNOME=pkgconfig - it's unused
- Configure script is GNU
- Remove leading article from COMMENT

PR:		ports/174677 [1]
Submitted by:	Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer)
Mon, 30 Apr 2012
[ 07:18 scheidell search for other commits by this committer ] Original commit 
- Resolve conflict. Both ports use same binary file name
- No PORTREVISION bump

PR:             ports/165899
Submitted by:   Aleksandr A Babaylov <"."@babolo.ru>
Approved by:    maintainer (implicit, timeout +30 days)
Thu, 15 Dec 2011
[ 08:13 sunpoet search for other commits by this committer ] Original commit 
- Update to 1.4.8

Changes:        http://freecode.com/projects/libconfigduo/releases
PR:             ports/163300
Submitted by:   Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
Sun, 15 Aug 2010
[ 12:51 arved search for other commits by this committer ] Original commit 
Update to 1.4.5

PR:             147865
Submitted by:   maintainer
Wed, 3 Jun 2009
[ 23:25 dhn search for other commits by this committer ] Original commit 
- Respect PREFIX.

PR:             ports/135236
Submitted by:   Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
Thu, 2 Apr 2009
[ 18:17 miwi search for other commits by this committer ] Original commit 
- Update to 1.3.2

PR:             133271
Submitted by:   Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
Sat, 14 Mar 2009
[ 13:45 miwi search for other commits by this committer ] Original commit 
- Update Maintainer mail adress

Submitted by:   Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer via private mail)
Sat, 18 Oct 2008
[ 20:51 miwi search for other commits by this committer ] Original commit 
- Update to 1.3.1

PR:             127820
Submitted by:   Wen heping <wenheping@gmail.com>
Approved by:    maintainer
Mon, 28 Apr 2008
[ 07:51 miwi search for other commits by this committer ] Original commit 
- Update to 1.2.1

PR:             120303
Submitted by:   Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer)
Thu, 27 Sep 2007
[ 20:19 vanilla search for other commits by this committer ] Original commit 
Bump PORTREVISION.

Submitted by:   erwin@
Wed, 26 Sep 2007
[ 12:22 vanilla search for other commits by this committer ] Original commit 
Add libconfig 1.1.3, a simple library for manipulating structured
configuration files.

PR:             ports/116655
Submitted by:   Nikos Ntarmos <ntarmos at ceid.upatras.gr>

Number of commits found: 23