aboutsummaryrefslogtreecommitdiffstats
path: root/audio/murmur
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-01-03 21:09:48 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-01-03 21:09:48 +0800
commit614681a0478d77ff95eb5fc1d8b84bb2dfbe9cb1 (patch)
tree810cd74ff6f0b6b5d2f56da867776278e00da4bf /audio/murmur
parent949eef8a7e45ca2fd0a35f019efbe44357816926 (diff)
downloadfreebsd-ports-gnome-614681a0478d77ff95eb5fc1d8b84bb2dfbe9cb1.tar.gz
freebsd-ports-gnome-614681a0478d77ff95eb5fc1d8b84bb2dfbe9cb1.tar.zst
freebsd-ports-gnome-614681a0478d77ff95eb5fc1d8b84bb2dfbe9cb1.zip
- Remove always-false condition and corresponding optional patch
- Add LICENSE_FILE - Don't install LICENSE with docs - Switch to options helpers Approved by: portmgr blanket
Diffstat (limited to 'audio/murmur')
-rw-r--r--audio/murmur/Makefile13
-rw-r--r--audio/murmur/files/FreeBSD9-patch-src_SSL.cpp11
-rw-r--r--audio/murmur/pkg-plist1
3 files changed, 5 insertions, 20 deletions
diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile
index 3bc108ea7377..3e12ba29a5b8 100644
--- a/audio/murmur/Makefile
+++ b/audio/murmur/Makefile
@@ -10,6 +10,7 @@ MAINTAINER= feld@FreeBSD.org
COMMENT= Murmur is the server component of Mumble
LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs
LIB_DEPENDS= libprotobuf.so:devel/protobuf
@@ -62,10 +63,6 @@ CONFIG+= no-bonjour
CONFIG+= no-pch
.endif
-.if ${OSVERSION} < 1000510
-EXTRA_PATCHES= ${FILESDIR}/FreeBSD9-patch-src_SSL.cpp
-.endif
-
post-patch:
@${ECHO_CMD} 'QMAKE_LFLAGS += -fstack-protector' >> ${WRKSRC}/src/murmur/murmur.pro
@@ -80,11 +77,11 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/scripts/murmur.ini ${STAGEDIR}${PREFIX}/etc/murmur.ini.sample
${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1
${CP} ${WRKSRC}/man/murmurd.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in CHANGES INSTALL LICENSE README README.Linux
+
+do-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+.for f in CHANGES INSTALL README README.Linux
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.post.mk>
diff --git a/audio/murmur/files/FreeBSD9-patch-src_SSL.cpp b/audio/murmur/files/FreeBSD9-patch-src_SSL.cpp
deleted file mode 100644
index acb5e6337c5f..000000000000
--- a/audio/murmur/files/FreeBSD9-patch-src_SSL.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/SSL.cpp.orig 2015-11-20 16:02:09 UTC
-+++ src/SSL.cpp
-@@ -43,7 +43,7 @@ QList<QSslCipher> MumbleSSL::ciphersFrom
-
- SSL_CTX *ctx = NULL;
- SSL *ssl = NULL;
-- const SSL_METHOD *meth = NULL;
-+ SSL_METHOD *meth = NULL;
- int i = 0;
-
- QByteArray csbuf = cipherString.toLatin1();
diff --git a/audio/murmur/pkg-plist b/audio/murmur/pkg-plist
index ce65640131d5..b51a61c72389 100644
--- a/audio/murmur/pkg-plist
+++ b/audio/murmur/pkg-plist
@@ -3,6 +3,5 @@ man/man1/murmurd.1.gz
sbin/murmurd
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/README.Linux
ss='deletions'>-3/+4 | * - Drop @dirrm* from plistamdmi32015-05-191-1/+0 | | | | Approved by: portmgr blanket * - Add another MASTER_SITEamdmi32015-05-191-1/+2 | | | | | PR: 199588 Submitted by: axprof@gmail.com * - Update to 1.0.68amdmi32015-05-193-4/+4 | | | | | PR: 199971 Submitted by: cyberbotx@cyberbotx.com (maintainer) * lang/pypy: update to 2.5.1dbn2015-05-1924-4505/+61 | | | | | | | | | | Changes: * Merge pypy-devel into pypy * Drop pypy-devel (was intended to track pypy-current but no automated process was implemented) * Drop upstreamed patches PR: 199790 * - remove option broken by r385280dinoex2015-05-192-34/+7 | | | | | | - remove @dirrm - use USERS - rename MAN macros * Fix non-x86 builds by using arc4random(3) instead of random(3) + rdtsc (x86tijl2015-05-191-1/+2 | | | | | | instruction). PR: 200289 * - Add option to install Munun pluginamdmi32015-05-193-3/+24 | | | | | | PR: 199798 Submitted by: tgyurci@gmail.com Approved by: maintainer timeout * - Update to 0.28.0amdmi32015-05-192-6/+6 | | | | | | | Changes: https://github.com/openxpki/openxpki/commits/master PR: 200229 Submitted by: svysh.fbsd@gmail.com * Update net/turnserver to 4.4.4.2madpilot2015-05-195-35/+61 | | | | | | PR: 200168 Submitted by: Bradley T. Hughes <bradleythughes at fastmail.fm> Approved by: mom040267@gmail.com (maintainer) * Fix ezjail.conf.sample having EZJAIL_PREFIX reference.bdrewery2015-05-192-0/+15 | * Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.mat2015-05-19150-335/+362 | | | | | With hat: portmgr Sponsored by: Absolight * - Drop @dirrm* from plistamdmi32015-05-191-31/+0 | | | | Approved by: portmgr blanket * - Drop @dirrm* from plistamdmi32015-05-191-8/+0 | | | | Approved by: portmgr blanket * Add net/librsync1 which is based on the 1.0 release of librsync.bdrewery2015-05-196-0/+53 | | | | | This is not API-compatible with the 0.9 release. None of the ports consumers of this library currently build with it. * Typomat2015-05-181-1/+1 | | | | | Poked by: Peter Blok Sponsored by: Absolight * - Add mounts table supportzi2015-05-183-2/+59 | | | | - Bump PORTREVISION * - Update PC-BSD related ports to 1431700504 / 10.1.2 versionskmoore2015-05-1832-236/+139 | | | | | - Pet portlint for many - Remove obsolete pkg-install * Fix MAINTAINER addresstijl2015-05-181-1/+1 | * Set the default yaws_enable to NO.olgeni2015-05-182-1/+11 | * New port: security/hitch:zi2015-05-188-0/+217 | | | | | | | | hitch is a network proxy that terminates TLS/SSL connections and forwards the unencrypted traffic to some backend. It's designed to handle 10s of thousands of connections efficiently on multicore machines. WWW: https://github.com/varnish/hitch/ * - Update to 5.0.19culot2015-05-182-3/+3 | | | | Changes: http://sourceforge.net/projects/dbh/files/dbh/ * math/cmlib: fix MASTER_SITEpi2015-05-181-2/+1 | | | | | PR: 196258 Submitted by: mat * New port: math/cmlibpi2015-05-186-0/+973 | | | | | | | | | | | A collection of non-proprietary, easily transportable Fortran subprogram packages solving a variety of mathematical and statistical problems. WWW: http://www.nist.gov/itl/math/mcsd-software.cfm PR: 196258 Submitted by: Anton Shterenlikht <mexas@bris.ac.uk> * security/py-libnacl: Update to 1.4.2koobs2015-05-182-3/+3 | | | | | | | | | | | - Update to 1.4.2 Changes: * https://libnacl.readthedocs.org/en/latest/topics/releases/index.html PR: 200233 Submitted by: Jason Unovitch <jason.unovitch gmail com> * Update to v5.21.11-140-g96623e3.mat2015-05-182-3/+3 | | | | | Changes: https://github.com/Perl/perl5/compare/v5.21.11-102-g9477009...v5.21.11-140-g96623e3 Sponsored by: Absolight * - Enable FORTRAN and GFORKER options by default due to popular requesttijl2015-05-181-1/+4 | | | | - Add option group descriptions * - Drop @dirrm* from plistamdmi32015-05-181-41/+8 | | | | | | - Add empty directories to plist Approved by: portmgr blanket * - Drop @dirrm* from plistamdmi32015-05-181-3/+1 | | | | Approved by: portmgr blanket * www/phalcon: Update to 2.0.1koobs2015-05-182-11/+11 | | | | | | | | | | | - Update to 2.0.1 - Remove --prefix from CONFIGURE_ARGS (set by USE_PHPEXT) - Remove --with-php-config from CONFIGURE_ARGS (set by USE_PHPEXT) - Sort USE_* entries PR: 200216 Submitted by: Franco Fichtner <franco opnsense org> Approved by: maintainer <linpct gmail com> * Allow BIND 9.10 users to select the old key format when using GOST.[1]mat2015-05-184-31/+41 | | | | | | | | While there, reword the options a bit, and the pkg-help files. PR: 200031 [1] Submitted by: Leo Vandewoestijne [1] Sponsored by: Absolight * Add knot2 beta, the next major release of the Knot DNSerwin2015-05-187-0/+279 | | | | | | | high-performance authoritative-only DNS server PR: 199868 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> * The upstream came with a different temporarily solution than the patch in PR ↵erwin2015-05-183-18/+54 | | | | | | | | | | 199298. This one allows for GOST in DNSSEC. Add conflict with upcoming knot2 port. PR: 199866 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) * Upgrade to version 17.5.4 and link snmpc binary into bin/.olgeni2015-05-185-6/+315 | * Update to version 4.7.demon2015-05-182-3/+3 | * Upgrade to version 17.5.4.olgeni2015-05-182-4/+309 | * - Update to 2.92culot2015-05-182-3/+3 | | | | Changes: http://search.cpan.org/dist/Term-Menus/ChangeLog * - Update to 1.80culot2015-05-182-3/+3 | | | | Changes: http://search.cpan.org/dist/Config-Properties/Changes * - Update to 0.9.1vsevolod2015-05-182-3/+3 | * - Add CPE infoamdmi32015-05-181-1/+3 | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket * - Add empty directory to plistamdmi32015-05-181-0/+1 | | | | Approved by: portmgr blanket * net/syncthing-cli: update to syncthing 0.11.4swills2015-05-182-3/+4 | * net/syncthing-discosrv: update to syncthing 0.11.4swills2015-05-182-4/+4 | * net/syncthing: update to 0.11.4swills2015-05-182-3/+3 | * - Drop @dirrm* from plistamdmi32015-05-181-2/+0 | | | | Approved by: portmgr blanket * - Drop @dirrm* from plistamdmi32015-05-182-5/+3 | | | | | | - Add LICENSE Approved by: portmgr blanket * - Add LICENSE_FILEamdmi32015-05-182-1/+1 | | | | | | - Drop @dirrm* from plist Approved by: portmgr blanket * sysutils/consul: update to 0.5.1swills2015-05-184-208/+92 | | | | | PR: 200231 (with minor changes) Submitted by: Robert Barabas <robert.barabas@percona.com> * Update to tzdata2015c:edwin2015-05-183-4/+3 | | | | | | | | | | | Release 2015c - 2015-04-11 08:55:55 -0700 Changes affecting future time stamps Egypt's spring-forward transition is at 24:00 on April's last Thursday, not 00:00 on April's last Friday. 2015's transition will therefore be on Thursday, April 30 at 24:00, not Friday, April 24 at 00:00. Similar fixes apply to 2026, 2037, 2043, etc. (Thanks to Steffen Thorsen.) * - Add CPE infoamdmi32015-05-181-0/+4 | | | | Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-181-1/+2 | | | | Approved by: portmgr blanket * - Update to 7.1.3wen2015-05-184-20/+22 | * - Add CPE infoamdmi32015-05-181-1/+1 | * - Update to 3.6.9 and unbreakwen2015-05-182-5/+3 | * - Update to 4.12.3wen2015-05-182-3/+3 | * Add new port ports-mgmt/genpatch (toolset used in dports for 18 months)marino2015-05-189-0/+433 | | | | | | | | | | | | | | | | ===== This is a set of three simple tools written in sh(1) for generating single patches for use in Ports. This set is ideal for creating a new patch when it is inconvenient or undesirable to use the "make makepatch" utility. The first tool is "dupe" which is a quick copy utility. The second tool is "genpatch" which creates patches in the standards diff format and using the standard file name conventions. The last tool is "portfix" which runs "dupe", an editor of choice, and "genpatch" serially as a macro as a convenient and quick way to create port patches. Please see the dupe, genpatch, and portfix man pages for details. * Update to 2.16.4marcus2015-05-182-11/+30 | | | | | | | | | | | | | | | | | * Correct a typo. This should have been SITE_ARCH_REL. [1] * Pre-populate USES with an explicit grep of the Makefile. [2] * Correct a typo to prevent direct command usage checking in pkg-* files. [3] * Adjust the order of first-paragraph items so that proper checking is done. [4] * Adjust the warning about installing docs by wrapping with .if ${PORT_OPTIONS:MDOCS}. [5] * Add a check for ${SETENV} instead of ${ENV}. [5] PR: 199974 [2] 199693 [3] 199428 [4] 199417 [5] Submitted by: adamw [4] sunpoet [1] * Back out r386644 it was wrongbapt2015-05-182-14/+1 | * Remove limitation of FSIZE otherwise gzip output got truncated at 8192bapt2015-05-182-0/+14 | * www/node: update 0.12.2 -> 0.12.3robak2015-05-184-28/+3 | | | | | | | - Remove obsolete patches PR: 200240 Submitted by: Daniel Lin <linpct@gmail.com> (maintainer) * - Add CPE infoamdmi32015-05-181-1/+2 | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket * Add devel/relx, a release creation tool for Erlang.olgeni2015-05-185-0/+63 | * Add devel/rebar3, a build tool for Erlang.olgeni2015-05-184-0/+51 | * - Add CPE infoamdmi32015-05-181-0/+2 | | | | Approved by: portmgr blanket * - Drop @dirrm* from plistamdmi32015-05-181-6/+1 | | | | - Add empty directory to plist * - Add CPE infoamdmi32015-05-181-1/+2 | | | | Approved by: portmgr blanket * Update to 4.12.2 (bugfix)olivierd2015-05-182-3/+3 | | | | Changelog: http://git.xfce.org/xfce/xfdesktop/tree/NEWS?id=xfdesktop-4.12.2#n1 * - Update to 0.5.4olivierd2015-05-183-5/+12 | | | | | | | - GSTREAMER option is now set by default (it can transcode different formats of audio files) Changelog: http://git.xfce.org/apps/xfburn/tree/NEWS?id=xfburn-0.5.4#n1 * - Add CPE infoamdmi32015-05-181-1/+1 | | | | Approved by: portmgr blanket * Update to 4.0.1.28romain2015-05-184-606/+46 | | | | | | | Based on [1]. PR: 200118 [1] Submitted by: anders@jensenwaud.com [1] * Catch up with github tree - changelog:nox2015-05-183-92/+7 | | | | https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user * - Add CPE infoamdmi32015-05-181-1/+3 | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket * textproc/dblatex: Fix failure to invoke, reset maintainermarino2015-05-182-9/+11 | | | | | | | | | | | | The shebang "env python" won't work. Normally shebangfix would be used to fix this, but dblatex is actually built so we need to use sed in the post-install target to adjust it. While here, reset the maintainer. This PR is the fourth consecutive timeout. Also clean up the port. PR: 196617 Submitted by: holger (freyther.de) * net/shaperprobe: mark BROKEN, no longer works (set removal in 3 weeks)marino2015-05-181-0/+4 | | | | | | PR: 197327 Submitted by: MikeM (comcast) Removal Rec: Josh Carroll (maintainer) * - Strip libraryamdmi32015-05-181-0/+4 | * - Add CPE infoamdmi32015-05-181-1/+5 | | | | | | - Add LICENSE Approved by: portmgr blanket * devel/ruby-gems: update to 2.4.7mmoll2015-05-172-3/+3 | | | | | | | | PR: 200264 Differential Revision: https://reviews.freebsd.org/D2572 Submitted by: Santiago Pastorino <spastorino@gmail.com> Approved by: mat (mentor) Security: CVE-2015-3900 * security/vuxml: Add CVE-2015-3900 entry for devel/ruby-gemsmmoll2015-05-171-0/+42 | | | | | | | PR: 200264 Differential Revision: https://reviews.freebsd.org/D2572 Approved by: mat (mentor) Security: CVE-2015-3900 * - Add CPE infoamdmi32015-05-171-1/+2 | | | | Approved by: portmgr blanket * mail/mime-construct: Remove empty backup MASTER_SITESmarino2015-05-171-2/+1 | | | | | Renatasystems is not hosting distfile so remove it. The primary site is still up and hosting the distfile. * - Drop @dirrm* from plistamdmi32015-05-171-1/+2 | * - Add CPE infoamdmi32015-05-171-1/+1 | | | | Approved by: portmgr blanket * mail/mime-construct: Remove RUN_DEPENDS; reset maintainershipmarino2015-05-171-4/+3 | | | | | | | | | | Remove converters/p5-MIME-Base64 from RUN_DEPENDS since it is already in all supported Perl releases. While here, reset maintainership since it's been 5 years since maintainer was last seen. PR: 196700 Submitted by: Yasuhiro KIMURA Approved by: maintainer timeout (4 months, maintainer reset) * Simplify RUN_DEPENDS.olgeni2015-05-171-2/+2 | * Add devel/neotoma, an Erlang library and packrat parser-generatorolgeni2015-05-176-0/+63 | | | | for parsing expression grammars. * net-mgmt/pandorafms_(agent|console|server): Upgrade version 5.1SP1 => 5.1SP2marino2015-05-179-69/+27 | | | | | PR: 198051 Submitted by: KIKUCHI Koichiro (maintainer) * - Strip libraryamdmi32015-05-171-0/+4 | * - Add CPE infoamdmi32015-05-171-0/+2 | | | | Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-172-120/+122 | | | | | - Style fixes - Modernize plist * Add patch to support syslog in verbose modefeld2015-05-172-1/+28 | | | | | | | This was previously a patch in the FreeBSD ports tree and was sent upstream but did not make it into 1.6.0 Submitted by: gregp@n0qds.org * cmdliner lives in devel/ocaml-cmdliner. Yes, really.johans2015-05-171-2/+2 | | | | Pointyhat to: johans * - Add CPE infoamdmi32015-05-171-1/+2 | | | | Approved by: portmgr blanket * Correct dependency locationjohans2015-05-171-2/+2 | * Update js_of_ocaml to version 2.5johans2015-05-174-31/+26 | | | | | | | All the hard work for this update was done by John Marnino, but any bugs will be mine Submitted by: marino * Add new port devel/ocaml-cmdlinerjohans2015-05-174-0/+42 | | | | | | | | | | | | | Cmdliner is an OCaml module for the declarative definition of command line interfaces. It provides a simple and compositional mechanism to convert command line arguments to OCaml values and pass them to your functions. The module automatically handles syntax errors, help messages and UNIX man page generation. It supports programs with single or multiple commands (like darcs or git) and respects most of the POSIX and GNU conventions. This module is required to update lang/js_of_ocaml * - Add CPE infoamdmi32015-05-171-1/+2 | | | | Approved by: portmgr blanket * Update to upstream version 4.2riggs2015-05-174-12/+25 | | | | | PR: 200180 Submitted by: jimmy@mammothcheese.ca (maintainer) * Un-break build (fix of MASTER_SITES lets fetch succeed)riggs2015-05-171-3/+1 | | | | | | PR: 199410 Submitted by: portmaster@bsdforge.com MFH: 2015Q2 * - Drop @dirrm* from plistamdmi32015-05-171-20/+0 | * - Add CPE infoamdmi32015-05-171-1/+2 | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-171-1/+1 | | | | Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-172-1/+4 | | | | | | - Fix WWW: Approved by: portmgr blanket * - Strip libraryamdmi32015-05-171-1/+4 | * Add new port devel/ocaml-ipaddrjohans2015-05-174-0/+36 | | | | | | | A library for manipulation of IP (and MAC) address representations https://github.com/mirage/ocaml-ipaddr This module is required to update www/ocsigen * - Add CPE infoamdmi32015-05-171-1/+5 | | | | | | - Add LICENSE Approved by: portmgr blanket * Fix LICENSE, add LICENSE_FILE.mat2015-05-171-1/+2 | | | | Sponsored by: Absolight * Add gitflow, an AVH Edition of the git extensions to provide high-levelmat2015-05-175-0/+85 | | | | | | | | repository operations for Vincent Driessen's branching model PR: 200093 Submitted by: nbari_dalmp_com Sponsored by: Absolight * - Apply fixes for "BENOM" vulnerability - CVE-2015-3456 .nox2015-05-176-1/+215 | | | | | | | | | | | - Bump PORTREVISIONs. PR: 200255 PR: 200256 PR: 200257 Submitted by: venture37@geeklan.co.uk Obtained from: http://git.qemu.org/?p=qemu.git;a=commitdiff;h=e907746266721f305d67bc0718795fedee2e824c Security: http://vuxml.FreeBSD.org/freebsd/2780e442-fc59-11e4-b18b-6805ca1d3bb1.html * - Add CPE infoamdmi32015-05-172-2/+3 | | | | | | - Fix WWW: Approved by: portmgr blanket * Document qemu "VENOM" vulnerability - CVE-2015-3456nox2015-05-171-0/+44 | | | | | | | | PR: 200255 PR: 200256 PR: 200257 Submitted by: venture37@geeklan.co.uk Security: http://vuxml.FreeBSD.org/freebsd/2780e442-fc59-11e4-b18b-6805ca1d3bb1.html * - Add CPE infoamdmi32015-05-171-1/+2 | | | | Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-171-1/+2 | | | | Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-171-1/+2 | | | | Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-171-1/+2 | | | | Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-171-1/+3 | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-171-1/+2 | | | | Approved by: portmgr blanket * mail/dovecot2-pigeonhole: Update version 0.4.7=>0.4.8bofh2015-05-172-5/+5 | | | | | | | - Add OPTIONS for DOCS PR: 200226 Submitted by: ler@lerctr.org * - Fix runtime issue:riggs2015-05-173-6/+19 | | | | | | | | | | The web site from which North American data is obtained has changed - Bump PORTREVISION - Pet portlint PR: 197667 Submitted by: fbsd@opal.com MFH: 2015Q2 * - Update to 3.2.3tota2015-05-173-21/+17 | | | | | | - Regenerate patch file with 'make makepatch' - Use USES=shebangfix instead of RUBY_SHEBANG_FILES - Remove RUBY_REQUIRE * Update to 6.11.adamw2015-05-172-3/+3 | | | | Changes: https://metacpan.org/changes/distribution/Mojolicious * Update to 4.4.7matthew2015-05-172-3/+3 | | | | | | This is a routine bugfix update ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.4.7/phpMyAdmin-4.4.7-notes.html/view * - Enable syntax extension;johans2015-05-171-1/+2 | | | | | contrary to what the documentation claims, it is no longer enabled by default - Bump PORTREVISION * - Re-enable ocaml-reactjohans2015-05-171-3/+6 | | | | - Bump PORTREVISION * Remove plist forgotten in previous commitjohans2015-05-171-8/+0 | * - Update ocaml-react to 1.2.0johans2015-05-173-23/+8 | | | | | - Manual build and install - Adopt port * Update the Linphone stack: belle-sip 1.4.1, libbzrtp 1.0.2, ortp 0.24.2,tijl2015-05-1713-19/+63 | | | | mediastreamer 2.11.2, linphone 3.8.2 * Update to 4.12.3 (bugfix)olivierd2015-05-172-4/+4 | * new port: security/rubygem-attr_requiredmmoll2015-05-174-0/+31 | | | | | | | | | | | | This gem provides implementations of attr_required and attr_optional (like attr_accessor) for Ruby. WWW: https://github.com/nov/attr_required PR: 199921 Differential Revision: https://reviews.freebsd.org/D2561 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor) * devel/hg-git: update 0.8.0 -> 0.8.1robak2015-05-173-19/+3 | | | | | | | - Remove obsolete patch PR: 200235 Submitted by: Marco Broder <marco.broeder@posteo.eu> (maintainer) * - Allow to work with python 3riggs2015-05-172-24/+15 | | | | | | | - Use autoplist PR: 199781 Submitted by: pavelivolkov@gmail.com (maintainer) * mail/milter-bogom: Fix build on systems without base sendmailmarino2015-05-171-1/+2 | | | | | | | | | | There was an attempt to support ports sendmail made, but the attempt didn't work. Well, it accidently worked because the compilers looked for headers and libraries at LOCALBASE/include and LOCALBASE/lib so the bad LDFLAGS value was ignored. Fix ports-sendmail LDFLAGS and explicitly set -I so milter-bogom builds on all compilers. Approved by: just fix it * - use USERS/GROUPSdinoex2015-05-174-21/+24 | | | | | | | | - removes obsolete @dirrm - support STRIP_CMD - stops rebuilding submit.cf PR: 200244 Submitted by: John Marino * - Add CPE infoamdmi32015-05-171-1/+2 | | | | Approved by: portmgr blanket * - fix build for armv8dinoex2015-05-171-3/+7 | | | | | PR: 200121 Submitted by: Mikael Urankar * - update to 1.0.25dinoex2015-05-172-6/+4 | | | | | PR: 200116 Submitted by: Bas Vermin * - Add CPE infoamdmi32015-05-171-1/+5 | | | | | | - Add LICENSE Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-171-1/+2 | | | | Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-171-1/+2 | | | | Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-171-1/+5 | | | | | | - Add LICENSE Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-171-1/+2 | | | | Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-171-1/+2 | | | | Approved by: portmgr blanket * - Revert r386459sunpoet2015-05-172-3/+38 | | | | | | | | | | - Add workaround for i386 to deal with kernel bug 178881 [1] (PR/178881: getifaddrs(3) does not report IPv6 addresses properly in 32-bit compatibility mode) PR: 198350 [1] Submitted by: Marcin Cieslak <saper@saper.info> [1] Thanks to: adamw, bdrewery MFH: 2015Q2 * - Add CPE infoamdmi32015-05-171-1/+2 | | | | Approved by: portmgr blanket * Add security/keepass, the official KeePass client.adamw2015-05-176-0/+88 | | | | | | | | | | | | | | | | | | KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key file. So you only have to remember one single master password or select the key file to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish). This is the official KeePass application, which was originally only available for Windows, but has now been re-written with .Net and able to be run on BSD, Linux and Mac OS X with Mono. WWW: http://keepass.info/ PR: 200062 Submitted by: Ben Woods * - Add CPE infoamdmi32015-05-172-2/+3 | | | | | | - Fix WWW: Approved by: portmgr blanket * Avoid a potential read overflow. This was not deemed a security issue bybdrewery2015-05-172-1/+18 | | | | | | | | | upstream; it was fixed upstream comprehensively a few weeks ago in 77199d6ec8986d470487e66f8ea8f4cf43d2e20c. PR: 200241 Patch by: Hanno Böck <hanno@hboeck.de> Obtained from: http://www.openwall.com/lists/oss-security/2015/05/16/3 * - Add CPE infoamdmi32015-05-171-1/+2 | | | | Approved by: portmgr blanket * - Strip libraryamdmi32015-05-161-1/+3 | | | | - Unsilence install * - Strip librariesamdmi32015-05-161-1/+2 | * - Add CPE infoamdmi32015-05-161-1/+2 | | | | Approved by: portmgr blanket * - Drop @dirrm* from plistamdmi32015-05-162-27/+1 | * - Add CPE infoamdmi32015-05-161-1/+3 | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket * Fix iconv related build problem. The port is still marked BROKEN.tijl2015-05-161-0/+1 | | | | PR: 200232 * - Add rubygem-tdiff 0.3.3sunpoet2015-05-164-0/+26 | | | | | | | | TDiff calculates the differences between two tree-like structures. Similar to Rubys built-in TSort module. WWW: https://github.com/postmodern/tdiff#readme RG: https://rubygems.org/gems/tdiff * - Use DISTVERSIONPREFIX instead of DISTNAMEsunpoet2015-05-162-9/+9 | | | | | - Remove leading definite article from COMMENT - Regenerate patch file with makepatch: * - Use DISTVERSIONPREFIX instead of DISTNAMEsunpoet2015-05-161-1/+1 | * - Use DISTVERSIONPREFIX instead of DISTNAMEsunpoet2015-05-161-1/+1 | * - Use DISTVERSIONPREFIX instead of DISTNAMEsunpoet2015-05-161-1/+1 | * - Use DISTVERSIONPREFIX instead of DISTNAMEsunpoet2015-05-161-1/+1 | * - Update to 0.41sunpoet2015-05-162-3/+5 | | | | | | - Mark DEPRECATED Changes: http://search.cpan.org/dist/MooseX-Declare/Changes * - Update to 0.10sunpoet2015-05-162-3/+4 | | | | | | - Set EXPIRATION_DATE to 2015-06-30: no other ports depend on this one Changes: http://search.cpan.org/dist/Test-TempDir/Changes * - Update to 1.15sunpoet2015-05-162-3/+3 | | | | Changes: http://search.cpan.org/dist/Minion/Changes * - Make USE_OPENSSL conditionalsunpoet2015-05-161-1/+1 | | | | Submitted by: koobs * - Update to 7.4.729sunpoet2015-05-162-5/+4 | | | | Changes: https://github.com/vim/vim/commits/master * - Update to 0.23sunpoet2015-05-162-3/+3 | | | | Changes: http://search.cpan.org/dist/VM-EC2-Security-CredentialCache/CHANGES * - Update to 0.53sunpoet2015-05-162-3/+3 | | | | Changes: http://search.cpan.org/dist/Math-Int64/Changes * - Update to 9.25sunpoet2015-05-162-3/+3 | | | | Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.25.diff * - Update to 3.10.2sunpoet2015-05-162-5/+4 | | | | Changes: https://github.com/facebook/rocksdb/releases * - Add rubygem-nokogiri-diff 0.2.0sunpoet2015-05-164-0/+35 | | | | | | | | | | | | | | nokogiri-diff adds the ability to calculate the differences (added or removed nodes) between two XML/HTML documents. Features: - Performs a breadth-first comparison between children nodes. - Compares XML/HTML Elements, Attributes, Text nodes and DTD nodes. - Allows calculating differences between documents, or just enumerating the added or removed nodes. WWW: https://github.com/postmodern/nokogiri-diff RG: https://rubygems.org/gems/nokogiri-diff * - Clarify LICENSEamdmi32015-05-161-4/+10 | | | | | | - Add LICENSE_FILE - Silence post-patch - Strip library * - Add CPE infoamdmi32015-05-161-1/+3 | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket * Yet another DarkPAN manager.kuriyama2015-05-165-0/+76 | | | | | | | You can create your own Perl module archive with OrePAN2! It's very simple and useful. WWW: http://search.cpan.org/dist/OrePAN2/ * - Add CPE infoamdmi32015-05-161-0/+2 | | | | Approved by: portmgr blanket * textproc/ocaml-tyxml: Unbreak by setting USE_OCAML_CAMLP4marino2015-05-161-0/+1 | * textproc/ocaml-pxp: Unbreak by setting USE_OCAML_CAMLP4marino2015-05-161-0/+1 | | | | Approved by: Just fix it * Types::URI is a type constraint library suitable for use withkuriyama2015-05-165-0/+38 | | | | | | Moo/Moose attributes, Kavorka sub signatures, and so forth. WWW: http://search.cpan.org/dist/Types-URI/ * Types::UUID is a type constraint library suitable for use withkuriyama2015-05-165-0/+34 | | | | | | Moo/Moose attributes, Kavorka sub signatures, and so forth. WWW: http://search.cpan.org/dist/Types-UUID/ * This is a sister module of Parse::PMFile. This module parses localkuriyama2015-05-165-0/+43 | | | | | | | | | | | | | | | | .pm files (and a META file if any) in a specific (current if not specified) directory, and returns a hash reference that represents "provides" information (with some extra meta data). This is almost the same as Module::Metadata does (which has been in Perl core since Perl 5.13.9). The main difference is the most of the code of this module is directly taken from the PAUSE code as of June 2013. If you need better compatibility to PAUSE, try this. If you need better performance, safety, or portability in general, Module::Metadata may be a better and handier option (Parse::PMFile (and thus Parse::LocalDistribution) actually evaluates code in the $VERSION line (in a Safe compartment), which may be problematic in some cases). WWW: http://search.cpan.org/dist/Parse-LocalDistribution/ * The most of the code of this module is taken from the PAUSE code as ofkuriyama2015-05-165-0/+36 | | | | | | | | | | | | April 2013 almost verbatim. Thus, the heart of this module should be quite stable. However, I made it not to use pipe ("-|") as well as I stripped database-related code. If you encounter any issue, that's most probably because of my modification. This module doesn't provide features to extract a distribution or parse meta files intentionally. WWW: http://search.cpan.org/dist/Parse-PMFile/ * www/ocamlnet: Upgrade version 3.7.4 => 4.0.3 to unbreakmarino2015-05-163-45/+11 | | | | | | | | | | Several options were removed / changed / added. I maintained as many as I could, but did not add new ones e.g. gnutls which probably requires another ocaml package. Somebody that needs more options than this needs to adopt the port and support them. This port broke with the latest ocaml, so upgrading was necessary to fix the build. * math/scilab:makc2015-05-161-15/+9 | | | | | | - Clean up blas/lapack usage Based on patch, provided by maho@ via email. * IO::File::AtomicChange - change content of a file atomically.kuriyama2015-05-165-0/+36 | | | | | | | | This module truncate and write to temporary file. When you call $fh->close, replace target file with temporary file preserved permission and owner (if possible). WWW: http://search.cpan.org/dist/IO-File-AtomicChange/ * Use my FreeBSD address as MAINTAINERjohans2015-05-163-3/+3 | * - Add CPE infoamdmi32015-05-161-1/+2 | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-161-1/+3 | | | | Approved by: portmgr blanket * - Update ocaml-lwt to 2.4.8, now from Githubjohans2015-05-164-56/+14 | | | | | - Disable react support (broken) - Adopt port * games/supertux-devel:makc2015-05-166-73/+599 | | | | | | | | - Update to 0.3.5. In this release, dedicated to SuperTux’s 15 year anniversary, among major changes are switch to SDL2 for graphics rendering, performance improvements, lots of bugfixes, new tiles and sounds, new bonuses and powerups, new badguys, massive improvements to localization. * misc/qt5ct:makc2015-05-162-3/+3 | | | | - Update to 0.11 * Document Quassel IRC vulnerability CVE-2015-3427makc2015-05-161-0/+28 | * irc/quassel:makc2015-05-162-4/+3 | | | | | | - Update to 0.11.1, which addresses CVE-2015-3427 MFH: 2015Q2 * - Add CPE infoamdmi32015-05-161-1/+1 | | | | Approved by: portmgr blanket * - Fix an error in apg(1) and apgd(8) man pagesmatthew2015-05-165-23/+29 | | | | | | - Regenerate patches Submitted by: jgh * - Update ocaml-ssl to 0.4.7, now from Githubjohans2015-05-162-7/+9 | | | | - Adopt port * - Strip libraryamdmi32015-05-161-1/+2 | * - Add CPE infoamdmi32015-05-161-1/+2 | | | | Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-161-1/+2 | | | | Approved by: portmgr blanket * - Update ocaml-text to 0.8, now from Githubjohans2015-05-162-10/+11 | | | | - Adopt port * - Add CPE infoamdmi32015-05-161-1/+5 | | | | | | - Add LICENSE Approved by: portmgr blanket * Reset 14 ocaml ports maintained by Jaap Boender per his requestmarino2015-05-1614-14/+14 | | | | | | | | | | | | | "I don't use FreeBSD very much anymore, so I'm not really the best person to fix this. (As a corollary, if anyone wants to take over maintainership of any or all of the ports, I'm still listed as maintainer of, they are most welcome to.)" Given that Jaap hasn't submitted or handled any PRs since before staging, I think it will be more effective to just reset all the ports and let people pick up the ones they like. Thanks for your past support, Jaap! PR: 199845 * - Add CPE infoamdmi32015-05-162-552/+553 | | | | | | - Modernize plist Approved by: portmgr blanket * - Add CPE infoamdmi32015-05-161-1/+3 | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket * devel/ocaml-camlp5: Upgrade version 6.11 => 6.12, reset maintainermarino2015-05-163-7/+9 | | | | | | | | | | | This port broke at configuration after the latest upgrade of ocaml. The listed maintainer timed out again, and he did not stage this port (meaning that if it hadn't have been done for him, he would have been removed as maintainer long ago). I'm resetting maintainership now. PR: 199835 Submitted by: h.skuhra (gmail) Approved by: maintainer timeout (maintainer reset) * Upgrade to 2.03pre26ache2015-05-162-6/+4 | * mail/mutt: update patchesjbeich2015-05-167-2695/+4580 | | | | | | | | | | | | | | | | | | | | | - Fix sidebar patch [1]. This version introduces a new config variable "sidebar_shortpath" which is set to yes by default to ensure backwards compatibility. - Fix an issue with recent gpg (and gpgme) versions (GnuPG version 2.1 stops exporting the GPG_AGENT_INFO environment variable, so mutt can't check for the presence of that to ensure the agent is running). - Fix pgp key selection [2]. - Bump port revision because of major change to sidebar patch and gpg handling. PR: 199727 PR: 199115 [1] PR: 199341 [2] Submitted by: Udo.Schweigert@siemens.com (maintainer) MFH: 2015Q2 * Fix CVE-2015-3885.mandree2015-05-162-1/+16 | | | | | PR: 200198 Security: CVE-2015-3885 * Update to Xymon 4.3.20feld2015-05-165-7/+8 | * Update to 1.12.5 and fix the build with GSSAPI by requiring KRB from ports.marcus2015-05-164-10/+14 | | | | PR: 196671 * net/megatools: update to 1.9.95jbeich2015-05-163-7/+5 | | | | | | Changes: http://megatools.megous.com/builds/NEWS PR: 200077 Submitted by: max@kostikov.co (maintainer) * sysutils/monit: update to 5.13jbeich2015-05-162-3/+3 | | | | | | Changes: https://mmonit.com/monit/changes/ PR: 199970 Submitted by: martinp@tildeslash.com (maintainer) * print/fontforge: update to 20150430jbeich2015-05-163-6/+7 | | | | | | | | | | | - Consistently prepend LOCALBASE in pre-configure - Wrap long USES line - Drop redundant GH_ACCOUNT Changes: https://github.com/fontforge/fontforge/releases/tag/20150330 Changes: https://github.com/fontforge/fontforge/releases/tag/20150430 PR: 199972 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) * net/tcpkali: update to 0.6jbeich2015-05-162-4/+4 | | | | | | Changes: https://github.com/machinezone/tcpkali/blob/v0.6/ChangeLog PR: 200212 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) * Correct entry for apache-openoffice-* / libreoffice CVE-2015-1774 sotruckman2015-05-161-1/+3 | | | | | | that apache-openoffice-4.1.1_9 is not incorrectly flagged as vulnerable. Approved by: mat (mentor, implicit) * Update comments to match code.mat2015-05-161-3/+4 | | | | | Noticed by: jbeich Sponsored by: Absolight * - Modify deskutils/kdepim4 to install libkleo headers. This basicallytijl2015-05-164-11/+74 | | | | | | | | | | | | reverts http://websvn.kde.org/?view=revision&revision=1070773 (Linux distros have done something similar) - Let net-im/kopete-kde4 depend on libkleo from deskutils/kdepim4 to enable the cryptography plugin - Remove dependencies from kopete-kde4 for protocols that are no longer supported (libjingle and MSN/WLM) PR: 199546 Approved by: maintainer timeout (3 weeks) * Don't set DISTNAME with USE_GITHUB.mat2015-05-162-4/+3 | | | | Sponsored by: Absolight * databases/cego: 2.23.0 -> 2.23.1pi2015-05-163-3/+9 | | | | | | Added some missing include files to be installed Submitted by: Björn Lemke <lemke@lemke-it.com> * - Add LICENSEamdmi32015-05-162-10/+7 | | | | | | | | | - Switch to @sample - Drop @dirrm* from plist - Unsilence install - Remove useless options.mk inclusion Approved by: portmgr blanket * - Drop @dirrm* from plistamdmi32015-05-161-3/+0 | | | | Approved by: portmgr blanket * - Drop @dirrm* from plistamdmi32015-05-162-10/+3 | | | | | | - Add LICENSE Approved by: portmgr blanket * Pyfa is a cross-platform desktop fitting application for EVE onlineamdmi32015-05-164-0/+64 | | | | | | | | | | | | | that can be used natively on any platform where python and wxwidgets are available. It provides many advanced features such as graphs and full calculations of any possible combination of modules, fits, etc. WWW: https://github.com/DarkFenX/Pyfa PR: 199838 Submitted by: andrey@bsdnir.info * net/py-maxminddb: add portxmj2015-05-165-2/+38 | | | | | | | | | | | | Python module for reading MaxMind DB files. The module includes both a pure Python reader and a C extension. WWW: https://github.com/maxmind/MaxMind-DB-Reader-pytho While there, add this port as run-dependency for net/py-GeoIP2. PR: 199814 Submitted by: Olivier Cochard-Labbé <olivier@cochard.me> * - Drop @dirrm* from plistamdmi32015-05-161-1/+0 | | | | Approved by: portmgr blanket * - Update www/kannel to 1.4.4 (note that it's newer than development version ↵amdmi32015-05-1614-150/+274 | | | | | | | | | | | | 1.5.0) - Add license - Add kannel user/group - Split and fix rc script - Pass maintainership to submitter PR: 200061 Submitted by: dbaio@bsd.com.br * Fix build without OpenSSL in the base.jkim2015-05-162-4/+18 | | | | PR: 199377 * - Strip libraryamdmi32015-05-162-2/+2 | | | | - Drop @dirrm* from plist * - Simplify and fix library installation, correctly strip librariesamdmi32015-05-161-8/+9 | | | | - Mark broken on 8.x (section .tbss mismatches non-TLS reference in /usr/local/lib//libmpich.a) * net/miruo: update to 0.9.6jbeich2015-05-162-3/+3 | | | | | | Changes: https://github.com/KLab/miruo/blob/0.9.6/ChangeLog PR: 200162 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer) * Update devel/poco to 1.6.0brd2015-05-163-221/+276 | | | | | | PR: 198908 Submitted by: brd Approved by: bdrewery (mentor), maintainer timeout * Don't define DISTNAME with USE_GITHUB.mat2015-05-162-4/+3 | | | | Sponsored by: Absolight * Update textproc/elasticsearch to 1.5.2.brd2015-05-162-4/+4 | | | | | | PR: 199742 Submitted by: David Harrigan <dharrigan@gmail.com> Approved by: bdrewery (mentor), maintainer timeout * Stop hardcoding "grep".jkim2015-05-161-1/+1 | | | | Approved by: portmgr (antoine) * - Update to 1.13.0amdmi32015-05-16