Mateusz Piotrowski
76df1019e2
comms/conserver-com: Update licensing details and pet portlint
...
- Add LICENSE_FILE
- Use tabs instead of spaces to indent values assigned to variables
Reviewed by: antoine (previous version)
Reviewed by: krion (previous version)
Reviewed by: sbruno (previous version)
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D17528
2018-10-12 16:08:03 +00:00
Adam Weinberger
9ce019f443
Update Template::Toolkit to 2.28, and pet portlint
2018-10-12 16:02:15 +00:00
Sean Bruno
2cecef9116
comms/conserver-com: Update for openssl 1.1.1 in 12-CURRENT.
...
- Add BSD3CLAUSE license (0mp)
- Switch to github from sourceforge (sbruno)
- portlint cleanups (bunch of people)
PR: 232158
Submitted by: 0mp
Reported by: jhb
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D17524
2018-10-12 15:50:45 +00:00
Ulrich Spörlein
505778b0aa
Fix mail/opendkim to work with standard sendmail in base
...
PR: 208056
Submitted by: Krzysztof <ports@bsdserwis.com>
Reported by: Marcin Cieślak
2018-10-12 15:30:35 +00:00
Jochen Neumeister
a1899205e5
Update to 7.2.11
...
Changelogs:
- http://www.php.net/releases/7_2_11.php
- http://www.php.net/ChangeLog-7.php#7.2.11
Approved by: tz (implicit)
Sponsored by: Netzkommune GmbH
2018-10-12 15:15:15 +00:00
Antoine Brodin
675f0632c6
Fix packaging with python 3.x
...
Reported by: pkg-fallout
2018-10-12 14:58:58 +00:00
Jason E. Hale
9434475fd4
Update security/*gpgme* to 1.12.0
...
Changes: https://lists.gnupg.org/pipermail/gnupg-devel/2018-October/033977.html
2018-10-12 14:58:53 +00:00
Jochen Neumeister
bd6de34b84
Update to RC3
...
Changelog: https://github.com/php/php-src/blob/php-7.3.0RC3/NEWS
Approved by: tz (implicit)
Sponsored by: Netzkommune GmbH
2018-10-12 14:19:56 +00:00
Christoph Moench-Tegeder
e70fec816f
Fix dependencies for latest Gimp release
...
While here:
1. bring (somewhat) up to standards
- set LICENSE
- set NO_ARCH
- update my MAINTAINER email
2. deprecate
- last release was 10 years ago (for Gimp 2.6)
- many scripts throw warnings (interfaces have changed), some appear broken
2018-10-12 14:09:49 +00:00
Tobias Kortkamp
1b02e36027
www/rssroll: Update to 0.6.1
...
PR: 230691
Submitted by: Nikola Kolev <koue@chaosophia.net>
2018-10-12 13:53:26 +00:00
Tobias Kortkamp
3b47905a82
Deprecate sysutils/ataidle
...
camcontrol(8) from the base system should be used instead.
PR: 228578
Submitted by: bcran (ataidle developer)
Approved by: wg (maintainer timeout, 4 months)
2018-10-12 13:41:44 +00:00
Tobias Kortkamp
ee1f154d82
devel/py-libzfs: Fix build on systems that are missing the /sys symlink
...
SRC_BASE is defined in bsd.port.mk and cannot be used in conditionals
earlier.
PR: 226858
Reported by: skh1002@hotmail.com
Approved by: wg (maintainer timeout, 6 months)
2018-10-12 13:21:30 +00:00
Serhii (Sergey) Kozlov
5d26eafee1
0~net/intel-ix-kmod: New port for 10g Intel Ethernet Base Driver
...
New port for updated 10g Intel Ethernet Base Driver, based on
net/intel-ixl-kmod as a master port.
Compile and sanity tested using poudriere w/portlint
Approved By: sbruno (mentor)
Differential Revision: https://reviews.freebsd.org/D174431
2018-10-12 13:12:52 +00:00
Antoine Brodin
4e887294ae
Finish glib12 deprecation
2018-10-12 12:42:22 +00:00
Lars Engels
d0cabae5aa
net-mgmt/icinga2:
...
- Fix directory permissions after upgrading icinga2 via pkg
- Whitespace fixes in icinga2.in
- Bump PORTREVISION
PR: 227965, 227107
Submitted by: O. Hartmann <ohartmann@walstatt.org>
MFH: 2018Q4
2018-10-12 12:19:57 +00:00
Fernando Apesteguía
cd5aa204ce
graphics/opencollada: update to 1.6.65
...
Approved by: tcberner (mentor, implicit)
2018-10-12 12:11:12 +00:00
Jan Beich
36151efcba
security/nss: unbreak on powerpc64 after r405494
...
mpi/mpcpucache.c:728:23: error: incompatible pointer types passing 'int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Werror,-Wincompatible-pointer-types]
&cacheline_size, &clen, NULL, 0) < 0 || !cacheline_size)
^~~~~
/usr/include/sys/sysctl.h:1062:48: note: passing argument to parameter here
int sysctl(const int *, u_int, void *, size_t *, const void *, size_t);
^
PR: 147696 (typo origin)
Reported by: Mark Millard
2018-10-12 11:50:45 +00:00
Antoine Brodin
aa38370b45
Deprecate more glib12 consumers
...
With hat: portmgr
2018-10-12 11:46:32 +00:00
Tobias Kortkamp
83004f3fee
Mark x11-wm/qtile as deprecated too
...
It has been non-functional for over a year.
PR: 222363
2018-10-12 09:39:21 +00:00
Dmitry Marakasov
40b5da132c
- Update WWW
...
- Fix indentation problems
Approved by: portmgr blanket
2018-10-12 09:38:40 +00:00
Tobias Kortkamp
ca96d1197d
Explicitly mark x11-wm/qtile as broken
...
It's already being skipped now since x11/xpyb was marked as broken
in ports r471180, but qtile previously died with an xcb.Exception,
so mark it as broken anyway by request of Michael.
While here also reset maintainer due to the long timeout.
PR: 222363
Submitted by: Michael Reim <kraileth@elderlinux.org>
Approved by: wg (maintainer timeout, 1 year)
2018-10-12 09:25:02 +00:00
Antoine Brodin
89b4379a17
Deprecate most glib12 consumers
...
With hat: portmgr
2018-10-12 09:19:04 +00:00
Dmitry Marakasov
b04ce8519d
- Add LICENSE
...
Approved by: portmgr blanket
2018-10-12 09:08:47 +00:00
Mateusz Piotrowski
1f54ff417a
devel/libccid: Update to 1.4.30
...
- Change the upstream URL to https://ccid.apdu.fr/
- Update WWW
- Clean up:
- Remove the "post-patch" target. It is no longer needed.
- Remove unused PLIST_SUB
- Pet portlint:
- Move USE_PERL to the the USE* section
- Set USE_LDCONFIG.
Upstream changelog:
https://salsa.debian.org/rousseau/CCID/blob/master/README
Reviewed by: krion, mmokhi
Approved by: krion (mentor), mmokhi (maintainer)
Differential Revision: https://reviews.freebsd.org/D17479
2018-10-12 08:49:04 +00:00
Lev A. Serebryakov
0f2940a5bf
Second try to fix OpenSSL 1.1.1 build.
...
PR: 228867
Submitted by: jkim@FreeBSD.org
2018-10-12 08:45:36 +00:00
Palle Girgensohn
fab4121910
Fix build problem with OpenSSL-1.1.1
2018-10-12 08:37:14 +00:00
TAKATSU Tomonari
66a73b83b7
- Update to 0.6.18
2018-10-12 08:08:24 +00:00
Baptiste Daroussin
1fbaca9984
Update to 3.11
2018-10-12 07:58:33 +00:00
Jason E. Hale
d3350043d9
Fix build with OpenSSL 1.1.x
...
Reported by: pkg-fallout (head)
2018-10-12 07:35:46 +00:00
Wen Heping
a0c0fbd1df
- Update to 0.14.1
2018-10-12 07:22:46 +00:00
TAKATSU Tomonari
6a5498a508
- Update to 0.12
2018-10-12 07:15:05 +00:00
Antoine Brodin
d926c2a565
Those ports are not compatible with php 7.3
...
Reported by: pkg-fallout
2018-10-12 06:23:47 +00:00
Wen Heping
decae9455e
- Update to 2.4.0
2018-10-12 06:19:16 +00:00
Wen Heping
edf577cef0
- Update to 1.1.5
...
PR: 231817
Submitted by: guoqiang_cn@126.com(maintainer)
2018-10-12 06:08:52 +00:00
TAKATSU Tomonari
78f6e28eda
- Update to 0.4.0
2018-10-12 05:57:52 +00:00
TAKATSU Tomonari
686523b415
- Update to 0.6
...
- Update LICENSE
2018-10-12 04:19:50 +00:00
TAKATSU Tomonari
2cfc3bab62
- Update to 2.3.0
2018-10-12 04:02:06 +00:00
TAKATSU Tomonari
bd854f055c
- Update to 0.8
2018-10-12 03:37:02 +00:00
TAKATSU Tomonari
bedb0a07a9
- Update to 0.99.14.12
2018-10-12 03:18:42 +00:00
TAKATSU Tomonari
e8eb79713a
- Update to 0.12.19
2018-10-12 02:55:56 +00:00
TAKATSU Tomonari
81c21c18f4
- Update to 1.3
2018-10-12 02:09:07 +00:00
Yuri Victorovich
483d58244a
New port: math/py-primme: PRIMME wrapper for Python
2018-10-12 01:55:30 +00:00
Yuri Victorovich
7992a3aded
science/py-MDAnalysisTests: Update 0.18.0 -> 0.19.0
...
Reported by: portscout
2018-10-12 01:16:48 +00:00
Yuri Victorovich
76a2c96862
science/py-MDAnalysis: Update 0.18.0 -> 0.19.0
...
Reported by: portscout
2018-10-12 01:15:42 +00:00
Yuri Victorovich
09e5ce2328
audio/gxplugins-lv2: Update 0.4 -> 0.5
...
Revisions of individual LV2 plugins updated, several new LV2 plugins added.
Reported by: portscout
2018-10-12 01:14:03 +00:00
Yuri Victorovich
12bf9e2a1a
math/primme: Update to the latest revision; Add LinAlg options
...
Port changes:
* Remove do-install: it is now implemented by the project
* Add options to choose the LAPACK-compatible interface for liner algebra
2018-10-12 01:11:47 +00:00
Wen Heping
a001e92d35
- Update to 1.44
...
Changes: https://metacpan.org/changes/distribution/XML-XPath
2018-10-12 00:16:44 +00:00
Wen Heping
bc685b07dd
- Update to 0.55
...
Changes: https://metacpan.org/changes/distribution/XML-Feed
2018-10-12 00:13:22 +00:00
Wen Heping
f2385030f2
- Update to 0.51
...
Changes: https://metacpan.org/changes/distribution/bignum
2018-10-11 23:59:57 +00:00
Sunpoet Po-Chuan Hsieh
2014ba06f4
Update to 0.11.0
...
Changes: https://github.com/google/signet/releases
2018-10-11 23:45:58 +00:00