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: www/free-sa-devel/Makefile
SVNWeb

Number of commits found: 24

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:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  e915e75  (Only the first 10 of 1623 ports in this commit are shown above. View all ports for this commit)
www: remove 'Created by' lines

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

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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, 29 Aug 2020
[ 07:00 tcberner search for other commits by this committer ] Original commit   Revision:546875
www/free-sa-devel: fix build on recent current

- upstream seems dead
Mon, 17 Aug 2015
[ 14:20 mat search for other commits by this committer ] Original commit   Revision:394508 (Only the first 10 of 271 ports in this commit are shown above. View all ports for this commit)
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Mon, 18 Aug 2014
[ 16:43 bdrewery search for other commits by this committer ] Original commit   Revision:365325 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
- Move RESETPREFIX to default PLIST_SUB

With hat:	portmgr
Wed, 16 Jul 2014
[ 03:34 adamw search for other commits by this committer ] Original commit   Revision:362026 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist.
Tue, 22 Apr 2014
[ 19:29 rm search for other commits by this committer ] Original commit   Revision:351876
www/free-sa-devel: update to 2.0.0b6.7

PR:		188791
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Thu, 17 Apr 2014
[ 19:05 marino search for other commits by this committer ] Original commit   Revision:351492
www/free-sa-devel: Update version 2.0.0b5.10 => 2.0.0b6

This also unbreaks the port by removing the unrecognized -mrelax flag.

PR:		ports/184050
submitted by:	maintainer (Alexander Moisseev)
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 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:
www)
Fri, 6 Sep 2013
[ 17:10 bapt search for other commits by this committer ] Original commit   Revision:326529
Fix build with clang
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, 10 Sep 2012
[ 19:29 bdrewery search for other commits by this committer ] Original commit   Revision:304056
- Update to 2.0.0b5.10 [1]
- Convert to new options framework

PR:		ports/171522 [1]
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) [1]
Approved by:	eadler, bapt (mentors, implicit)
Mon, 5 Mar 2012
[ 19:35 cs search for other commits by this committer ] Original commit 
- Update to 2.0.0b5
- Add license

PR:             ports/165729
Submitted by:   Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Approved by:    glarkin@ (mentor, implicit)
Thu, 19 May 2011
[ 16:29 beech search for other commits by this committer ] Original commit 
- Update to 2.0.0b4.8

PR:             ports/157087
Submitted by:   Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Approved by:    itetcu (mentor)(implicit)
Sun, 15 May 2011
[ 00:59 beech search for other commits by this committer ] Original commit 
-Update to 2.0.0b4.p7

PR:             ports/156924
Submitted by:   Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Approved by:    itetcu (mentor)(implicit)
Tue, 26 Apr 2011
[ 08:17 culot search for other commits by this committer ] Original commit 
- Update to 2.0.0b4

PR:             ports/156639
Submitted by:   Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Mon, 10 May 2010
[ 05:48 miwi search for other commits by this committer ] Original commit 
- Update to 2.0.0b3

PR:             144904
Submitted by:   Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Sun, 11 Oct 2009
[ 22:43 lippe search for other commits by this committer ] Original commit 
- Respect main variables.
- Add OPTIONS KNOB.
- Bump PORTREVISION.

PR:             ports/139388
Submitted by:   Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Sun, 27 Sep 2009
[ 18:44 lippe search for other commits by this committer ] Original commit 
- Now fix to use this port on !i386.

PR:             ports/139119
Submitted by:   Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Feature safe:   yes
[ 16:33 lippe search for other commits by this committer ] Original commit 
- Mark as BROKEN on !i386.

Reported by:    pav
Feature safe:   yes
Sun, 20 Sep 2009
[ 01:36 lippe search for other commits by this committer ] Original commit 
New port: free-sa development version

Free-SA is a statistic analyzer for daemons log files similar to SARG.
Its main advantages over SARG are much better speed (7x-20x times),
more reports support, crossplatform work and W3C compliance of
generated HTML/CSS reports code.

WWW: http://free-sa.sourceforge.net

PR:             ports/137172
Submitted by:   Alexander Moisseev <moiseev@mezonplus.ru>
Reworked by:    myself
Feature safe:   yes

Number of commits found: 24