aboutsummaryrefslogtreecommitdiff
path: root/news
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 1.5.8Andrey A. Chernov2001-04-134-3/+23
| | | | Notes: svn path=/head/; revision=41356
* added %%PORTDOCS%% in pkg-plistDirk Meyer2001-04-133-315/+315
| | | | Notes: svn path=/head/; revision=41336
* Update Makefile and pkg-descr to honor Maintainer,Dirk Meyer2001-04-082-5/+2
| | | | | | | | | as suggested by <ben@FreeBSD.org> PR: 25534 Notes: svn path=/head/; revision=41083
* - appied patch from PR 25594Dirk Meyer2001-04-0843-0/+1374
| | | | | | | | | | | - make portlint happier - clean pkg-plist PR: 25534 Submitted by: thierry@thomas.as Notes: svn path=/head/; revision=41060
* Various fixes:Will Andrews2001-04-041-1/+2
| | | | | | | | | | - Put kdesupport11 dependency back. I forgot that it is not implied by kdelibs11 as kdesupport2 is by kdelibs2. - HAS_CONFIGURE -> GNU_CONFIGURE in some cases were needed. - Add X11 headers to CPPFLAGS for moonshine (extreme case). Notes: svn path=/head/; revision=40830
* Upgrade to 0.9.7.0.Munechika SUMIKAWA2001-04-044-16/+21
| | | | | | | | PR: ports/26325 Submitted by: xaa+ports@timewasters.nl Notes: svn path=/head/; revision=40826
* Overhaul QT/KDE support:Will Andrews2001-04-031-5/+2
| | | | | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal) Notes: svn path=/head/; revision=40792
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-293-3/+3
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* change /nonexistent to ${NONEXISTENT} as noted in porters handbookDirk Meyer2001-03-231-1/+1
| | | | Notes: svn path=/head/; revision=40280
* (finally!) upgrade to 3.0-REL.Dag-Erling Smørgrav2001-03-224-7/+75
| | | | Notes: svn path=/head/; revision=40190
* Update to 2.3.20010321.Dag-Erling Smørgrav2001-03-212-2/+2
| | | | Notes: svn path=/head/; revision=40157
* Upgrade to test75.Matthew Hunt2001-03-214-16/+21
| | | | | | | Submitted by: David McNett <nugget@slacker.com> Notes: svn path=/head/; revision=40128
* - fix depends for INNDirk Meyer2001-03-192-3/+6
| | | | | | | | - upgraded depends from INN2.2 to INN2.3 - port now honors NOPORTDOCS Notes: svn path=/head/; revision=40061
* - Updated to 4.2.5Dirk Meyer2001-03-176-32/+105
| | | | | | | | | | | - New Master Site, Old Site is not accessible - included History-Check for cnews and inn2.2 PR: 25411 Submitted by: dinoex, greg@greg.rim.or.jp Notes: svn path=/head/; revision=39968
* Add default CNEWSBIN, to ensure package can be madeDirk Meyer2001-03-151-0/+1
| | | | Notes: svn path=/head/; revision=39899
* Remove bogus trailing backslash.Jun Kuriyama2001-03-141-1/+1
| | | | | | | | Submitted by: bdluevel@heitec.net PR: ports/25795 Notes: svn path=/head/; revision=39826
* fix pkg-plist, even if CNEWSBIN is not setDirk Meyer2001-03-142-2/+3
| | | | Notes: svn path=/head/; revision=39814
* Update version number of gtkmm shared library.Maxim Sobolev2001-03-131-1/+1
| | | | Notes: svn path=/head/; revision=39764
* Add more official mirrors to MASTER_SITES.Jun Kuriyama2001-03-121-1/+9
| | | | | | | | Submitted by: maintainer PR: ports/25700 Notes: svn path=/head/; revision=39619
* Fix wrong configuration detection due to missing includeAndrey A. Chernov2001-03-112-3/+114
| | | | Notes: svn path=/head/; revision=39549
* Changing path for BUILD_DEPENDS.Dirk Meyer2001-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 Notes: svn path=/head/; revision=39547
* Fix plistKris Kennaway2001-03-111-0/+2
| | | | Notes: svn path=/head/; revision=39525
* Update to 20010310, and fix the same chown bug as in news/inn.Dag-Erling Smørgrav2001-03-113-2/+15
| | | | Notes: svn path=/head/; revision=39524
* Forgot to bump PORTREVISION.Dag-Erling Smørgrav2001-03-112-2/+2
| | | | Notes: svn path=/head/; revision=39506
* Avoid chown'ing /usr/local/man/man* to news:news.Dag-Erling Smørgrav2001-03-112-0/+26
| | | | Notes: svn path=/head/; revision=39499
* Update version to 6_14_6-04Satoshi Taoka2001-03-1028-622/+264
| | | | Notes: svn path=/head/; revision=39405
* Update to new stable release of fidogateDirk Meyer2001-03-103-8/+7
| | | | Notes: svn path=/head/; revision=39382
* Update to 20010306 (and synch with changes in news/inn/Makefile)Dag-Erling Smørgrav2001-03-073-10/+26
| | | | Notes: svn path=/head/; revision=39156
* Install some header files which third-party utils may need.Dag-Erling Smørgrav2001-03-064-6/+30
| | | | | | | Avoid leaving cruft behind in the db directory. Notes: svn path=/head/; revision=39154
* Belatedly upgrade to 2.3.1.Dag-Erling Smørgrav2001-03-058-10/+20
| | | | Notes: svn path=/head/; revision=39100
* add cleanfeed, a spam filter for Usenet news serversYing-Chieh Liao2001-03-058-0/+77
| | | | | | | | PR: 24481 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw> Notes: svn path=/head/; revision=39069
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-014-26/+14
| | | | Notes: svn path=/head/; revision=38917
* Update to version 0.9.6.4.Steve Price2001-02-272-9/+11
| | | | | | | | PR: 25383 Submitted by: maintainer Notes: svn path=/head/; revision=38820
* Update to version 2.12Tom Hukins2001-02-263-3/+3
| | | | Notes: svn path=/head/; revision=38794
* Minor pkg-plist fixes.Steve Price2001-02-261-0/+3
| | | | | | | | PR: 23806 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw> Notes: svn path=/head/; revision=38728
* Added URL, removed empty lines to make portlint happyDirk Meyer2001-02-231-2/+2
| | | | Notes: svn path=/head/; revision=38657
* Master-Sites changed, renaming of directories.Dirk Meyer2001-02-232-2/+2
| | | | | | | Approved by: will Notes: svn path=/head/; revision=38625
* add ija, an interactive command line frontend of DejaYing-Chieh Liao2001-02-176-0/+40
| | | | Notes: svn path=/head/; revision=38434
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-142-2/+2
| | | | Notes: svn path=/head/; revision=38343
* Make look gnus info docs look better in info docs listing (/usr/local/info/dir)James E. Housley2001-02-114-12/+22
| | | | | | | | PR: 24990 Submitted by: Ilya Martynov <ilya@martynov.org> MAINTAINER Notes: svn path=/head/; revision=38209
* Update to 0.9.3Ade Lovett2001-02-1110-46/+14
| | | | Notes: svn path=/head/; revision=38190
* Gah. Fix pkg-descr to point to the new location, too, along with aAde Lovett2001-02-072-14/+8
| | | | | | | few other cleanups. Notes: svn path=/head/; revision=38066
* MASTER_SITE moved.Ade Lovett2001-02-072-2/+2
| | | | | | | Submitted by: distfile survey Notes: svn path=/head/; revision=38065
* Style fixes for news.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37987
* Take over the maintainership. I've once touched this port.Akinori MUSHA2001-02-012-31/+11
| | | | | | | Create a clean BSD Makefile instead of modifying the original. Notes: svn path=/head/; revision=37891
* Newest version of gnus for emacs20. If you think the gnus comes withClive Lin2001-02-0111-0/+371
| | | | | | | | | | emacs20 port is too old, try this out. PR: 24714 Submitted by: Ilya Martynov <ilya@martynov.org> Notes: svn path=/head/; revision=37880
* - Support CC properlyClive Lin2001-01-284-19/+18
| | | | | | | | | | - Apply to 'one file per patch' convention PR: 24675 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=37657
* Remove inactive MAINTAINER <smace>, who hasn't committed in 20 months.Will Andrews2001-01-271-1/+1
| | | | Notes: svn path=/head/; revision=37621
* update ubh from 1.3 to 1.5Ying-Chieh Liao2001-01-252-2/+2
| | | | | | | | PR: 24615 Submitted by: joseph@randomnetworks.com Notes: svn path=/head/; revision=37561
* Removed blank line to make portlint happyDirk Meyer2001-01-241-1/+0
| | | | Notes: svn path=/head/; revision=37528