aboutsummaryrefslogtreecommitdiffstats
path: root/news/c-nocem
Commit message (Collapse)AuthorAgeFilesLines
* change MAINTAINER to FreeBSD.org addressdinoex2001-06-241-1/+1
|
* - Added missing dependency for libcnews.adinoex2001-05-171-1/+2
|
* Add default CNEWSBIN, to ensure package can be madedinoex2001-03-161-0/+1
|
* fix pkg-plist, even if CNEWSBIN is not setdinoex2001-03-142-2/+3
|
* Changing path for BUILD_DEPENDS.dinoex2001-03-111-2/+3
| | | | | | | | | | | For some unknown reason for the i386 ports build had failed, workdir was searched in: "/tmp/usr/ports/news/cnews/work/" but created files are at: "/tmp/a/ports/news/cnews/work/" changed to use ${.CURDIR} instead of ${PORTSDIR} old: ${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work/ new: ${WRKDIRPREFIX}${.CURDIR}/../cnews/work
* Master-Sites changed, renaming of directories.dinoex2001-02-231-1/+1
| | | | Approved by: will
* This port needs PGP. Add GnuPG as dependency.alex2001-01-121-1/+2
| | | | Submitted by: bento
* Fix BUILD_DEPENDSkevlo2000-10-101-1/+1
| | | | | PR: 21873 Submitted by: MAINTAINER
* Substitute the extra spaceskevlo2000-08-111-1/+1
|
* Add a patch-file that I missed in the previous commit.nbm2000-08-061-0/+8
| | | | PR: ports/20441
* Update to 3.6 and fix a few bugs too.nbm2000-08-063-5/+5
| | | | | PR: ports/20441 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> (MAINTAINER)
* Add c-nocem, a fast filter to remove spam (works with cnews)nbm2000-08-026-0/+59
PR: ports/17302 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>