Commit Graph

485255 Commits

Author SHA1 Message Date
Jan Beich
d801aa5e3f emulators/yuzu: update to s20190905
Changes:	50b5bb44a...4ee994963
2019-09-07 00:25:18 +00:00
Jan Beich
cb63d81c94 emulators/citra: update to s20190906
Changes:	8acd2b966...4bc22aa35
2019-09-07 00:25:10 +00:00
Jan Beich
4d0efda550 emulators/rpcs3: update to 0.0.6.8650
Changes:	08c12f4c0...efa501dac
2019-09-07 00:25:03 +00:00
Niclas Zeising
bbdc32d38e Portlint 2019-09-07 00:20:31 +00:00
Niclas Zeising
9e0c173a3b x11/luit: Change upstream
Change upstream of x11/luit to use invisible-island.net (same as xterm).
xterm is the only user of luit, and has been making some changes to luit.
The previous upstream, freedesktop.org, has deprecated their version of
luit.

Discussed with:	ehaupt
2019-09-07 00:19:44 +00:00
Danilo G. Baio
ba1ace875f devel/py-fabric: Update to 2.5.0
Fabric 2 is not at 100% feature parity with 1.x! Some features have been
explicitly dropped, but others simply have not been ported over yet,
either due to time constraints or because said features need to be
re-examined in a modern context.

More information at:
https://www.fabfile.org/upgrading.html#upgrading
https://www.fabfile.org/upgrading.html#upgrade-specifics

Changelog:	https://www.fabfile.org/changelog.html

Reviewed by:	koobs (maintainer)
Approved by:	koobs (maintainer)
Differential Revision:	https://reviews.freebsd.org/D20683
2019-09-06 23:25:53 +00:00
Danilo G. Baio
571c399a5c devel/py-fabric: Copy to devel/py-fabric1
Make way for devel/py-fabric to be updated to its latest version (2.x)

Updates dependents that require fabric < 2 to devel/py-fabric1

Reviewed by:	koobs (maintainer)
Approved by:	koobs (maintainer)
Differential Revision:	https://reviews.freebsd.org/D21304
2019-09-06 23:23:09 +00:00
Niclas Zeising
ac2904823c games/xpilot-ng-client: deprecate
Deprecate games/xpilot-ng-client and set an expiration date.  This port
depneds on libXxf86misc, which is deprecated.
2019-09-06 23:00:30 +00:00
Niclas Zeising
3e821817ac x11/libXxf86misc: Deprecate and set expiration
x11/libXxf86misc has been deprecated upstream, deprecate it in FreeBSD ports
as well.
The last few dependent ports are being worked on.
2019-09-06 22:58:29 +00:00
Jan Beich
304bb1c46f multimedia/ffmpeg: update to 4.2.1
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2019-09-06 22:53:54 +00:00
Jan Beich
9aba6fce60 multimedia/svt-av1: update to 0.6.0.277
Changes:	9a15408f...b7b71ce4
2019-09-06 22:53:41 +00:00
Niclas Zeising
239736b1aa Adjust deprecation date. 2019-09-06 22:31:53 +00:00
Niclas Zeising
daa5e3c785 x11/xdpyinfo: Really remove xf86misc dependency 2019-09-06 22:22:05 +00:00
Niclas Zeising
99117f7373 print/fontforge: Update to 20190801
* Update to 20190801
* Update distinfo
* Update pkg-plist
* Move most required things to options (only required LIB_DEPENDS is
  freetype2 and only required GNOME use is glib20 and libxml2)
* USES autoreconf no longer needs to have the build argument because they
  made their bootstrap be just running autoreconf and not all the other
  junk it did before
* USES localbase in favor of setting CPPFLAGS and LDFLAGS to those
* iconv is forced on despite being an option as the build fails without
  iconv for some reason
* Included options for some things that were not options before but are
  configurable via GNU configure
* Removed patches from files: patch-Makefile.am (uthash not used anymore),
  patch-fontforge_cvexport.c and patch-fontforge_print.c (that code was
  removed and the patch is not needed anymore),
  patch-fontforge_splinefont.h (looking at SVN history, this was added
  to fix build for 8.x, but that isn't supported anymore and it builds
  without this)
* Added patch to files: patch-m4-fontforge__arg__enable.m4 (without this,
  woff2 was always being enabled regardless of --enable/disable-woff2
  being set)

Changelog:

https://github.com/fontforge/fontforge/releases/tag/20190801

PR:		239768
Submitted by:	kunda
Approved by:	Naram Qashat (maintainer)
2019-09-06 22:20:07 +00:00
Niclas Zeising
e8999e72d4 x11/xdpyinfo: Remove xf86misc dependency
Remove libXxf86misc dependency in x11/xdpyinfo.  libXxf86misc is being
deprecated.
While here, add USES=xorg xorg-cat.
2019-09-06 21:36:11 +00:00
Niclas Zeising
b29a542c5e Bump portrevision 2019-09-06 21:26:20 +00:00
Niclas Zeising
f7b93d7f9c x11/xorg-libraries: Remove xf86misc dependency
Remove the libXxf86misc dependency from xorg-library. Xxf86misc is
deprecated upstream, and there is no need to have it installed in the
default xorg installation.
2019-09-06 21:23:57 +00:00
Kyle Evans
ee6e10da70 security/fsh: Remove redundant escapes of ordinary characters
Makefile.in has a number of escapes (all following @ in the sed expression)
that only serve to stop a sed in the configure script from replacing them.
Escaping ordinary characters is considered undefined behavior by POSIX, and
the patch in bug #229925 aims to serve out errors for escaping of most
ordinary characters to reduce friction when some of these sequences are
given special meaning.

QA:
 * portlint: OK (minor warnings that should be addressed separately)
 * testport: OK (poudriere: 13.0-CURRENT and 12.0-RELEASE, amd64)
 * diffoscope: OK (only minor metadata changes to package)

PR:		240308
Approved by:	koobs (ports)
2019-09-06 21:20:25 +00:00
Niclas Zeising
c87672f391 tabs, not spaces. Adjust expiration date 2019-09-06 21:20:08 +00:00
Kyle Evans
5a4d5949d8 x11-wm/ede: Add sed=gsed
Two problems lie in ${EDELIB_WRKSRC}/sslib/gen-c-string.sh sed usage:

- \s is a GNU extension, this is trivially replaced with [[:space:]],
  HOWEVER:
- The next expression uses \t and expects a tab, but this will not happen
  with our sed.

\s was caught by the patch in bug #229925 that forbids escaping ordinary
characters that have no extra meaning to lessen the stress of later adding
special behavior to some of these escape sequences. \t, however, will just
silently do the wrong thing.

Switch this over to gsed for now; a pass will be done later to check out
every port with BUILD_DEPENDS containing gsed to evaluate whether we're
ready for them to use base sed or not.

QA:
 * portlint: OK (minor warnings that should be addressed separately)
 * testport: OK (poudriere: 13.0-CURRENT and 12.0-RELEASE, amd64)
 * diffoscope: OK (only minor metadata changes to package)

PR:		240312
Approved by:	koobs (ports)
2019-09-06 21:18:48 +00:00
Niclas Zeising
48964adb37 deskutils/xmaddressbook: Deprecate
Deprecate deskutils/xmaddressbook, it depends on the deprecated x11/liboldX,
is unmaintained and there doesn't seem to be an upstream.
2019-09-06 21:10:41 +00:00
Niclas Zeising
a15b720dfd deprecate various xorg libraries
Deprecate various xorg libraries, as they have been deprecated upstream.
Remove them from xorg-libraries.

List of deprecated ports:
x11/libXevie
x11/liboldX
x11/libxkbui
x11-fonts/libXfontcache
2019-09-06 21:09:17 +00:00
Niclas Zeising
8ec3562f0c x11/xscreensaver: Update dependencies, misc fixes
Update x11/xscreensaver dependencies, and remove the dependency on
Xxf86misc.
Add USES=xorg
2019-09-06 20:42:50 +00:00
Niclas Zeising
13b38cf966 x11/xscreensaver: Fix plist
Fix pkg-plist for x11/xscreensaver.  This was mixed with the 5.43 update,
when moving from git to svn.
2019-09-06 20:38:57 +00:00
Dmitry Marakasov
14c77701c5 - Update to 2.9.1 2019-09-06 20:01:29 +00:00
Baptiste Daroussin
de25685809 Update to 1.11.99.3 2019-09-06 19:54:16 +00:00
Tobias Kortkamp
0d274a7585 x11-fonts/spleen: Update to 1.2.0
Changes:	https://github.com/fcambus/spleen/blob/1.2.0/ChangeLog
2019-09-06 19:35:22 +00:00
Matthias Andree
62f714af19 Patch sed(1) regexp in self-test script from GNU to POSIX syntax.
PR:		240307
Submitted by:	kevans@
Approved by:	ecrist@secure-computing.net (maintainer)
2019-09-06 19:19:00 +00:00
Niclas Zeising
b87eeb8c63 x11/xset: adjust dependencies and misc fixes
Adjust dependencies, most notably, remove the dependency on libXfontcache,
which isn't needed.  libXfontcache is slated for deprecation and removal.
While here, switch to USES, and add license information.
2019-09-06 19:11:50 +00:00
Niclas Zeising
a1969adc90 x11/xorg-apps: Don't depend on luit
luit is deprecated upstream, but still needed bu xterm, so it can't be
deprecated in ports.  Until a solution for xterm is found, just remove it
from x11/xorg-apps, but don't deprecate it.
2019-09-06 18:44:13 +00:00
Niclas Zeising
4bcc7399a3 Deprecate various xorg apps
Deprecate various xorg apps, they have all been deprecated upstream.
Remove the dependency in xorg-apps as needed.

List of deprecated apps:
xprehashprinterlist
xrx
xsetmode
xsetpointer
2019-09-06 18:41:51 +00:00
Niclas Zeising
ada1b65817 Depcrecate various xorg drivers
Depreacate various xorg input drivers, all have been deprecated upstream:
xf86-input-acecad
xf86-input-fpit
xf86-input-hyperpen
xf86-input-mutouch
xf86-input-penmount
2019-09-06 18:36:40 +00:00
Niclas Zeising
db961cf6ca Tabs, not spaces. 2019-09-06 18:32:02 +00:00
Niclas Zeising
b2d588ac2a Deprecate xorg modules, x11-fonts category
Deprecate x11-fonts/font-bitstream-speedo, it's been deprecated upstream.
2019-09-06 18:29:20 +00:00
Matthias Andree
5cf5a2a3b7 Fix a sed regexp from GNUism to POSIX.
Thanks!

Also sent upstream for inclusion today,
https://sourceforge.net/p/openvpn/mailman/message/36757480/ and
https://sourceforge.net/p/openvpn/mailman/message/36757481/

PR:		240306
Submitted by:	kevans@
2019-09-06 18:16:53 +00:00
Jason Helfman
a14d7fe982 - shift hosting distfile at FreeBSD resources to SF 2019-09-06 18:02:08 +00:00
Alex Kozlov
d474e01325 - Update to 0.3.1
- Add manual page from Debian

PR:	239809
Submitted by:	Radim Kolar <hsn@sendmail.cz>
Approved by:	maintainer timeout (3 weeks)
2019-09-06 17:58:19 +00:00
Sunpoet Po-Chuan Hsieh
70335346a6 Update to 1.8.2
Changes:	https://github.com/aserafin/grape_logging/releases
2019-09-06 17:45:08 +00:00
Sunpoet Po-Chuan Hsieh
d1869ebb7e Update version requirement of RUN_DEPENDS 2019-09-06 17:45:03 +00:00
Sunpoet Po-Chuan Hsieh
cfe6ec4049 Update to 2.11.348
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-09-06 17:44:58 +00:00
Sunpoet Po-Chuan Hsieh
2ece8e201a Update to 2.11.348
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-09-06 17:44:52 +00:00
Sunpoet Po-Chuan Hsieh
bceacc3f33 Update to 2.11.348
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-09-06 17:44:47 +00:00
Sunpoet Po-Chuan Hsieh
8eecd6eda0 Update to 1.36.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-configservice/CHANGELOG.md
2019-09-06 17:44:41 +00:00
Sunpoet Po-Chuan Hsieh
2deb192740 Update to 1.209.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-partitions/CHANGELOG.md
2019-09-06 17:44:36 +00:00
Sunpoet Po-Chuan Hsieh
2df97fcfc1 Update to 3.0.3
Changes:	https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
2019-09-06 17:44:31 +00:00
Sunpoet Po-Chuan Hsieh
dce51594ae Update to 0.29.0
Changes:	https://github.com/DataDog/dd-trace-py/releases
2019-09-06 17:44:25 +00:00
Sunpoet Po-Chuan Hsieh
5ba7e92813 Fix typo
Reported by:	kai
2019-09-06 17:44:20 +00:00
Sunpoet Po-Chuan Hsieh
d52d110fc3 Update to 0.18.0
Changes:	https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst
2019-09-06 17:44:15 +00:00
Sunpoet Po-Chuan Hsieh
4da56b9ede Update to 0.016
Changes:	https://metacpan.org/changes/distribution/Type-Tiny-XS
2019-09-06 17:44:09 +00:00
Sunpoet Po-Chuan Hsieh
f29862fb4a Update to 0.117
Changes:	https://metacpan.org/changes/distribution/Term-TablePrint
2019-09-06 17:44:04 +00:00