Commit graph

27455 commits

Author SHA1 Message Date
Dmitry Marakasov
1523ab78b5 - Don't use / in sed regexps to allow paths, unbreaking cross-builds
Approved by:	portmgr blanket
2015-08-04 16:38:19 +00:00
Emanuel Haupt
489a0ea41a Update to 1.2.1 2015-08-04 15:28:49 +00:00
Mathieu Arnold
63d17e75d7 Cleanup some abusive use of GH_TAGNAME.
With hat:	portmgr
Sponsored by:	Absolight
2015-08-04 11:29:18 +00:00
Steve Wills
1715379f11 net/cf: update to 6.12.2 2015-08-03 15:19:00 +00:00
Martin Matuska
a69ba14652 Horde package update:
comms/pear-Horde_ActiveSync 2.28.5 -> 2.28.6
devel/pear-Horde_Alarm 2.2.4 -> 2.2.5
security/pear-Horde_Auth 2.1.8 -> 2.1.10
www/pear-Horde_Browser 2.0.9 -> 2.0.10
archivers/pear-Horde_Compress 2.1.2 -> 2.1.3
devel/pear-Horde_Core 2.20.5 -> 2.20.8
security/pear-Horde_Crypt 2.5.3 -> 2.6.0
www/pear-Horde_Css_Parser 1.0.6 -> 1.0.7
devel/pear-Horde_Data 2.1.2 -> 2.1.3
devel/pear-Horde_Date 2.1.0 -> 2.1.1
devel/pear-Horde_Exception 2.0.5 -> 2.0.6
www/pear-Horde_Form 2.0.9 -> 2.0.11
devel/pear-Horde_History 2.3.4 -> 2.3.5
devel/pear-Horde_Icalendar 2.1.0 -> 2.1.1
graphics/pear-Horde_Image 2.3.1 -> 2.3.2
mail/pear-Horde_Imap_Client 2.29.0 -> 2.29.1
devel/pear-Horde_LoginTasks 2.0.4 -> 2.0.5
mail/pear-Horde_Mail 2.6.0 -> 2.6.2
mail/pear-Horde_Mime_Viewer 2.1.0 -> 2.1.1
security/pear-Horde_Perms 2.1.4 -> 2.1.5
devel/pear-Horde_Prefs 2.7.3 -> 2.7.4
net/pear-Horde_Rpc 2.1.4 -> 2.1.5
devel/pear-Horde_Serialize 2.0.3 -> 2.0.4
devel/pear-Horde_Support 2.1.3 -> 2.1.4
textproc/pear-Horde_Text_Filter 2.3.1 -> 2.3.2
devel/pear-Horde_Util 2.5.5 -> 2.5.6
sysutils/pear-Horde_Vfs 2.2.2 -> 2.3.0
www/horde-ansel 3.0.2 -> 3.0.3
ftp/horde-gollem 3.0.3 -> 3.0.4
www/horde-base 5.2.6 -> 5.2.7
mail/horde-imp 6.2.9 -> 6.2.10
mail/horde-ingo 3.2.5 -> 3.2.6
deskutils/horde-kronolith 4.2.8 -> 4.2.9
deskutils/horde-mnemo 4.2.6 -> 4.2.7
www/horde-passwd 5.0.2 -> 5.0.3
www/horde-trean 1.1.1 -> 1.1.2
mail/horde-turba 4.2.7 -> 4.2.8
mail/horde-webmail 5.2.7 -> 5.2.9
deskutils/horde-groupware 5.2.7 -> 5.2.9
www/horde-wicked 2.0.3 -> 2.0.4
2015-08-03 07:06:14 +00:00
Steve Wills
db1dffc91a net/syncthing-inotify: update to 0.6.7 2015-08-03 03:57:45 +00:00
Steve Wills
335c1861b2 net/syncthing-discosrv: update for syncthing 0.11.18 2015-08-03 03:57:21 +00:00
Steve Wills
69a1751084 net/syncthing-cli: update for syncthing 0.11.18 2015-08-03 03:56:48 +00:00
Steve Wills
c06c468877 net/syncthing: update to 0.11.18 2015-08-03 03:56:26 +00:00
Koop Mast
2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00
Kurt Jaeger
d16c728503 net/librdkafka: fix build on 9.3-i386
- Adding -march=pentium to CFLAGS on this arch

PR:		201521
Submitted by:	Victor Yagofarov <xnasx@yandex.ru> (maintainer)
2015-08-02 18:59:01 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Koop Mast
728b229f77 Case after avahi-app changes that removed :keepla from libtool USES.
While here resolve a stage qa issue.

Submitted by:	pkg-fallout
2015-08-02 08:37:21 +00:00
Koop Mast
fe2aa61f98 Drop :keepla from libtool USES.
While here fix some stage qa issues, in a couple of these ports.
2015-08-01 20:02:06 +00:00
Ruslan Makhmatkhanov
2826602073 net/py-impacket: update WWW, sort USE_PYTHON 2015-08-01 19:21:26 +00:00
Ruslan Makhmatkhanov
7e792c0f1d net/py-pcapy: fix portlint warnings
Fix second WWW entry and regenerate patch with make makepatch.
2015-08-01 19:03:20 +00:00
Roman Bogorodskiy
5a12b2060f Drop backports.ssl-match-hostname from requirements. We're not using it
since r389589 anyway.

PR:		201901
Submitted by:	Kurt Jaeger
2015-08-01 19:00:11 +00:00
Ruslan Makhmatkhanov
3c155af8e3 net/py-pcapy: update to 0.10.9
- switch to PyPi
- convert to autoplist and limit python version to 2.x
- update WWW urls and package description

Changelog:
2015-05-19  Andres Blanco <ablanco@coresecurity.com>
  * Added sendpacket support by default
2015-08-01 18:53:15 +00:00
Rene Ladan
0b69797700 Remove expired ports:
2015-07-31 japanese/p5-Acme-Lou: Needs ja-p5-Text-MeCab that does not work with 5.18 or above
2015-07-31 mail/maildirsync: Requires an unsupported version of Perl
2015-07-31 mail/qar-bufo: Requires an unsupported version of Perl
2015-08-01 net/py-soapy: Abandonware depending on ancient py-xml. Please use net/py-soappy instead
2015-08-01 net-p2p/btqueue: Runtime broken (does not download anything)
2015-07-31 sysutils/vhdtool: Use mkimg(1) instead
2015-07-31 www/rubygem-modernizr: This gem has been removed from rubygems.org by upstream
2015-08-01 10:09:19 +00:00
Sunpoet Po-Chuan Hsieh
2a43b2d8e9 - Update to 1.2.1
Changes:	https://github.com/arunagw/omniauth-twitter/commits/master
2015-07-31 16:27:01 +00:00
Sunpoet Po-Chuan Hsieh
249cdb8899 - Update to 0.7.4
Changes:	https://github.com/fog/fog-aws/commits/master
2015-07-31 16:25:47 +00:00
Sunpoet Po-Chuan Hsieh
40b0e154c4 - Update to 1.6.5 2015-07-31 16:25:42 +00:00
Sunpoet Po-Chuan Hsieh
0a7d9ff3b7 - Update to 1.20.0
Changes:	https://github.com/DataDog/dogapi-rb/blob/master/CHANGELOG.md
2015-07-31 16:25:37 +00:00
Cy Schubert
8a0a887ab5 Update 4.3.66 --> 4.3.67. 2015-07-30 12:59:40 +00:00
Benjamin Kaduk
87efc6a7ed Update to upstream openafs security release 1.6.13
OPENAFS-SA-2015-001 - vos leaks stack data onto the wire in the clear
when creating vldb entries

OPENAFS-SA-2015-002 - bos commands can be spoofed, including some
which alter server state

OPENAFS-SA-2015-003 - pioctls leak kernel memory contents

OPENAFS-SA-2015-004 - kernel pioctl support for OSD command passing can
trigger a panic

OPENAFS-SA-2015-006 - Buffer overflow in OpenAFS vlserver

Approved by:	delphij (ports committer)
MFH:		2015Q3
Security:	CVE-2015-3282, CVE-2015-3283, CVE-2015-3284, CVE-2015-3285
2015-07-30 04:49:04 +00:00
Dmitry Marakasov
c6e3f247fd - Fix installation from non-root
Approved by:	portmgr blanket
2015-07-29 22:49:24 +00:00
Antoine Brodin
6e381a9d53 Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
2015-07-29 22:09:53 +00:00
Dmitry Marakasov
b2bfccc243 - Fix shebangs
- Readd missing directory to plist

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-29 16:34:28 +00:00
William Grzybowski
fc25fad49c net/py-netif: Python network configuration library for FreeBSD
WWW: https://github.com/freenas/py-netif
2015-07-29 13:07:42 +00:00
Cy Schubert
8f280973e3 Update 4.3.48 --> 4.3.66 2015-07-29 04:03:56 +00:00
Kevin Lo
2e07a26800 Update to 2.3.2 2015-07-29 01:28:00 +00:00
Dmitry Marakasov
aff2468eda - Fix shebangs
- Add LICENSE_FILE

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-28 22:07:33 +00:00
Koop Mast
b18513c396 Update MATE DE to 1.10.0.
This MATE is still build agains GTK+2.
Sort USES here and there.
Replace mate-dialogs with zenity and mate-calc with galculator.

This update fixes the following PR's:
PR:		193942, 191885
Submitted by:	Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo
Obtained from:	gnome devel repo.
2015-07-27 20:19:33 +00:00
Antoine Brodin
46a065c8c3 Update devel/doxygen to 1.8.10
PR:		201365
exp-run:	self
2015-07-27 17:11:51 +00:00
Jimmy Olgeni
3216bbb6c8 Upgrade to version 3.5.4.
- Make sure that all content of /var/db/rabbitmq is owned by rabbitmq
  at startup.

- Only set HOME when actually starting the rabbitmq process.
2015-07-27 13:04:57 +00:00
Erwin Lansing
63e5b081c4 Update to 0.15
The current version has a problem with auto-configuration when used for the first time.

PR:		201420
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl>
Approved by:	maintainer timeout
Sponsored by:	DK Hostmaster A/S
2015-07-27 11:01:58 +00:00
Ruslan Makhmatkhanov
b2b4dd3d12 net/py-ldap: fix build with alternate LOCALBASE
Not bumping PORTREVISION because default builds are not affected.

PR:		201882
Submitted by:	jhujhiti@adjectivism.org
2015-07-27 06:23:27 +00:00
Sunpoet Po-Chuan Hsieh
dd7c24cd4d - Update to 0.0.5
Changes:	https://github.com/fog/fog-profitbricks/releases
2015-07-26 15:22:58 +00:00
Antoine Brodin
011dfa81be Unbreak INDEX, reverting r392921
With hat:	portmgr
2015-07-26 13:35:29 +00:00
Alexander Leidinger
3aeeb3f1bd 64 bit linuxulator support (not activated by default):
- most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with it
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (implicit, I remember blanked approval for
			linux parts loooong ago, punish me if you don't
			agree anymore)
2015-07-26 13:06:24 +00:00
Nicola Vitale
5a8d06f813 Update to 6.0
Relnotes:	https://spideroak.com/articles/release-notes-for-17-july-2015-spideroakone-60
2015-07-26 08:58:14 +00:00
Sunpoet Po-Chuan Hsieh
362ecaff45 - Update to 3.09
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
2015-07-25 16:30:03 +00:00
Sunpoet Po-Chuan Hsieh
18ac78f68b - Update to 1.69
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/URI/Changes
2015-07-25 07:41:01 +00:00
Sunpoet Po-Chuan Hsieh
a151fc7596 - Update to 0.0.4
Changes:	https://github.com/fog/fog-profitbricks/releases
2015-07-25 07:40:55 +00:00
Antoine Brodin
befd514731 Fix packaging after sphinx update
Reported by:	pkg-fallout
2015-07-24 20:58:45 +00:00
Sergey Matveychuk
37754d8d8b - Update to 4.9
* Fix segfault when a few servers using (bapt@)
2015-07-24 14:38:29 +00:00
Mathieu Arnold
4a8fb385b6 Fix dependency on p5-Net.
Sponsored by:	Absolight
2015-07-24 11:18:41 +00:00
Kurt Jaeger
aa1e9823f1 New port: net/librdkafka
This is a port of librdkafka, a C library implementation
of the Apache Kafka protocol, containing both Producer and
Consumer support. It was designed with message delivery
reliability and high performance in mind, current figures
exceed 800000 msgs/second for the producer and 3 million
msgs/second for the consumer.

WWW: https://github.com/edenhill/librdkafka/

PR:		201521
Submitted by:	Victor Yagofarov <xnasx@yandex.ru>
2015-07-24 11:14:40 +00:00
Sunpoet Po-Chuan Hsieh
d7e488c5d4 - Update to 3.6.0
Changes:	https://github.com/weppos/whois/blob/master/CHANGELOG.markdown
2015-07-24 09:00:12 +00:00
Sunpoet Po-Chuan Hsieh
0097bd9fac - Update to 0.5.2
Changes:	https://github.com/WinRb/rubyntlm/commits/master
2015-07-24 09:00:07 +00:00