Commit Graph

405 Commits

Author SHA1 Message Date
jasper
dd11ff3185 switch distfiles.nl to SSL, setup with security/letsencrypt/client 2015-11-24 09:11:02 +00:00
espie
511c5d230a a few minor pkg_subst fixes, for the coming patch (disallow -c without -m
outside of WRKDIR)
2015-11-02 11:56:54 +00:00
jca
544572bd02 Update to leafnode-1.11.11
NEWS entries (the last entry doesn't affect OpenBSD):

### BUGFIXES
- The configfile parser now strips whitespace between a configuration
  parameter's value and a trailing comment. Found by Cecil Westerhof.
- The roff manual page sources now render proper hyphens (-), minus characters
  (\-) and en-dashes (\[en]) depending on their context. This is so that
  copying-and-pasting from the manual page works properly.
- The code that checks if the peer is local now properly deals with IPv4
  mapped IPv6 addresses.
2015-10-02 11:55:05 +00:00
ajacoutot
0afe56c826 No need to override pexp. 2015-07-16 00:12:02 +00:00
naddy
5f5ebb1811 update master sites, ftp.sunet.se is being decommissioned; ok giovanni@ 2015-06-21 20:06:46 +00:00
sthen
da8c7c4ae3 update HOMEPAGE, from Simon Nicolussi 2015-05-20 20:38:46 +00:00
jca
7392599973 Update to sabnzbd-0.7.20
From Carlin Bingham, ok mglocker@ (maintainer)
2015-04-17 11:43:09 +00:00
jca
1ef846bba8 Missed in previous.
I love you cvs.
2015-04-06 16:29:48 +00:00
jca
5839285e07 Update to leafnode-1.11.10
ok ajacoutot@
2015-04-06 16:26:22 +00:00
sthen
ef654fa0dd update to slrn-1.0.2, and take maintainer as suggested by bcallah@
replace bundled m4 files (which aren't working properly) with those from gettext
2015-03-16 17:10:05 +00:00
naddy
6bb8d0674b Drop USE_GROFF from ports where the formatting differences are acceptable
or mandoc provides the more useful output.
2015-02-16 22:57:07 +00:00
bentley
eb5d566e19 Remove Kevin Lo as maintainer, by request. 2015-01-21 06:23:33 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
benoit
22ce4d09e7 Update to p5-News-Newsrc-1.11.
ok kevlo@ (maintainer)
2014-12-18 08:22:43 +00:00
jca
e0d9d5f3f5 Remove news/newsfetch. The code is in very bad shape and has at least
one unfixed CVE.  No objection from sebastia@
2014-11-01 10:31:21 +00:00
jca
bbcbc6ab13 newsfetch port cleanup
- delete extra comments at the top of Makefile
- respect DEBUG, pass CC/CFLAGS/LDFLAGS using MAKE_FLAGS
- pass INSTALL_* via FAKE_FLAGS
- drop USE_GROFF; no visible difference
- use ALL_TARGET instead of patching
- add @bin annotation
- clean up DESCR (urkh...)
- regen distinfo
2014-10-29 00:07:17 +00:00
jasper
26029e82b2 drop the gtk version from COMMENT
ok pea@ (MAINTAINER)
2014-10-01 12:22:17 +00:00
jasper
3abcf480cc sync WANTLIB 2014-10-01 09:07:57 +00:00
naddy
af85c4912f work-around addition of pipe2() in unistd.h; ok espie@ 2014-09-02 19:17:01 +00:00
naddy
6f333f2939 Drop USE_GROFF since groff and mandoc produce identical output. 2014-08-26 14:16:28 +00:00
giovanni
fffc589434 bugfix update to 2.2.1 2014-07-10 08:18:37 +00:00
naddy
56fc118dc9 Provide a dummy nroff. Configure always searches for it in PATH and
if not found the man pages will not be installed.  ok espie@
2014-06-18 14:23:36 +00:00
giovanni
da09db4dad Update to 2.2.0
add some arc4random patches
take maintainership
ok & hints Joachim Shipper (old maintainer)
2014-04-29 16:41:36 +00:00
schwarze
158fa11e3a Revert rev. 1.4 of this patch. The port installs unformatted manuals
anyway and doesn't use the hint to mandoc at all.  This avoids false
positives auditing the ports tree for bogus mandoc usage.
No package change, no bump.
OK espie@
2014-04-27 09:09:42 +00:00
ajacoutot
6c4e537ec6 tcp wrappers are gone. 2014-03-25 12:23:36 +00:00
jasper
603c9a7657 remove support for m68k in patches that add it; patches where the m68k bits
are in context (but not the actual patch) were left out.
2014-03-19 13:48:40 +00:00
naddy
611dc52f1c Drop USE_GROFF since groff and mandoc produce identical output. 2014-01-01 20:46:27 +00:00
jca
86ec3576a9 Don't needlessly include sgtty.h. "looks fine" naddy@ 2013-12-07 23:47:18 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
naddy
06a9102560 Drop USE_GROFF since groff and mandoc produce identical output. 2013-10-11 23:48:03 +00:00
bcallah
63933befa5 Update slrn to 1.0.1 and take MAINTAINER.
ok sthen@
2013-08-07 15:22:27 +00:00
sthen
9eb4e11bb2 patch Configure to not to pick up libhdb.so*, fixing the build. courtesy of
kerberosV we now have this file and it isn't what trn is looking for. ok espie@
2013-06-18 21:27:42 +00:00
sthen
66865e0beb oops, this did have an actual change..revert! 2013-06-18 21:14:29 +00:00
sthen
61aea96313 regen patch/distinfo; no actual change 2013-06-18 21:12:26 +00:00
abieber
115bcb08be Upgrade sabnzbd to 0.7.11 and add an rcscript.
OK mglocker@, sthen@
2013-05-20 18:36:06 +00:00
sthen
8a275d20b1 Constrain date.y's 2038 check to only when sizeof(time_t) == sizeof(int).
As done in base e.g. usr.bin/cvs/date.y r1.23

Add an XXX comment for stupid static LeapYears table in trn/tin.
2013-04-19 21:32:37 +00:00
sthen
140db71305 regen distinfo and patches of a few things in ports which use the
Bellovin/$alz/Berets date.y, no package changes
2013-04-19 20:20:36 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
00035f474d missing LIB_DEPENDS/wantlib 2012-12-21 13:01:32 +00:00
ajacoutot
d346abdb5f Enable GNUtls support.
ok pea@ (maintainer)
2012-11-15 19:18:55 +00:00
ajacoutot
2104d1b1ca needs to be ported to gtkspell3 2012-11-15 14:53:20 +00:00
espie
c7f03958d7 zap spaces at end of variables (posix make compliance minor issue) 2012-10-18 21:23:51 +00:00
sthen
9615c3d6d8 zap trailing whitespace in files where it's present on PERMIT_* lines 2012-10-15 15:18:31 +00:00
sthen
3a1c6d10f6 zap trailing whitespace where it's present in MASTER_SITES/COMMENT
lines in ports Makefiles
2012-10-15 15:06:41 +00:00
ajacoutot
b7eab0566c boring morning useless cleanup: remove the FreeBSD RCS tags; it makes
sense for ports Makefile but not really for categories.

ok espie@
2012-08-18 07:25:25 +00:00
naddy
f3129815ec fetch prototypes, clean up includes 2012-08-06 20:32:22 +00:00
ajacoutot
1e0e1e2cc9 Remove VERSION, it's only used once. Tweak DESCR.
maintainer timeout
2012-07-10 10:29:39 +00:00
pea
af2006d42f Bugfix update to 0.139
ok ajacoutot@
2012-07-03 09:45:38 +00:00
mglocker
948c56930d + sickbeard 2012-06-27 08:23:27 +00:00
mglocker
ce93193cea SickBeard allows you to search for your favorite TV serie nzb-files
at your preferred nzb search provider.  It offers a direct interface
to SABnzbd, Black hole, and NZBget to automatically process the
snatched nzb-files.

Help and OK jasper@
2012-06-27 08:15:46 +00:00