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

Number of commits found: 19

Wed, 25 Jan 2023
[ 17:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  40843b1  (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
Mk/Uses/apache.mk: Refactor after removal of older versions

apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:

- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
  from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
  one available version in the tree. However the version checks are
  still valid and should work flawlessly whenever a new version is
  added. For example USES=apache:2.2+ are simply replaced with
  USES=apache. As currently there are no other versions available for
  test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces

Approved by:    portmgr
Differential Revision: https://reviews.freebsd.org/D38113
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)
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.
Sun, 11 Mar 2018
[ 17:38 brnrd search for other commits by this committer ] Original commit   Revision:464189 (Only the first 10 of 117 ports in this commit are shown above. View all ports for this commit)
Migrate USE_APACHE to USES= apache (category www)

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
Sat, 20 Dec 2014
[ 19:54 bapt search for other commits by this committer ] Original commit   Revision:375116 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
cleanup plist
Fri, 4 Jul 2014
[ 23:11 adamw search for other commits by this committer ] Original commit   Revision:360680 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
Remove NOPORTDOCS and NOPORTEXAMPLES.
Sun, 25 May 2014
[ 05:29 miwi search for other commits by this committer ] Original commit   Revision:355126
- Stage support

PR:		190047
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
Approved by:	maintainer
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)
Sat, 14 Sep 2013
[ 14:47 az search for other commits by this committer ] Original commit   Revision:327292 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Sat, 18 Aug 2012
[ 14:29 ohauer search for other commits by this committer ] Original commit  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
Sun, 1 Jan 2012
[ 16:47 ohauer search for other commits by this committer ] Original commit  (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
- change required APACHE version from 13+ to 20+
  (prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
Sat, 20 Aug 2011
[ 17:27 ohauer search for other commits by this committer ] Original commit  (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Tue, 1 Feb 2011
[ 22:32 ohauer search for other commits by this committer ] Original commit 
- fix pkg-plist if build with apache > 13
- remove MD5 from distfile

PR:             ports/147009
Feature safe:   yes
Tue, 28 Sep 2010
[ 12:54 decke search for other commits by this committer ] Original commit 
- Master sites updated
- Distfile versioning fixed
- Update USE_APACHE
- PORTREVISION bumped

PR:             ports/150945
Submitted by:   Michael Ranner <michael at ranner dot eu> (maintainer)
Approved by:    beat (co-mentor)
Mon, 25 May 2009
[ 22:44 pgollucci search for other commits by this committer ] Original commit 
- USE_APACHE=yes is deprecated
- Use SUB_FILES for pkg-message
- Use WWWOWN
- PREFIX -> LOCALBASE

PR:             ports/134447
Approved by:    maintainer timeout (2 weeks)
Submitted by:   me
Tue, 12 May 2009
[ 08:29 pav search for other commits by this committer ] Original commit 
- Update maintainer's address
Sat, 13 May 2006
[ 04:41 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from categories starting with W
Sun, 25 Jul 2004
[ 09:24 vs search for other commits by this committer ] Original commit 
Add formication 1.0.b1, formular processing tool written in perl.

PR:             ports/65681
Submitted by:   Michael Ranner <mranner@inode.at>

Number of commits found: 19