Commit graph

2891 commits

Author SHA1 Message Date
Fernando Apesteguía
bb67ed74ac converters/ical2html: Update to 2.1
ChangeLog: https://www.w3.org/Tools/Ical2html/ChangeLog

PR:	249222
Submitted by:	gspurki@gmail.com
Approved by:	keiichi@iijlab.net (maintainer timeout > 1month)
2020-10-24 12:12:43 +00:00
Torsten Zuehlsdorff
4ef2288f0d PHP 8.0: Connect all the ports added in r552906
Sponsored by:	PHP Update Service
2020-10-22 00:24:27 +00:00
Torsten Zuehlsdorff
1061308ba7 Welcome PHP 8.0 RC 2 to the ports tree
There are many greater changes including:
- json is now part of core
- xmlrpc is removed
- More than 150 backward incompatible changes

Have a look at: https://github.com/php/php-src/blob/php-8.0.0RC2/UPGRADING

Reviewed by:	ale, mfechner, Pascal Christen
Sponsored by:	PHP Update Service
Differential Revision:	https://reviews.freebsd.org/D26848
2020-10-21 22:58:51 +00:00
Sunpoet Po-Chuan Hsieh
84f694cb8a Update to 1.1.1
Changes:	https://github.com/avian2/unidecode/blob/master/ChangeLog
PR:		250106
Submitted by:	sunpoet (myself)
Approved by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
2020-10-18 20:26:24 +00:00
Sunpoet Po-Chuan Hsieh
d1876e9cc2 Update to 1.5.4
Changes:	https://github.com/tahoe-lafs/zfec/blob/master/NEWS.txt
2020-10-18 15:35:17 +00:00
Tobias C. Berner
aa3db148fc graphics/poppler: update to 20.10.0
Release 20.10.0:
        core:
         * Filter out repeated forms
         * Implement EmbedStream::reset()
         * CairoOutputDev: evict just font faces owned solely by cache.
         * Splash: Rename Yd to Ydown, Xu to Xup, etc.
         * Splash: fix crash in out-of-memory situation.
         * Fix some undefined behaviour situation with forged files

PR:		250052
Exp-run by:	antoine
2020-10-11 10:58:15 +00:00
Sunpoet Po-Chuan Hsieh
a95f17389e Update to 3.1.6
Changes:	https://pecl.php.net/package-changelog.php?package=igbinary
2020-10-10 17:55:13 +00:00
Rene Ladan
4c4c6d7c27 Return cpm@'s ports to the pool after safekeeping his commit bit.
With hat:	portmgr-secretary
2020-10-05 17:34:54 +00:00
Olli Hauer
44d9cc4f48 - update to v5.0.0 2020-10-05 12:50:49 +00:00
Sunpoet Po-Chuan Hsieh
2a8296c9f8 Update to 4.24
Changes:	https://metacpan.org/changes/distribution/Cpanel-JSON-XS
2020-10-03 09:50:11 +00:00
Sunpoet Po-Chuan Hsieh
943cbb74cd Update to 1.14
- Add LICENSE
- Add NO_ARCH

Changes:	https://metacpan.org/changes/distribution/Unicode-MapUTF8
2020-10-01 08:04:55 +00:00
Sunpoet Po-Chuan Hsieh
52fd927b30 Update to 3.16
- Add LICENSE_FILE
- Strip shared library

Changes:	https://metacpan.org/changes/distribution/MIME-Base64
2020-10-01 08:04:50 +00:00
Kirill Ponomarev
2fa8a5afee Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2020-09-29 16:10:48 +00:00
Wen Heping
f79727b9b6 - Mark DEPRECATED 2020-09-25 06:35:27 +00:00
Baptiste Daroussin
0a684a50f5 Update to 2.15
This update was supposed to happen along with fribidi
2020-09-24 13:15:20 +00:00
Baptiste Daroussin
d426bd3c31 Update fribidi to 1.0.10
Note that according to https://abi-laboratory.pro/index.php?view=timeline&l=fribidi
2 symbols were removed since the version we have, but according to the check I have
done those 2 symbols are present in 1.0.10, meaning it is binary compatible
2020-09-24 12:43:56 +00:00
Piotr Kubaj
439a13a828 converters/wkhtmltopdf: fix build on GCC architectures
USES=compiler:c++11-lang overwrites USE_GCC=8.

The patch adding LDFLAGS for gcc is missing.
2020-09-21 19:26:12 +00:00
Kirill Ponomarev
b7598ef9d2 Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2020-09-14 08:16:38 +00:00
Tobias C. Berner
28bac6ebdd Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.

As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.

[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D26362
2020-09-10 18:55:41 +00:00
Tobias C. Berner
5dc59a82ae graphics/poppler: update to 20.09.0
Release 20.09.0:
        core:
         * Compability fix for Forms
         * Fix fetching of Objects failing in some cases
         * Fix clearing date in Annot setModified/setDate
         * TextSelectionPainter: support glyphless fonts
         * Splash: Don't try read past end of image
         * avoid abort() on large memory allocation
         * Fix memory leak on broken files
         * Fix potential invalid memory read
         * Small code improvements

        qt5:
         * Document TextAnnotation::inplaceAlign
         * Make Annotation::setModification/CreationDate work on existing annots
         * Be a bit more stubborn converting dates that come from xml
         * Clean as many null characters from the end as possible when converting strings

        glib:
         * Add accessor functions for PopplerAttachment
         * Deprecate PopplerAttachment GTime fields
         * Deprecate PopplerDocument date properties

        utils:
         * pdftoppm: report error and exit if output file cannot be written
         * Document that PDF-file can be '-' to read it from stdin

        build system:
         * cmake: Modern way to link against libpng, zlib and libtiff
         * cmake: Remove stray support for lcms1 in pdftocairo

PR:		249060
Exp-run by:	antoine
2020-09-10 18:32:06 +00:00
TAKATSU Tomonari
ced535eee1 - Update to 1.7.1 2020-09-09 04:24:26 +00:00
Sunpoet Po-Chuan Hsieh
f32011f5ff Update to 4.23
Changes:	https://metacpan.org/changes/distribution/Cpanel-JSON-XS
2020-09-06 15:36:04 +00:00
Adam Weinberger
51749f52e3 converters/p5-Cpanel-JSON-XS: Slim the TEST_DEPENDS
The bulk of the TEST_DEPENDS were used for maintainer tests,
things like POD checking. This commit pares back the list to
those that are used for the end-user unit tests.

Approved by:	maintainer (sunpoet)
2020-09-05 23:04:52 +00:00
Sunpoet Po-Chuan Hsieh
e3cfed3a5f Update to 3.1.5
Changes:	https://pecl.php.net/package-changelog.php?package=igbinary
2020-09-05 21:30:02 +00:00
Sunpoet Po-Chuan Hsieh
711407e7ff Update to 4.22
Changes:	https://metacpan.org/changes/distribution/Cpanel-JSON-XS
2020-09-05 21:29:53 +00:00
Matthias Andree
b6da34d1dc converters/recode: fix info file, add LICENCE, quiet portlint/portclippy
This has been broken for almost 10 months, and again 3 months of silence
from the maintainer, so let me step in to just fix it for the nonce.

- Add LICENSE=GPLv2+
- Add USES=makeinfo to fix .info file in clean-room builds (poudriere) [1]
- Reshuffle a few lines to please portclippy and portlint
- Bump PORTREVISION to flush out the broken packages and force rebuild

- Add DISABLED example to strip library in order to also please
  stage-qa with DEVELOPER=yes (would require maintainer approval),
  in post-install (just remove @: and the comment line to enable).

PR:		241879 [1]
Submitted by:	Victor Sudakov <vas@sibptus.ru> [1]
Approved by:	portmgr@ (blanket, see MFH below)
MFH:		2020Q3 (blanket LICENSE, dependencies to unbreak, modernization)
2020-09-04 15:58:00 +00:00
Niclas Zeising
a1b290c54d Extend expiration of ports broken with -fno-common
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date.  The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall.  This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.

MFH:		2020Q3 (maybe)
2020-08-30 09:47:49 +00:00
Tobias C. Berner
a5562e684c converters/: Fix build with clang11 and deprecate ports@ ports 2020-08-29 09:13:04 +00:00
Tobias C. Berner
54e69ec61e converters/psiconv: fix build on recent current 2020-08-28 22:48:39 +00:00
Loïc Bartoletti
2abcfc8e6b converters/osm2pgrouting: fix build after databases/postgresql-libpqxx update
- Uses c++17 and patch CMakeLists.txt (required by databases/postgresql-libpqxx)
- Replace disconnect to close (libpqxx API change) in src/osm_elements/osm2pgrouting.cpp
- While I'm here remove post-install part and update CMakeLists.

Reported by:	pkg-fallout
2020-08-22 06:50:15 +00:00
Sunpoet Po-Chuan Hsieh
1524d88293 Update to 4.21
Changes:	https://metacpan.org/changes/distribution/Cpanel-JSON-XS
2020-08-19 16:18:54 +00:00
Gleb Popov
b299244952 lang/ghc: Update to 8.10.1.
As usual, along with the compiler, many Haskell packages are updated as well.
2020-08-16 07:56:18 +00:00
Sunpoet Po-Chuan Hsieh
f1475bb790 Update to 3.1.4
Changes:	https://pecl.php.net/package-changelog.php?package=igbinary
2020-08-15 16:30:37 +00:00
Tobias C. Berner
97cf82ea46 Bump revisions of poppler consumers after r544863 2020-08-14 04:22:13 +00:00
Tobias C. Berner
5015781a5e converters/pdf2djvu: update to 0.9.17.1 to prepare for poppler >= 20.08.0
- this minor release includes a fix to handles graphic/poppler's changed
  versioning scheme

PR:		248530
PR:		248419
Approved by:	Samy Mahmoudi <samy.mahmoudi@gmail.com> (maintainer)
2020-08-09 09:59:38 +00:00
Antoine Brodin
4c33b4855b Update to 3.0.1 2020-08-08 20:10:52 +00:00
Kirill Ponomarev
d5471deb60 Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2020-08-03 10:54:50 +00:00
Sunpoet Po-Chuan Hsieh
1cd4ca29ae Update to 3.07
Changes:	https://metacpan.org/changes/distribution/Encode
2020-07-30 09:50:26 +00:00
Sunpoet Po-Chuan Hsieh
05db42c607 Update to 0.79
- Sort PLIST

Changes:	https://metacpan.org/changes/distribution/Convert-Binary-C
2020-07-24 07:20:07 +00:00
Kurt Jaeger
bb3c215827 converters/wkhtmltopdf: update 0.12.5 -> 0.12.6, fix build
- remove dependency on www/qt5-webkit
- BREAKING CHANGE: block local filesystem access by default
- pet portlint

PR:		243349, 248039, 247556, 241397
Submitted by:	r.quakkelaar@quaras.nl
Reported by:	ohartmann@walstatt.org, rs@bytecamp.net
Reviewed by:	jonc@chen.org.nz, jhibbits
Relnotes:	https://github.com/wkhtmltopdf/wkhtmltopdf/releases/tag/0.12.6
2020-07-23 01:34:03 +00:00
Sunpoet Po-Chuan Hsieh
64fc967ed8 Update to 4.05
Changes:	https://metacpan.org/changes/distribution/JSON-PP
2020-07-09 18:08:31 +00:00
Adam Weinberger
a602c18f3b p5-Sereal-*: Forgot to commit distinfo in r541470 2020-07-09 08:47:53 +00:00
Adam Weinberger
0e554fba80 p5-Sereal*: Update to 4.015 2020-07-08 07:56:08 +00:00
Antoine Brodin
99f55e2ce6 Update to 4.0.0 2020-07-07 10:54:14 +00:00
Tobias C. Berner
5060d003ef graphics/poppler: update to 0.90
Release 0.90.0:
        core:
         * Color profile tweaks
         * Small signature improvements
         * BBoxOutputDev: Fix calculation when type3 fonts are involved
         * Fix potential crash when reading Forms
         * Fix infinite loop in broken file
        glib:
         * Fix adding annots in rotated pages
         * Add ability to reset forms
         * Several fixes to the documentation
        qt5:
         * Make it clear we require Qt 5.5
         * demo: Fix crash on broken files
         * Small documentation improvements
        utils:
         * pdftoppm: Add option to set display profile
         * pdftops: Add a -rasterize option with values always, never, or whenneeded
        build system:
         * Require cmake 3.5
         * More modern cmake way to link against curl

PR:		247736
Exp-run by:	antoine
2020-07-06 06:17:18 +00:00
Niclas Zeising
0e32330f15 Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.

PR:		247028 (for tracking)
2020-07-04 18:11:42 +00:00
Dmitry Marakasov
66037f60b4 - Update to 1.2.2 2020-07-03 13:26:09 +00:00
Kirill Ponomarev
2b831f5039 Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2020-07-01 06:43:14 +00:00
TAKATSU Tomonari
506b4bd832 - Update to 1.7.0 2020-06-27 14:22:48 +00:00
Sunpoet Po-Chuan Hsieh
aae33b1c39 Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113
- Fix LICENSE_FILE
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for dependency change

Changes:	https://metacpan.org/changes/distribution/IO-Stringy
2020-06-26 11:55:23 +00:00