Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6_5 23 Feb 2024 16:23:09
    |
Thierry Thomas (thierry)  |
news/newsx: move man pages
Also retrieve WWW from web.archive.org. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6_4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
1.6_4 20 Jul 2022 14:22:44
    |
Tobias C. Berner (tcberner)  |
news: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam David <adam@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey Slusar <anray@FreeBSD.org>
* Brian Somers <brian@FreeBSD.org>
* Carey Jones <mcj@acquiesce.org>
* David O'Brien (obrien@cs.ucdavis.edu)
* Denis Shaposhnikov <dsh@vlink.ru>
* Don Croyle <croyle@gelemna.org>
* Donald Burr <dburr@FreeBSD.org>
* Frederic Cambus (Only the first 15 lines of the commit message are shown above ) |
1.6_4 31 Aug 2021 19:49:50
    |
Bernhard Froehlich (decke)  |
news/newsx: Add CPE information
Approved by: portmgr (blanket) |
1.6_4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.6_4 09 Sep 2020 19:38:35
  |
thierry  |
Fix on -CURRENT with -fcommon. |
1.6_4 19 Nov 2019 21:26:48
  |
thierry  |
Upstream discontinued its support, but newsx is still usefull, make it
fetchable again. |
1.6_4 06 Nov 2019 14:00:19
  |
antoine  |
Mark a few ports BROKEN (unfetchable) |
1.6_4 13 Nov 2018 18:39:05
  |
thierry  |
- Fix with INN's shared libraries;
- Fix WWW. |
1.6_3 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.6_3 03 Jan 2016 12:04:40
  |
antoine  |
Fix staging (as a regular user) / packaging (as root)
Reported by: pkg-fallout
MFH: 2016Q1 |
1.6_3 29 Dec 2015 13:07:15
  |
mat  |
Fix build as a user.
Sponsored by: Absolight |
1.6_3 10 Jul 2014 12:13:12
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
1.6_3 04 Jul 2014 21:57:09
  |
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
1.6_3 27 Nov 2013 22:33:26
  |
thierry  |
- Chase the update of INN;
- Stagify. |
1.6_2 20 Sep 2013 22:31:15
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
news) |
1.6_2 12 Jun 2012 20:48:15
 |
thierry  |
Update CONFLICTS (1).
Since I'm there, define the license.
Submitted by: "Sulev-Madis 'ketas' Silber" <madis555 (at) hot.ee> (1) |
1.6_2 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.6_2 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.6_2 23 Oct 2010 10:37:19
 |
thierry  |
Make fetchable again. |
1.6_2 11 Feb 2007 17:21:33
 |
thierry  |
Change BROKEN into IGNORE: newsx does not build on the cluster ATM since
INN does not install its default configuration files any more when
installed as a package, but the port is OK. |
1.6_2 10 Feb 2007 22:54:08
 |
kris  |
BROKEN: Configure fails |
1.6_2 04 Jul 2006 20:09:51
 |
thierry  |
- inn does not `make history' any more => do not perform history
database lookup when package building;
- change my address;
- pet portlint. |
1.6_2 11 May 2006 22:49:56
 |
edwin  |
Remove USE_REINPLACE from all categories starting with N |
1.6_2 23 Jan 2006 23:46:39
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.6_2 22 Jan 2006 02:47:42
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.6_2 23 Apr 2005 17:42:53
 |
adamw  |
Due to a misuse of a make(1) command, the WITHOUT_INN_2-X
switch was being completely ignored. This fixes that. I'm
bumping PORTREVISION here because a rebuild could potentially
cause a new dependency list and a different output binary. |
1.6_1 19 Mar 2004 00:19:49
 |
thierry  |
SIZE-ify my ports.
Submitted by: Trevor Johnson <trevor@FreeBSD.org>
Approved by: mat (mentor). |
1.6_1 14 Oct 2003 07:28:44
 |
daichi  |
patch news/newsx: adding conflict with news/leafnode.
- news/leafnode and news/newsx install bin/newsq.
PR: 57971
Noted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Submitted by: Thierry Thomas <thierry@pompo.net> |
1.6_1 13 Jun 2003 17:35:00
 |
leeym  |
Upgrading to release 1.6. This one builds fine against inn-2.4.0
PR: 52544
Submitted by: Thierry Thomas <thierry@pompo.net> |
1.6 18 May 2003 05:50:17
 |
leeym  |
upgrading to 1.6-pre and unbreaking with inn-2.4.0
PR: 52385
Submitted by: Thierry Thomas <thierry@pompo.net> |
1.4.8 21 Feb 2003 13:15:54
 |
knu  |
De-pkg-comment. |
1.4.8 04 Aug 2002 23:26:09
 |
petef  |
Update to 1.4.8 + fix a security vulnerability.
PR: 40618
Submitted by: maintainer |
1.4.6 07 Jul 2002 18:19:52
 |
ijliao  |
fixing make + replacing PERL by REINPLACE_CMD
PR: 40300
Submitted by: maintainer |
23 Feb 2002 15:26:57
    |
dinoex  |
Upgrade to the last release. This release is basically for bug fixes. It
supports inn's storage manager => no more ugly patches! |
23 Feb 2002 14:23:49
    |
dinoex  |
Upgrade to the last release. This release is basically for bug fixes. It
supports inn's storage manager => no more ugly patches! |
20 Jan 2002 22:32:44
    |
lioux  |
Update maintainer address |
06 Jan 2002 06:20:22
    |
will  |
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things |
03 Oct 2001 16:39:51
    |
dinoex  |
maintainer-update |
07 Aug 2001 17:25:28
    |
lioux  |
o Update maintainer email address o Add extra documentation o Support
NOPORTDOCS o Fix BUILD_DEPENDS while here |
07 May 2001 16:04:15
    |
kevlo  |
Fix pkg-plist |
08 Apr 2001 19:51:33
    |
dinoex  |
Update Makefile and pkg-descr to honor Maintainer, as suggested by
<ben@FreeBSD.org> |
08 Apr 2001 11:51:45
    |
dinoex  |
- appied patch from PR 25594 - make portlint happier - clean pkg-plist |