notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: news/inn/Makefile

Number of commits found: 117 (showing only 100 on this page)

1 | 2  »  

Monday, 22 Jan 2024
15:50 Muhammad Moinur Rahman (bofh) search for other commits by this committer
news/inn: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: 73e2b9c786334e149b6d1e345114e7af127b9c9a commit hash: 73e2b9c786334e149b6d1e345114e7af127b9c9a commit hash: 73e2b9c786334e149b6d1e345114e7af127b9c9a commit hash: 73e2b9c786334e149b6d1e345114e7af127b9c9a 73e2b9c
Monday, 15 Jan 2024
16:44 Christian Weisgerber (naddy) search for other commits by this committer
news/inn: use built-in make variable instead of external command

Since FreeBSD 12 has been EOLed, the built-in make(1) variables
.MAKE.UID and .MAKE.GID are always available.

Approved by:	maintainer
commit hash: aa046dffbc05f3385c322db8b680e6cc80f13cc1 commit hash: aa046dffbc05f3385c322db8b680e6cc80f13cc1 commit hash: aa046dffbc05f3385c322db8b680e6cc80f13cc1 commit hash: aa046dffbc05f3385c322db8b680e6cc80f13cc1 aa046df
Saturday, 13 May 2023
04:55 Kevin Bowling (kbowling) search for other commits by this committer
news/inn: bump port revision

Bump port rev for e4f35938f00c6dc25a2007807b7ff25fde0fedda

Reported by:	thierry
commit hash: e7c022a8a0442cbf4fc811c33e7357b550f316a5 commit hash: e7c022a8a0442cbf4fc811c33e7357b550f316a5 commit hash: e7c022a8a0442cbf4fc811c33e7357b550f316a5 commit hash: e7c022a8a0442cbf4fc811c33e7357b550f316a5 e7c022a
Sunday, 30 Apr 2023
17:16 Kevin Bowling (kbowling) search for other commits by this committer
news/inn: Update to 2.7.1

Changes https://github.com/InterNetNews/inn/releases/tag/2.7.1

Sponsored by:	BBOX.io
commit hash: db697484784b30137639c6055b7f437e06d3ea94 commit hash: db697484784b30137639c6055b7f437e06d3ea94 commit hash: db697484784b30137639c6055b7f437e06d3ea94 commit hash: db697484784b30137639c6055b7f437e06d3ea94 db69748
Thursday, 17 Nov 2022
21:41 Kevin Bowling (kbowling) search for other commits by this committer
news/inn: Remove com_err.h handling

Autoconf will do the right thing

Reported by:	Julien ELIE <julien@trigofacile.com>
commit hash: 4f0b176a99d7af71eee619cee173d6f1fafcf55b commit hash: 4f0b176a99d7af71eee619cee173d6f1fafcf55b commit hash: 4f0b176a99d7af71eee619cee173d6f1fafcf55b commit hash: 4f0b176a99d7af71eee619cee173d6f1fafcf55b 4f0b176a
Monday, 10 Oct 2022
06:16 Kevin Bowling (kbowling) search for other commits by this committer
news/inn: Bump portrevision
commit hash: cf830f4d3176c249989fba9666de45a497e8a4ea commit hash: cf830f4d3176c249989fba9666de45a497e8a4ea commit hash: cf830f4d3176c249989fba9666de45a497e8a4ea commit hash: cf830f4d3176c249989fba9666de45a497e8a4ea cf830f4
Saturday, 8 Oct 2022
23:55 Kevin Bowling (kbowling) search for other commits by this committer
news/inn: Enable embedded Python OPTION by default

Suggested by:	Upstream
commit hash: 36d2e3ddae92040f7978b2c0a17fb11280762bdc commit hash: 36d2e3ddae92040f7978b2c0a17fb11280762bdc commit hash: 36d2e3ddae92040f7978b2c0a17fb11280762bdc commit hash: 36d2e3ddae92040f7978b2c0a17fb11280762bdc 36d2e3d
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 7 Aug 2022
19:17 Kevin Bowling (kbowling) search for other commits by this committer
news/inn: Update to 2.7.0

See https://lists.isc.org/pipermail/inn-announce/2022-July/000015.html
commit hash: f137c66d07e9ee05f6eb561c76e4a77f96531088 commit hash: f137c66d07e9ee05f6eb561c76e4a77f96531088 commit hash: f137c66d07e9ee05f6eb561c76e4a77f96531088 commit hash: f137c66d07e9ee05f6eb561c76e4a77f96531088 f137c66
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
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
  *  George Sorsby <george@crackpipe.net>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  John Holland <john@zoner.org>
  *  Jun-ichiro itojun Itoh <itojun@itojun.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Lasse L. Johnsen (lasse@freebsdcluster.org)
  *  Lewis Thompson <purple@lewiz.net>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Max Khon
  *  Michael L. Hostbaek <mich@freebsdcluster.org>
  *  Mikolaj Rydzewski <miki@ceti.pl>
  *  Noritaka Ishizumi <graphite@taurus.bekkoame.or.jp>
  *  Oliver Braun <obraun@informatik.unibw-muenchen.de>
  *  Pete Fritchman <petef@databits.net>
  *  Ralf van der Enden <tremere@cainites.net>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Thierry Thomas <tthomas@mail.dotcom.fr>
  *  Tim Welch <ports@thepentagon.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  adam
  *  asaddi@philosophysw.com
  *  bkhl@elektrubadur.se
  *  gary@hayers.org
  *  ijliao
  *  kbowling
  *  obrien@cs.ucdavis.edu
  *  proff@suburbia.net
  *  smace
  *  torstenb

With hat:	portmgr
commit hash: 4f7ba00ac9192d2904e7d970feaf58acd1a4e005 commit hash: 4f7ba00ac9192d2904e7d970feaf58acd1a4e005 commit hash: 4f7ba00ac9192d2904e7d970feaf58acd1a4e005 commit hash: 4f7ba00ac9192d2904e7d970feaf58acd1a4e005 4f7ba00
Thursday, 5 May 2022
20:28 Kevin Bowling (kbowling) search for other commits by this committer
news/inn-current: Update to 20220504
commit hash: 75467863b352b81569b3cce87927e98e02c8e128 commit hash: 75467863b352b81569b3cce87927e98e02c8e128 commit hash: 75467863b352b81569b3cce87927e98e02c8e128 commit hash: 75467863b352b81569b3cce87927e98e02c8e128 7546786
Saturday, 23 Apr 2022
20:32 Kevin Bowling (kbowling) search for other commits by this committer
news/inn-current: Update to 20220420

Adds OPTION for blacklistd support

Sponsored by:	BBOX.io
commit hash: 4d2d18fe30668d324abe6488869b9d88f8524d85 commit hash: 4d2d18fe30668d324abe6488869b9d88f8524d85 commit hash: 4d2d18fe30668d324abe6488869b9d88f8524d85 commit hash: 4d2d18fe30668d324abe6488869b9d88f8524d85 4d2d18f
Saturday, 26 Feb 2022
21:58 Kevin Bowling (kbowling) search for other commits by this committer
news/inn: Update to 2.6.5

Changes: https://github.com/InterNetNews/inn/releases/tag/2.6.5
commit hash: 6aae4e4be1ea0e83eae34abcd28fece739486ee2 commit hash: 6aae4e4be1ea0e83eae34abcd28fece739486ee2 commit hash: 6aae4e4be1ea0e83eae34abcd28fece739486ee2 commit hash: 6aae4e4be1ea0e83eae34abcd28fece739486ee2 6aae4e4
Saturday, 19 Feb 2022
16:53 Kevin Bowling (kbowling) search for other commits by this committer
news/inn-current: Update to 20220209
commit hash: 967752f6cb8aa0a52a544d64cf03d157f2fb4097 commit hash: 967752f6cb8aa0a52a544d64cf03d157f2fb4097 commit hash: 967752f6cb8aa0a52a544d64cf03d157f2fb4097 commit hash: 967752f6cb8aa0a52a544d64cf03d157f2fb4097 967752f
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: 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)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
Thursday, 21 Oct 2021
13:31 Kevin Bowling (kbowling) search for other commits by this committer
news/inn-current: 20211019

Some bug fixes in innxmit and lots of infrastrucure work (style, build)
Upstreamed semget flags patch for inn-current
commit hash: 4f1e5f98102d9188b0836ce3f80a39b4ce904d8a commit hash: 4f1e5f98102d9188b0836ce3f80a39b4ce904d8a commit hash: 4f1e5f98102d9188b0836ce3f80a39b4ce904d8a commit hash: 4f1e5f98102d9188b0836ce3f80a39b4ce904d8a 4f1e5f9
Thursday, 16 Sep 2021
09:27 Kevin Bowling (kbowling) search for other commits by this committer
news/inn: Fix SQLite ovdb OPTION in inn-current

Fixes:	4e605de90a42
commit hash: 3073b3a0e86c228fb4398f57e951c1337f49f59c commit hash: 3073b3a0e86c228fb4398f57e951c1337f49f59c commit hash: 3073b3a0e86c228fb4398f57e951c1337f49f59c commit hash: 3073b3a0e86c228fb4398f57e951c1337f49f59c 3073b3a
Saturday, 12 Jun 2021
07:29 Kevin Bowling (kbowling) search for other commits by this committer
news/inn-current: Lower case port name

Requested by: sunpoet
commit hash: c6482faef43824abe71edc71f850cc38fa25b78b commit hash: c6482faef43824abe71edc71f850cc38fa25b78b commit hash: c6482faef43824abe71edc71f850cc38fa25b78b commit hash: c6482faef43824abe71edc71f850cc38fa25b78b c6482fa
00:54 Kevin Bowling (kbowling) search for other commits by this committer
news/inn-CURRENT: New port to follow CURRENT snaps
commit hash: 69c9420a212a14fd8d00f4bade2dddb85eabbefc commit hash: 69c9420a212a14fd8d00f4bade2dddb85eabbefc commit hash: 69c9420a212a14fd8d00f4bade2dddb85eabbefc commit hash: 69c9420a212a14fd8d00f4bade2dddb85eabbefc 69c9420
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 29 Jan 2021
20:00 kbowling search for other commits by this committer
news/inn: Update to 2.6.4

Sponsored by:	BBOX.io
Original commitRevision:563244 
Sunday, 8 Dec 2019
01:08 kbowling search for other commits by this committer
news/inn: fix typo

PR:             239922
Approved by:    krion (implicit)
Sponsored by:   BBOX.io
Differential Revision:  https://reviews.freebsd.org/D22604
Original commitRevision:519267 
Saturday, 7 Dec 2019
05:24 kbowling search for other commits by this committer
news/inn: Add support for embedded Python

PR:		239922
Approved by:	krion (mentor)
Sponsored by:	BBOX.io
Differential Revision:	https://reviews.freebsd.org/D22604
Original commitRevision:519180 
Sunday, 10 Nov 2019
23:18 kbowling search for other commits by this committer
news/inn: Update to 2.6.3 and fix rnews

Update to 2.6.3 and fix a sandbox violation with the default build options when
building under i.e. poudriere by moving rnews permissions to the plist.

Changelog https://www.eyrie.org/~eagle/software/inn/docs-2.6/news.html#S2

PR:		224670
Approved by:	krion (mentor)
Sponsored by:	BBOX.io
Differential Revision:	https://reviews.freebsd.org/D22254
Original commitRevision:517238 
Tuesday, 5 Nov 2019
23:11 kbowling search for other commits by this committer
news/inn: Take maintainer

Approved by:	timur (mentor)
Sponsored by:	BBOX.io
Differential Revision:	https://reviews.freebsd.org/D22236
Original commitRevision:516849 
Monday, 4 Nov 2019
21:21 rene search for other commits by this committer
Returns johans's ports to the pool after safekeeping his commit bit.
Original commitRevision:516744 
Wednesday, 9 Oct 2019
12:17 bapt search for other commits by this committer
Drop the ipv6 virtual category for n* category as it is not relevant anymore
Original commitRevision:514143 
Monday, 10 Sep 2018
13:15 mat search for other commits by this committer
Add EXAMPLES options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479407 
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
Sunday, 21 May 2017
21:03 johans search for other commits by this committer
Handle special permissions through pkg-plist and not through make
(this broke building as unprivileged user)
No changes to the default build or generated package

Reported by:	naddy
Original commitRevision:441427 
Thursday, 11 May 2017
20:42 johans search for other commits by this committer
- Update to INN 2.6.1
  https://www.eyrie.org/~eagle/software/inn/docs-2.6/news.html
- Make setuid inews and UUCP optional
Original commitRevision:440655 
Monday, 8 Aug 2016
13:46 mat search for other commits by this committer
USE_BDB cleanup.

- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
Original commitRevision:419843 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 11 Oct 2015
10:19 johans search for other commits by this committer
Remove #pragma to fix build with all compiler versions

PR:		ports/203281
Original commitRevision:399083 
Monday, 21 Sep 2015
20:24 johans search for other commits by this committer
Update to INN 2.6.0
http://www.eyrie.org/~eagle/software/inn/docs-2.6/news.html#S1
Original commitRevision:397518 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
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
Original commitRevision:394508 
Monday, 13 Jul 2015
07:19 johans search for other commits by this committer
- Update to INN 2.5.5
  http://www.eyrie.org/~eagle/software/inn/docs-2.5/news.html#S1
- Set some more options as default for a typical installation
Original commitRevision:391879 
Monday, 18 May 2015
01:37 amdmi3 search for other commits by this committer
- Add CPE info

Approved by:	portmgr blanket
Original commitRevision:386652 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
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
Original commitRevision:386312 
Saturday, 30 Aug 2014
20:00 johans search for other commits by this committer
Make all files owned by news:news as it was in the previous version
Correctly make innbind setuid again
Bump PORTREVISION
Original commitRevision:366672 
19:03 johans search for other commits by this committer
Correct owner for data directories (news:news)
Add missing @sample keywords

Reported by:	naddy
Original commitRevision:366669 
Wednesday, 27 Aug 2014
11:13 johans search for other commits by this committer
- Stagify
- Update to 2.5.4
- Adopt port
Original commitRevision:366306 
Thursday, 21 Aug 2014
22:50 mandree search for other commits by this committer
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
Original commitRevision:365599 
Thursday, 24 Jul 2014
16:33 bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Original commitRevision:362828 
Wednesday, 16 Jul 2014
08:26 bapt search for other commits by this committer
Fix some non default LIB_DEPENDS

With hat:	portmgr
Original commitRevision:362050 
Monday, 18 Nov 2013
02:14 fluffy search for other commits by this committer
- Missed new etc files.

Reported by:	QAT
Original commitRevision:334138 
Sunday, 17 Nov 2013
23:25 fluffy search for other commits by this committer
- Fix MLINKS
Original commitRevision:334135 
23:19 fluffy search for other commits by this committer
- Oops, forgot about MAN section during update :(

Noticed by:	QAT
Original commitRevision:334133 
15:25 fluffy search for other commits by this committer
- Update to 2.5.3 security release
- Remove outdated patches
- Preserve configured database during upgrade [1]

PR:		183614 [1]
Submitted by:	Horia Racoviceanu [1]
Original commitRevision:334089 
Friday, 20 Sep 2013
22:31 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
news)
Original commitRevision:327759 
Saturday, 14 Sep 2013
12:04 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327278 
Sunday, 2 Sep 2012
13:53 fluffy search for other commits by this committer
- Fix innd/nnrpd semget failures

Do not set any shmem permission bits except for the six allowed bits

PR:		171134
Submitted by:	G. Paul Ziemba
Original commitRevision:303548 
Sunday, 26 Aug 2012
17:33 rea search for other commits by this committer
news/inn: fix plaintext command injection, CVE-2012-3523

Relevant only for INN installations that are using encryption.

PR:		171013
Approved by:	fluffy@FreeBSD.org (maintainer)
Security:	http://www.vuxml.org/freebsd/a7975581-ee26-11e1-8bd8-0022156e8794.html
Original commit
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Sunday, 8 Jul 2012
10:47 fluffy search for other commits by this committer
- Fix typo

Noticed by:     Geraint A. Edwards via email
Original commit
Saturday, 7 Jul 2012
12:34 fluffy search for other commits by this committer
- Add options for OpenSSL (for those who don't need) and GnuPG (pgpverify)
- TCL is no longer supported.
- Use new option framework.
- USE_PYTHON implies inclusion of bsd.python.mk.
- There are no --with-max-socket, --with-etc-dir and --with-datarootdirdir in
configure.
- empty({PORT_OPTIONS:MTAGGED_HASH) NOT implies LARGE_FILES.
- Add missed files to plist

PR:             169666
Submitted by:   Hung-te Liang <lhd AT cs DOT nctu DOT edu DOT tw>
Original commit
Saturday, 30 Jun 2012
14:53 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Wednesday, 27 Jun 2012
12:26 fluffy search for other commits by this committer
- Update INN to 2.5.2 release
- Handle deprecated perl declarations [1]

PR:             166031 [1]
Submitted by:   Joe Horn <joehorn AT gmail DOT com> [1]
Suggested by:   cy (via email, most part of update)
Original commit
Saturday, 25 Feb 2012
19:33 thierry search for other commits by this committer
Fix rc script.

Since I'm there, clean plist.

PR:             ports/164750
Submitted by:   Joe Horn <joehorn (at) gmail.com>
Approved by:    maintainer time-out
Original commit
Sunday, 19 Feb 2012
07:02 rm search for other commits by this committer
- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)

They all non-functional changes.
Original commit
Tuesday, 24 Jan 2012
12:05 avilla search for other commits by this committer
- Fix plist.
- Bump PORTREVISION.

The port didn't package most of the contents of share/examples/inn,
but attempted to use them in exec/unexec portions of the package list,
producing errors for binary package installations.

PR:             159977 [1]
PR:             155436
Submitted by:   hag@linnaean.org [1]
Approved by:    fluffy (maintainer timeout)
Original commit
Thursday, 30 Sep 2010
01:38 fluffy search for other commits by this committer
- Switch MASTER_SITES to local to make it fetchable again

ISC doesn't provide distfiles for INN 2.4.x anymore

Noticed by:     pointyhat via erwin
Original commit
Friday, 27 Nov 2009
15:45 fluffy search for other commits by this committer
- Make perl5 dependency mandatory [1]
- Improve tcl handling

Noticed by:     dinoex via IRC [1]
Approved by:    tabthorpe (co-mentor)
Original commit
Monday, 10 Aug 2009
17:59 fluffy search for other commits by this committer
Update my MAINTAINER's email to @FreeBSD.org

Approved by: tabthorpe (co-mentor)
Original commit
Tuesday, 28 Jul 2009
18:33 miwi search for other commits by this committer
- Update to 2.4.6
- Pass maintainership to Dima Panov <Fluffy@fluffy.khv.ru>

PR:             based on 136810
Original commit
Wednesday, 22 Jul 2009
02:07 shaun search for other commits by this committer
With regret, return these to the pool.
Original commit
Monday, 17 Nov 2008
16:44 shaun search for other commits by this committer
- Remove SSL OPTION; force OpenSSL dependency instead.
- Remove bogus TCL 8.3 dependency.

Submitted by:   Dima Panov via cvs-ports
Original commit
Friday, 14 Nov 2008
16:11 shaun search for other commits by this committer
- Upgrade inn to 2.4.5.
- Upgrade inn-current to the latest snapshot, fixing some issues with
  the port [1]; the port is still BROKEN, though.
- Fix IPv6 binding issue. [2]

PR:             ports/124566 [1]
Submitted by:   thierry [1]
Obtained from:  http://marc.info/?t=122460141500003 [2]
Original commit
Sunday, 7 Oct 2007
05:45 linimon search for other commits by this committer
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally.  To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.

Hat:            portmgr
Original commit
Wednesday, 26 Sep 2007
19:10 shaun search for other commits by this committer
Fix a bug which causes innfeed to segfault on 64-bit architectures.

Submitted by:   Kai Gallasch <gallasch@free.de>
Debugged by:    Julien ÉLIE <julien@trigofacile.com>
Patched by:     roberto
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Original commit
Friday, 26 Jan 2007
22:54 shaun search for other commits by this committer
Fix inn and inn-current install.

Nudged by:      pav
Original commit
Sunday, 5 Nov 2006
23:08 shaun search for other commits by this committer
- Fix PLIST for inn-current.
- Check files exist before stripping, as strip(1) on 4.x fails if the
  file isn't there.

Reported by:    pointyhat via kris
Original commit
Thursday, 2 Nov 2006
02:52 shaun search for other commits by this committer
Pass the correct directories to configure when a non-default INN_LAYOUT
option is used.
Original commit
Wednesday, 1 Nov 2006
15:14 shaun search for other commits by this committer
Fix database directory ownership / configure options.
Original commit
Tuesday, 31 Oct 2006
02:35 shaun search for other commits by this committer
Overhaul for the inn ports:

- Turn inn-stable and inn-current into slaves, as they are pretty much
  clones of news/inn.
- Update the above ports to recent snapshots.
- Allow inn's database and spool directories to be placed outside
  PREFIX (e.g. under /var).
- Add OPTIONS knobs.
Original commit
Wednesday, 30 Aug 2006
00:39 shaun search for other commits by this committer
For the inn ports:

- Fix build in the case where the host machine has either no DNS, or an
  incomplete hostname.
- Use a generic placeholder in the default config file rather than the
  build machine's name.
- Pet portlint(1) while here.
Original commit
Wednesday, 23 Aug 2006
20:57 shaun search for other commits by this committer
Amend hostname check to succeed if /bin/hostname fails.
Another work-around for those pesky amd64 machines.
Original commit
Thursday, 3 Aug 2006
14:39 shaun search for other commits by this committer
- Fix a few incorrect file permissions after install.
- Check for invalid hostname and set IGNORE, since we know the build
  will fail in this case.
- Ensure pkg-install is called with correct environment.
Original commit
Monday, 19 Jun 2006
20:06 shaun search for other commits by this committer
Switch to my @FreeBSD.org address.

Approved by:    ahze (mentor)
Original commit
Friday, 9 Jun 2006
20:30 thierry search for other commits by this committer
Fix plist: it's now possible to install inn from package.

PR:             ports/98469
Submitted by:   Shaun Amott <shaun (at) inerd.com> (maintainer)
Original commit
Sunday, 28 May 2006
19:38 thierry search for other commits by this committer
Don't remove database data files during the next upgrade.

PR:             ports/98038
Submitted by:   Shaun Amott <shaun (at) inerd.com> (maintainer)
Original commit
Sunday, 7 May 2006
21:16 pav search for other commits by this committer
- Update to 2.4.3
- Provide rc_subr startup script
- Take maintainership

PR:             ports/96872
Submitted by:   Shaun Amott <shaun@inerd.com>
Original commit
Monday, 1 May 2006
10:22 clement search for other commits by this committer
- Drop maintainership
Original commit
Monday, 1 Mar 2004
15:47 clement search for other commits by this committer
Strip binaries.

Noticed by:     naddy (monthes ago)
Original commit
Thursday, 26 Feb 2004
16:27 clement search for other commits by this committer
Cosmetic change: add missing quotes.
Original commit
16:20 clement search for other commits by this committer
- Add WITH_STANDARD_ETC knob
  If you define WITH_STANDARD_ETC inn config files are put
  in ${PREFIX}/etc/inn

Requested by:           Jochen Gensch <incmc@gmx.de> (PR 61974)
Original commit
Wednesday, 11 Feb 2004
17:55 clement search for other commits by this committer
- Add a little workaround to keep man directories owned by root.
- Unmark as FORBIDDEN.

Noticed by:     kris
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Friday, 30 Jan 2004
09:08 kris search for other commits by this committer
FORBIDDEN: Changes ownership of system directories
Original commit
Thursday, 8 Jan 2004
10:36 clement search for other commits by this committer
Forced commit to clarify previous commit message:
ChangeLog:
http://lists.litech.org/pipermail/inn-workers/2004q1/002762.html
Security bug explanation:
http://lists.litech.org/pipermail/inn-workers/2004q1/002763.html

Approved by:    erwin (mentor)
Original commit
10:20 clement search for other commits by this committer
- Update to 2.4.1 (urgent release)
  This release fixes a potentially exploitable buffer overflow.
  Changelog:
  http://lists.litech.org/pipermail/inn-workers/2004q1/002763.html
- Add db41 support

Approved by:    erwin (mentor) (implicitly)
Original commit
Friday, 21 Nov 2003
04:53 linimon search for other commits by this committer
Changelog:
- set correctly inn tmpdir [PR 57859: thanks to G. Paul Ziemba"
  <p-fbsd-bugs@treehouse.napa.ca.us>]
- fix PKG_PREFIX for pkg-install, now post install script knows correct prefix
- add support for db4, db3 in ovdb.
Note for users:
inn 2.4.0 DOESN'T SUPPORT db4.1. If you want to use db4.1, use inn-stable
instead.
PR:     ports/58394
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Original commit
Sunday, 28 Sep 2003
15:30 daichi search for other commits by this committer
update news/inn:
  - fix build for news/newsx if inn* is installed via a package

PR:             57313
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Pointed out by: Kris via dosirak
Original commit
Friday, 26 Sep 2003
06:32 daichi search for other commits by this committer
update: news/inn
  - Now config files are not removed
  - add many knobs
  - Use USE_OPENSSL hook

PR:             57160
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Original commit
Friday, 1 Aug 2003
05:14 daichi search for other commits by this committer
update news/inn:
  - Add python knob
  - Add WITH_TAGGED_HASH (from PR 36587 (thanks to Thomas Seck)
  - clean/move stuff from do-install: to post-install:
  - make "portlint -A" happy

PR:             55108
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Pointed out by: Thomas Seck <tmseck@netcologne.de>
Original commit
Thursday, 24 Jul 2003
16:05 osa search for other commits by this committer
Give maintainership to Clement Laforet <sheepkiller@cultdeadsheep.org>

PR:     54816
Original commit
Monday, 14 Jul 2003
14:51 des search for other commits by this committer
I no longer have time to properly maintain these ports.
Original commit
Sunday, 11 May 2003
20:43 des search for other commits by this committer
Upgrade to 2.4.0, which introduces, amongs other new features, IPv6
support.

Many thanks to Thierry Thomas <thierry@pompo.net> for advice and testing.
Original commit
Monday, 14 Apr 2003
12:25 des search for other commits by this committer
Upgrade to 2.3.5, which was released during the freeze.
Original commit

Number of commits found: 117 (showing only 100 on this page)

1 | 2  »