freebsd-ports/news
Mathieu Arnold f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
..
atp
aub
c-nocem
cg - Add LICENSE 2017-12-27 09:00:39 +00:00
cleanfeed
cnews
crashmail
diablo
fidogate
golded+ Unbreak Clang 6 build. 2018-01-26 22:53:35 +00:00
gup
hellanzb Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
husky Fix build with Perl 5.26. 2018-03-28 16:52:58 +00:00
husky-areafix
husky-fidoconf
husky-hpt
husky-htick
husky-huskylib
husky-smapi
husky-sqpack
ifmail - add back setuid bits for poudriere builds 2018-01-05 05:20:53 +00:00
inn
knews
leafnode Add LICENSE. 2018-03-31 10:08:17 +00:00
lusernet Fix configure options for gnustep-make 2017-12-03 12:23:53 +00:00
mail2nntp
mmail news/mmail: Update 0.49 -> 0.51 2018-04-01 22:08:01 +00:00
multisuck
newscache
newsfetch
newsfish
newsgrab
newspost
newsstar
newsx
nget Adjust USES to fix builds on gcc-based architectures. 2018-06-18 19:03:03 +00:00
nn
nnap
nntp - remove option INETD 2018-04-30 10:23:32 +00:00
nntpbtr
nntpcache Mark ports broken on mips64 that are already broken on powerpc64. In 2018-07-02 04:00:29 +00:00
noffle
nzbget Add missing requirement on LOGIN for rc script. 2018-03-03 23:33:33 +00:00
nzbperl
p5-News-Article
p5-News-Article-NoCeM Remove all := from BUILD_DEPENDS, here are never needed. 2018-07-09 08:40:17 +00:00
p5-News-Newsrc Update WWW 2018-05-27 20:15:16 +00:00
p5-NNTPClient Update WWW 2018-05-27 20:15:16 +00:00
p5-POE-Component-Client-NNTP Update WWW 2018-05-27 20:15:16 +00:00
p5-POE-Component-Server-NNTP Update WWW 2018-05-27 20:15:16 +00:00
pan news/pan: unbreak build with Clang 6 (C++14 by default) 2018-01-06 14:20:33 +00:00
papercut - Add explicit FLAVOR to a few dependencies 2017-12-03 08:25:31 +00:00
pgpmoose
plor
py-pynzb Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-sabyenc Update to 3.3.5 2018-06-01 19:11:34 +00:00
py-yenc
rawdog Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
s-news
sabnzbdplus Update to 2.3.4 2018-06-05 08:08:27 +00:00
slrn news/slrn: fix crash with SIGSERV in the iconv_convert_string() 2018-06-30 00:49:19 +00:00
slrnconf
slrnface
sn
suck
suck-cnews
tin devel/icu: update to 62.1 2018-06-29 14:22:11 +00:00
trn
trn4
ubh
xpn Reduce dependency on the python2 metaport 2018-02-19 11:10:43 +00:00
xrn
yencode
yydecode
Makefile