Commit Graph

67 Commits

Author SHA1 Message Date
Sergey A. Osokin e8029e4846 Update databases/redis to the recent stable version 6.0.10.
Update CONFLICTS for:
o) databases/redis4
o) databases/redis5
o) databases/redis
o) databases/redis-devel

Connect databases/redis5 to the build.

Bump PORTREVISIONs for dependant ports.
2021-01-13 16:13:24 +00:00
Vinícius Zavam f0e45890ff irc/anope: update 2.0.7_1 to 2.0.9
github.com/anope/anope/blob/2.0.9/docs/Changes
2020-10-24 13:23:58 +00:00
Sergey A. Osokin 89e0b04783 Repocopy the databases/redis to the databases/redis4 to update
the databases/redis port to the latest stable version, 5.0.6.

PR:		241526
Reviewed by:	portmgr (adamw)
Approved by:	portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D22336
2019-11-21 19:27:39 +00:00
Vinícius Zavam a4a82891ae irc/anope: update 2.0.6 to 2.0.7 2019-11-15 10:52:42 +00:00
Mathieu Arnold 3bd0ac0d72 Convert to UCL & cleanup pkg-message (categories h-k) 2019-08-13 22:22:35 +00:00
Mathieu Arnold b02a518e53 Remove Created by lines where I am the one. 2019-05-20 13:04:24 +00:00
Jan Beich 88bb6227dc irc/anope: unbreak with libc++ 8
In file included from src/access.cpp:12:
In file included from include/service.h:15:
In file included from include/services.h:22:
In file included from /usr/include/c++/v1/stdexcept:46:
In file included from /usr/include/c++/v1/exception:81:
In file included from /usr/include/c++/v1/cstddef:38:
include/version:1:1: error: expected unqualified-id
<U+007F>ELF<U+0002><U+0001><U+0001> <U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0002><U+0000>><U+0000><U+0001><U+0000><U+0000><U+0000><U+0000>P <U+0000><U+0000><U+0000><U+0000><U+0000>@<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><F0>"<U+0001><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>@<U+0000>8
^

PR:		236192
Approved by:	portmgr blanket
2019-03-04 07:21:57 +00:00
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Vinícius Zavam e6e74bcab0 irc/anope: update 2.0.5 to 2.0.6
- adopt the port;
  - silent portlint.

Approved by:	rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D18489
2018-12-16 11:59:49 +00:00
Dmitry Marakasov 5b4dae68d7 - Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
- Update WWW
2018-11-16 17:04:10 +00:00
Mark Felder 393a1c00f3 Reset maintainer for misc ports I do not interact with anymore 2018-10-02 19:21:49 +00:00
Mark Linimon 45cb752a04 Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.

While here, alphabetize ARCHs, pet portlint, and modernize usages.

Approved by:	portmgr (tier-2 blanket)
2017-06-25 00:29:09 +00:00
Mark Felder 40338eb384 irc/anope: Update to 2.0.5
Modernize port options
Fix building with MySQL
Add new REDIS option

Changelog:	https://github.com/anope/anope/blob/a9bf2518864a6919f7e1217016c9dec3a3b08323/docs/Changes

MFH:		2017Q2
2017-06-09 13:55:01 +00:00
Mathieu Arnold e51bbb58a4 Remove all _USE=openssl occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:54 +00:00
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Tijl Coosemans 6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-27 14:57:59 +00:00
Baptiste Daroussin ac922c592e Convert g* and i* to USES=sqlite and USES=firebird 2016-01-10 16:55:26 +00:00
Mathieu Arnold 7adc81e042 Fixup USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-28 08:16:26 +00:00
Mark Felder f69388e9da Anope supports reloading via HUP 2015-04-24 15:01:56 +00:00
Mark Felder e21e35c1b6 rc script improvements
It was not setting user to "nobody" correctly
2015-04-24 14:50:32 +00:00
Mark Felder 9fb44b302a Add LICENSE 2015-04-23 19:47:16 +00:00
Mark Felder 41d43060f1 Update to 2.0.2, take maintainership
* Anope now works (was broken since STAGE)
* All extra modules are now port options
* Anope service runs as nobody by default

Approved by:	mat
2015-04-23 16:49:46 +00:00
Dmitry Marakasov ee6e091a2b - Add empty directories to plist
Approved by:	portmgr blanket
2015-04-23 13:46:28 +00:00
Mathieu Arnold cd7e7c160c Cleanup @dirrm* from my ports.
Sponsored by:	Absolight
2014-10-02 16:37:02 +00:00
Mathieu Arnold 4f623e0f14 - Update to 1.8.9
- Stage
- Cleanup rc script
- Take [1]

Approved by:	maintainer [1]
Sponsored by:	Absolight
2014-06-19 13:03:29 +00:00
Jimmy Olgeni 5e38556079 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
2014-06-13 07:36:27 +00:00
Martin Wilke 6654024e93 - Convert USE_GMAKE to USES 2014-03-15 16:21:34 +00:00
Dennis Herrmann f4f1d1d012 - Update to 1.8.8 2013-12-18 08:59:06 +00:00
Baptiste Daroussin f30824b2ef Add NO_STAGE all over the place in preparation for the staging support (cat: irc) 2013-09-20 18:44:49 +00:00
Andrej Zverev a5341091eb - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 17:03:42 +00:00
Martin Wilke 5c7bf71301 - Unbreak build
Reported by:	pointyhat
2013-03-26 09:25:33 +00:00
Baptiste Daroussin baedaefc13 Convert dhn's ports to the new options framework
While here trim headers and convert some USE_GNOME=pkgconfig to
USE_PKGCONFIG=build

Approved by:	maintainer (dhn)
2013-01-07 20:50:20 +00:00
Doug Barton 83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Dennis Herrmann bc2e3b2b75 - Update to 1.8.7 2011-12-24 10:49:07 +00:00
Dennis Herrmann 8e7db6e8ed - Update to 1.8.6 2011-05-23 06:32:55 +00:00
Alex Dupre 1bda2b2725 Bump PORTREVISION for ports linking to default libmysqlclient. 2011-03-19 13:15:34 +00:00
Martin Wilke a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Dennis Herrmann 3494ab1c71 - Update to 1.8.5 2010-09-12 08:34:23 +00:00
Dennis Herrmann badaf5d60e - Update to 1.8.4 2010-04-07 19:43:31 +00:00
Doug Barton 1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dennis Herrmann dcb918dfa3 - Update to 1.8.3 2010-01-30 13:09:05 +00:00
Dmitry Marakasov 0074c5fa8c - Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L 2009-08-22 00:24:37 +00:00
Dennis Herrmann cc5be72253 - Update to 1.8.2 2009-07-19 16:13:51 +00:00
Dennis Herrmann 2b3b399de8 - Use my FreeBSD address on the ports I maintain
Approved by:	tabthorpe (co-mentor)
2009-03-06 18:14:36 +00:00
Martin Wilke f2626ef7b6 - Update to 1.8.0
- Add PORTDOCS

PR:		130518
Submitted by:	Dennis Herrmann <adox@mcx2.org> (maintainer)
2009-01-14 16:00:10 +00:00
Beech Rintoul 195a6e40c8 - Update to 1.7.24
- Pass maintainership to submitter

PR:		ports/129509
Submitted by:	Dennis Herrmann <adox@mcx2.org>
2008-12-10 09:32:31 +00:00
Beech Rintoul 0047d4694c - Update to 1.7.22 2008-12-10 09:00:39 +00:00
Pav Lucistnik c10bd97f45 - Update to 1.7.21
PR:		ports/123290
Submitted by:	Boris Kovalenko <boris@tagnet.ru>

- Drop maintainership

Submitted by:	mat (maintainer)
2008-11-12 16:49:09 +00:00
Mathieu Arnold dc65d30f4d Update to 1.6.5
Reminded by:	miwi
2007-06-24 10:40:59 +00:00
Mathieu Arnold d30087245f fixup build 2006-09-19 09:36:55 +00:00