svn commit: r422956 - in head: emulators/virtualbox-ose games/eduke32 games/openbor graphics/php55-gd graphics/php56-gd graphics/php70-gd mail/thunderbird multimedia/avidemux multimedia/ffmpeg mult...

Jan Beich jbeich at FreeBSD.org
Fri Sep 30 01:15:15 UTC 2016


Author: jbeich
Date: Fri Sep 30 01:15:10 2016
New Revision: 422956
URL: https://svnweb.freebsd.org/changeset/ports/422956

Log:
  multimedia/libvpx: update 1.6.0
  
  ABI is incompatible... or not? SONAME has changed but the removed vp10
  symbols weren't actually exposed (and still aren't).
  
  Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails:
  
    vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3':
    vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in simplify_binary_operation_1, at simplify-rtx.c:2563
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <URL:http://gcc.gnu.org/bugs.html> for instructions.
  
  Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0
  ACC report:	https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html

Deleted:
  head/multimedia/libvpx/files/patch-build_make_configure.sh
  head/multimedia/libvpx/files/patch-mozilla-bug1224361
  head/multimedia/libvpx/files/patch-mozilla-bug1224363
  head/multimedia/libvpx/files/patch-mozilla-bug1224371
  head/multimedia/libvpx/files/patch-mozilla-bug1237848
Modified:
  head/emulators/virtualbox-ose/Makefile   (contents, props changed)
  head/games/eduke32/Makefile   (contents, props changed)
  head/games/openbor/Makefile   (contents, props changed)
  head/graphics/php55-gd/Makefile   (contents, props changed)
  head/graphics/php56-gd/Makefile   (contents, props changed)
  head/graphics/php70-gd/Makefile   (contents, props changed)
  head/mail/thunderbird/Makefile   (contents, props changed)
  head/multimedia/avidemux/Makefile   (contents, props changed)
  head/multimedia/ffmpeg/Makefile   (contents, props changed)
  head/multimedia/ffmpeg0/Makefile   (contents, props changed)
  head/multimedia/gstreamer-plugins-vp8/Makefile   (contents, props changed)
  head/multimedia/gstreamer1-plugins-vpx/Makefile   (contents, props changed)
  head/multimedia/handbrake/Makefile   (contents, props changed)
  head/multimedia/libav/Makefile   (contents, props changed)
  head/multimedia/libvpx/Makefile   (contents, props changed)
  head/multimedia/libvpx/distinfo   (contents, props changed)
  head/multimedia/libvpx/files/patch-configure   (contents, props changed)
  head/multimedia/libvpx/pkg-plist   (contents, props changed)
  head/multimedia/mplayer/Makefile.common   (contents, props changed)
  head/net-im/qTox/Makefile   (contents, props changed)
  head/net-im/tox/Makefile   (contents, props changed)
  head/net-im/toxic/Makefile   (contents, props changed)
  head/net-im/uTox/Makefile   (contents, props changed)
  head/net/mediastreamer/Makefile   (contents, props changed)
  head/www/firefox-esr/Makefile   (contents, props changed)
  head/www/firefox/Makefile   (contents, props changed)
  head/www/libxul/Makefile   (contents, props changed)
  head/www/seamonkey/Makefile   (contents, props changed)
  head/x11/xpra/Makefile   (contents, props changed)

Modified: head/emulators/virtualbox-ose/Makefile
==============================================================================
--- head/emulators/virtualbox-ose/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/emulators/virtualbox-ose/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -3,6 +3,7 @@
 
 PORTNAME=	virtualbox-ose
 PORTVERSION=	5.1.6
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://download.virtualbox.org/virtualbox/${PORTVERSION}/
 DISTFILES=	VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}

Modified: head/games/eduke32/Makefile
==============================================================================
--- head/games/eduke32/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/games/eduke32/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -3,6 +3,7 @@
 
 PORTNAME=	eduke32
 PORTVERSION=	20160704
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://dukeworld.duke4.net/eduke32/synthesis/${PORTVERSION}-${SVNREVISION}/:eduke32 \
 		http://www.duke4.org/files/nightfright/hrp/:hrp \

Modified: head/games/openbor/Makefile
==============================================================================
--- head/games/openbor/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/games/openbor/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -2,6 +2,7 @@
 
 PORTNAME=	openbor
 PORTVERSION=	3.0.r4167
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	LOCAL/jbeich \
 		https://svn.code.sf.net/p/${PORTNAME}/engine/engine/:svn

Modified: head/graphics/php55-gd/Makefile
==============================================================================
--- head/graphics/php55-gd/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/graphics/php55-gd/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -1,7 +1,7 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 
 MASTERDIR=	${.CURDIR}/../../lang/php55

Modified: head/graphics/php56-gd/Makefile
==============================================================================
--- head/graphics/php56-gd/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/graphics/php56-gd/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -1,7 +1,7 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/graphics/php70-gd/Makefile
==============================================================================
--- head/graphics/php70-gd/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/graphics/php70-gd/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -1,6 +1,7 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/mail/thunderbird/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -3,7 +3,7 @@
 
 PORTNAME=	thunderbird
 DISTVERSION=	45.3.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail news net-im ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source

Modified: head/multimedia/avidemux/Makefile
==============================================================================
--- head/multimedia/avidemux/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/multimedia/avidemux/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -6,7 +6,7 @@
 
 PORTNAME=	avidemux
 PORTVERSION=	${AVIDEMUX_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 
 MAINTAINER=	multimedia at FreeBSD.org

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/multimedia/ffmpeg/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ffmpeg
 PORTVERSION=	2.8.8
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	http://ffmpeg.org/releases/

Modified: head/multimedia/ffmpeg0/Makefile
==============================================================================
--- head/multimedia/ffmpeg0/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/multimedia/ffmpeg0/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ffmpeg
 PORTVERSION=	0.7.17
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	http://ffmpeg.org/releases/

Modified: head/multimedia/gstreamer-plugins-vp8/Makefile
==============================================================================
--- head/multimedia/gstreamer-plugins-vp8/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/multimedia/gstreamer-plugins-vp8/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -1,7 +1,7 @@
 # Created by: Koop Mast <kwm at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 
 COMMENT=	Gstreamer vp8 codec plugin

Modified: head/multimedia/gstreamer1-plugins-vpx/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-vpx/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/multimedia/gstreamer1-plugins-vpx/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 COMMENT=	GStreamer vp8 codec plugin

Modified: head/multimedia/handbrake/Makefile
==============================================================================
--- head/multimedia/handbrake/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/multimedia/handbrake/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -3,7 +3,7 @@
 
 PORTNAME=	handbrake
 PORTVERSION=	0.10.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	http://download.handbrake.fr/releases/${PORTVERSION}/ \
 		http://download.handbrake.fr/handbrake/contrib/:contrib \

Modified: head/multimedia/libav/Makefile
==============================================================================
--- head/multimedia/libav/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/multimedia/libav/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libav
 PORTVERSION=	11.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	http://libav.org/releases/
 

Modified: head/multimedia/libvpx/Makefile
==============================================================================
--- head/multimedia/libvpx/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/multimedia/libvpx/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -3,8 +3,7 @@
 
 PORTNAME=	libvpx
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.5.0
-PORTREVISION=	1
+DISTVERSION=	1.6.0
 CATEGORIES=	multimedia
 
 MAINTAINER=	ashish at FreeBSD.org
@@ -18,13 +17,13 @@ BUILD_DEPENDS=	yasm:devel/yasm
 USE_GITHUB=	yes
 GH_ACCOUNT=	webmproject
 
-USES=		compiler cpe gmake perl5 shebangfix tar:bzip2
+USES=		compiler:c11 cpe gmake perl5 shebangfix tar:bzip2
 CPE_VENDOR=	john_koleszar
 HAS_CONFIGURE=	yes
 USE_PERL5=	build
 USE_LDCONFIG=	yes
 
-OPTIONS_DEFINE=	DEBUG MULTIRES POSTPROC RUNTIME SHARED SIZE_LIMIT THREADS
+OPTIONS_DEFINE=	DEBUG MULTIRES POSTPROC RUNTIME SHARED SIZE_LIMIT TEST THREADS
 OPTIONS_DEFAULT=MULTIRES POSTPROC RUNTIME SHARED SIZE_LIMIT THREADS
 OPTIONS_EXCLUDE_aarch64=RUNTIME
 OPTIONS_EXCLUDE_armv6=	RUNTIME
@@ -54,16 +53,13 @@ RUNTIME_CONFIGURE_ON=	--enable-runtime-c
 SHARED_CONFIGURE_ON=	--enable-shared
 SIZE_LIMIT_CONFIGURE_ON=--size-limit=${SIZE_LIMIT}
 SIZE_LIMIT?=		16384x16384 # Chromium; Firefox has 4000x3000
+TEST_CONFIGURE_OFF=	--disable-unit-tests
 THREADS_CONFIGURE_OFF=	--disable-multithread
 
 SHEBANG_FILES=	build/make/ads2gas.pl
 
 .include <bsd.port.options.mk>
 
-.if ${OSVERSION} >= 1000000
-CONFIGURE_ARGS+=	--disable-unit-tests
-.endif
-
 .if ${ARCH} == "amd64"
 CONFIGURE_ARGS+=	--target=x86_64-linux-gcc
 .elif ${ARCH} == "i386"
@@ -76,7 +72,6 @@ CONFIGURE_ARGS+=	--target=ppc32-linux-gc
 CONFIGURE_ARGS+=	--target=ppc64-linux-gcc
 .elif ${ARCH} == "sparc64"
 CONFIGURE_ARGS+=	--target=sparc64-linux-gcc
-USES:=			${USES:Ncompiler*} compiler:c++11-lib
 .elif ${ARCH} == "aarch64"
 CONFIGURE_ARGS+=	--target=arm64-linux-gcc
 .elif ${ARCH} == "armv6"
@@ -86,16 +81,6 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-patch-
 IGNORE=	no support for ${ARCH} the moment. testing/patches are welcome
 .endif
 
-.include <bsd.port.pre.mk>
-
-# Workaround for GCC in 9.x post r260075
-# OSVERSION taken from r260135, the closest OSVERSION
-.if ${OPSYS} == FreeBSD && ${OSVERSION} > 902505
-. if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} == 42
-CFLAGS+=	-flax-vector-conversions
-. endif
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} 's|\(link_with_cc\)=gcc|\1=$${CC}|' \
 		${WRKSRC}/build/make/configure.sh
@@ -104,4 +89,4 @@ post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vpx*
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvpx.so.*.*.*
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/multimedia/libvpx/distinfo
==============================================================================
--- head/multimedia/libvpx/distinfo	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/multimedia/libvpx/distinfo	Fri Sep 30 01:15:10 2016	(r422956)
@@ -1,2 +1,3 @@
-SHA256 (webmproject-libvpx-v1.5.0_GH0.tar.gz) = f199b03b67042e8d94a3ae8bc841fb82b6a8430bdf3965aeeaafe8245bcfa699
-SIZE (webmproject-libvpx-v1.5.0_GH0.tar.gz) = 2430835
+TIMESTAMP = 1475172408
+SHA256 (webmproject-libvpx-v1.6.0_GH0.tar.gz) = e2fc00c9f60c76f91a1cde16a2356e33a45b76a5a5a1370df65fd57052a4994a
+SIZE (webmproject-libvpx-v1.6.0_GH0.tar.gz) = 2476097

Modified: head/multimedia/libvpx/files/patch-configure
==============================================================================
--- head/multimedia/libvpx/files/patch-configure	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/multimedia/libvpx/files/patch-configure	Fri Sep 30 01:15:10 2016	(r422956)
@@ -1,10 +1,9 @@
---- configure.orig
+--- configure.orig	2016-07-21 01:15:41 UTC
 +++ configure
-@@ -153,6 +153,11 @@ all_platforms="${all_platforms} x86_64-w
+@@ -158,6 +158,10 @@ all_platforms="${all_platforms} x86_64-w
  all_platforms="${all_platforms} x86_64-win64-vs11"
  all_platforms="${all_platforms} x86_64-win64-vs12"
  all_platforms="${all_platforms} x86_64-win64-vs14"
-+all_platforms="${all_platforms} arm64-linux-gcc"
 +all_platforms="${all_platforms} ia64-linux-gcc"
 +all_platforms="${all_platforms} ppc32-linux-gcc"
 +all_platforms="${all_platforms} ppc64-linux-gcc"
@@ -12,7 +11,7 @@
  all_platforms="${all_platforms} generic-gnu"
  
  # all_targets is a list of all targets that can be configured
-@@ -611,15 +612,14 @@
+@@ -585,15 +589,14 @@ process_toolchain() {
          check_add_cflags -Wimplicit-function-declaration
          check_add_cflags -Wuninitialized
          check_add_cflags -Wunused-variable
@@ -33,6 +32,6 @@
 +        else
 +          check_add_cflags -Wunused-but-set-variable
 +        fi
-         enabled extra_warnings || check_add_cflags -Wno-unused-function
-     fi
- 
+         if enabled mips || [ -z "${INLINE}" ]; then
+           enabled extra_warnings || check_add_cflags -Wno-unused-function
+         else

Modified: head/multimedia/libvpx/pkg-plist
==============================================================================
--- head/multimedia/libvpx/pkg-plist	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/multimedia/libvpx/pkg-plist	Fri Sep 30 01:15:10 2016	(r422956)
@@ -11,7 +11,7 @@ include/vpx/vpx_image.h
 include/vpx/vpx_integer.h
 lib/libvpx.a
 %%SHARED%%lib/libvpx.so
-%%SHARED%%lib/libvpx.so.3
-%%SHARED%%lib/libvpx.so.3.0
-%%SHARED%%lib/libvpx.so.3.0.0
+%%SHARED%%lib/libvpx.so.4
+%%SHARED%%lib/libvpx.so.4.0
+%%SHARED%%lib/libvpx.so.4.0.0
 libdata/pkgconfig/vpx.pc

Modified: head/multimedia/mplayer/Makefile.common
==============================================================================
--- head/multimedia/mplayer/Makefile.common	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/multimedia/mplayer/Makefile.common	Fri Sep 30 01:15:10 2016	(r422956)
@@ -6,6 +6,7 @@
 
 MPLAYER_PORT_VERSION=	1.3.0
 MPLAYER_SNAPSHOT_DATE=	2016-09-12
+PORTREVISION?=	1
 MASTER_SITES=	LOCAL/riggs/mplayer
 DISTNAME=	mplayer-${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
 WRKSRC=		${WRKDIR}/mplayer-export-${MPLAYER_SNAPSHOT_DATE}

Modified: head/net-im/qTox/Makefile
==============================================================================
--- head/net-im/qTox/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/net-im/qTox/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -3,6 +3,7 @@
 
 PORTNAME=	qTox
 PORTVERSION=	1.5.1
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net-im net-p2p
 

Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/net-im/tox/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -3,7 +3,7 @@
 
 PORTNAME=	toxcore
 PORTVERSION=	0.160924
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im net-p2p
 
 MAINTAINER=	thierry at FreeBSD.org

Modified: head/net-im/toxic/Makefile
==============================================================================
--- head/net-im/toxic/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/net-im/toxic/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -3,6 +3,7 @@
 
 PORTNAME=	toxic
 PORTVERSION=	0.7.1
+PORTREVISION=	1
 CATEGORIES=	net-im
 
 MAINTAINER=	thierry at FreeBSD.org

Modified: head/net-im/uTox/Makefile
==============================================================================
--- head/net-im/uTox/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/net-im/uTox/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -2,6 +2,7 @@
 
 PORTNAME=	uTox
 PORTVERSION=	0.9.8.20160729
+PORTREVISION=	1
 CATEGORIES=	net-im net-p2p
 
 MAINTAINER=	portmaster at BSDforge.com

Modified: head/net/mediastreamer/Makefile
==============================================================================
--- head/net/mediastreamer/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/net/mediastreamer/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mediastreamer
 PORTVERSION=	2.12.1
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	SAVANNAH/linphone/mediastreamer
 

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/www/firefox-esr/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -4,7 +4,7 @@
 PORTNAME=	firefox
 DISTVERSION=	45.4.0
 DISTVERSIONSUFFIX=esr.source
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/www/firefox/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -4,7 +4,7 @@
 PORTNAME=	firefox
 DISTVERSION=	49.0
 DISTVERSIONSUFFIX=.source
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \

Modified: head/www/libxul/Makefile
==============================================================================
--- head/www/libxul/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/www/libxul/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libxul
 DISTVERSION=	45.4.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES?=	www devel
 MASTER_SITES=	MOZILLA/firefox/releases/${DISTVERSION}esr/source \
 		MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/www/seamonkey/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -4,7 +4,7 @@
 PORTNAME=	seamonkey
 DISTVERSION=	2.39
 MOZILLA_VER=	42 # above + 3
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES?=	www mail news editors irc ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source

Modified: head/x11/xpra/Makefile
==============================================================================
--- head/x11/xpra/Makefile	Thu Sep 29 23:35:31 2016	(r422955)
+++ head/x11/xpra/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xpra
 PORTVERSION=	0.15.10
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11
 MASTER_SITES=	http://xpra.org/src/
 


More information about the svn-ports-head mailing list