summaryrefslogtreecommitdiffstats
path: root/news/c-nocem
Commit message (Collapse)AuthorAgeFilesLines
* Fix in the new Perl order.linimon2007-09-091-7/+2
| | | | Hat: portmgr
* - Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,kuriyama2006-12-221-2/+2
| | | | | | | | depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not correct. To work around this, change dependency line from bin/gpg to bin/gpgv which exists in security/gnupg1 port only. Spotted by: ume
* - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopiedkuriyama2006-12-211-2/+2
| | | | | | to security/gnupg1. Thanks to: dougb, lofi
* - add SHA checksumdinoex2005-11-131-0/+1
|
* - use CNEWS_PORTdinoex2004-03-261-5/+5
|
* - add SIZEdinoex2004-02-261-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* - fix build on bento.dinoex2003-03-031-1/+3
| | | | | | | | | | | | | | | | It works fine when PORTSDIR points at the physical lcoation. if PORTSDIR point to symlink (as on benot), the workdirs are at a diffrent location. You expect: ${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work ===> c-nocem-3.7 depends on file: /tmp/usr/ports/news/cnews/work/conf/substitutions - not found but the port genarted itws workfiles at: /tmp/a/ports/news/cnews/work/conf/substitutions The location can only be found with ${WRKDIRPREFIX}${.CURDIR}/../../news/cnews/work
* - backout as requested by krisdinoex2003-02-231-4/+0
| | | | ports is now broken again on bento.
* - update pre-fetch to use CNEWSSRC as welldinoex2003-02-231-1/+1
|
* - Update to 3.7dinoex2003-02-232-6/+11
| | | | | - add pre-fetch target for bento - optimize configuration with option CNEWSSRC
* - retire pkg-commentdinoex2003-02-211-1/+0
|
* - add COMMENTdinoex2003-02-201-0/+1
|
* - Fix build, as USE_PERL5 now conditional.dinoex2002-12-131-2/+7
|
* - Fix build on CURRRENTdinoex2002-12-131-0/+1
| | | | switch to USE_PERL5, even as it builds with perl4
* change binary installation path for cnewsdinoex2002-09-011-1/+1
|
* change MAINTAINER to FreeBSD.org addressdinoex2001-06-241-1/+1
|
* - Added missing dependency for libcnews.adinoex2001-05-161-1/+2
|
* Add default CNEWSBIN, to ensure package can be madedinoex2001-03-151-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-101-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>
OpenPOWER on IntegriCloud