1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

3580 Commits

Author SHA1 Message Date
Alexey Dokuchaev
d0ba229212 - Update to version 1.6.3; remove "foo is" from COMMENT text
- Move bison(1) from BUILD_DEPENDS to USES
- Register CONFLICTS with knot-devel-1.*
- Enable compiler messages in batch (package building) mode
- Add new options (DNSTAP, GOST, LMDB)
- Rename IDNA option to our standard (shared) IDN
- Allow to build against `security/libressl' as OPENSSL_PORT
- Switch to using @sample keyword for knot.sample.conf
- Sort pkg-plist and reformat pkg-descr while I'm at it
- Update files/pkg-message.in to include instructions for both new
  and legacy rc systems (e.g. FreeBSD 8.4 has service(8), but no
  sysrc(8) utility)

PR:		199298
Submitted by:	maintainer
2015-04-13 17:43:12 +00:00
Alexey Dokuchaev
9a3825349b Unbreak by providing working mastersite; do not remove previous sites to
give maintainer a chance to sort it out.

PR:		199329
Submitted by:	Chris Hutchinson
2015-04-13 07:24:52 +00:00
Alexey Dokuchaev
2a61f4fbe1 - Unbreak by providing working mastersite
- Improve COMMENT, canonicalize Makefile header
- Unmute installation commands, misc. cleanups
- Reformat port description; kill EOL whitespace
- Remove defunct WWW from port description
- Transfer maintainership to the submitter

PR:		199324
Submitted by:	Chris Hutchinson
2015-04-13 06:51:44 +00:00
Matthias Andree
8fdb54ab44 Upgrade to new release candidate #4.
Resolves checksum trouble.
Git shortlog between rc#3 and rc#4:

Simon Kelley (4):
      Return INSECURE, rather than BOGUS when DS proved not to exist.
      Fix compiler warning when not including DNSSEC.
      Fix crash caused by looking up servers.bind when many servers defined.
      Fix crash on receipt of certain malformed DNS requests.

Stefan Tomanek (2):
      add --tftp-no-fail to ignore missing tftp root
2015-04-12 11:15:49 +00:00
Ryan Steinmetz
c6066d34df - Update to 0.1.7 2015-04-09 12:01:17 +00:00
Kurt Jaeger
151b2ebf6e dns/p5-Net-Domain-TLD: 1.72 -> 1.73, change maintainer
- Added a lot of new TLDs that recently came out.

PR:		198830
Submitted by:	vivek@khera.org
Approved by:	tobez (maintainer timeout)
2015-04-06 16:22:51 +00:00
Don Lewis
fe0bd9cc86 Add LICENSE_FILE (and bump PORTREVISION).
Convert to use MASTER_SIGHTS_FARSIGHT.

Differential Revision:	https://reviews.freebsd.org/D2235
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-04-06 12:40:48 +00:00
Don Lewis
bf12eff187 New port: dns/py-pydnstable
Python bindings for the dnstable library

Differential Revision:	https://reviews.freebsd.org/D2231
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-04-05 23:17:29 +00:00
Sunpoet Po-Chuan Hsieh
a385ebf32a - Update to 1.58.0
- Add LICENSE
- Update WWW

Changes:	https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md
2015-04-05 21:30:38 +00:00
Baptiste Daroussin
cdbe364e77 Revert unintended change
Reported by:	flo
2015-04-05 20:55:48 +00:00
Baptiste Daroussin
a9a4b8f402 Mark as broken unfetchable ports 2015-04-05 20:50:42 +00:00
Don Lewis
9547b93309 Use ${PYTHON_SITELIBDIR} instead of hardwiring a specific python version.
Differential Revision:	https://reviews.freebsd.org/D2228
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-04-05 18:54:30 +00:00
Don Lewis
9db4cb7b4e Add new port dns/dnstable.
dnstable implements an encoding format for passive DNS data. It
consists of a C library, libdnstable, and several command line
utilities for creating, querying, and merging dnstable data files.

It stores key-value records in Sorted String Table (SSTable) files
and provides high-level interfaces for querying or iterating over
the stored records. dnstable encodes individual records using a
format tailored for efficiently storing passive DNS data and can
quickly perform both "forward" and "inverse" searches.

Differential Revision:	https://reviews.freebsd.org/D2214
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-04-03 22:22:45 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Don Lewis
09cf723a01 Add new port dns/py-pywdns.
This is pywdns, a Python extension module implemented in Cython
for the wdns C library.

Differential Revision:	https://reviews.freebsd.org/D2200
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-04-02 23:40:29 +00:00
John Marino
64c7132444 dns/bind99, dns/bind910: support no-base option on DragonFly
Approved by:	mat (maintainer)
2015-04-01 22:36:10 +00:00
Matthias Andree
2fba1cb34d Upgrade to new release candidate #3 (skipping rc2).
Changes since rc1 (git shortlog):

 +    Don't fail DNSSEC when a signed CNAME dangles into an unsigned zone.
 +    Return SERVFAIL when validation abandoned.
 +    Protect against broken DNSSEC upstreams.
 +    DNSSEC fix for non-ascii characters in labels.
 +    Allow control characters in names in the cache, handle when logging.
2015-03-31 21:05:22 +00:00
Baptiste Daroussin
f1604a943a Remove useless pkg-install script
Cleanup makefile (option helpers)
Fix MASTER option
2015-03-31 15:05:20 +00:00
Mathieu Arnold
79c5baadd0 Enhance the error message when running from a jail without devfs.
Sponsored by:	Absolight
2015-03-31 15:02:59 +00:00
Matthias Andree
7fbec003ad Update to upstream 2.73rc1 (pending rc2 upload)
Changes from previous 2.73test6 (taken from CHANGELOG's Git repo):

           Don't reply to DHCPv6 SOLICIT messages if we're not
           configured to do stateful DHCPv6. Thanks to Win King Wan
           for the patch.

           Fix broken DNSSEC validation of ECDSA signatures.

           Add --dnssec-timestamp option, which provides an automatic
           way to detect when the system time becomes valid after boot
           on systems without an RTC, whilst allowing DNS queries before the
           clock is valid so that NTP can run. Thanks to
           Kevin Darbyshire-Bryant for developing this idea.
2015-03-30 17:39:50 +00:00
Mathieu Arnold
2aba319f33 Add chroot back to BIND's startup script.
Differential Revision:	https://reviews.freebsd.org/D1952
Sponsored by:	Absolight
2015-03-24 15:22:51 +00:00
John Marino
2d396d372d 8 ports categories: Remove $PTHREAD_LIBS
Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm

The sysutils port was setting configure argument, so the text wasn't
removed but the value of PTHREAD_LIBS was changed.

approved by:	PTHREAD blanket
2015-03-24 13:51:17 +00:00
Thomas Zander
ea2e326887 - New port maintainer: Chris Hutchinson <portmaster@bsdforge.com>
- General cleanup

PR:		198410
Submitted by:	portmaster@bsdforge.com (maintainer)
2015-03-21 11:19:53 +00:00
Bryan Drewery
37a1520519 For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME to
include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile
having the same name despite changing one of these values and causing
a bad checksum.

Differential Revision:	https://reviews.freebsd.org/D2103
Reviewed by:	mat
With hat:	bdrewery
2015-03-20 20:07:50 +00:00
Ryan Steinmetz
8c08175fe5 - Update to 2.2.0 2015-03-20 02:34:13 +00:00
Bryan Drewery
db55af0fea Fix the new USE_GITHUB to rename the distfile such that it does not
conflict with the old scheme and cause a "reroll" or "invalid checksums".  This
also avoids clobbering the FreeBSD distcache.

Use a revision in the DISTNAME for USE_GITHUB in case we need to bump this
again for anything. It's more a hint of how to handle it in the future.

Reported by:	mat
Discused with:	mat, antoine, swills
With hat:	portmgr
2015-03-19 20:30:19 +00:00
Mathieu Arnold
aa959c5677 Convert to the new USE_GITHUB.
Sponsored by:	Absolight
2015-03-19 19:58:58 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Dmitry Marakasov
7e77860728 - Strip library 2015-03-17 03:10:15 +00:00
Dmitry Marakasov
36dcc7d949 - Add LICENSE_FILE
- Drop @dirrm* from plist
2015-03-17 03:07:18 +00:00
Sergey Matveychuk
69796f0a61 - Forgotten option description
Submitted by:	darksoul@darkbsd.org
2015-03-16 15:36:57 +00:00
Sergey Matveychuk
82b09860f8 - Fix option name
- Hide patch output
2015-03-16 15:33:44 +00:00
Sergey Matveychuk
5ee8e018bd - fix cut&paste problem 2015-03-16 15:26:10 +00:00
Sergey Matveychuk
97d11ed1f9 - Option to apply contrib/aaaa-filter-iterator.patch
PR:		198581
Submitted by:	darksoul@darkbsd.org
2015-03-16 14:47:51 +00:00
Pawel Pekala
0c3c5e3348 Update to version 1.6.2
PR:		197974
Submitted by:	Neel Chauhan <neel@neelc.org>
Approved by:	maintainer
2015-03-13 20:04:21 +00:00
Mark Felder
9d5a33cf68 Update to 3.4.3
PR:		198448
Approved by:	maintainer
2015-03-13 19:17:04 +00:00
Adam Weinberger
7d6fa968f5 The website for dnshistory is alive again. Restore it to MASTER_SITES. In
the period during which the website did not exist, the codebase also appeared
on launchpad.net, so add that as a backup MASTER_SITE.

Pass maintainership to Chris Hutchinson.

PR:		198548
Submitted by:	lightside
2015-03-12 19:19:25 +00:00
Sunpoet Po-Chuan Hsieh
21070be461 - Update MAINTAINER: use @FreeBSD.org 2015-03-12 17:12:19 +00:00
Sergey Matveychuk
382865e1f5 - Update to 1.5.3
PR:		198538
Submitted by:	garga
2015-03-12 14:47:35 +00:00
Mathieu Arnold
e8031b7a2c Udate to 2.0.5.
Sponsored by:	Absolight
2015-03-11 15:37:24 +00:00
Mathieu Arnold
dda8c85501 Update to 2.0.11.
Sponsored by:	Absolight
2015-03-11 15:24:55 +00:00
Mathieu Arnold
3ea217ffe9 Update to latest commit.
Sponsored by:	Absolight
2015-03-11 14:51:24 +00:00
Vanilla I. Shu
cfea6c4475 Add p5-AnyEvent-DNS-EtcHosts 0.0103, anyEvent::DNS::EtcHosts - Use
/etc/hosts before DNS.

PR:		198308
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
2015-03-10 06:39:34 +00:00
Adam Weinberger
6e48072536 Upstream has disappeared, so I'm hosting this file on MASTER_SITE_LOCAL.
It is the DNS caching system designed to work with www/awffull so it is
worth keeping this port alive.

Also, switch to USE_BDB=yes instead of 42+.

Drop maintainership of this port. It's stable with no known failures, and
is unlikely to ever see another release.
2015-03-06 16:27:45 +00:00
Dmitry Marakasov
efa8f99738 - Simplify MASTER_SITES
- Add LICENSE
- Unbreak build by removing utmp.h references from all source files
2015-03-05 01:46:30 +00:00
Baptiste Daroussin
9ae3fa335d Remove Author from pkg-descr and white space fixes 2015-03-02 23:26:42 +00:00
Baptiste Daroussin
b798ce96da Remove Author from pkg-descr and white space fixes 2015-03-02 23:21:07 +00:00
Antoine Brodin
f0a68be816 rubygem-net-dns doesn't need rubygem-rcov since version 0.7.0 2015-03-01 12:57:45 +00:00
Adam Weinberger
257d84ec6a As pointed out by sunpoet, the addition of Digest::MD5 and Digest::SHA
dependencies was a mistake. Take those dependencies out and bump
PORTREVISION.
2015-02-26 19:16:16 +00:00
Adam Weinberger
b2aef1f8cb Update to 0.83. Register dependencies on Digest::MD5 and Digest::SHA.
Also, add an SSHFP option for SSH2 fingerprint records support.

Changes: https://metacpan.org/changes/distribution/Net-DNS
2015-02-26 17:13:56 +00:00
Mathieu Arnold
43e54a5f1b Update dns/bind99 to 9.9.7 and dns/bind910 to 9.10.2.
On 8 and 9, use the same configuration path than on 10+, ${PREFIX}/etc/namedb/.

Sponsored by:	Absolight
2015-02-26 02:03:15 +00:00
Mark Felder
dcb47f1a6a Correct a spaces -> tab issue that slipped by the previous commit 2015-02-25 16:52:54 +00:00
Mark Felder
7c45c72c91 Fix issues with LibreSSL
PR:		191853
Approved by:	maintainer
2015-02-25 14:44:41 +00:00
Bartek Rutkowski
75057c7660 dns/powerdns-recursor: update 3.6.2 -> 3.7.1
- Change MAINTAINER to tremere@cainites.net (maintainer approved)
- Delete obsolete patches
- Strip MASTER_SITES

PR:		197590
Submitted by:	Ralf van der Enden <tremere@cainites.net>
2015-02-23 23:20:02 +00:00
Pawel Pekala
841c85b43b Update toversion 20140915
PR:		197397
Submitted by:	mark@foster.cc (maintainer)
2015-02-20 19:22:17 +00:00
Pawel Pekala
1b6717f8ce - Update to version 1.4.3 [1]
- Convert to USES=execinfo

PR:		197254 [1]
Submitted by:	lightside@gmx.com [1]
Approved by:	maintainer timeout
2015-02-20 16:55:50 +00:00
Sergey Matveychuk
f5f04df80f - Update to 1.5.2 2015-02-19 17:55:34 +00:00
Mathieu Arnold
978598f6c0 Update BIND 9.9 and 9.10 to the latest security patch.
Sponsored by:	Absolight
2015-02-18 22:37:54 +00:00
Mathieu Arnold
15936336c3 Add a patch for CVE-2015-1349 while I work on updating both ports to the new version.
Security:	CVE-2015-1349
Sponsored by:	Absolight
2015-02-18 21:56:08 +00:00
Sunpoet Po-Chuan Hsieh
d29c4ca3df - Update to 15.0.0
Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/names/topfiles/NEWS
2015-02-18 16:24:43 +00:00
Mathieu Arnold
6404cf8630 Update to 2.0.4.
Sponsored by:	Absolight
2015-02-17 12:30:40 +00:00
Danilo Egea Gondolfo
9f1a096817 - Update to 2.1.7 2015-02-17 00:40:10 +00:00
Adam Weinberger
e51940fc41 Update to 0.22.
As long as we're depending on some of the optional modules (Crypt::OpenSSL::Random,
and Digest::BubbleBabble), depend on the rest of the optional modules
(Crypt::OpenSSL::ECDSA and Crypt::OpenSSL::EC).

Changes: https://metacpan.org/changes/distribution/Net-DNS-SEC
2015-02-14 19:03:50 +00:00
Kurt Jaeger
7df608cc22 dns/getdns: 0.1.5 -> 0.1.6
- Fix: linking against libev on FreeBSD
- Fix: Let configure report problem on FreeBSD when configuring with
  libevent and libunbound <= 1.4.22 is not compiled with libevent.
- Better libcheck detection
- Better portability with UNIX systems

PR:		197560
Submitted by:	pi
Approved by:	zi (maintainer)
2015-02-12 13:49:43 +00:00
Brad Davis
84ace0a6a9 - Update dns/powerdns to 3.4.2
- Pet portlint

PR:		196889
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	bdrewery
2015-02-12 02:21:02 +00:00
Erwin Lansing
3fd141a34b update to 4.1.1
Major Features:

- RFC 7344: CDS and CDNSKEY (read record types).
- per zone statistics with --enable-zone-stats
- Disabled use of SSLv3 in nsd-control.
- Synthesize CNAMEs with same TTL as DNAME.
- nsd-checkconf -f prints out full name of pidfile (with dir). [1]

PR:		197291,
		196449 [1]
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl>,
		Adam Zaleski <adam@zaleski.org> [1]
2015-02-08 02:42:51 +00:00
Antoine Brodin
53969044d6 Fix numerous qa errors
Pointy hat:	ashish
2015-02-07 16:17:44 +00:00
Ashish SHUKLA
225b015fa3 Add port dns/libasr-devel
libasr is a FREE asynchronous DNS resolver.

libasr runs on top of the OpenBSD operating system but also has a portable
version that can build and run on several systems, including:

* Linux
* FreeBSD
* NetBSD
* DragonFly
* MacOSX

This port packages the development snapshots released by OpenSMTPD team.

WWW: https://github.com/OpenSMTPD/libasr
2015-02-07 15:58:33 +00:00
Ashish SHUKLA
817317c0cf Add port dns/libasr
libasr is a FREE asynchronous DNS resolver.

libasr runs on top of the OpenBSD operating system but also has a portable
version that can build and run on several systems, including:

* Linux
* FreeBSD
* NetBSD
* DragonFly
* MacOSX

WWW: https://github.com/OpenSMTPD/libasr
2015-02-07 15:54:26 +00:00
Mathieu Arnold
5e99ac9185 Update to 1.4.16.
Sponsored by:	Absolight
2015-02-02 14:22:12 +00:00
Mathieu Arnold
564b85db9d Update to 2.0.10.
Sponsored by:	Absolight
2015-01-26 17:53:22 +00:00
Mathieu Arnold
4db5a350f5 Update to 1.4.15.
Sponsored by:	Absolight
2015-01-26 17:21:52 +00:00
Matthias Andree
83f8dd7bc1 Update to new 2.73test6 pre-release
Changes since test3, from CHANGELOG file:

           Add --log-queries=extra option, which makes logs easier
           to search automatically.

           Add --min-cache-ttl option. I've resisted this for a long
           time, on the grounds that disbelieving TTLs is never a
           good idea, but I've been persuaded that there are
           sometimes reasons to do it. (Step forward, GFW).
           To avoid misuse, there's a hard limit on the TTL
           floor of one hour. Thansk to RinSatsuki for the patch.

           Cope with multiple interfaces with the same link-local
           address. (IPv6 addresses are scoped, so this is allowed.)
           Thanks to Cory Benfield for help with this.

           Add --dhcp-hostsdir. This allows addition of new host
           configurations to a running dnsmasq instance much more
           cheaply than having dnsmasq re-read all its existing
           configuration each time.
2015-01-22 22:48:56 +00:00
Sunpoet Po-Chuan Hsieh
f6d150e0bc - Update to 0.82
- Allow to strip shared library as regular user
- Sort PLIST

Changes:	http://search.cpan.org/dist/Net-DNS/Changes
2015-01-22 18:59:38 +00:00
Baptiste Daroussin
6cf8da0d9e Remove useless @exec 2015-01-19 20:42:49 +00:00
Ruslan Makhmatkhanov
49185c5f96 dns/py-dnspython 2015-01-19 20:08:12 +00:00
Vanilla I. Shu
8507300ac0 Upgrade to 1.4.0, add LICENSE. 2015-01-19 08:08:40 +00:00
Rong-En Fan
8ed73fa040 Drop maintainership as I no longer use these software nor have time and
energy to keep up.
2015-01-16 17:28:13 +00:00
Sunpoet Po-Chuan Hsieh
d4f7c9b2d7 - Update to 0.15.1
- Sort PLIST

Changes:	http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
2015-01-12 18:35:37 +00:00
Don Lewis
fefb6d9c12 New port: dns/wrapsrv
DNS SRV record command line wrapper
-----------------------------------

wrapsrv adds support for connecting to a network service based on DNS SRV
record lookups to commands that do not support the DNS SRV record. wrapsrv
implements the weighted priority client connection algorithm in RFC 2782.
The specified command line will be invoked one or more times with %h and %p
sequences in the command line substituted for the hostname and port elements
of the selected SRV record.

WWW: https://github.com/farsightsec/wrapsrv

Differential Revision:	 https://reviews.freebsd.org/D1488
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-01-11 20:44:39 +00:00
Dmitry Sivachenko
3a18883882 Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.

Exp-run by:	antoine
2015-01-10 23:15:27 +00:00
Muhammad Moinur Rahman
b61797af4b dns/p5-Net-DNS-Match: Pass Maintainership
PR:			196561
Differential Revision:	https://reviews.freebsd.org/D1478
Submitted by:		pauls@utdallas.edu
Approved by:		marino(mentor)
2015-01-10 10:36:44 +00:00
Don Lewis
3fd33a8c97 MASTER_SITE dl.farsightsecurity.com only allows https downloads.
Mirror the distfile on LOCAL as a http backup for clients that
can't use https.

Use INSTALL_TARGET=install-strip instead of ${STRIP_CMD}.

Differential Revision:	https://reviews.freebsd.org/D1473
Approved by:	mat (mentor)
2015-01-10 02:42:01 +00:00
Matthias Andree
d78e5a106c Update to new test release.
Changes: the two items at the end of v2.73 here:
<http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=CHANGELOG;h=e8bf80f81baac3366dfecbdb6e80c4102fb21574;hb=424c4a8a53c8aa5d6ac899c95803b97410abec8f#l26>
2015-01-09 16:41:32 +00:00
Martin Matuska
433582fc06 Horde class for normalized access to various backends providing IDNA
(Internationalized Domain Names in Applications) support.

WWW: http://pear.horde.org
2015-01-09 12:41:33 +00:00
Mathieu Arnold
1d5c7e9284 Update the comment, forgotten in the previous commit.
Sponsored by:	Absolight
2015-01-08 15:24:38 +00:00
Mathieu Arnold
ea426e2253 Fix a few problems bind-tools by not overwritting what's defined in it in
bind910's Makefile.

Sponsored by:	Absolight
2015-01-08 15:22:49 +00:00
Mathieu Arnold
8e4287b3c2 Generate the RPZ patch filename from ISCVERSION directly.
Sponsored by:	Absolight
2015-01-06 15:04:11 +00:00
Mathieu Arnold
4a4af272a2 Add a note about running the right BIND daemon on 8 and 9.
Sponsored by:	Absolight
2015-01-06 15:01:17 +00:00
Emanuel Haupt
e1cea1eaa9 Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 10:01:41 +00:00
Emanuel Haupt
a9cb756fc8 Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 09:37:27 +00:00
Mathieu Arnold
d5f751dba8 Really remove BIND_DESTETC.
Noticed by:	wblock, Matt Mullins
Sponsored by:	Absolight
2015-01-05 23:54:32 +00:00
Mathieu Arnold
abea52d074 Retire REPLACE_BASE option.
While there, reduce changes from bind99 and bind910 ports.

Sponsored by:	Absolight
2015-01-05 17:44:11 +00:00
John Marino
bcbae34226 change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perl
Several ports had rc.d scripts with hardcoded command_interpreter string
as /usr/bin/perl.  This symlink is not guaranteed to be in place, and it
isn't even an option for perl 5.20.  For affected ports, the interpreter
was changed to localbase.

In one case, the interpreter was correct, but it wasn't surround by
quotes.  Since the rc.d script would break if a space was contained in
${PREFIX}, quotes were added in that case.
2015-01-05 13:18:58 +00:00
Kurt Jaeger
1a00d2aef7 dns/dnscrypt-proxy: 1.4.0 -> 1.4.2
Changes:
https://github.com/jedisct1/dnscrypt-proxy/releases

PR:		195664
Submitted by:	lightside@gmx.com
Reviewed by:	riggs
Approved by:	freebsd@dns-lab.com (maintainer)
2015-01-04 09:46:52 +00:00
Sunpoet Po-Chuan Hsieh
92b2684b07 - Update to 0.21
- Sort PLIST

Changes:	http://search.cpan.org/dist/Net-DNS-SEC/Changes
2015-01-03 17:14:00 +00:00
Adam Weinberger
4a9890a730 Remove portions of patch relying upon faith(4) that are no longer necessary.
PR:		195002
Submitted by:	Stanislaw Halik (maintainer)
Patch by:	Ben Woods
Approved by:	maintainer
2015-01-02 16:55:26 +00:00
Sunpoet Po-Chuan Hsieh
79fbced36d - Add LICENSE [1]
- Add BUILD_DEPENDS
- While I'm here, move *_DEPENDS upward

Approved by:	portmgr (implicit) [1]
With hat:	perl
2015-01-01 16:26:16 +00:00
Wen Heping
bcb95ffb8d - Update to 1.6.1
PR:		196353
Submitted by:	freebsd@dns-lab.com(maintainer)
2014-12-31 12:29:32 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Matthias Andree
b9350fe243 Package 2.73test2, with one additional patch to make it build
(also reported upstream).

CHANGELOG at:
<http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=fbc5205702c7f6f431d9f1043c553d7fb62ddfdb>
2014-12-23 23:04:34 +00:00
Antoine Brodin
04180c7fbf Shebangfix 2014-12-22 21:47:38 +00:00
Baptiste Daroussin
19007b0c94 Cleanup plist 2014-12-20 18:09:21 +00:00
Ryan Steinmetz
b6dc0323d3 - Mark IGNORE on 9.0-9.2 due to build failures
- Remove trailing whitespace from pkg-descr
- Bump PORTREVISION
2014-12-17 14:36:01 +00:00
Alexey Dokuchaev
230ecab145 - Improve wording and formatting (most notably, missing space before opening
parenthesis) in some buggy option descriptions
- Standardize Makefile header when appropriate, drop one OPTIONS_DEFAULT=IPV6
2014-12-16 08:56:09 +00:00
Thomas Zander
9df99b83b0 Update to version 561.1.1
PR:		195422
Submitted by:	mazhe@alkumuna.eu
2014-12-12 21:31:37 +00:00
Erwin Lansing
7903069b6f Update to 1.4.7 which fixes a bug when using DNS adapters
PR:		195686
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2014-12-10 15:14:13 +00:00
Sergey Matveychuk
fd489c12ab - Do not remove /var/run/unbound for smooth upgrading.
PR:		195846
Submitted by:	roberto
2014-12-10 13:44:50 +00:00
Sergey Matveychuk
d3be893a31 - Fix build with python
- Fix plist

PR:		195803
2014-12-09 17:11:47 +00:00
Baptiste Daroussin
724bb50381 Cleanup plist 2014-12-09 11:09:42 +00:00
Sergey Matveychuk
eaf3f111f3 - Upgrade to 1.5.1. It fixes CVE-2014-8602.
- Mark python support as broken: does not build.

PR:		195814, 195803
Submitted by:	Kenji Rikitake, Jeroen
2014-12-09 02:18:01 +00:00
Mathieu Arnold
8a832ab6a4 Security update of BIND9 to 9.9.6-P1 and 9.10.1-P1.
Security:	CVE-2014-8500 CVE-2014-8680
Sponsored by:	Absolight
2014-12-08 17:29:44 +00:00
Sunpoet Po-Chuan Hsieh
ec12ec9041 - Use real PORTVERSION 2014-12-08 16:00:51 +00:00
Antoine Brodin
7498bf05b8 Remove linux binary from WRKSRC to prevent a random failure on install 2014-12-07 14:50:12 +00:00
Mark Felder
9d6ba6a78c Update "BSD" license in dns category 2014-12-06 18:35:35 +00:00
Sergey Matveychuk
a1df0a0765 - Remove redundant build,run options for python dependency
Submitted by:	Ruslan Makhmatkhanov
2014-12-06 01:12:55 +00:00
Sergey Matveychuk
647d8df5bc - Fix python dependency
PR:		194447
Submitted by:	Andrew Berg <aberg010@my.hennepintech.edu>
2014-12-05 19:00:10 +00:00
Sergey Matveychuk
4b1e4f7dc4 - Update to 1.5.0
- Removed FreeBSD 10 check for libevent, because of upstream fixes (as stated in changelog)
- Converted files/patch-Makefile.in to sed patch, which is position independent

PR:		195674
Submitted by:	lightside@gmx.com
2014-12-05 18:52:53 +00:00
Johannes Jost Meixner
0b390aaabe dns/dnscrypt-proxy: start before unbound
- To prevent hanging on 10.x systems which ship with unbound and depend on
  DNS resolving, start dnscrypt-proxy before unbound.
- Bump PORTREVISION

PR:		194975
Differential Revision:	https://reviews.freebsd.org/D1249
Submitted by:	Joseph Mingrone <jrm@ftfl.ca>
Approved by:	koobs (mentor)
2014-12-02 09:21:49 +00:00
Olli Hauer
8e0a792881 - use new @dir macros to create empty folders 2014-12-01 23:25:50 +00:00
Mark Felder
6bf206c71c Remove BROKEN for LIBEVENT and 10.0+ and replace with an appropriate
warning in the pkg-message

PR:		191532
2014-12-01 15:05:05 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Mathieu Arnold
eb57f92a3f Fix three ports forgotten by the USE_PGSQL removal. (Fix a typo in devel/upp.)
Sponsored by:	Absolight
2014-11-24 17:41:10 +00:00
Vsevolod Stakhov
bba47df606 - Update libsodium to 1.0.1
- Bump revison for dependent ports
2014-11-24 14:36:52 +00:00
Chris Rees
4cb60faedd Finally retire USE_PGSQL 2014-11-22 20:40:08 +00:00
Chris Rees
1e94b6fb2f Switch to USES=pgsql 2014-11-22 19:13:49 +00:00
Kurt Jaeger
e5cccf70ee dns/adns: 1.5.0rc0 -> 1.5.0
Changes since 1.4:
http://www.chiark.greenend.org.uk/pipermail/adns-announce/2014/000002.html
2014-11-22 13:25:49 +00:00
Bartek Rutkowski
04ffc4b9e6 dns/powerdns-recursor: update 3.6.2 -> 3.6.2
PR:		194807
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	mentors (implicit)
2014-11-19 11:57:07 +00:00
Mathieu Arnold
73782b4e77 Fix bind-tools PORTREVISION.
Noticed by:	Andrei Brezan
Sponsored by:	Absolight
2014-11-18 23:17:41 +00:00
Baptiste Daroussin
91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00
Mathieu Arnold
828c669f5f Install the bind.keys file with the root and dlv.isc.org keys.
Sponsored by:	Absolight
2014-11-17 17:51:51 +00:00
Bartek Rutkowski
90002051c6 dns/powerdns: update 3.4.0 -> 3.4.1
PR:		194805
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	mentors (implicit)
2014-11-15 20:35:16 +00:00
Johannes Jost Meixner
80b6c31429 Upgrade CentOS to 6.6
- Upgrade all things linux-c6- to CentOS 6.6
- Add ports:
  devel/linux-c6-libsigc++20
  graphics/linux-c6-gdk-pixbuf [1]
  graphics/linux-c6-glx-utils
- Add pkg-plists for net/linux-c6-openldap
  and security/linux-c6-cyrus-sasl2
- Misc. cleanups

Differential Revision:	https://reviews.freebsd.org/D1108
Submitted by:	kmoore [1]
Reviewed by:	rene (emulation)
Approved by:	portmgr (swills)
Approved by:	swills (mentor)
Sponsored by:	Perceivon Hosting Inc.
2014-11-11 13:06:39 +00:00
Ryan Steinmetz
920d4cdee7 New port: dns/gdnsd2:
gdnsd is an Authoritative-only DNS server.  This port tracks the 2.x release.

The initial g stands for Geographic, as gdnsd offers a plugin system for
geographic (or other sorts of) balancing, redirection, and
service-state-conscious failover. If you don't care about that feature,
it's still quite good at being a very fast, lean, and resilient
authoritative-only server for static DNS data.

gdnsd is written in C using libev and pthreads with a focus on high
performance, low latency service. It does not offer any form of caching or
recursive service, and does not support DNSSEC.

WWW: https://github.com/blblack/gdnsd/
2014-11-07 16:38:36 +00:00
Ryan Steinmetz
57b71fc796 - Note conflict with the 2.x version of the port 2014-11-07 16:31:45 +00:00
Mathieu Arnold
d291ad32ca Replace some occurences of mach with PERL_ARCH (and a couple of other small noop fixes.)
With hat:	perl@
Sponsored by:	Absolight
2014-11-07 13:51:10 +00:00
Alex Kozlov
e76f6dacb9 - Update to 1.6.0
* Add persistent timers for slave zones (expire, refresh, and flush)
  * Return minimal response for queries with unsupported EDNS version
  * Fix DNSSEC compliant processing of letter case in RDATA domain names
  * Fix interpretation of Extended RCODE in EDNS
  * Fix forced zone retransfer on slave
  * Fix zone expiration when transfer is being refused by master

PR:	194795
Submitted by:	freebsd@dns-lab.com (maintainer)
2014-11-05 17:52:04 +00:00
Ryan Steinmetz
ba125053de - Update to 0.1.5 2014-11-02 01:19:03 +00:00
Baptiste Daroussin
fa50721b87 Simplify plist 2014-10-31 19:26:11 +00:00
Baptiste Daroussin
70b462c39a Simplify plist 2014-10-31 16:04:44 +00:00
Anton Berezin
8be2b6b713 Update to 0.81. 2014-10-30 13:40:58 +00:00
Baptiste Daroussin
530a33f611 Cleanup plist 2014-10-27 12:13:22 +00:00
Kurt Jaeger
0632a01008 dns/adns: 1.4 -> 1.5.0~rc0
New features:
  * Support for queries about IPv6 data in all applicable adns
    query types (including AAAA, PTR, and adns_r_addr queries).
    (Thanks very much to Mark Wooding.)
  * Support for transport over IPv6.  (Thanks to Mark Wooding again.)
  * adns_addr2text and adns_text2addr: Convenient functions for
    converting between addresses and address literals.

  Bugfixes:
  * Fix a crashing bug in adnslogres.  (Debian#392102.)
  * Do all checks of checked PTR owner name before actually sending the
    query, and reject IPv4 PTR owner names whose labels have leading zero
    digits or values >255.

  Build system fixes and improvements:
  * `make clean' removes the pipes.
  * Work around bugs in make (Debian #4073, #756123) affecting regress.
  * Do not include Makefile and src/config.h in distribution tarball.

  Regression test debugging improvements:
  * Provide gdbwrap convenience script.
  * Honour ADNS_TEST_DEBUG env. var.  (Mark Wooding.)

Submitted by: pi (maintainer)
2014-10-25 12:09:30 +00:00
John Marino
fba0107277 Remove dns/powerdns-devel port per maintainer approval
As dns/powerdns was just updated to version 3.4, there was a decision to
be had to disable the -devel version or just remove the port altogether.
Due to the frequency of releases and the manner on how the upcoming
version is tested, it made sense to retire the port (at version 3.3).

PR:		194508
Submitted by:	maintainer (Ralf van der Enden)
2014-10-24 12:18:33 +00:00
John Marino
4a16e1bb7f dns/unbound: check OPSYS with OSVERION (check broke DragonFly) 2014-10-23 19:54:50 +00:00
Mathieu Arnold
f303c83fe8 Don't install named rc script with bind-tools.
Sponsored by:	Absolight
2014-10-22 15:08:58 +00:00
Kurt Jaeger
ac9fd9da61 dns/powerdns: fix for check-plist with non-standard options
The pkg-plist was broken with non-default backends enabled.

PR:		194505
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2014-10-22 11:59:49 +00:00
Mathieu Arnold
51bbcf978a Remove dns/bind98, it is EOL.
Chase remaining dependencies.

Sponsored by:	Absolight
2014-10-21 12:06:11 +00:00
John Marino
b1ec8c1528 Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
2014-10-20 09:03:09 +00:00
Marcus von Appen
91e4e8a4e3 - Convert ports from dns/, editors/ and emulators/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 15:43:33 +00:00
Kurt Jaeger
d684d9df53 dns/powerdns: 3.3.1 -> 3.4.0
Changelog
http://doc.powerdns.com/html/changelog.html#changelog-auth-3.4.0

- Moved remote backend to regular (was experimental)
- Added the GeoIP, LMDB (both experimental) and Bind backend
- Removed Crypto++ support (as suggested by the author)
- Fixed the Luabackend on i386
- Added note to pkg-message about mandatory schema changes for
  gmysql, gpgsql and gsqlite3 backends
- Changed the example pdns.conf to include all possible configuration
  options when all backends are enabled

PR:		194057
Submitted by:	me@nileshgr.com, updated by tremere@cainites.net
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2014-10-17 20:08:32 +00:00
Mark Felder
805615e7ee Correct last patch. There is only one libevent now.
Pointyhat -> feld

PR:		191532
2014-10-16 13:52:42 +00:00
Mark Felder
d0da337c5a Mark unbound BROKEN for FreeBSD 10.0+ if built with libevent
There is a known issue that causes random crashes due to poor
interaction with Capsicum.

PR:		191532
2014-10-16 13:19:40 +00:00
John Marino
3dc889c3b7 dns/ironsides: Remove pkg-plist 2014-10-16 10:45:20 +00:00
Danilo Egea Gondolfo
88cf21ffe3 - Use options helpers 2014-10-12 15:43:46 +00:00
Vsevolod Stakhov
ffcb7cb045 Bump revision due to libsoduim update. 2014-10-11 19:39:56 +00:00
Erwin Lansing
80f5746c60 Update to 1.5.3:
Bugfixes:
Some specific incoming IXFRs were causing server to crash
Rare sychronization error during reload caused read-after-free
Response synthetization module did not work properly with DNSSEC-enabled zones
If Knot sent AXFR when IXFR was requested, message ID and opcode were wrong
Knot failed to send large messages to remote control (present since 1.5.1)
Version: 1.5.2
Bugfixes:
Some RR parsing corner cases were not handled properly
AXFR-style IXFR was refused and had to be retransfered
Hash character (#) was not properly escaped when storing text zone file

PR:		193969
Submitted by:	erwin
Approved by:	freebsd@dns-lab.com (maintainer)
2014-10-07 12:23:24 +00:00
Mathieu Arnold
8cbf159ea1 Note REPLACE_BASE will get removed.
Sponsored by:	Absolight
2014-10-07 10:25:21 +00:00
Tijl Coosemans
88c67cd38c - Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
  Darwin, Linux and other systems.  Given the version current:revision:age
  a library will be given the extension .so.major.age.revision with major
  equal to current-age.  Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
  files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
  dependent ports if a library version changed

PR:		194068
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-10-05 18:01:19 +00:00
Tijl Coosemans
e9ff3bcfff - Move PROJECTHOST up (portlint)
- Convert to USES=autoreconf
- Remove DOCS option patching.  Not needed with staging.
2014-10-05 13:24:58 +00:00
Tijl Coosemans
42e4920bfe Avoid dependency on devel/libtool 2014-10-05 10:09:21 +00:00
Sunpoet Po-Chuan Hsieh
81e2ff047d - Update to 0.14
- Cleanup PLIST

Changes:	http://search.cpan.org/dist/Net-DNSBL-Statistics/Changes
2014-10-04 01:35:20 +00:00
Bryan Drewery
e282aa059a Chase r369850 for updated nsd user information 2014-10-02 19:12:17 +00:00
Mathieu Arnold
cd7e7c160c Cleanup @dirrm* from my ports.
Sponsored by:	Absolight
2014-10-02 16:37:02 +00:00
Hiroki Sato
dc286a30a3 Update dependency.
PR:	194050
2014-10-01 19:39:08 +00:00
Rene Ladan
67eb00ba41 Remove expired ports:
2014-08-31 net/libnet10: Superseded by net/libnet
2014-09-30 net/despoof: Depends on expired net/libnet10
2014-09-30 sysutils/gpkgdep: Requires old pkg_info
2014-09-30 security/vida: Depends on expired net/libnet10
2014-09-30 net/nemesis: Depends on expired net/libnet10
2014-09-30 net-mgmt/sing: Depends on expired net/libnet10
2014-09-30 net-mgmt/gps: Depends on expired net/libnet10
2014-09-30 net/ttlscan: Depends on expired net/libnet10
2014-09-30 security/zombiezapper: Depends on expired net/libnet10
2014-09-30 dns/dnshijacker: Depends on expired net/libnet10
2014-09-30 net/xboxproxy: Depends on expired net/libnet10
2014-09-30 net-mgmt/scdp: Depends on expired net/libnet10
2014-09-30 net-mgmt/angst: Depends on expired net/libnet10
2014-09-30 security/py-otr: Abandoned upstream
2014-09-30 net-p2p/cdonkey: depends on deprecated db41 version
2014-09-30 12:28:26 +00:00
Mathieu Arnold
bc57be3894 Update DEPRECATED line.
Sponsored by:	Absolight
2014-09-30 12:11:13 +00:00
Thomas Zander
0b2e0c1e9c - Update to upstream version 1.29
While on it:
- Simplify OPTIONS
- Fix pkg-plist (missing entry for pt_BR, remove @dirrm, handled by pkg)

PR:		193301
Submitted by:	takefu@airport.fm
Approved by:	gaod@hychen.org (maintainer)
2014-09-29 15:32:24 +00:00
Mathieu Arnold
61d5c503b2 Forgot to commit that with the latest 9.10 update.
Sponsored by:	Absolight
2014-09-26 08:31:16 +00:00
Matthias Andree
f51674ab77 Update to new upstream version 2.72, disabling dnsmasq-devel again.
Remove @dir* stuff from pkg-plist.  @sample isn't documented properly
and isn't up to handling files with non-.sample suffix, so stay
away from that part of pkg-plist.

ChangeLog:	http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
2014-09-25 18:27:56 +00:00
Tijl Coosemans
849599bda4 Remove hack now that USES=pathfix no longer modifies configure (r369260) 2014-09-25 15:46:46 +00:00
Kurt Jaeger
026aa27656 dns/adns: include lucab's ipv6 patch, take maintainership
PR:		178364
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
2014-09-23 20:20:12 +00:00
Baptiste Daroussin
31871ddfab Convert to USES=pear 2014-09-23 15:15:04 +00:00
Mathieu Arnold
338d5cfc7a Update to 9.8.8.
Sponsored by:	Absolight
2014-09-23 14:16:45 +00:00
Mathieu Arnold
1270961e3a Update to 9.9.6.
Sponsored by:	Absolight
2014-09-23 13:25:34 +00:00
Mathieu Arnold
19c4b4129c And gmake is no longer needed.
Sponsored by:	Absolight
2014-09-23 11:32:51 +00:00
Mathieu Arnold
59bf70b423 Update to 9.10.1.
Sponsored by:	Absolight
2014-09-23 11:22:40 +00:00
Johannes Jost Meixner
05317facbe Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.

This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.

If you want to switch to linux-c6 ports, please define at /etc/make.conf:

    OVERRIDE_LINUX_BASE_PORT=c6
    OVERRIDE_LINUX_NONBASE_PORTS=c6

Additionally, please add the following line to /etc/sysctl.conf:

    compat.linux.osrelease=2.6.18

Upgrading procedures are shown in /usr/ports/UPDATING.

This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.

Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,

PR:		186820
Differential Revision:	https://reviews.freebsd.org/D793
Reviewed by:	allanjude, antoine, bapt, rene
Approved by:	portmgr (antoine, bapt)
Approved by:	koobs (mentor)
Sponsored by:	Perceivon Hosting Inc.
2014-09-22 10:40:00 +00:00
Ryan Steinmetz
54a75f364b - Update to 0.1.4 2014-09-21 18:18:46 +00:00
Steve Wills
6c6aa256a0 dns/rubygem-public_suffix: update to 1.4.6 2014-09-21 01:27:02 +00:00
Matthias Andree
2bc0294b58 Upgrade to 2.72rc2.
+ Fix bug when resulted in NXDOMAIN answers instead of NODATA in some
  circumstances.
+ Fix bug which caused dnsmasq to become unresponsive if it failed to
  send packets due to a network interface disappearing.
+ Fix problem with --local-service option on big-endian platforms.
2014-09-20 22:24:59 +00:00
Pawel Pekala
233d4a510c - Manage config file (with @sample according to the ports guidelines)
- Fix stripping
- Trim long lines

PR:		ports/193229
Submitted by:	maintainer
2014-09-20 17:40:37 +00:00
Pawel Pekala
f2e5ba81b5 Update to version 3.6.1
PR:		ports/193513
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	maintainer
2014-09-20 16:17:44 +00:00
Mathieu Arnold
7aa6c96ebd Update to 2.0.0.
Sponsored by:	Absolight
2014-09-19 17:53:21 +00:00
Tijl Coosemans
83d728f96a - Convert to USES=autoreconf and add INSTALL_TARGET=install-strip
- Use post-install instead of do-install
2014-09-18 17:52:54 +00:00
Mathieu Arnold
0a825a6b1d Remove two obsolete and unused lines.
Submitted by:	tijl
Sponsored by:	Absolight
2014-09-17 22:01:10 +00:00
Mathieu Arnold
ecb3852890 Fix WWW.
Noticed by:	bapt
Sponsored by:	Absolight
2014-09-17 16:28:31 +00:00
Mathieu Arnold
07f9e2cef5 Update to snapshot from 20140822.
Sponsored by:	Absolight
2014-09-17 16:23:58 +00:00
Mathieu Arnold
8e1461dfbb Add USES=libtool.
Noticed by:	bdrewery
Sponsored by:	Absolight
2014-09-17 14:49:24 +00:00
Mathieu Arnold
d85123353f Update to USES=python, and use correct depends style for python packages.
Sponsored by:	Absolight
2014-09-17 13:34:41 +00:00
Mathieu Arnold
4738a25037 Update pkg-descr, this 9.10, not 9.9.
Sponsored by:	Absolight
2014-09-17 11:58:39 +00:00
Mathieu Arnold
30363e69ba Add a deprecation.
Sponsored by:	Absolight
2014-09-17 11:55:14 +00:00
Antoine Brodin
011e08802f Fix ownership of some packaged files 2014-09-14 17:25:18 +00:00
Antoine Brodin
c474639b26 - Allow staging as a regular user
- Bump portrevision as a directory was not packaged with intended owner
2014-09-13 13:46:52 +00:00
Rodrigo Osorio
247f046d59 Since v7 dualserver doesn't work well with FreeBSD,
the patch must be reworked but this is a time consuming task.
In the meanwhile, I chose to revert updates and go back to the
last working version.

PR:		ports/193556
Submitted by:	rodrigo
Approved by:	bapt (mentor)
2014-09-12 08:10:10 +00:00
Olli Hauer
596d0742c2 - unbreak port by fixing GeoIP dependency
(dat file no longer sipped with GeoIP)

PR:		193546
Submitted by:	ohauer
Approved by:	allanjude
2014-09-10 23:00:53 +00:00
Matthias Andree
a853833cf3 Forward port dnsmasq changes from previous versions, to update the port and fix 10/11 build issues. 2014-09-10 21:12:08 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Matthias Andree
f6f9566eaa Remove excess output from pre-configure. 2014-09-10 20:30:07 +00:00
Matthias Andree
5ee8785640 Update to 2.72rc1.
Announcement with ChangeLog:
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2014q3/008793.html

Submitted by:	portscout
2014-09-10 15:47:57 +00:00
John Marino
4afa6c0abb Remove three unrelated unstaged ports 2014-09-09 22:48:40 +00:00
John Marino
f9a5b4fd69 net/libnet10 expired, set the 12 dependent ports to expire 30 SEP 2014
The ports the depend on net/libnet10 should have been set to expire on
the same day as net/libnet10.  That didn't happen, so postpone the removal
of libnet10 three weeks to afford an opportunity for 12 ports to migrate
to a new libnet.
2014-09-09 09:32:37 +00:00
Philippe Audeoud
2aafe84543 - Update to 1.24 2014-09-09 08:45:40 +00:00
John Marino
07dee5dd02 Stage dns/dnscheckengine and assign maintainership to submitter
PR:		193085
Submitted by:	Chris Hutchinson
Reworked by:	marino
2014-09-08 22:34:57 +00:00
Mathieu Arnold
9a1f796155 configure no longer has problems detecting our arch like it had in bind95's
time, so remove ARCH modification, which leads to other problems, like [1]

PR:		193359 [1]
Submitted by:	dinoex [1]
Sponsored by:	Absolight
2014-09-07 10:24:59 +00:00
Antoine Brodin
c6d954d521 Allow staging as a regular user 2014-09-06 13:03:23 +00:00
Philippe Audeoud
5ab31666c5 - Update to 0.79 2014-09-05 14:30:19 +00:00
Philippe Audeoud
dd6d9324ce - Update to 1.23 2014-09-05 14:28:51 +00:00
Erwin Lansing
1a1d82f1eb - Update to 4.1.0
- Use nsd instead of bind user

This release has new features and bugfixes.  In nsd.conf you can
configure database: "" this makes NSD not use the large mmapped nsd.db
file, but instead read and write the zonefiles in text format, which
saves about 50% of the memory usage.  Also zonefile reading and
writing has been optimised to be faster, as well as processing time
for zone transfers.  NSD writes the (changed) zonefiles every hour.

The new nsd-checkzone tool reports if a zonefile parses so you can check
it before reading it into the daemon.

A bug is fixed where NSD 4 causes rising load average and memory
consumption on Linux systems, which is caused by a bug in Linux that
slowly deteriorates system performance by repeated recursive forks.

Full release notes: http://open.nlnetlabs.nl/pipermail/nsd-users/2014-September/002007.html

PR:		193332
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sponsored by:	DK Hostmaster A/S
2014-09-05 11:20:42 +00:00
Antoine Brodin
228ab58873 Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user

Differential Revision:	https://reviews.freebsd.org/D703
Reviewed by and discussed with:	bapt
With hat:	portmgr
2014-09-04 19:26:24 +00:00
Baptiste Daroussin
df2ab73d95 Finish r366879 2014-09-01 14:56:27 +00:00
Tijl Coosemans
f1655c7b7a dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
2014-08-30 18:18:14 +00:00
John Marino
d22933a3e2 dns/powerdns-devel: Fix stage-qa / plist-issues
PR:		192401
Fix by:		maintainer (Ralf van der Enden)
2014-08-28 10:58:05 +00:00
Tijl Coosemans
c8711e099a dns/c-ares:
- Add USES=libtool and bump dependent ports
- Move variable definitions in front of include bsd.port.options.mk
- Replace patch with USES=pathfix

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-28 10:21:31 +00:00
Tijl Coosemans
476b29c598 - Convert to USES=libtool
- Use @sample
2014-08-28 09:14:12 +00:00
Vsevolod Stakhov
e1ee92c89c Update to fit the recent libsodium. 2014-08-27 12:37:51 +00:00
Vsevolod Stakhov
87334a65e4 - Update libsodium to 0.7.0
- Take maintainership
- Update revisions of dependent ports
2014-08-27 12:31:11 +00:00
Kubilay Kocak
e236906109 dns/unbound: Fix packaging with PYTHON option enabled
- Fix packaging with PYTHON option enabled

While I'm here, pet portlint.

PR:		193057
Reported by:	Jaret Bartsch <jaretbartsch at yahoo dot ca>
Reviewed by:	antoine
Approved by:	portmgr (blanket: packaging)
2014-08-27 06:32:27 +00:00
Steve Wills
7bde32058d dns/rubygem-public_suffix: update to 1.4.5 2014-08-24 17:34:06 +00:00
John Marino
d2fdb96332 dns/powerdns: Fix pkg-plist when backend options are selected
PR:		192401
Reported by:	michelle
Fixed by:	maintainer (Ralf van der Enden)
2014-08-23 16:23:12 +00:00
Dmitry Marakasov
6aaea03402 - Switch to USES=libtool, drop .la files
- Add LICENSE_FILE

Approved by:	portmgr blanket
2014-08-22 09:06:51 +00:00
Dmitry Marakasov
13ab9a72d8 - Switch dns/unbound to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- While here, add LICENSE_FILE to dns/getdns

Approved by:	portmgr blanket
2014-08-22 09:06:34 +00:00
Antoine Brodin
9aaf74be2e Fix License 2014-08-22 08:51:05 +00:00
Matthias Andree
b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
2014-08-21 22:50:29 +00:00
Danilo Egea Gondolfo
0dae41d6cc - Update from 1.5.0 to 1.5.1 [1]
- Use install-strip as INSTALL_TARGET

PR:		192850
Submitted by:	freebsd@dns-lab.com [1]
2014-08-20 14:38:02 +00:00
Dmitry Marakasov
98e01f7d50 - Switch to USES=libtool
Approved by:	portmgr blanket
2014-08-20 13:25:02 +00:00
Steve Wills
f64d997379 many ruby/rubygem ports: death of rubyforge.org
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:

- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
  only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
  (which are still fetchable from rubygems.org)

The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.

Phabric:	D591
With hat:	ruby
Approved by:	portmgr (because of committing to unstaged graphics/mingplot port)
2014-08-19 15:35:35 +00:00
Antoine Brodin
1c6ed8eca3 Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat:	portmgr
2014-08-18 19:13:18 +00:00
Kurt Jaeger
20f6ab5849 dns/p5-Net-DNS-SEC: 0.19 -> 0.20
- Fix rt.cpan.org #97457
  !hex! error when parsing NSEC3 with empty salt
2014-08-17 18:18:35 +00:00
Sunpoet Po-Chuan Hsieh
68c8c46dcf - Fix CONFLICTS_INSTALL 2014-08-15 04:57:37 +00:00
Sunpoet Po-Chuan Hsieh
433aac8edc - Mark CONFLICTS_INSTALL with dns/mDNSResponder_nss
- Move LIB_DEPENDS upward
2014-08-15 04:56:37 +00:00
Sunpoet Po-Chuan Hsieh
4908700382 - Remove Author line 2014-08-15 04:50:48 +00:00
Sunpoet Po-Chuan Hsieh
a9167a6101 - Remove Author line 2014-08-15 04:50:23 +00:00
Sunpoet Po-Chuan Hsieh
ce5e9614fb - Fix SUBDIR order 2014-08-15 04:49:45 +00:00
Sunpoet Po-Chuan Hsieh
ec373bbc2f - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by:	koobs, wg
2014-08-15 03:43:54 +00:00
Sunpoet Po-Chuan Hsieh
b23b6e8bc1 - Use USES=python 2014-08-15 03:01:01 +00:00
Kurt Jaeger
0f0ca77f58 New port: dns/mDNSResponder_nss
This is a nsswitch plugin from Apple's mDNSResponder code, adapted
for FreeBSD's nsswitch and libc.

WWW: https://developer.apple.com/bonjour/
WWW: http://opensource.apple.com/tarballs/mDNSResponder/

PR:		178052
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>
2014-08-14 19:07:26 +00:00
William Grzybowski
54abe7fcfc dns/inadyn-mt: update to 02.24.43 2014-08-13 21:59:32 +00:00
John Marino
9f8b1067ac dns/idnkit: Fix sample files in pkg-plist
PR:		192631
Submitted by:	michelle
2014-08-13 20:16:14 +00:00
Steve Wills
bc8b9401ed dns/denominator: add port for denominator
Portably control DNS clouds using java or bash

WWW: https://github.com/Netflix/denominator/
2014-08-12 01:32:30 +00:00
Adam Weinberger
9a2165c12a Fix typo. 2014-08-11 21:18:45 +00:00
Adam Weinberger
bfb4d8b791 This port requires libdb.so, so change USE_BDB to 4.2+. 2014-08-11 21:15:44 +00:00
Kurt Jaeger
91dadcf338 dns/validns: fix build with non-default LOCALBASE/PREFIX
PR:		184739
Submitted by:	jhujhiti@adjectivism.org
Approved by:	umq@ueo.co.jp (maintainer timeout)
2014-08-11 20:29:45 +00:00
Adam Weinberger
476b9e8a8c Add dns/dnshistory. It caches DNS lookups into a BDB database. It's designed
to be used with awffull.

Provide a means for storing a history of DNS/Name changes for the IP Addresses
extracted from web log files. The major target being that multiple analyses of
older log files do not require re-lookups of IP Address to FQDNs, and
additionally maintain the accuracy of the lookup as it was then and not as it
is now.

WWW: http://www.stedee.id.au/dnshistory
2014-08-11 19:51:17 +00:00
Adam Weinberger
e91f5afdf5 Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-08-11 17:05:50 +00:00
Gabor Pali
cc55544233 - Update The Glorious Glasgow Haskell Compiler to version 7.8.3
- Update Haskell Platform to version 2014.2.0.0
- Update Yesod Platform to version 1.2.13
- Update Gtk2Hs to version 0.12.5
- Update Pandoc to version 1.12.4.2
- Update git-annex to version 5.20140717
- Unbreak wxHaskell ports

Please note that port revisions for all the Haskell ports without version
changes are bumped.

New ports (69):

databases/hs-esqueleto: Type-safe EDSL for SQL queries on persistent backends
devel/hs-Glob: Globbing library
devel/hs-STMonadTrans: Monad transformer version of the ST monad
devel/hs-auto-update: Efficiently run periodic, on-demand actions
devel/hs-asn1-encoding: ASN1 data reader and writer in RAW, BER and DER forms
devel/hs-asn1-parse: Simple monadic parser for ASN1 stream types
devel/hs-atomic-primops: Safe approach to CAS and other atomic operations
devel/hs-boxes: 2D text pretty-printing library
devel/hs-byteable: Type class for sequence of bytes
devel/hs-chunked-data: Typeclasses for dealing with chunked data
devel/hs-conduit-combinators: Commonly used conduit functions
devel/hs-conduit-extra: Conduit adapters for common libraries
devel/hs-data-hash: Combinators for building fast hashing functions
devel/hs-deepseq-generics: Generics-based Control.DeepSeq.rnf implementation
devel/hs-dlist-instances: Difference lists instances
devel/hs-enclosed-exceptions: Catching exceptions within enclosed computations
devel/hs-equivalence: Maintaining equivalence relations as union-find
devel/hs-exceptions: Extensible optionally-pure exceptions
devel/hs-free: Monads for free
devel/hs-hslua: Lua language interpreter embedding in Haskell
devel/hs-keys: Keyed functors and containers
devel/hs-monad-loops: Monadic loops
devel/hs-monads-tf: Monad classes, using type families
devel/hs-mono-traversable: Traversing monomorphic containers
devel/hs-prelude-extras: Higher-order versions of Prelude classes
devel/hs-prettyclass: Pretty printing class similar to Show
devel/hs-scientific: Numbers represented using scientific notation
devel/hs-securemem: Auto scrubbing and const time eq, memory chunk
devel/hs-shake: Build system library, like Make, but more accurate dependencies
devel/hs-stm-chans: Additional types of channels for STM
devel/hs-streaming-commons: Common functions for streaming data libraries
devel/hs-text-icu: Bindings to the ICU library
devel/hs-tf-random: High-quality splittable pseudorandom number generator
devel/hs-transformers-compat: Compatibility shim for transformers
devel/hs-vector-binary-instances: Binary instances for vector
devel/hs-vector-instances: Orphan Instances for 'Data.Vector'
devel/hs-vector-th-unbox: Deriver for Data.Vector.Unboxed with Template Haskell
dns/hs-dns: DNS library in Haskell
dns/hs-gnuidn: Bindings for GNU IDN
net/hs-connection: Simple and easy network connections API
net/hs-gsasl: Bindings for GNU libgsasl
net/hs-iproute: IP Routing Table
net/hs-network-protocol-xmpp: Client library for the XMPP protocol
security/hs-DRBG: Deterministic random bit generator
security/hs-cipher-aes128: AES and common modes using AES-NI when available
security/hs-cipher-blowfish: Blowfish cipher
security/hs-cipher-camellia: Camellia block cipher primitives
security/hs-cipher-des: DES and 3DES primitives
security/hs-crypto-cipher-types: Generic cryptography cipher types
security/hs-crypto-random: Simple cryptographic random related types
security/hs-cryptohash-conduit: Cryptohash conduit
security/hs-cryptohash-cryptoapi: Crypto-api interfaces for cryptohash
security/hs-gnutls: Bindings for GNU libgnutls
security/hs-x509: X509 reader and writer
security/hs-x509-store: X.509 collection accessing and storing methods
security/hs-x509-system: Per-operating-system X.509 accessors and storage
security/hs-x509-validation: X.509 Certificate and CRL validation
sysutils/hs-ekg: Remote monitoring of processes
sysutils/hs-ekg-core: Tracking of system metrics
textproc/hs-appar: Simple applicative parser
textproc/hs-libxml-sax: Bindings for the libXML2 SAX interface
textproc/hs-uri: Library for working with URIs
textproc/hs-xml-hamlet: Hamlet-style quasiquoter for XML content
www/hs-DAV: RFC 4918 WebDAV support
www/hs-http-client: HTTP client engine
www/hs-http-client-tls: http-client backend with TLS support
www/hs-warp-tls: HTTP over SSL/TLS support for Warp via the TLS package
www/hs-yesod-auth-hashdb: Authentication plugin for Yesod
www/hs-yesod-bin: Yesod helper executable

Updated ports (279):

archivers/hs-zip-archive                 0.1.3.4_5        --> 0.2.3.2
archivers/hs-zlib-enum                   0.2.3_6          --> 0.2.3.1
audio/hs-ALUT                            2.2.0.0_14       --> 2.3.0.1
audio/hs-OpenAL                          1.4.0.2_5        --> 1.6.0.0
audio/hs-libmpd                          0.8.0.2_5        --> 0.8.0.5
benchmarks/hs-criterion                  0.6.2.1_6        --> 0.8.1.0
converters/hs-aeson                      0.6.1.0_6        --> 0.7.0.6
converters/hs-dataenc                    0.14.0.5_5       --> 0.14.0.7
databases/hs-mysql                       0.1.1.4_8        --> 0.1.1.6
databases/hs-persistent                  1.2.0.1_4        --> 1.3.1.1
databases/hs-persistent-sqlite           1.2.0_4          --> 1.3.0.5
databases/hs-persistent-template         1.2.0_4          --> 1.3.1.4
devel/hs-Boolean                         0.2_5            --> 0.2.1
devel/hs-ConfigFile                      1.1.1_9          --> 1.1.2
devel/hs-DrIFT                           2.2.3_8          --> 2.4.2
devel/hs-MemoTrie                        0.6.1_6          --> 0.6.2
devel/hs-MissingH                        1.2.0.0_6        --> 1.2.1.0
devel/hs-MonadCatchIO-mtl                0.3.0.5_6        --> 0.3.1.0
devel/hs-MonadCatchIO-transformers       0.3.0.0_8        --> 0.3.1.0
devel/hs-MonadRandom                     0.1.9_4          --> 0.1.13
devel/hs-SafeSemaphore                   0.9.0_6          --> 0.10.1
devel/hs-Stream                          0.4.6.1_6        --> 0.4.7.1
devel/hs-TypeCompose                     0.9.9_5          --> 0.9.10
devel/hs-abstract-deque                  0.2_4            --> 0.3
devel/hs-abstract-par                    0.3.1_8          --> 0.3.3
devel/hs-alex                            3.0.5_4          --> 3.1.3
devel/hs-ansi-terminal                   0.6_5            --> 0.6.1.1
devel/hs-ansi-wl-pprint                  0.6.6_6          --> 0.6.7.1
devel/hs-asn1-types                      0.1.3_4          --> 0.2.3
devel/hs-async                           2.0.1.4_4        --> 2.0.1.5
devel/hs-base16-bytestring               0.1.1.5_7        --> 0.1.1.6
devel/hs-basic-prelude                   0.3.5.0_4        --> 0.3.8
devel/hs-bifunctors                      3.2.0.1_5        --> 4.1.1.1
devel/hs-blaze-builder                   0.3.1.1_4        --> 0.3.3.2
devel/hs-blaze-builder-enumerator        0.2.0.5_6        --> 0.2.0.6
devel/hs-blaze-textual                   0.2.0.8_6        --> 0.2.0.9
devel/hs-bloomfilter                     1.2.6.10_7       --> 2.0.0.0
devel/hs-bytestring-show                 0.3.5.5_4        --> 0.3.5.6
devel/hs-c2hs                            0.16.4_6         --> 0.17.2
devel/hs-cabal-install                   1.16.0.2_4       --> 1.18.0.5
devel/hs-cereal                          0.3.5.2_7        --> 0.4.0.1
devel/hs-checkers                        0.3.1_5          --> 0.3.2
devel/hs-classy-prelude                  0.5.7_4          --> 0.9.3
devel/hs-classy-prelude-conduit          0.5.3_5          --> 0.9.3
devel/hs-cmdargs                         0.10.3_4         --> 0.10.9
devel/hs-conduit                         1.0.5_4          --> 1.1.7
devel/hs-configurator                    0.2.0.2_6        --> 0.3.0.0
devel/hs-convertible                     1.0.11.1_8       --> 1.1.0.0
devel/hs-cpphs                           1.16_5           --> 1.18.5
devel/hs-data-pprint                     0.2.1.4_6        --> 0.2.3
devel/hs-directory-tree                  0.11.0_6         --> 0.12.0
devel/hs-dlist                           0.5_13           --> 0.7.1
devel/hs-either                          3.4_5            --> 4.3.0.1
devel/hs-enumerator                      0.4.19_8         --> 0.4.20
devel/hs-errors                          1.4.1_5          --> 1.4.7
devel/hs-fast-logger                     0.3.1_7          --> 2.2.0
devel/hs-fgl                             5.4.2.4_9        --> 5.5.0.1
devel/hs-file-embed                      0.0.4.7_5        --> 0.0.7
devel/hs-filestore                       0.6.0.1_5        --> 0.6.0.3
devel/hs-fsnotify                        0.0.11_4         --> 0.1.0.3
devel/hs-gconf                           0.12.1.1_6       --> 0.12.5.0
devel/hs-generic-deriving                1.5.0_4          --> 1.6.3
devel/hs-geniplate                       0.6.0.3_5        --> 0.6.0.4
devel/hs-ghc-events                      0.4.2.0_6        --> 0.4.3.0
devel/hs-ghc-mtl                         1.0.1.2_6        --> 1.2.1.0
devel/hs-gio                             0.12.4_6         --> 0.12.5.3
devel/hs-glade                           0.12.1_10        --> 0.12.5.0
devel/hs-glib                            0.12.4_6         --> 0.12.5.4
devel/hs-gtk2hs-buildtools               0.12.4_6         --> 0.12.5.2
devel/hs-haddock                         2.13.2_4         --> 2.14.2
devel/hs-happy                           1.18.10_6        --> 1.19.4
devel/hs-hashable                        1.1.2.5_4,1      --> 1.2.2.0,1
devel/hs-hashed-storage                  0.5.10_6         --> 0.5.11
devel/hs-hashtables                      1.1.0.2_5        --> 1.1.2.1
devel/hs-haskell-src                     1.0.1.5_8        --> 1.0.1.6
devel/hs-haskell-src-exts                1.13.5_6         --> 1.15.0.1
devel/hs-hasktags                        0.68.2_5         --> 0.69.0
devel/hs-hastache                        0.5.0_5          --> 0.6.0
devel/hs-hinotify                        0.3.5_6          --> 0.3.7
devel/hs-hint                            0.3.3.6_5        --> 0.4.2.0
devel/hs-hlint                           1.8.45_4         --> 1.9.3
devel/hs-hoogle                          4.2.16_5         --> 4.2.34
devel/hs-hslogger                        1.2.1_6          --> 1.2.4
devel/hs-hspec                           1.5.4_4          --> 1.11.0
devel/hs-hspec-expectations              0.3.2_4          --> 0.6.0.1
devel/hs-kqueue                          0.1.2.4_6        --> 0.1.2.6
devel/hs-language-c                      0.3.2.1_11       --> 0.4.5
devel/hs-language-javascript             0.5.7_6          --> 0.5.13
devel/hs-largeword                       1.0.5_4          --> 1.2.3
devel/hs-lens                            3.9.0.2_4        --> 4.3.3
devel/hs-lifted-base                     0.2.0.5_4        --> 0.2.3.0
devel/hs-logict                          0.6_5            --> 0.6.0.2
devel/hs-mmap                            0.5.8_7          --> 0.5.9
devel/hs-mmorph                          1.0.0_4          --> 1.0.3
devel/hs-monad-control                   0.3.2.1_4        --> 0.3.3.0
devel/hs-monad-logger                    0.3.1.1_4        --> 0.3.7.1
devel/hs-monad-par                       0.3.4.2_4        --> 0.3.4.6
devel/hs-monad-par-extras                0.3.2_8          --> 0.3.3
devel/hs-mtl                             2.1.2_6          --> 2.1.3.1
devel/hs-mueval                          0.9_5            --> 0.9.1.1
devel/hs-murmur-hash                     0.1.0.6_6        --> 0.1.0.7
devel/hs-optparse-applicative            0.5.2.1_5        --> 0.9.1.1
devel/hs-parallel                        3.2.0.3_6        --> 3.2.0.4
devel/hs-pcre-light                      0.4_13           --> 0.4.0.2
devel/hs-primitive                       0.5.0.1_6        --> 0.5.2.1
devel/hs-profunctors                     3.3.0.1_4        --> 4.2.0.1
devel/hs-project-template                0.1.3_5          --> 0.1.4.1
devel/hs-quickcheck-io                   0.1.0_4          --> 0.1.1
devel/hs-reflection                      1.3.2_4          --> 1.5.1
devel/hs-resource-pool                   0.2.1.1_6        --> 0.2.3.0
devel/hs-resourcet                       0.4.7.1_4        --> 1.1.2.3
devel/hs-safe                            0.3.3_9          --> 0.3.7
devel/hs-setenv                          0.1.0_6          --> 0.1.1.1
devel/hs-simple-reflect                  0.3.1_5          --> 0.3.2
devel/hs-smallcheck                      1.0.2_5          --> 1.1.1
devel/hs-syb                             0.4.0_4          --> 0.4.1
devel/hs-syb-with-class                  0.6.1.4_6        --> 0.6.1.5
devel/hs-system-fileio                   0.3.11_5         --> 0.3.14
devel/hs-system-filepath                 0.4.7_6          --> 0.4.12
devel/hs-tagged                          0.6_4            --> 0.7.2
devel/hs-temporary                       1.1.2.4_6        --> 1.2.0.3
devel/hs-test-framework                  0.8_7            --> 0.8.0.3
devel/hs-test-framework-hunit            0.3.0_7          --> 0.3.0.1
devel/hs-test-framework-quickcheck2      0.3.0.1_7        --> 0.3.0.3
devel/hs-text                            0.11.3.1_4       --> 1.1.0.0
devel/hs-threads                         0.5.0.2_5        --> 0.5.1.2
devel/hs-threadscope                     0.2.2_6          --> 0.2.4
devel/hs-timezone-olson                  0.1.2_5          --> 0.1.4
devel/hs-timezone-series                 0.1.2_5          --> 0.1.3
devel/hs-transformers-base               0.4.1_9          --> 0.4.2
devel/hs-uniplate                        1.6.10_6         --> 1.6.12
devel/hs-unix-compat                     0.4.1.1_4        --> 0.4.1.3
devel/hs-unix-time                       0.1.8_4          --> 0.3.3
devel/hs-unordered-containers            0.2.3.1_4        --> 0.2.4.0
devel/hs-utf8-light                      0.4.0.1_8        --> 0.4.2
devel/hs-utf8-string                     0.3.7_9          --> 0.3.8
devel/hs-utility-ht                      0.0.9_4          --> 0.0.10
devel/hs-uuagc                           0.9.42.3_4       --> 0.9.51
devel/hs-uuagc-cabal                     1.0.4.0_7        --> 1.0.5.0
devel/hs-uuid                            1.2.13_4         --> 1.3.3
devel/hs-uulib                           0.9.15_5         --> 0.9.16
devel/hs-vault                           0.2.0.4_5        --> 0.3.0.3
devel/hs-vector                          0.10.0.1_6       --> 0.10.9.1
devel/hs-vector-algorithms               0.5.4.2_6        --> 0.6.0.3
devel/hs-void                            0.6_4            --> 0.6.1
devel/hs-word8                           0.0.3_5          --> 0.1.1
graphics/hs-HGL                          3.2.0.2_14       --> 3.2.0.5
graphics/hs-cairo                        0.12.4_6         --> 0.12.5.3
graphics/hs-svgcairo                     0.12.1.1_8       --> 0.12.5.2
mail/hs-email-validate                   1.0.0_5          --> 2.0.1
mail/hs-mime                             0.3.4_6          --> 0.4.0.1
mail/hs-mime-mail                        0.4.1.2_7        --> 0.4.5.2
mail/hs-mime-types                       0.1.0.3_5        --> 0.1.0.4
math/hs-Agda                             2.3.2_6          --> 2.4.0.2
math/hs-categories                       1.0.5_5          --> 1.0.6
math/hs-comonad                          3.0.2_5          --> 4.2.2
math/hs-contravariant                    0.4_5            --> 1.1
math/hs-data-lens                        2.10.2_7         --> 2.10.5
math/hs-data-lens-template               2.1.7_7          --> 2.1.8
math/hs-distributive                     0.3.1_5          --> 0.4.4
math/hs-math-functions                   0.1.3.0_5        --> 0.1.5.2
math/hs-mwc-random                       0.12.0.1_6       --> 0.13.1.2
math/hs-nats                             0.1_5            --> 0.2
math/hs-pointed                          3.0.2_6          --> 4.1
math/hs-probability                      0.2.4_8          --> 0.2.4.1
math/hs-semigroupoids                    3.0.2_6          --> 4.0.4
math/hs-semigroups                       0.9.1_4          --> 0.15.2
math/hs-statistics                       0.10.3.1_4       --> 0.13.2.1
math/hs-vector-space                     0.8.6_7          --> 0.8.7
multimedia/hs-gstreamer                  0.12.1.2_6       --> 0.12.5.0
net/hs-network                           2.4.1.2_4        --> 2.4.2.3
net/hs-network-info                      0.2.0.3_6        --> 0.2.0.5
net/hs-network-multicast                 0.0.7_6          --> 0.0.11
net/hs-simple-sendfile                   0.2.11_5         --> 0.2.15
net/hs-socks                             0.5.1_4          --> 0.5.4
science/hs-bio                           0.5.2_8          --> 0.5.3
security/hs-HsOpenSSL                    0.10.3.3_6       --> 0.11
security/hs-RSA                          1.2.2.0_7        --> 2.0.0
security/hs-SHA                          1.6.1_6          --> 1.6.4.1
security/hs-certificate                  1.3.7_4          --> 1.3.9
security/hs-cipher-aes                   0.1.8_4          --> 0.2.8
security/hs-cipher-rc4                   0.1.2_5          --> 0.1.4
security/hs-clientsession                0.9_4            --> 0.9.0.3
security/hs-cprng-aes                    0.3.4_6          --> 0.5.2
security/hs-crypto-api                   0.12.1_4         --> 0.13
security/hs-crypto-conduit               0.5.2_4          --> 0.5.4
security/hs-crypto-numbers               0.1.3_5          --> 0.2.3
security/hs-crypto-pubkey                0.1.3_4          --> 0.2.4
security/hs-crypto-pubkey-types          0.3.2_4          --> 0.4.2.2
security/hs-cryptocipher                 0.5.0_4          --> 0.6.2
security/hs-cryptohash                   0.9.0_4          --> 0.11.6
security/hs-entropy                      0.2.1_9          --> 0.3.2
security/hs-monadcryptorandom            0.5.1_5          --> 0.6.1
security/hs-pem                          0.1.2_6          --> 0.2.2
security/hs-pwstore-fast                 2.3_7            --> 2.4.1
security/hs-skein                        1.0.3_4          --> 1.0.9
security/hs-tls                          1.1.2_5          --> 1.2.8
sysutils/hs-angel                        0.3.4_6          --> 0.5.0
sysutils/hs-cpu                          0.1.1_7          --> 0.1.2
textproc/hs-Diff                         0.2.0_5          --> 0.3.0
textproc/hs-HStringTemplate              0.7.1_5          --> 0.7.3
textproc/hs-HaXml                        1.24_4           --> 1.24.1
textproc/hs-attoparsec-enumerator        0.3.1_7          --> 0.3.3
textproc/hs-blaze-html                   0.6.1.1_4        --> 0.7.0.2
textproc/hs-blaze-markup                 0.5.1.5_4        --> 0.6.1.0
textproc/hs-case-insensitive             1.0.0.2_4        --> 1.1.0.3
textproc/hs-citeproc-hs                  0.3.8_5          --> 0.3.9
textproc/hs-feed                         0.3.8_13         --> 0.3.9.2
textproc/hs-hexpat                       0.20.3_6         --> 0.20.6
textproc/hs-highlighting-kate            0.5.3.9_4        --> 0.5.8.5
textproc/hs-html-conduit                 1.1.0_5          --> 1.1.0.5
textproc/hs-hxt                          9.3.1.1_7        --> 9.3.1.4
textproc/hs-hxt-charproperties           9.1.1_9          --> 9.1.1.1
textproc/hs-hxt-unicode                  9.0.2_9          --> 9.0.2.2
textproc/hs-pandoc-types                 1.10_5           --> 1.12.4.1
textproc/hs-parsec                       3.1.3_6          --> 3.1.5
textproc/hs-regex-pcre-builtin           0.94.4.5.8.31_5  --> 0.94.4.8.8.35
textproc/hs-regex-tdfa                   1.1.8_5          --> 1.2.0
textproc/hs-stringsearch                 0.3.6.4_6        --> 0.3.6.5
textproc/hs-tagsoup                      0.12.8_6         --> 0.13.1
textproc/hs-tagstream-conduit            0.5.4_5          --> 0.5.5.1
textproc/hs-texmath                      0.6.1.5_4        --> 0.6.7
textproc/hs-xml-conduit                  1.1.0.3_5        --> 1.2.1
textproc/hs-xml-types                    0.3.3_6          --> 0.3.4
textproc/hs-xmlhtml                      0.2.1_5          --> 0.2.3.2
textproc/hs-yaml                         0.8.2.4_4        --> 0.8.8.4
www/hs-HTTP                              4000.2.8_4       --> 4000.2.10
www/hs-authenticate                      1.3.2.6_5        --> 1.3.2.9
www/hs-cgi                               3001.1.7.5_4,1   --> 3001.1.8.5,1
www/hs-cookie                            0.4.0.1_6        --> 0.4.1.2
www/hs-css-text                          0.1.1_10         --> 0.1.2.1
www/hs-gitit                             0.10.3.1_5       --> 0.10.4
www/hs-hS3                               0.5.7_5          --> 0.5.8
www/hs-happstack                         7.0.1_7          --> 7.0.2
www/hs-happstack-server                  7.1.7.1_4        --> 7.3.7
www/hs-heist                             0.12.0_4         --> 0.13.1.2
www/hs-hjsmin                            0.1.4.1_5        --> 0.1.4.7
www/hs-http-conduit                      1.9.3_4          --> 2.1.4
www/hs-http-reverse-proxy                0.1.1.6_4        --> 0.4.0.1
www/hs-http-server                       1.0.2_5          --> 1.0.4
www/hs-http-types                        0.8.0_5          --> 0.8.5
www/hs-oeis                              0.3.1_10         --> 0.3.5
www/hs-path-pieces                       0.1.2_6          --> 0.1.4
www/hs-recaptcha                         0.1_9            --> 0.1.0.2
www/hs-shakespeare                       1.0.5_4          --> 2.0.1.1
www/hs-snap                              0.12.0_4         --> 0.13.2.8
www/hs-snap-core                         0.9.3.1_5        --> 0.9.6.3
www/hs-snap-server                       0.9.3.3_5        --> 0.9.4.5
www/hs-wai                               1.4.0_5          --> 3.0.1.1
www/hs-wai-app-static                    1.3.1.2_5        --> 3.0.0
www/hs-wai-extra                         1.3.4_4          --> 3.0.1.2
www/hs-wai-logger                        0.3.0_7          --> 2.2.0
www/hs-warp                              1.3.8.1_4        --> 3.0.0.5
www/hs-webkit                            0.12.4_8         --> 0.12.6.1
www/hs-xss-sanitize                      0.3.3_6          --> 0.3.5.2
www/hs-yesod                             1.2.0.1_4        --> 1.2.6.1
www/hs-yesod-auth                        1.2.0_4          --> 1.3.4
www/hs-yesod-core                        1.2.0.4_4        --> 1.2.19
www/hs-yesod-form                        1.3.0_4          --> 1.3.14
www/hs-yesod-persistent                  1.2.0_4          --> 1.2.3
www/hs-yesod-routes                      1.2.0_4          --> 1.2.0.7
www/hs-yesod-static                      1.2.0_4          --> 1.2.4
www/hs-yesod-test                        1.2.0_4          --> 1.2.3.2
x11-toolkits/hs-GLURaw                   1.3.0.0_4        --> 1.4.0.1
x11-toolkits/hs-GLUT                     2.4.0.0_5,1      --> 2.5.1.1,1
x11-toolkits/hs-OpenGL                   2.8.0.0_4,1      --> 2.9.2.0,1
x11-toolkits/hs-OpenGLRaw                1.3.0.0_5        --> 1.5.0.0
x11-toolkits/hs-gtk                      0.12.4_6         --> 0.12.5.7
x11-toolkits/hs-gtkglext                 0.12.1_10        --> 0.12.5.0
x11-toolkits/hs-gtksourceview2           0.12.3.1_8       --> 0.12.5.0
x11-toolkits/hs-pango                    0.12.4_6         --> 0.12.5.3
x11-toolkits/hs-vte                      0.12.1_10        --> 0.12.5.0
x11-toolkits/hs-wx                       0.90.0.1_8       --> 0.90.1.0
x11-toolkits/hs-wxc                      0.90.0.4_7       --> 0.90.1.1
x11-toolkits/hs-wxcore                   0.90.0.3_7       --> 0.90.1.1
x11-toolkits/hs-wxdirect                 0.90.0.1_8       --> 0.90.1.1
x11-wm/hs-xmonad-contrib                 0.11.1_6         --> 0.11.3
x11/hs-X11                               1.6.1.1_6        --> 1.6.1.2
x11/hs-xmobar                            0.17_4           --> 0.21

Removed ports (28):

archivers/hs-zlib-conduit: Deprecated in favor of conduit-extra
devel/hs-IORefCAS: Deprecated in favor of atomic-primops
devel/hs-StateVar: Deprecated
devel/hs-Tensor: Depcrecated
devel/hs-attempt: Deprecated in favor of exceptions
devel/hs-base64-conduit: Deprecated in favor of conduit-combinators
devel/hs-blaze-builder-conduit: Deprecated in favor of conduit-extra
devel/hs-failure: Deprecated in favor or exceptions
devel/hs-filesystem-conduit: Deprecated in favor of conduit-combinators
devel/hs-haskeline: Become part of GHC
devel/hs-pool-conduit: Deprecated in favor of resource-pool
devel/hs-profunctor-extras: Absorbed into profunctors
devel/hs-terminfo: Become part of GHC
devel/hs-transformers: Become part of GHC
math/hs-comonad-transformers: Deprecated in favor of comonad
math/hs-comonads-fd: Deprecated in favor of comonad
math/hs-groupoids: Deprecated in favor of semigroupoids
math/hs-semigroupoid-extras: Deprecated in favor of semigroupoids
net/hs-network-conduit: Deprecated in favor of conduit-extra
security/hs-tls-extra: Deprecated in favor of tls
textproc/hs-attoparsec-conduit: Deprecated in favor of conduit-extra
textproc/hs-xhtml: Become part of GHC
www/hs-hamlet: Deprecated in favor of shakespeare
www/hs-shakespeare-css: Deprecated in favor of shakespeare
www/hs-shakespeare-i18n: Deprecated in favor of shakespeare
www/hs-shakespeare-js: Deprecated in favor of shakespeare
www/hs-shakespeare-text: Deprecated in favor of shakespeare
www/hs-wai-test: Deprecated in favor of wai-extra

Approved by:	portmgr (implicit, touching unstaged ports)
Obtained from:	FreeBSD Haskell
2014-08-10 22:34:50 +00:00
Mathieu Arnold
6d04adef54 Push back expiration to the end of the month.
Sponsored by:	Absolight
2014-08-07 08:40:25 +00:00
Adam Weinberger
cb7d5cc607 In some straightforward situations, protect examples behind PORTEXAMPLES,
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option.
2014-08-06 04:34:23 +00:00
Sunpoet Po-Chuan Hsieh
2f3310f574 - Use USES=twisted 2014-08-01 16:18:23 +00:00
Mathieu Arnold
42c0020b7f Update MASTER_SITES, remove OPTIONS_DEFAULT, IPv6 is already default on.
PR:		192288
Submitted by:	takefu
Sponsored by:	Absolight
2014-08-01 11:46:53 +00:00