From zeising@daemonic.se  Sat Mar 15 08:56:52 2014
Return-Path: <zeising@daemonic.se>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 0847C9D7
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Mar 2014 08:56:52 +0000 (UTC)
Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 6B2B1F95
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Mar 2014 08:56:48 +0000 (UTC)
Received: from mail.lysator.liu.se (localhost [127.0.0.1])
	by mail.lysator.liu.se (Postfix) with ESMTP id AF2384000F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Mar 2014 09:56:44 +0100 (CET)
Received: by mail.lysator.liu.se (Postfix, from userid 1004)
	id A1A6D40039; Sat, 15 Mar 2014 09:56:44 +0100 (CET)
Received: from mx.daemonic.se (unknown [94.254.45.105])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.lysator.liu.se (Postfix) with ESMTPSA id 1B6714000F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Mar 2014 09:56:20 +0100 (CET)
Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6])
	by mx.daemonic.se (Postfix) with ESMTPS id 3fmHgl4q84z8ghB
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Mar 2014 09:56:19 +0100 (CET)
Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA)
	by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025)
	with ESMTPS id r345aI8foc17 for <FreeBSD-gnats-submit@freebsd.org>;
	Sat, 15 Mar 2014 09:55:11 +0100 (CET)
Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4])
	by mx.daemonic.se (Postfix) with ESMTPS id 3fmHfR5RzXz8ggv
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Mar 2014 09:55:11 +0100 (CET)
Received: from vivi.daemonic.se (vivi.daemonic.se [IPv6:2001:470:dca9:1::4])
	by mail.daemonic.se (Postfix) with ESMTPS id 3fmHfR4MRqz9CvV
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Mar 2014 09:55:11 +0100 (CET)
Received: (from zeising@localhost)
	by vivi.daemonic.se (8.14.7/8.14.7/Submit) id s2F8tB5p016764;
	Sat, 15 Mar 2014 09:55:11 +0100 (CET)
	(envelope-from zeising)
Message-Id: <201403150855.s2F8tB5p016764@vivi.daemonic.se>
Date: Sat, 15 Mar 2014 09:55:11 +0100 (CET)
From: Niclas Zeising <zeising@daemonic.se>
Reply-To: Niclas Zeising <zeising@daemonic.se>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [exp-run] switch default xorg version in 10-stable and shlib version changes
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         187602
>Category:       ports
>Synopsis:       [exp-run] switch default xorg version in 10-stable and shlib version changes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    zeising
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 15 09:00:00 UTC 2014
>Closed-Date:    
>Last-Modified:  Wed Apr 16 18:30:00 UTC 2014
>Originator:     Niclas Zeising
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD vivi.daemonic.se 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r252979M: Sun Jul 7 21:07:39 CEST 2013 root@vivi.daemonic.se:/usr/obj/usr/src/sys/VIVI amd64


	
>Description:
	Attached patch switches the default xorg version in 10-stable from the FreeBSD version when vt(9) was merged.
	It also contains fixes related to USES=libutil, minor updates and a whole slew of shlib version changes and following portrevision bumps.  It would be great if this could get a run thorugh an exp-run, and if everything is ok there, an approval from portmgr.
	Please run it on 10-STABLE after vt(9) was merged, or change the version check in bsd.port.mk to be lower than the version of the exp-run jail.
	Latest version of the patch can also be found at http://people.freebsd.org/~zeising/xorg-switch.10.diff
>How-To-Repeat:
	
>Fix:

	

--- xorg-switch.10.diff begins here ---
Index: Mk/bsd.port.mk
===================================================================
--- Mk/bsd.port.mk	(revision 348292)
+++ Mk/bsd.port.mk	(working copy)
@@ -1212,7 +1212,7 @@
 
 # Enable new xorg for FreeBSD versions after Radeon KMS was imported unless
 # WITHOUT_NEW_XORG is set.
-.if ${OSVERSION} >= 1100000
+.if ${OSVERSION} >= 1000704
 . if !defined(WITHOUT_NEW_XORG)
 WITH_NEW_XORG?=	yes
 . else
Index: Mk/bsd.xorg.mk
===================================================================
--- Mk/bsd.xorg.mk	(revision 348292)
+++ Mk/bsd.xorg.mk	(working copy)
@@ -65,6 +65,7 @@
 CFLAGS+=	-fno-optimize-sibling-calls
 .  endif
 CONFIGURE_ENV+=	DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
+USES+=		libtool
 . endif
 
 . if ${XORG_CAT} == "font"
@@ -139,7 +140,7 @@
 .endif
 
 . if ${XORG_CAT} == "lib"
-USES+=	pathfix
+USES+=	pathfix libtool
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS+=--enable-malloc0returnsnull
 . endif
Index: accessibility/gok/Makefile
===================================================================
--- accessibility/gok/Makefile	(revision 348292)
+++ accessibility/gok/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gok
 PORTVERSION=	2.30.1
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	accessibility sysutils gnome
 MASTER_SITES=	GNOME
Index: archivers/libarchive/Makefile
===================================================================
--- archivers/libarchive/Makefile	(revision 348292)
+++ archivers/libarchive/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libarchive
 PORTVERSION=	3.1.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	archivers
 MASTER_SITES=	http://libarchive.org/downloads/
Index: archivers/xar/Makefile
===================================================================
--- archivers/xar/Makefile	(revision 348292)
+++ archivers/xar/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xar
 PORTVERSION=	1.5.2
+PORTREVISION=	1
 CATEGORIES=	archivers
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		${MASTER_SITE_GENTOO}
Index: astro/boinc-astropulse/Makefile
===================================================================
--- astro/boinc-astropulse/Makefile	(revision 348292)
+++ astro/boinc-astropulse/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	boinc-astropulse
 PORTVERSION=	6.01
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	astro
 MASTER_SITES=	${MASTER_SITE_LOCAL} \
 		ftp://rene-ladan.nl/pub/distfiles/
Index: astro/boinc-setiathome-v7/Makefile
===================================================================
--- astro/boinc-setiathome-v7/Makefile	(revision 348292)
+++ astro/boinc-setiathome-v7/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	boinc-setiathome-v7
 PORTVERSION=	7.00
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	astro
 MASTER_SITES=	${MASTER_SITE_LOCAL} \
 		ftp://rene-ladan.nl/pub/distfiles/
Index: astro/celestia/Makefile
===================================================================
--- astro/celestia/Makefile	(revision 348292)
+++ astro/celestia/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	celestia
 PORTVERSION=	1.6.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	astro
 MASTER_SITES=	SF/${PORTNAME}/Celestia-source/${PORTVERSION}
 PKGNAMESUFFIX=	-${CELESTIA_UI}
Index: astro/foxtrotgps/Makefile
===================================================================
--- astro/foxtrotgps/Makefile	(revision 348292)
+++ astro/foxtrotgps/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	foxtrotgps
 PORTVERSION=	1.1.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	astro geography
 MASTER_SITES=	http://www.foxtrotgps.org/releases/
 
Index: astro/gpscorrelate/Makefile
===================================================================
--- astro/gpscorrelate/Makefile	(revision 348292)
+++ astro/gpscorrelate/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gpscorrelate
 PORTVERSION=	1.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	astro geography
 MASTER_SITES=	GH
 DIST_SUBDIR=	repacked
Index: astro/nightfall/Makefile
===================================================================
--- astro/nightfall/Makefile	(revision 348292)
+++ astro/nightfall/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nightfall
 PORTVERSION=	1.70
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	astro
 MASTER_SITES=	http://www.la-samhna.de/nightfall/
 
Index: astro/openuniverse/Makefile
===================================================================
--- astro/openuniverse/Makefile	(revision 348292)
+++ astro/openuniverse/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openuniverse
 DISTVERSION=	1.0beta3
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	astro
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/1.0beta3
 
Index: astro/viking/Makefile
===================================================================
--- astro/viking/Makefile	(revision 348292)
+++ astro/viking/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	viking
 PORTVERSION=	1.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	astro
 MASTER_SITES=	SF/${PORTNAME}/
 
Index: astro/xplanet/Makefile
===================================================================
--- astro/xplanet/Makefile	(revision 348292)
+++ astro/xplanet/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xplanet
 PORTVERSION=	1.3.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	astro geography
 MASTER_SITES=	SF
 
Index: audio/amarok-kde4/Makefile
===================================================================
--- audio/amarok-kde4/Makefile	(revision 348292)
+++ audio/amarok-kde4/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	amarok
 PORTVERSION=	2.7.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	audio kde
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	stable/${PORTNAME}/${PORTVERSION}/src
Index: audio/aqualung/Makefile
===================================================================
--- audio/aqualung/Makefile	(revision 348292)
+++ audio/aqualung/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	aqualung
 DISTVERSION=	0.9beta11
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \
  		http://wickedmachine.net/mirror/
Index: audio/denemo/Makefile
===================================================================
--- audio/denemo/Makefile	(revision 348292)
+++ audio/denemo/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	denemo
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	GNU
 
Index: audio/enscribe/Makefile
===================================================================
--- audio/enscribe/Makefile	(revision 348292)
+++ audio/enscribe/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	enscribe
 PORTVERSION=	0.1.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	audio graphics
 MASTER_SITES=	http://www.coppercloudmusic.com/enscribe/
 EXTRACT_SUFX=	.tgz
Index: audio/ezstream/Makefile
===================================================================
--- audio/ezstream/Makefile	(revision 348292)
+++ audio/ezstream/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ezstream
 PORTVERSION=	0.5.6
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.xiph.org/releases/ezstream/ \
 		http://svn.xiph.org/releases/ezstream/
Index: audio/fmit/Makefile
===================================================================
--- audio/fmit/Makefile	(revision 348292)
+++ audio/fmit/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fmit
 PORTVERSION=	0.99.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 MASTER_SITES=	http://download.gna.org/fmit/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-Source
Index: audio/gbemol/Makefile
===================================================================
--- audio/gbemol/Makefile	(revision 348292)
+++ audio/gbemol/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gbemol
 PORTVERSION=	0.3.2
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
Index: audio/gmpc-discogs/Makefile
===================================================================
--- audio/gmpc-discogs/Makefile	(revision 348292)
+++ audio/gmpc-discogs/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmpc-discogs
 PORTVERSION=	0.20.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
 		http://freebsd.unixfreunde.de/sources/
Index: audio/gmpc-extraplaylist/Makefile
===================================================================
--- audio/gmpc-extraplaylist/Makefile	(revision 348292)
+++ audio/gmpc-extraplaylist/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmpc-extraplaylist
 PORTVERSION=	0.20.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
 		http://freebsd.unixfreunde.de/sources/
Index: audio/gmpc-lastfm/Makefile
===================================================================
--- audio/gmpc-lastfm/Makefile	(revision 348292)
+++ audio/gmpc-lastfm/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmpc-lastfm
 PORTVERSION=	0.20.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
 		http://freebsd.unixfreunde.de/sources/
Index: audio/gmpc-lyrics/Makefile
===================================================================
--- audio/gmpc-lyrics/Makefile	(revision 348292)
+++ audio/gmpc-lyrics/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmpc-lyrics
 PORTVERSION=	11.8.16
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
 
Index: audio/gmpc-lyricsplugin/Makefile
===================================================================
--- audio/gmpc-lyricsplugin/Makefile	(revision 348292)
+++ audio/gmpc-lyricsplugin/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmpc-lyricsplugin
 PORTVERSION=	0.20.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
 		http://freebsd.unixfreunde.de/sources/
Index: audio/gmpc-lyricwiki/Makefile
===================================================================
--- audio/gmpc-lyricwiki/Makefile	(revision 348292)
+++ audio/gmpc-lyricwiki/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmpc-lyricwiki
 PORTVERSION=	11.8.16
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
 
Index: audio/gmpc-mdcover/Makefile
===================================================================
--- audio/gmpc-mdcover/Makefile	(revision 348292)
+++ audio/gmpc-mdcover/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmpc-mdcover
 PORTVERSION=	0.20.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
 		http://freebsd.unixfreunde.de/sources/
Index: audio/gmpc-mserver/Makefile
===================================================================
--- audio/gmpc-mserver/Makefile	(revision 348292)
+++ audio/gmpc-mserver/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmpc-mserver
 PORTVERSION=	0.20.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	audio
 MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
 		http://freebsd.unixfreunde.de/sources/
Index: audio/gmpc-shout/Makefile
===================================================================
--- audio/gmpc-shout/Makefile	(revision 348292)
+++ audio/gmpc-shout/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmpc-shout
 PORTVERSION=	0.20.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
 		http://freebsd.unixfreunde.de/sources/
Index: audio/gnome-media/Makefile
===================================================================
--- audio/gnome-media/Makefile	(revision 348292)
+++ audio/gnome-media/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gnome-media
 PORTVERSION=	2.32.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
Index: audio/gspeakers/Makefile
===================================================================
--- audio/gspeakers/Makefile	(revision 348292)
+++ audio/gspeakers/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gspeakers
 PORTVERSION=	0.11
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
Index: audio/icecast-kh/Makefile
===================================================================
--- audio/icecast-kh/Makefile	(revision 348292)
+++ audio/icecast-kh/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	icecast
 PORTVERSION=	${ICVERSION}.k${KH}
+PORTREVISION=	1
 CATEGORIES=	audio net ipv6
 PKGNAMESUFFIX=	-kh
 DISTNAME=	${PORTNAME}-${ICVERSION}-kh${KH}
Index: audio/ices/Makefile
===================================================================
--- audio/ices/Makefile	(revision 348292)
+++ audio/ices/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ices
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	audio net
 MASTER_SITES=	http://downloads.xiph.org/releases/ices/ \
Index: audio/jack-rack/Makefile
===================================================================
--- audio/jack-rack/Makefile	(revision 348292)
+++ audio/jack-rack/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jack-rack
 PORTVERSION=	1.4.7
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
Index: audio/jamin/Makefile
===================================================================
--- audio/jamin/Makefile	(revision 348292)
+++ audio/jamin/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jamin
 PORTVERSION=	0.95.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
Index: audio/lash/Makefile
===================================================================
--- audio/lash/Makefile	(revision 348292)
+++ audio/lash/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lash
 PORTVERSION=	0.5.4
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	audio
 MASTER_SITES=	SAVANNAH
 
Index: audio/mate-media/Makefile
===================================================================
--- audio/mate-media/Makefile	(revision 348292)
+++ audio/mate-media/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mate-media
 PORTVERSION=	1.6.0
+PORTREVISION=	1
 CATEGORIES=	audio mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
Index: audio/nas/Makefile
===================================================================
--- audio/nas/Makefile	(revision 348292)
+++ audio/nas/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nas
 PORTVERSION=	1.9.4
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}%20%28stable%29
 EXTRACT_SUFX=	.src.tar.gz
Index: audio/py-karaoke/Makefile
===================================================================
--- audio/py-karaoke/Makefile	(revision 348292)
+++ audio/py-karaoke/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	karaoke
 PORTVERSION=	0.7.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio python
 MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: audio/sooperlooper/Makefile
===================================================================
--- audio/sooperlooper/Makefile	(revision 348292)
+++ audio/sooperlooper/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sooperlooper
 PORTVERSION=	1.7.0
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://essej.net/sooperlooper/
 
Index: audio/specimen/Makefile
===================================================================
--- audio/specimen/Makefile	(revision 348292)
+++ audio/specimen/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	specimen
 DISTVERSION=	0.5.2-rc3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	audio
 MASTER_SITES=	http://zhevny.com/specimen/files/
 
Index: audio/terminatorx/Makefile
===================================================================
--- audio/terminatorx/Makefile	(revision 348292)
+++ audio/terminatorx/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	terminatorx
 PORTVERSION=	3.84
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 MASTER_SITES=	http://terminatorx.org/dist/
 DISTNAME=	terminatorX-${PORTVERSION}
Index: audio/vagalume/Makefile
===================================================================
--- audio/vagalume/Makefile	(revision 348292)
+++ audio/vagalume/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	vagalume
 PORTVERSION=	0.8.6
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://vagalume.igalia.com/files/source/ \
 		${MASTER_SITE_DEBIAN_POOL}
Index: audio/wavbreaker/Makefile
===================================================================
--- audio/wavbreaker/Makefile	(revision 348292)
+++ audio/wavbreaker/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wavbreaker
 PORTVERSION=	0.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
Index: audio/xcdplayer/Makefile
===================================================================
--- audio/xcdplayer/Makefile	(revision 348292)
+++ audio/xcdplayer/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xcdplayer
 PORTVERSION=	2.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	XCONTRIB/../R5contrib
 EXTRACT_SUFX=	.tar.Z
Index: audio/xmcd/Makefile
===================================================================
--- audio/xmcd/Makefile	(revision 348292)
+++ audio/xmcd/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmcd
 PORTVERSION=	3.3.2
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	audio
 MASTER_SITES=	http://www.ibiblio.org/tkan/download/xmcd/3.3.2/src/
 
Index: audio/xmix/Makefile
===================================================================
--- audio/xmix/Makefile	(revision 348292)
+++ audio/xmix/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmix
 PORTVERSION=	2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=	apps/sound/mixers
Index: audio/xmixer/Makefile
===================================================================
--- audio/xmixer/Makefile	(revision 348292)
+++ audio/xmixer/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmixer
 PORTVERSION=	0.9.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	audio
 MASTER_SITES=	http://mpx.freeshell.net/
 
Index: audio/xmms-curses/Makefile
===================================================================
--- audio/xmms-curses/Makefile	(revision 348292)
+++ audio/xmms-curses/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmms-curses
 PORTVERSION=	0.2.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
Index: audio/xmms-flac/Makefile
===================================================================
--- audio/xmms-flac/Makefile	(revision 348292)
+++ audio/xmms-flac/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xmms-flac
 PORTVERSION=	1.3.0
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.xiph.org/releases/flac/
 DISTNAME=	flac-${PORTVERSION}
Index: audio/xmms2/Makefile
===================================================================
--- audio/xmms2/Makefile	(revision 348292)
+++ audio/xmms2/Makefile	(working copy)
@@ -4,7 +4,7 @@
 PORTNAME?=	xmms2
 PORTVERSION=	0.8
 DISTVERSIONSUFFIX=DrO_o
-PORTREVISION?=	5
+PORTREVISION?=	6
 CATEGORIES?=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}
 
Index: audio/xwave/Makefile
===================================================================
--- audio/xwave/Makefile	(revision 348292)
+++ audio/xwave/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xwave
 PORTVERSION=	2.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	arved
Index: biology/libsbml/Makefile
===================================================================
--- biology/libsbml/Makefile	(revision 348292)
+++ biology/libsbml/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libsbml
 PORTVERSION=	4.2.0
+PORTREVISION=	1
 CATEGORIES=	biology devel
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	sbml/${PORTNAME}/${PORTVERSION}
Index: biology/phylip/Makefile
===================================================================
--- biology/phylip/Makefile	(revision 348292)
+++ biology/phylip/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	phylip
 PORTVERSION=	3.695
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	biology
 MASTER_SITES=	http://evolution.gs.washington.edu/phylip/download/
Index: biology/protomol/Makefile
===================================================================
--- biology/protomol/Makefile	(revision 348292)
+++ biology/protomol/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	protomol
 PORTVERSION=	2.0.3
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	biology
 MASTER_SITES=	SF/${PORTNAME}/ProtoMol/${PORTVERSION}
 DISTNAME=	${PORTNAME}-${PORTVERSION}-tar.gz
Index: biology/pymol/Makefile
===================================================================
--- biology/pymol/Makefile	(revision 348292)
+++ biology/pymol/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pymol
 PORTVERSION=	${VERSION}.${SVNREVISION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	biology python
 MASTER_SITES=	${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/pymol|}
 
Index: cad/brlcad/Makefile
===================================================================
--- cad/brlcad/Makefile	(revision 348292)
+++ cad/brlcad/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	brlcad
 PORTVERSION=	7.24.0
+PORTREVISION=	1
 CATEGORIES=	cad
 MASTER_SITES=	SF/${PORTNAME}/BRL-CAD%20Source/${PORTVERSION}
 
Index: cad/calculix/Makefile
===================================================================
--- cad/calculix/Makefile	(revision 348292)
+++ cad/calculix/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	CalculiX
 PORTVERSION=	2.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	cad
 MASTER_SITES=	http://www.dhondt.de/
 DISTFILES=	${DIST_SOURCES}
Index: cad/leocad/Makefile
===================================================================
--- cad/leocad/Makefile	(revision 348292)
+++ cad/leocad/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	leocad
 PORTVERSION=	0.80.2
+PORTREVISION=	1
 CATEGORIES=	cad
 MASTER_SITES=	SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/
 DISTFILES=	${PORTNAME}-${PORTVERSION}-src.tgz
Index: cad/opencascade/Makefile
===================================================================
--- cad/opencascade/Makefile	(revision 348292)
+++ cad/opencascade/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	OpenCASCADE
 PORTVERSION=	6.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	cad science
 MASTER_SITES=	http://files.opencascade.com/OCCT/OCC_${PORTVERSION}_release/
 DISTNAME=	${PORTNAME}${PORTVERSION:C/\.//g}
Index: cad/openvsp/Makefile
===================================================================
--- cad/openvsp/Makefile	(revision 348292)
+++ cad/openvsp/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	openvsp
 PORTVERSION=	2.3.0
+PORTREVISION=	1
 CATEGORIES=	cad
 MASTER_SITES=	GH
 
Index: cad/repsnapper/Makefile
===================================================================
--- cad/repsnapper/Makefile	(revision 348292)
+++ cad/repsnapper/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	repsnapper
 PORTVERSION=	2.3.2a3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	cad
 MASTER_SITES=	https://codeload.github.com/timschmidt/repsnapper/tar.gz/
 DISTNAME=	${PORTVERSION}
Index: cad/slffea/Makefile
===================================================================
--- cad/slffea/Makefile	(revision 348292)
+++ cad/slffea/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	slffea
 PORTVERSION=	1.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	cad
 MASTER_SITES=	SF/${PORTNAME}/SLFFEA/${PORTVERSION}
 DISTNAME=	${PORTNAME}15
Index: chinese/fcitx/Makefile
===================================================================
--- chinese/fcitx/Makefile	(revision 348292)
+++ chinese/fcitx/Makefile	(working copy)
@@ -3,8 +3,8 @@
 
 PORTNAME=	fcitx
 PORTVERSION=	4.2.6.1
+PORTREVISION=	4
 CATEGORIES=	chinese x11
-PORTREVISION=	3
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 		pinyin.tar.gz table.tar.gz en_dict-${_DICT_VER}.tar.gz
Index: chinese/ttfm/Makefile
===================================================================
--- chinese/ttfm/Makefile	(revision 348292)
+++ chinese/ttfm/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ttfm
 PORTVERSION=	0.9.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	chinese print
 MASTER_SITES=	LOCAL/rafan/chinese
 
Index: comms/chirp/Makefile
===================================================================
--- comms/chirp/Makefile	(revision 348292)
+++ comms/chirp/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	chirp
 PORTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://chirp.danplanet.com/download/${PORTVERSION}/ \
 		${MASTER_SITE_LOCAL}
Index: comms/hamlib/Makefile
===================================================================
--- comms/hamlib/Makefile	(revision 348292)
+++ comms/hamlib/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	hamlib
 PORTVERSION=	1.2.15.3
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 MASTER_SITES=	SF
 
Index: comms/soundmodem/Makefile
===================================================================
--- comms/soundmodem/Makefile	(revision 348292)
+++ comms/soundmodem/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	soundmodem
 PORTVERSION=	0.17
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://www.baycom.org/~tom/ham/soundmodem/ \
 		http://chronos.org.uk/distfiles/
Index: converters/osm2pgsql/Makefile
===================================================================
--- converters/osm2pgsql/Makefile	(revision 348292)
+++ converters/osm2pgsql/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	osm2pgsql
 PORTVERSION=	0.84.0
+PORTREVISION=	1
 CATEGORIES=	converters geography
 
 MAINTAINER=	amdmi3@FreeBSD.org
Index: converters/wkhtmltopdf/Makefile
===================================================================
--- converters/wkhtmltopdf/Makefile	(revision 348292)
+++ converters/wkhtmltopdf/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wkhtmltopdf
 PORTVERSION=	0.12.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	converters
 MASTER_SITES=	GH:wk \
 		http://github.com/${GH_ACCOUNT}/qt/archive/${WKQT_TAGNAME}.tar.gz?dummy=/:wkqt
Index: databases/evolution-data-server/Makefile
===================================================================
--- databases/evolution-data-server/Makefile	(revision 348292)
+++ databases/evolution-data-server/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	evolution-data-server
 PORTVERSION=	2.32.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	databases gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
Index: databases/grass/Makefile
===================================================================
--- databases/grass/Makefile	(revision 348292)
+++ databases/grass/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	grass
 PORTVERSION=	6.4.3
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	2
 CATEGORIES=	databases geography
 MASTER_SITES=	http://grass.osgeo.org/%SUBDIR%/ \
Index: databases/hk_classes/Makefile
===================================================================
--- databases/hk_classes/Makefile	(revision 348292)
+++ databases/hk_classes/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	hk_classes
 PORTVERSION=	0.8.3
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	SF/hk-classes/${PORTNAME}/${PORTVERSION}
 
Index: databases/kbibtex/Makefile
===================================================================
--- databases/kbibtex/Makefile	(revision 348292)
+++ databases/kbibtex/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kbibtex
 DISTVERSION=	0.4.1
-PORTREVISION=	3
+PORTREVISION=	5
 CATEGORIES=	databases kde
 MASTER_SITES=	http://download.gna.org/${PORTNAME}/${PORTVERSION:C,(^[[:digit:]]\.[[:digit:]]).*,\1,}/
 
Index: databases/mysql-workbench51/Makefile
===================================================================
--- databases/mysql-workbench51/Makefile	(revision 348292)
+++ databases/mysql-workbench51/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mysql-workbench-oss
 PORTVERSION?=	5.1.16
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_MYSQL}
 MASTER_SITE_SUBDIR=	MySQLGUITools
Index: databases/mysql-workbench52/Makefile
===================================================================
--- databases/mysql-workbench52/Makefile	(revision 348292)
+++ databases/mysql-workbench52/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mysql-workbench-gpl
 PORTVERSION=	5.2.47
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONSUFFIX=	-src
 CATEGORIES=	databases
 MASTER_SITES=	MYSQL/MySQLGUITools
Index: databases/mysql-xql/Makefile
===================================================================
--- databases/mysql-xql/Makefile	(revision 348292)
+++ databases/mysql-xql/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mysql-xql
 PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	http://www.mysqludf.org/lib_mysqludf_xql/
 DISTNAME=	lib_mysqludf_xql-${PORTVERSION}
Index: databases/pgadmin3/Makefile
===================================================================
--- databases/pgadmin3/Makefile	(revision 348292)
+++ databases/pgadmin3/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pgadmin3
 PORTVERSION=	1.18.1
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	PGSQL
 MASTER_SITE_SUBDIR=	pgadmin3/release/v${PORTVERSION}/src
Index: databases/postgis20/Makefile
===================================================================
--- databases/postgis20/Makefile	(revision 348292)
+++ databases/postgis20/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	postgis
 PORTVERSION=	2.0.4
+PORTREVISION=	1
 CATEGORIES=	databases geography
 MASTER_SITES=	http://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	20
Index: databases/postgis21/Makefile
===================================================================
--- databases/postgis21/Makefile	(revision 348292)
+++ databases/postgis21/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	postgis
 PORTVERSION=	2.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases geography
 MASTER_SITES=	http://download.osgeo.org/postgis/source/
 
Index: databases/postgresql84-contrib/Makefile
===================================================================
--- databases/postgresql84-contrib/Makefile	(revision 348292)
+++ databases/postgresql84-contrib/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	postgresql
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	databases
 PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
 
Index: databases/postgresql84-server/Makefile
===================================================================
--- databases/postgresql84-server/Makefile	(revision 348292)
+++ databases/postgresql84-server/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	postgresql
 DISTVERSION?=	8.4.20
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	databases
 MASTER_SITES=	PGSQL
 MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
Index: databases/postgresql90-contrib/Makefile
===================================================================
--- databases/postgresql90-contrib/Makefile	(revision 348292)
+++ databases/postgresql90-contrib/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	postgresql
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	databases
 PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
 
Index: databases/postgresql91-contrib/Makefile
===================================================================
--- databases/postgresql91-contrib/Makefile	(revision 348292)
+++ databases/postgresql91-contrib/Makefile	(working copy)
@@ -2,6 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	postgresql
+PORTREVISION=	1
 CATEGORIES=	databases
 PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
 
Index: databases/postgresql91-server/Makefile
===================================================================
--- databases/postgresql91-server/Makefile	(revision 348292)
+++ databases/postgresql91-server/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	postgresql
 DISTVERSION?=	9.1.12
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	databases
 MASTER_SITES=	PGSQL
 MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
Index: databases/postgresql92-contrib/Makefile
===================================================================
--- databases/postgresql92-contrib/Makefile	(revision 348292)
+++ databases/postgresql92-contrib/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	postgresql
 CATEGORIES=	databases
+PORTREVISION=	1
 PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
 
 MAINTAINER=	pgsql@FreeBSD.org
Index: databases/postgresql92-server/Makefile
===================================================================
--- databases/postgresql92-server/Makefile	(revision 348292)
+++ databases/postgresql92-server/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	postgresql
 DISTVERSION?=	9.2.7
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	databases
 MASTER_SITES=	PGSQL
 MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
Index: databases/postgresql93-contrib/Makefile
===================================================================
--- databases/postgresql93-contrib/Makefile	(revision 348292)
+++ databases/postgresql93-contrib/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	postgresql
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	databases
 PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
 
Index: databases/rrdtool/Makefile
===================================================================
--- databases/rrdtool/Makefile	(revision 348292)
+++ databases/rrdtool/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rrdtool
 PORTVERSION=	1.4.8
+PORTREVISION=	1
 CATEGORIES=	databases graphics
 MASTER_SITES=	http://oss.oetiker.ch/rrdtool/pub/
 
Index: databases/rrdtool12/Makefile
===================================================================
--- databases/rrdtool12/Makefile	(revision 348292)
+++ databases/rrdtool12/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rrdtool
 PORTVERSION=	1.2.30
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	databases graphics
 MASTER_SITES=	http://oss.oetiker.ch/rrdtool/pub/
 PKGNAMESUFFIX=	12
Index: databases/spatialite/Makefile
===================================================================
--- databases/spatialite/Makefile	(revision 348292)
+++ databases/spatialite/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spatialite
 PORTVERSION=	4.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 DISTNAME=	lib${PORTNAME}-${PORTVERSION}
Index: databases/spatialite_gui/Makefile
===================================================================
--- databases/spatialite_gui/Makefile	(revision 348292)
+++ databases/spatialite_gui/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	spatialite_gui
 PORTVERSION=	1.7.1
+PORTREVISION=	1
 CATEGORIES=	databases geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 
Index: databases/virtuoso/Makefile
===================================================================
--- databases/virtuoso/Makefile	(revision 348292)
+++ databases/virtuoso/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	virtuoso
 PORTVERSION=	6.1.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-opensource-${PORTVERSION}
Index: deskutils/cairo-dock/Makefile
===================================================================
--- deskutils/cairo-dock/Makefile	(revision 348292)
+++ deskutils/cairo-dock/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cairo-dock
 DISTVERSION=	3.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	deskutils
 MASTER_SITES=	https://launchpadlibrarian.net/137290048/ \
 		http://pazzle.otdux.com.ua/
Index: deskutils/cairo-dock-plugins/Makefile
===================================================================
--- deskutils/cairo-dock-plugins/Makefile	(revision 348292)
+++ deskutils/cairo-dock-plugins/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cairo-dock-plugins
 DISTVERSION=	3.2.1
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	https://launchpadlibrarian.net/137290159/ \
 		http://pazzle.otdux.com.ua/
Index: deskutils/dlume/Makefile
===================================================================
--- deskutils/dlume/Makefile	(revision 348292)
+++ deskutils/dlume/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dlume
 PORTVERSION=	0.2.4
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	${MASTER_SITE_TUCOWS}
 
Index: deskutils/fusenshi/Makefile
===================================================================
--- deskutils/fusenshi/Makefile	(revision 348292)
+++ deskutils/fusenshi/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fusenshi
 PORTVERSION=	0.9.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	deskutils
 MASTER_SITES=	http://www.ongs.co.jp/projects/fusenshi/
 EXTRACT_SUFX=	.tgz
Index: deskutils/gnote/Makefile
===================================================================
--- deskutils/gnote/Makefile	(revision 348292)
+++ deskutils/gnote/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnote
 PORTVERSION=	0.7.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	GNOME
 
Index: deskutils/ithought/Makefile
===================================================================
--- deskutils/ithought/Makefile	(revision 348292)
+++ deskutils/ithought/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ithought
 PORTVERSION=	a5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	deskutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-alpha
 
Index: deskutils/kdepim4/Makefile
===================================================================
--- deskutils/kdepim4/Makefile	(revision 348292)
+++ deskutils/kdepim4/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kdepim
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	deskutils kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
Index: deskutils/kdepim4-runtime/Makefile
===================================================================
--- deskutils/kdepim4-runtime/Makefile	(revision 348292)
+++ deskutils/kdepim4-runtime/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kdepim-runtime
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	deskutils kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
Index: deskutils/libgcal/Makefile
===================================================================
--- deskutils/libgcal/Makefile	(revision 348292)
+++ deskutils/libgcal/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libgcal
 PORTVERSION=	0.9.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
Index: deskutils/libopensync-plugin-sunbird/Makefile
===================================================================
--- deskutils/libopensync-plugin-sunbird/Makefile	(revision 348292)
+++ deskutils/libopensync-plugin-sunbird/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libopensync-plugin-sunbird
 PORTVERSION=	0.22
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils
 MASTER_SITES=	http://www.opensync.org/download/releases/${PORTVERSION}/
 
Index: deskutils/libstreamanalyzer/Makefile
===================================================================
--- deskutils/libstreamanalyzer/Makefile	(revision 348292)
+++ deskutils/libstreamanalyzer/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libstreamanalyzer
 PORTVERSION=	${STRIGI_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	deskutils
 MASTER_SITES=	${STRIGI_MASTER_SITES}
 
Index: deskutils/logjam/Makefile
===================================================================
--- deskutils/logjam/Makefile	(revision 348292)
+++ deskutils/logjam/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	logjam
 PORTVERSION=	4.6.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	deskutils
 MASTER_SITES=	http://andy-shev.github.com/LogJam/download/
 
Index: deskutils/nagaina/Makefile
===================================================================
--- deskutils/nagaina/Makefile	(revision 348292)
+++ deskutils/nagaina/Makefile	(working copy)
@@ -4,7 +4,7 @@
 PORTNAME=	nagaina
 PORTVERSION=	0.1.2
 DISTVERSIONSUFFIX=	-sources
-PORTREVISION=	6
+PORTREVISION=	9
 CATEGORIES=	deskutils
 MASTER_SITES=	GOOGLE_CODE
 
Index: deskutils/osmo/Makefile
===================================================================
--- deskutils/osmo/Makefile	(revision 348292)
+++ deskutils/osmo/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	osmo
 PORTVERSION=	0.2.10
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	deskutils
 MASTER_SITES=	SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION}/
 
Index: deskutils/pinot/Makefile
===================================================================
--- deskutils/pinot/Makefile	(revision 348292)
+++ deskutils/pinot/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pinot
 PORTVERSION=	1.06
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	deskutils
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 #MASTER_SITES=	http://colinf.chez.com/pinot/
Index: deskutils/pybookreader/Makefile
===================================================================
--- deskutils/pybookreader/Makefile	(revision 348292)
+++ deskutils/pybookreader/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pybookreader
 PORTVERSION=	0.5.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	deskutils python
 MASTER_SITES=	SF/${PORTNAME}/PyBookReader/PyBookReader%2BOrnamentBook-${PORTVERSION}
 DISTNAME=	PyBookReader-${PORTVERSION}
Index: deskutils/pypanel/Makefile
===================================================================
--- deskutils/pypanel/Makefile	(revision 348292)
+++ deskutils/pypanel/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pypanel
 PORTVERSION=	2.4
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	deskutils
 MASTER_SITES=	SF
 DISTNAME=	PyPanel-${PORTVERSION}
Index: deskutils/strigidaemon/Makefile
===================================================================
--- deskutils/strigidaemon/Makefile	(revision 348292)
+++ deskutils/strigidaemon/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	strigidaemon
 PORTVERSION=	${STRIGI_VERSION}
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	${STRIGI_MASTER_SITES}
 
Index: deskutils/virt-manager/Makefile
===================================================================
--- deskutils/virt-manager/Makefile	(revision 348292)
+++ deskutils/virt-manager/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	virt-manager
 PORTVERSION=	0.9.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	deskutils net-mgmt
 MASTER_SITES=	http://virt-manager.et.redhat.com/download/sources/${PORTNAME}/ \
 		LOCAL/jgh/deskutils/${PORTNAME}/
Index: deskutils/xfce4-tumbler/Makefile
===================================================================
--- deskutils/xfce4-tumbler/Makefile	(revision 348292)
+++ deskutils/xfce4-tumbler/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tumbler
 PORTVERSION=	0.1.30
+PORTREVISION=	1
 CATEGORIES=	deskutils xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/xfce/${PORTNAME}/${PORTVERSION:R}
Index: deskutils/xwrits/Makefile
===================================================================
--- deskutils/xwrits/Makefile	(revision 348292)
+++ deskutils/xwrits/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xwrits
 PORTVERSION=	2.26
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	http://www.lcdf.org/${PORTNAME}/
 
Index: devel/aegis/Makefile
===================================================================
--- devel/aegis/Makefile	(revision 348292)
+++ devel/aegis/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	aegis
 PORTVERSION=	4.24.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
Index: devel/apiextractor/Makefile
===================================================================
--- devel/apiextractor/Makefile	(revision 348292)
+++ devel/apiextractor/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	apiextractor
 PORTVERSION=	0.10.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.pyside.org/files/
 
Index: devel/autogen/Makefile
===================================================================
--- devel/autogen/Makefile	(revision 348292)
+++ devel/autogen/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	autogen
 PORTVERSION=	5.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 MASTER_SITE_SUBDIR=	${PORTNAME}/rel${PORTVERSION}
Index: devel/buildtool-doc/Makefile
===================================================================
--- devel/buildtool-doc/Makefile	(revision 348292)
+++ devel/buildtool-doc/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	buildtool-doc
 PORTVERSION=	0.16
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/buildtool/${PORTNAME}/${PORTVERSION}
 
Index: devel/bullet/Makefile
===================================================================
--- devel/bullet/Makefile	(revision 348292)
+++ devel/bullet/Makefile	(working copy)
@@ -4,7 +4,7 @@
 PORTNAME=	bullet
 PORTVERSION=	2.77
 CATEGORIES=	devel
-PORTREVISION=	1
+PORTREVISION=	2
 MASTER_SITES=	GOOGLE_CODE
 EXTRACT_SUFX=	.tgz
 
Index: devel/csoap/Makefile
===================================================================
--- devel/csoap/Makefile	(revision 348292)
+++ devel/csoap/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	csoap
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	devel net www
 MASTER_SITES=	SF/${PORTNAME}/libsoap/${PORTVERSION}
 DISTNAME=	libsoap-${PORTVERSION}
Index: devel/dbus/Makefile
===================================================================
--- devel/dbus/Makefile	(revision 348292)
+++ devel/dbus/Makefile	(working copy)
@@ -4,6 +4,7 @@
 
 PORTNAME=	dbus
 PORTVERSION=	1.6.18
+PORTREVISION=	1
 CATEGORIES=	devel gnome
 MASTER_SITES=	http://dbus.freedesktop.org/releases/dbus/
 
Index: devel/dcmtk/Makefile
===================================================================
--- devel/dcmtk/Makefile	(revision 348292)
+++ devel/dcmtk/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dcmtk
 DISTVERSION=	3.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	ftp://dicom.offis.de/pub/dicom/offis/software/${PORTNAME}/${PORTNAME}${PORTVERSION:S/.//g}/
 
Index: devel/dia2code/Makefile
===================================================================
--- devel/dia2code/Makefile	(revision 348292)
+++ devel/dia2code/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dia2code
 PORTVERSION=	0.8.5
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
Index: devel/directfb/Makefile
===================================================================
--- devel/directfb/Makefile	(revision 348292)
+++ devel/directfb/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	directfb
 PORTVERSION=	1.4.13
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	http://www.directfb.org/downloads/Core/${DISTNAME:R}/
 DISTNAME=	DirectFB-${PORTVERSION}
Index: devel/flowdesigner/Makefile
===================================================================
--- devel/flowdesigner/Makefile	(revision 348292)
+++ devel/flowdesigner/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	flowdesigner
 PORTVERSION=	0.9.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/FlowDesigner/${PORTVERSION}
 DISTNAME=	FlowDesigner-${PORTVERSION}
Index: devel/gconf2/Makefile
===================================================================
--- devel/gconf2/Makefile	(revision 348292)
+++ devel/gconf2/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gconf2
 PORTVERSION=	2.32.0
-PORTREVISION?=	3
+PORTREVISION?=	4
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
Index: devel/gjstest/Makefile
===================================================================
--- devel/gjstest/Makefile	(revision 348292)
+++ devel/gjstest/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gjstest
 PORTVERSION=	1.0.8
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	GOOGLE_CODE \
 		LOCAL/sunpoet
Index: devel/glade3/Makefile
===================================================================
--- devel/glade3/Makefile	(revision 348292)
+++ devel/glade3/Makefile	(working copy)
@@ -4,6 +4,7 @@
 
 PORTNAME=	glade3
 PORTVERSION=	3.8.3
+PORTREVISION=	1
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
Index: devel/glui/Makefile
===================================================================
--- devel/glui/Makefile	(revision 348292)
+++ devel/glui/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	glui
 PORTVERSION=	2.36
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel graphics
 MASTER_SITES=	SF/${PORTNAME}/Source/${PORTVERSION}
 EXTRACT_SUFX=	.tgz
Index: devel/hwloc/Makefile
===================================================================
--- devel/hwloc/Makefile	(revision 348292)
+++ devel/hwloc/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	hwloc
 PORTVERSION=	1.8
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.open-mpi.org/software/hwloc/v${PORTVERSION}/downloads/ \
 		http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION}/downloads/
Index: devel/libassetml/Makefile
===================================================================
--- devel/libassetml/Makefile	(revision 348292)
+++ devel/libassetml/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libassetml
 PORTVERSION=	1.2.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	devel gnome
 MASTER_SITES=	SF/ofset/${PORTNAME}/${PORTVERSION}
 
Index: devel/libbonobo/Makefile
===================================================================
--- devel/libbonobo/Makefile	(revision 348292)
+++ devel/libbonobo/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libbonobo
 PORTVERSION=	2.32.0
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
Index: devel/libdap/Makefile
===================================================================
--- devel/libdap/Makefile	(revision 348292)
+++ devel/libdap/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libdap
 PORTVERSION=	3.12.1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.opendap.org/pub/source/ \
 		LOCAL/sunpoet
Index: devel/libg19draw/Makefile
===================================================================
--- devel/libg19draw/Makefile	(revision 348292)
+++ devel/libg19draw/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libg19draw
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/g19linux/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
Index: devel/libglade2/Makefile
===================================================================
--- devel/libglade2/Makefile	(revision 348292)
+++ devel/libglade2/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libglade2
 PORTVERSION=	2.6.4
-PORTREVISION?=	5
+PORTREVISION?=	6
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:C/..$//}
Index: devel/libgsf/Makefile
===================================================================
--- devel/libgsf/Makefile	(revision 348292)
+++ devel/libgsf/Makefile	(working copy)
@@ -4,6 +4,7 @@
 
 PORTNAME=	libgsf
 PORTVERSION=	1.14.28
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
Index: devel/libgtop/Makefile
===================================================================
--- devel/libgtop/Makefile	(revision 348292)
+++ devel/libgtop/Makefile	(working copy)
@@ -4,6 +4,7 @@
 
 PORTNAME=	libgtop
 PORTVERSION=	2.28.4
+PORTREVISION=	1
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
Index: devel/libiqxmlrpc/Makefile
===================================================================
--- devel/libiqxmlrpc/Makefile	(revision 348292)
+++ devel/libiqxmlrpc/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libiqxmlrpc
 PORTVERSION=	0.12.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel net
 MASTER_SITES=	SF
 
Index: devel/liblangtag/Makefile
===================================================================
--- devel/liblangtag/Makefile	(revision 348292)
+++ devel/liblangtag/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	liblangtag
 PORTVERSION=	0.5.1
+PORTREVISION=	1
 CATEGORIES=	devel textproc
 MASTER_SITES=	https://cdn.bitbucket.org/tagoh/liblangtag/downloads/ \
 		LOCAL/jkim
Index: devel/liblouisxml/Makefile
===================================================================
--- devel/liblouisxml/Makefile	(revision 348292)
+++ devel/liblouisxml/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	liblouisxml
 PORTVERSION=	1.8.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
Index: devel/libopensync/Makefile
===================================================================
--- devel/libopensync/Makefile	(revision 348292)
+++ devel/libopensync/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libopensync
 PORTVERSION=	0.39
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.opensync.org/download/releases/${PORTVERSION}/
 
Index: devel/libopensync022/Makefile
===================================================================
--- devel/libopensync022/Makefile	(revision 348292)
+++ devel/libopensync022/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libopensync
 PORTVERSION=	0.22
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	http://www.opensync.org/download/releases/${PORTVERSION}/
 PKGNAMESUFFIX=	022
Index: devel/libpciaccess/Makefile
===================================================================
--- devel/libpciaccess/Makefile	(revision 348292)
+++ devel/libpciaccess/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libpciaccess
 PORTVERSION=	0.13.2
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	x11@FreeBSD.org
Index: devel/libpciaccess/pkg-plist
===================================================================
--- devel/libpciaccess/pkg-plist	(revision 348292)
+++ devel/libpciaccess/pkg-plist	(working copy)
@@ -3,4 +3,5 @@
 lib/libpciaccess.la
 lib/libpciaccess.so
 lib/libpciaccess.so.0
+lib/libpciaccess.so.0.11.1
 libdata/pkgconfig/pciaccess.pc
Index: devel/libplist/Makefile
===================================================================
--- devel/libplist/Makefile	(revision 348292)
+++ devel/libplist/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libplist
 PORTVERSION=	1.10
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	devel
 MASTER_SITES=	http://www.libimobiledevice.org/downloads/
 
Index: devel/librcc/Makefile
===================================================================
--- devel/librcc/Makefile	(revision 348292)
+++ devel/librcc/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	librcc
 PORTVERSION=	0.2.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://dside.dyndns.org/files/rusxmms/ \
 		LOCAL/fluffy
Index: devel/librest/Makefile
===================================================================
--- devel/librest/Makefile	(revision 348292)
+++ devel/librest/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rest
 PORTVERSION=	0.7.90
+PORTREVISION=	1
 CATEGORIES=	devel www
 MASTER_SITES=	GNOME
 
Index: devel/libsoup/Makefile
===================================================================
--- devel/libsoup/Makefile	(revision 348292)
+++ devel/libsoup/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libsoup
 PORTVERSION=	2.40.3
-PORTREVISION?=	2
+PORTREVISION?=	3
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
Index: devel/libvirt/Makefile
===================================================================
--- devel/libvirt/Makefile	(revision 348292)
+++ devel/libvirt/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libvirt
 PORTVERSION=	1.2.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://libvirt.org/sources/ \
 		ftp://libvirt.org/libvirt/
Index: devel/love/Makefile
===================================================================
--- devel/love/Makefile	(revision 348292)
+++ devel/love/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	love
 PORTVERSION=	0.8.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel games
 MASTER_SITES=	http://cdn.bitbucket.org/rude/love/downloads/ \
 		http://mirror.amdmi3.ru/distfiles/
Index: devel/love07/Makefile
===================================================================
--- devel/love07/Makefile	(revision 348292)
+++ devel/love07/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	love
 PORTVERSION=	0.7.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel games
 MASTER_SITES=	http://cdn.bitbucket.org/rude/love/downloads/ \
 		http://mirror.amdmi3.ru/distfiles/
Index: devel/love5/Makefile
===================================================================
--- devel/love5/Makefile	(revision 348292)
+++ devel/love5/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	love
 DISTVERSION=	0.5-0
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	devel games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 PKGNAMESUFFIX=	5
Index: devel/m17n-lib/Makefile
===================================================================
--- devel/m17n-lib/Makefile	(revision 348292)
+++ devel/m17n-lib/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	m17n-lib
 PORTVERSION=	1.6.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	m17n
Index: devel/py-lxml/Makefile
===================================================================
--- devel/py-lxml/Makefile	(revision 348292)
+++ devel/py-lxml/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lxml
 PORTVERSION=	3.2.5
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: devel/py-yum-metadata-parser/Makefile
===================================================================
--- devel/py-yum-metadata-parser/Makefile	(revision 348292)
+++ devel/py-yum-metadata-parser/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	yum-metadata-parser
 PORTVERSION=	1.1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	http://yum.baseurl.org/download/${PORTNAME}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: devel/sdl_sge/Makefile
===================================================================
--- devel/sdl_sge/Makefile	(revision 348292)
+++ devel/sdl_sge/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdl_sge
 PORTVERSION=	0.030809
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	devel graphics
 MASTER_SITES=	http://www.digitalfanatics.org/cal/sge/files/ \
 		http://www.sourcefiles.org/Programming/Libraries/Graphics/
Index: devel/seed/Makefile
===================================================================
--- devel/seed/Makefile	(revision 348292)
+++ devel/seed/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	seed
 PORTVERSION=	2.31.91
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
Index: devel/seed3/Makefile
===================================================================
--- devel/seed3/Makefile	(revision 348292)
+++ devel/seed3/Makefile	(working copy)
@@ -4,6 +4,7 @@
 
 PORTNAME=	seed
 PORTVERSION=	3.2.0
+PORTREVISION=	1
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	3
Index: devel/sfml/Makefile
===================================================================
--- devel/sfml/Makefile	(revision 348292)
+++ devel/sfml/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sfml
 PORTVERSION=	1.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	SF
 DISTNAME=	SFML-${PORTVERSION}-sdk-linux-32
Index: devel/shiboken/Makefile
===================================================================
--- devel/shiboken/Makefile	(revision 348292)
+++ devel/shiboken/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	shiboken
 PORTVERSION=	1.1.1
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.pyside.org/files/
 
Index: devel/simgear/Makefile
===================================================================
--- devel/simgear/Makefile	(revision 348292)
+++ devel/simgear/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	simgear
 PORTVERSION=	2.12.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel games
 MASTER_SITES=	http://mirrors.ibiblio.org/simgear/ftp/Source/ \
 		ftp://ftp.de.flightgear.org/pub/simgear/Source/ \
Index: devel/uatraits/Makefile
===================================================================
--- devel/uatraits/Makefile	(revision 348292)
+++ devel/uatraits/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	uatraits
 PORTVERSION=	20130430
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel www
 MASTER_SITES=	http://people.freebsd.org/~demon/
 
Index: devel/umbrello/Makefile
===================================================================
--- devel/umbrello/Makefile	(revision 348292)
+++ devel/umbrello/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	umbrello
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
Index: devel/upp/Makefile
===================================================================
--- devel/upp/Makefile	(revision 348292)
+++ devel/upp/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	upp
 PORTVERSION=	5485
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel x11-toolkits
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-x11-src-${PORTVERSION}
Index: dns/bind98/Makefile
===================================================================
--- dns/bind98/Makefile	(revision 348292)
+++ dns/bind98/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bind
 PORTVERSION=	9.8.7
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}
Index: dns/bind99/Makefile
===================================================================
--- dns/bind99/Makefile	(revision 348292)
+++ dns/bind99/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bind
 PORTVERSION=	9.9.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}
Index: dns/opendnssec/Makefile
===================================================================
--- dns/opendnssec/Makefile	(revision 348292)
+++ dns/opendnssec/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	opendnssec
 PORTVERSION=	1.4.3
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://dist.opendnssec.org/source/
 
Index: dns/opendnssec13/Makefile
===================================================================
--- dns/opendnssec13/Makefile	(revision 348292)
+++ dns/opendnssec13/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	opendnssec
 PORTVERSION=	1.3.16
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://dist.opendnssec.org/source/
 PKGNAMESUFFIX=	13
Index: dns/samba-nsupdate/Makefile
===================================================================
--- dns/samba-nsupdate/Makefile	(revision 348292)
+++ dns/samba-nsupdate/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=		nsupdate
 PORTVERSION=		9.8.6
+PORTREVISION=		1
 CATEGORIES=		dns net ipv6
 MASTER_SITES=		${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}
Index: editors/abiword/Makefile
===================================================================
--- editors/abiword/Makefile	(revision 348292)
+++ editors/abiword/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	abiword
 PORTVERSION=	2.8.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	editors
 MASTER_SITES=	http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
 MASTER_SITE_SUBDIR=	abiword
Index: editors/calligra/Makefile
===================================================================
--- editors/calligra/Makefile	(revision 348292)
+++ editors/calligra/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	calligra
 PORTVERSION=	${CALLIGRA_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	editors kde
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/
Index: editors/emacs/Makefile
===================================================================
--- editors/emacs/Makefile	(revision 348292)
+++ editors/emacs/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}
-PORTREVISION?=	2
+PORTREVISION?=	3
 PORTEPOCH=	3
 CATEGORIES=	editors ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}
Index: editors/emacs-devel/Makefile
===================================================================
--- editors/emacs-devel/Makefile	(revision 348292)
+++ editors/emacs-devel/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}.${EMACS_REV}
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	editors ipv6
 MASTER_SITES=	http://distfiles.pirateparty.in/%SUBDIR%/ \
Index: editors/emacs23/Makefile
===================================================================
--- editors/emacs23/Makefile	(revision 348292)
+++ editors/emacs23/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	editors ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}
Index: editors/libreoffice/Makefile
===================================================================
--- editors/libreoffice/Makefile	(revision 348292)
+++ editors/libreoffice/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 .include "${.CURDIR}/Makefile.common"
 
-PORTREVISION=	1
+PORTREVISION=	2
 
 COMMENT=	Full integrated office productivity suite
 
Index: editors/mate-text-editor/Makefile
===================================================================
--- editors/mate-text-editor/Makefile	(revision 348292)
+++ editors/mate-text-editor/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mate-text-editor
 PORTVERSION=	1.6.0
+PORTREVISION=	1
 CATEGORIES=	editors mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
Index: editors/openoffice-4/Makefile
===================================================================
--- editors/openoffice-4/Makefile	(revision 348292)
+++ editors/openoffice-4/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	apache-openoffice
 PORTVERSION=	4.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	editors java
 MASTER_SITES=	http://www.apache.org/dist/openoffice/${PORTVERSION}/source/ \
 		ftp://ftp.riken.jp/net/apache/openoffice/${PORTVERSION}/source/ \
Index: editors/openoffice-devel/Makefile
===================================================================
--- editors/openoffice-devel/Makefile	(revision 348292)
+++ editors/openoffice-devel/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	apache-openoffice
 PORTVERSION=	4.1.${SVNREVISION}
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	2
 CATEGORIES=	editors java
 MASTER_SITES=	${MASTER_SITE_LOCAL}
Index: editors/texmacs/Makefile
===================================================================
--- editors/texmacs/Makefile	(revision 348292)
+++ editors/texmacs/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	texmacs
 PORTVERSION=	1.0.7.21
+PORTREVISION=	1
 CATEGORIES=	editors print
 MASTER_SITES=	ftp://ftp.texmacs.org/TeXmacs/tmftp/source/ \
 		http://www.predatorlabs.net/dl/
Index: editors/xemacs-devel-mule/Makefile
===================================================================
--- editors/xemacs-devel-mule/Makefile	(revision 348292)
+++ editors/xemacs-devel-mule/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xemacs-devel-mule
 PORTVERSION=	${XEMACS_VER:S/-/./}
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES+=	editors
 MASTER_SITES=	${MASTER_SITE_XEMACS}
 MASTER_SITE_SUBDIR=	xemacs-${XEMACS_REL}
Index: editors/xmlcopyeditor/Makefile
===================================================================
--- editors/xmlcopyeditor/Makefile	(revision 348292)
+++ editors/xmlcopyeditor/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xmlcopyeditor
 PORTVERSION=	1.2.0.11
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION}
 
Index: emulators/adamem/Makefile
===================================================================
--- emulators/adamem/Makefile	(revision 348292)
+++ emulators/adamem/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	adamem
 PORTVERSION=	1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	http://www.komkon.org/~dekogel/files/coleco/
 DISTNAME=	${PORTNAME}
Index: emulators/advancemame/Makefile
===================================================================
--- emulators/advancemame/Makefile	(revision 348292)
+++ emulators/advancemame/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	advancemame
 PORTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF
 
Index: emulators/advancemenu/Makefile
===================================================================
--- emulators/advancemenu/Makefile	(revision 348292)
+++ emulators/advancemenu/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	advancemenu
 PORTVERSION=	2.6
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/advancemame/${PORTNAME}/${PORTVERSION}
 
@@ -34,7 +35,7 @@
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MFREETYPE}
-LIB_DEPENDS+=	freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS+=	libfreetype.so:${PORTSDIR}/print/freetype2
 .else
 CONFIGURE_ARGS+=--disable-freetype
 .endif
Index: emulators/advancemess/Makefile
===================================================================
--- emulators/advancemess/Makefile	(revision 348292)
+++ emulators/advancemess/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	advancemess
 PORTVERSION=	0.102.0.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	emulators
 MASTER_SITES=	SF/advancemame/${PORTNAME}/${PORTVERSION}
 
Index: emulators/catapult/Makefile
===================================================================
--- emulators/catapult/Makefile	(revision 348292)
+++ emulators/catapult/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	catapult
 PORTVERSION=	0.10.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	SF/openmsx/openmsx/${PORTVERSION}
 DISTNAME=	openmsx-${PORTNAME}-${PORTVERSION}
Index: emulators/dolphin-emu/Makefile
===================================================================
--- emulators/dolphin-emu/Makefile	(revision 348292)
+++ emulators/dolphin-emu/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dolphin-emu
 PORTVERSION=	4.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
 		LOCAL/martymac
Index: emulators/fuse/Makefile
===================================================================
--- emulators/fuse/Makefile	(revision 348292)
+++ emulators/fuse/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fuse
 PORTVERSION=	1.1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION}
 
Index: emulators/jzintv/Makefile
===================================================================
--- emulators/jzintv/Makefile	(revision 348292)
+++ emulators/jzintv/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jzintv
 PORTVERSION=	1.0b4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	http://spatula-city.org/~im14u2c/intv/dl/
 DISTFILES=	${PORTNAME}-1.0-beta4-src${EXTRACT_SUFX} \
Index: emulators/loemu/Makefile
===================================================================
--- emulators/loemu/Makefile	(revision 348292)
+++ emulators/loemu/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	loemu
 PORTVERSION=	0.3.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	emulators python
 MASTER_SITES=	http://loemu.pegueroles.com/dists/
 
Index: emulators/mtools/Makefile
===================================================================
--- emulators/mtools/Makefile	(revision 348292)
+++ emulators/mtools/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mtools
 PORTVERSION=	4.0.10
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	mtools
Index: emulators/mupen64-sdlinput/Makefile
===================================================================
--- emulators/mupen64-sdlinput/Makefile	(revision 348292)
+++ emulators/mupen64-sdlinput/Makefile	(working copy)
@@ -1,12 +1,12 @@
 # $FreeBSD$
 
 PORTVERSION=	0.0.10
-PORTREVISION=	3
+PORTREVISION=	4
 PKGNAMESUFFIX=	-sdlinput
 
 COMMENT=	Blight's SDL input plugin for Mupen64
 
-LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 
 FIXFILES=	#
 
Index: emulators/nonpareil/Makefile
===================================================================
--- emulators/nonpareil/Makefile	(revision 348292)
+++ emulators/nonpareil/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nonpareil
 PORTVERSION=	0.79
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	http://nonpareil.brouhaha.com/download/
 
Index: emulators/openmsx/Makefile
===================================================================
--- emulators/openmsx/Makefile	(revision 348292)
+++ emulators/openmsx/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	openmsx
 PORTVERSION=	0.10.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	SF
 
Index: emulators/qemu-devel/Makefile
===================================================================
--- emulators/qemu-devel/Makefile	(revision 348292)
+++ emulators/qemu-devel/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	1.7.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	http://wiki.qemu.org/download/:release \
 		LOCAL/nox:snapshot
Index: emulators/snes9x-gtk/Makefile
===================================================================
--- emulators/snes9x-gtk/Makefile	(revision 348292)
+++ emulators/snes9x-gtk/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	snes9x
 PORTVERSION=	1.53r81
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://snes9x-gtk.googlecode.com/files/
 PKGNAMESUFFIX=	-gtk
Index: emulators/tme/Makefile
===================================================================
--- emulators/tme/Makefile	(revision 348292)
+++ emulators/tme/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tme
 PORTVERSION=	0.8
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	emulators
 MASTER_SITES=	http://people.csail.mit.edu/fredette/tme/
 
Index: emulators/virtualbox-ose-additions/Makefile
===================================================================
--- emulators/virtualbox-ose-additions/Makefile	(revision 348292)
+++ emulators/virtualbox-ose-additions/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	virtualbox-ose
 DISTVERSION=	4.3.8
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
 		http://tmp.chruetertee.ch/ \
Index: emulators/wine/Makefile
===================================================================
--- emulators/wine/Makefile	(revision 348292)
+++ emulators/wine/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	1.6.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
Index: emulators/wine-devel/Makefile
===================================================================
--- emulators/wine-devel/Makefile	(revision 348292)
+++ emulators/wine-devel/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	1.7.14
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
Index: emulators/yabause/Makefile
===================================================================
--- emulators/yabause/Makefile	(revision 348292)
+++ emulators/yabause/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	yabause
 PORTVERSION=	0.9.11.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/1.1/1/g}/
 
Index: finance/gnucash/Makefile
===================================================================
--- finance/gnucash/Makefile	(revision 348292)
+++ finance/gnucash/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gnucash
 PORTVERSION=	2.6.2
+PORTREVISION=	1
 CATEGORIES=	finance gnome
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}
 
Index: finance/gnucash-docs/Makefile
===================================================================
--- finance/gnucash-docs/Makefile	(revision 348292)
+++ finance/gnucash-docs/Makefile	(working copy)
@@ -4,6 +4,7 @@
 
 PORTNAME=	gnucash-docs
 PORTVERSION=	2.6.2
+PORTREVISION=	1
 CATEGORIES=	finance gnome
 MASTER_SITES=	SF/gnucash/${PORTNAME}/${PORTVERSION} \
 		http://www.gnucash.org/pub/gnucash/sources/stable/ \
Index: finance/grisbi/Makefile
===================================================================
--- finance/grisbi/Makefile	(revision 348292)
+++ finance/grisbi/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	grisbi
 PORTVERSION=	0.8.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	finance
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:R}.x/
 
Index: finance/openerp-server/Makefile
===================================================================
--- finance/openerp-server/Makefile	(revision 348292)
+++ finance/openerp-server/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	openerp-server
 PORTVERSION=	7.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	finance python
 MASTER_SITES=	http://nightly.openerp.com/7.0/nightly/src/
Index: french/verbiste/Makefile
===================================================================
--- french/verbiste/Makefile	(revision 348292)
+++ french/verbiste/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	verbiste
 PORTVERSION=	0.1.33
+PORTREVISION=	1
 CATEGORIES=	french textproc
 MASTER_SITES=	http://perso.b2b2c.ca/sarrazip/dev/
 
Index: games/0ad/Makefile
===================================================================
--- games/0ad/Makefile	(revision 348292)
+++ games/0ad/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	0ad
 PORTVERSION=	0.0.14
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/zero-ad/releases
 DISTFILES=	${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \
Index: games/KnightCap/Makefile
===================================================================
--- games/KnightCap/Makefile	(revision 348292)
+++ games/KnightCap/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	knightcap
 PORTVERSION=	3.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games
 MASTER_SITES=	ftp://ftp.samba.org/pub/KnightCap/
 DISTNAME=	KnightCap-${PORTVERSION}
Index: games/adgali/Makefile
===================================================================
--- games/adgali/Makefile	(revision 348292)
+++ games/adgali/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	adgali
 PORTVERSION=	0.2.4
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	games devel
 MASTER_SITES=	http://adgali.apiou.org/download/
 
Index: games/adonthell/Makefile
===================================================================
--- games/adonthell/Makefile	(revision 348292)
+++ games/adonthell/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	adonthell
 PORTVERSION=	0.3.5
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	games
 MASTER_SITES=	SAVANNAH
 DISTFILES=	${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} \
@@ -17,7 +17,7 @@
 LICENSE_DISTFILES=	${DISTFILES}
 
 LIB_DEPENDS=	vorbis:${PORTSDIR}/audio/libvorbis \
-		freetype:${PORTSDIR}/print/freetype2
+		libfreetype.so:${PORTSDIR}/print/freetype2
 
 USE_SDL=	mixer ttf sdl
 USE_PYTHON=	yes
Index: games/alienarena/Makefile
===================================================================
--- games/alienarena/Makefile	(revision 348292)
+++ games/alienarena/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	alienarena
 PORTVERSION=	2013.766
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	ftp://ftp.linux.kiev.ua/pub/Linux/Gentoo/distfiles/ \
 		http://ftp.jeuxlinux.fr/files/ \
@@ -53,7 +54,7 @@
 .if ${PORT_OPTIONS:MCLIENT}
 USES+=		openal:soft,alut pkgconfig
 LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl \
-		freetype.9:${PORTSDIR}/print/freetype2 \
+		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		jpeg.11:${PORTSDIR}/graphics/jpeg \
 		png15:${PORTSDIR}/graphics/png \
 		vorbis.4:${PORTSDIR}/audio/libvorbis
Index: games/armagetron/Makefile
===================================================================
--- games/armagetron/Makefile	(revision 348292)
+++ games/armagetron/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	armagetron
 PORTVERSION=	0.2.8.3.2
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}ad/stable/${PORTVERSION}/
 DISTNAME=	armagetronad-${PORTVERSION}
Index: games/arx-libertatis/Makefile
===================================================================
--- games/arx-libertatis/Makefile	(revision 348292)
+++ games/arx-libertatis/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	arx-libertatis
 PORTVERSION=	1.0.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://cloud.github.com/downloads/arx/ArxLibertatis/ \
 		http://mirror.amdmi3.ru/distfiles/
Index: games/asteroid/Makefile
===================================================================
--- games/asteroid/Makefile	(revision 348292)
+++ games/asteroid/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	asteroid
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	nemysis@FreeBSD.org
Index: games/asteroids3d/Makefile
===================================================================
--- games/asteroids3d/Makefile	(revision 348292)
+++ games/asteroids3d/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	asteroids3d
 PORTVERSION=	0.5.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games
 MASTER_SITES=	SF/a3d/${PORTVERSION}/ \
 		SF/nemysisfreebsdp/${CATEGORIES}/:icons
Index: games/atr3d/Makefile
===================================================================
--- games/atr3d/Makefile	(revision 348292)
+++ games/atr3d/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	atr3d
 PORTVERSION=	0.6
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	games
 MASTER_SITES=	http://rodrigo.osorio.free.fr/freebsd/distfiles/
 DISTNAME=	${PORTNAME}_source_${PORTVERSION}
Index: games/balazar/Makefile
===================================================================
--- games/balazar/Makefile	(revision 348292)
+++ games/balazar/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	balazar
 PORTVERSION=	0.3.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games python
 MASTER_SITES=	http://download.gna.org/balazar/
 DISTNAME=	Balazar-${PORTVERSION}
@@ -12,7 +12,7 @@
 COMMENT=	3D adventure and roleplaying game
 
 LIB_DEPENDS=	cal3d.12:${PORTSDIR}/graphics/cal3d \
-		freetype.9:${PORTSDIR}/print/freetype2
+		libfreetype.so:${PORTSDIR}/print/freetype2
 RUN_DEPENDS=	soya_editor:${PORTSDIR}/graphics/py-soya3d \
 		${PYTHON_SITELIBDIR}/_openal.so:${PORTSDIR}/audio/py-openal \
 		${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis \
Index: games/balazarbrothers/Makefile
===================================================================
--- games/balazarbrothers/Makefile	(revision 348292)
+++ games/balazarbrothers/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	balazarbrothers
 PORTVERSION=	0.3.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games python
 MASTER_SITES=	http://download.gna.org/${PORTNAME:S/brothers//}/
 DISTNAME=	${PORTNAME:S/b/B/g}-${PORTVERSION}
@@ -12,7 +12,7 @@
 COMMENT=	Balazar Brother is a free software 3D puzzle game
 
 LIB_DEPENDS=	cal3d.12:${PORTSDIR}/graphics/cal3d \
-		freetype.9:${PORTSDIR}/print/freetype2
+		libfreetype.so:${PORTSDIR}/print/freetype2
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cerealizer/__init__.py:${PORTSDIR}/security/py-cerealizer \
 		${PYTHON_SITELIBDIR}/soya/__init__.py:${PORTSDIR}/graphics/py-soya3d \
 		${PYTHON_SITELIBDIR}/tofu/__init__.py:${PORTSDIR}/net/py-tofu \
Index: games/blobby/Makefile
===================================================================
--- games/blobby/Makefile	(revision 348292)
+++ games/blobby/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	blobby
 PORTVERSION=	1.0r3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Blobby%20Volley%202%20%28Linux%29/1.0RC3/
 DISTNAME=	blobby2-linux-1.0rc3
Index: games/brutalchess/Makefile
===================================================================
--- games/brutalchess/Makefile	(revision 348292)
+++ games/brutalchess/Makefile	(working copy)
@@ -1,31 +1,31 @@
 # Created by: Gustavo Perez Querol <gustau.perez@gmail.com>
 # $FreeBSD$
 
-PORTNAME=		brutalchess
-PORTVERSION=		0.5.2
-PORTREVISION=	10
-CATEGORIES=		games
-MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}-alpha/${PORTNAME}-alpha-${PORTVERSION}
-DISTNAME=		${PORTNAME}-alpha-${PORTVERSION}-src
+PORTNAME=	brutalchess
+PORTVERSION=	0.5.2
+PORTREVISION=	11
+CATEGORIES=	games
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-alpha/${PORTNAME}-alpha-${PORTVERSION}
+DISTNAME=	${PORTNAME}-alpha-${PORTVERSION}-src
 
-LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 
-MAINTAINER=		gustau.perez@gmail.com
-COMMENT=		Nice looking OpenGL chess game
+MAINTAINER=	gustau.perez@gmail.com
+COMMENT=	Nice looking OpenGL chess game
 
-WRKSRC=			${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_XORG=		x11 xext xt xmu xi
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+USE_XORG=	x11 xext xt xmu xi
 
-USE_GMAKE=		yes
-USE_AUTOTOOLS=		libtool
-USE_DOS2UNIX=		yes
-USE_GL=			yes
-USE_SDL=		sdl image
+USE_GMAKE=	yes
+USE_AUTOTOOLS=	libtool
+USE_DOS2UNIX=	yes
+USE_GL=		yes
+USE_SDL=	sdl image
 
 NO_STAGE=	yes
 pre-build:
 	${CHMOD} 0755 ${WRKSRC}/install-sh
 
-MANCOMPRESSED=		yes
+MANCOMPRESSED=	yes
 
 .include <bsd.port.mk>
Index: games/bubble-chains/Makefile
===================================================================
--- games/bubble-chains/Makefile	(revision 348292)
+++ games/bubble-chains/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bubble-chains
 PORTVERSION=	0.1.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games
 MASTER_SITES=	http://bubble-chains.sintegrial.com/files/
 DISTNAME=	chains-${DISTVERSION}
Index: games/cake/Makefile
===================================================================
--- games/cake/Makefile	(revision 348292)
+++ games/cake/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cake
 PORTVERSION=	2005.12.26
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games
 MASTER_SITES=	http://freebsd.nsu.ru/distfiles/
 DISTNAME=	${PORTNAME}_src_${PORTVERSION:S/.//g}
Index: games/capicity/Makefile
===================================================================
--- games/capicity/Makefile	(revision 348292)
+++ games/capicity/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	capicity
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/capitalism/Capi%20City/${PORTVERSION}/
 DISTNAME=	CapiCity_${DISTVERSION}
Index: games/capitalism/Makefile
===================================================================
--- games/capitalism/Makefile	(revision 348292)
+++ games/capitalism/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	capitalism
 PORTVERSION=	0.5.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Capitalism/0.5/
 EXTRACT_SUFX=	.tbz
Index: games/chroma/Makefile
===================================================================
--- games/chroma/Makefile	(revision 348292)
+++ games/chroma/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	chroma
 PORTVERSION=	1.08
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games
 MASTER_SITES=	http://www.level7.org.uk/chroma/download/ \
 		http://mirror.amdmi3.ru/distfiles/
Index: games/chromium-bsu/Makefile
===================================================================
--- games/chromium-bsu/Makefile	(revision 348292)
+++ games/chromium-bsu/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	chromium-bsu
 PORTVERSION=	0.9.15.1
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Chromium%20B.S.U.%20source%20code/
 
Index: games/construo/Makefile
===================================================================
--- games/construo/Makefile	(revision 348292)
+++ games/construo/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	construo
 PORTVERSION=	0.2.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games
 MASTER_SITES=	SAVANNAH/construo
 
Index: games/corsix-th/Makefile
===================================================================
--- games/corsix-th/Makefile	(revision 348292)
+++ games/corsix-th/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	corsixth
 PORTVERSION=	0.30
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	madpilot@FreeBSD.org
Index: games/cosmosmash/Makefile
===================================================================
--- games/cosmosmash/Makefile	(revision 348292)
+++ games/cosmosmash/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cosmosmash
 DISTVERSION=	1.4.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://perso.b2b2c.ca/sarrazip/dev/ \
 		LOCAL/martymac
Index: games/crack-attack/Makefile
===================================================================
--- games/crack-attack/Makefile	(revision 348292)
+++ games/crack-attack/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	crack-attack
 PORTVERSION=	1.1.14
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	games
 MASTER_SITES=	SAVANNAH
 
Index: games/critterding/Makefile
===================================================================
--- games/critterding/Makefile	(revision 348292)
+++ games/critterding/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	critterding
 DISTVERSION=	beta12
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/sources
 
Index: games/crossfire-client/Makefile
===================================================================
--- games/crossfire-client/Makefile	(revision 348292)
+++ games/crossfire-client/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	crossfire-client
 PORTVERSION=	1.70.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games
 MASTER_SITES=	SF/crossfire/crossfire-${PORTVERSION}
 
Index: games/cultivation/Makefile
===================================================================
--- games/cultivation/Makefile	(revision 348292)
+++ games/cultivation/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cultivation
 PORTVERSION=	8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
 DISTNAME=	Cultivation_${PORTVERSION}_UnixSource
Index: games/cuyo/Makefile
===================================================================
--- games/cuyo/Makefile	(revision 348292)
+++ games/cuyo/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cuyo
 PORTVERSION=	2.0.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	games
 MASTER_SITES=	SAVANNAH
Index: games/d2x/Makefile
===================================================================
--- games/d2x/Makefile	(revision 348292)
+++ games/d2x/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	d2x
 PORTVERSION=	0.2.5
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	games
 MASTER_SITES=	http://offload2.icculus.org:9090/d2x/src/
 
Index: games/duel/Makefile
===================================================================
--- games/duel/Makefile	(revision 348292)
+++ games/duel/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	duel
 PORTVERSION=	0.98
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	alepulver
Index: games/el/Makefile
===================================================================
--- games/el/Makefile	(revision 348292)
+++ games/el/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	el
 PORTVERSION=	193
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	LOCAL/rene \
 		ftp://rene-ladan.nl/pub/distfiles/
Index: games/ensemblist/Makefile
===================================================================
--- games/ensemblist/Makefile	(revision 348292)
+++ games/ensemblist/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ensemblist
 PORTVERSION=	040126
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: games/epiar/Makefile
===================================================================
--- games/epiar/Makefile	(revision 348292)
+++ games/epiar/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	epiar
 PORTVERSION=	0.5.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 
 MAINTAINER=	nemysis@FreeBSD.org
Index: games/etracer/Makefile
===================================================================
--- games/etracer/Makefile	(revision 348292)
+++ games/etracer/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=		etracer
 PORTVERSION=		0.4
-PORTREVISION=		8
+PORTREVISION=		9
 CATEGORIES=		games
 MASTER_SITES=		SF/extremetuxracer/extreme-tuxracer/${PORTVERSION}
 DISTNAME=		extremetuxracer-${PORTVERSION}
Index: games/evq3/Makefile
===================================================================
--- games/evq3/Makefile	(revision 348292)
+++ games/evq3/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	evq3
 PORTVERSION=	1.3.20080810
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_LOCAL:S|$|alepulver/|}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
Index: games/flightgear/Makefile
===================================================================
--- games/flightgear/Makefile	(revision 348292)
+++ games/flightgear/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	flightgear
 PORTVERSION=	2.12.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 # see http://www.flightgear.org/templates.js
 MASTER_SITES=	http://mirrors.ibiblio.org/flightgear/ftp/Source/ \
Index: games/foobillard/Makefile
===================================================================
--- games/foobillard/Makefile	(revision 348292)
+++ games/foobillard/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	foobillard
 PORTVERSION=	3.0a
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games
 MASTER_SITES=	http://foobillard.sunsite.dk/dnl/
 
@@ -11,7 +11,7 @@
 COMMENT=	Free OpenGL billiards game
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
-		freetype.9:${PORTSDIR}/print/freetype2
+		libfreetype.so:${PORTSDIR}/print/freetype2
 
 OPTIONS_DEFINE=	SDL NVIDIA_BUMPREF
 SDL_DESC=	SDL instead of glut
Index: games/freeminer/Makefile
===================================================================
--- games/freeminer/Makefile	(revision 348292)
+++ games/freeminer/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	freeminer
 PORTVERSION=	0.4.9.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 
 MAINTAINER=	amdmi3@FreeBSD.org
Index: games/galaxyhack/Makefile
===================================================================
--- games/galaxyhack/Makefile	(revision 348292)
+++ games/galaxyhack/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	galaxyhack
 PORTVERSION=	1.74
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	games
 MASTER_SITES=	SF \
 		SF/${PORTNAME}/Fleet%20packages/020906:fleets
Index: games/gcompris/Makefile
===================================================================
--- games/gcompris/Makefile	(revision 348292)
+++ games/gcompris/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gcompris
 PORTVERSION=	13.11
+PORTREVISION=	1
 CATEGORIES=	games gnome
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}/
 
Index: games/gl-117/Makefile
===================================================================
--- games/gl-117/Makefile	(revision 348292)
+++ games/gl-117/Makefile	(working copy)
@@ -4,7 +4,7 @@
 PORTNAME=	gl-117
 PORTVERSION=	1.3.2
 DISTVERSIONSUFFIX=	-src
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/GL-117%20Source
 
Index: games/glaxium/Makefile
===================================================================
--- games/glaxium/Makefile	(revision 348292)
+++ games/glaxium/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	glaxium
 PORTVERSION=	0.5
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	games
 MASTER_SITES=	http://xhosxe.free.fr/glaxium/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
Index: games/glob2/Makefile
===================================================================
--- games/glob2/Makefile	(revision 348292)
+++ games/glob2/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	glob2
 PORTVERSION=	0.9.4.4
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	games
 MASTER_SITES=	SAVANNAH/${PORTNAME}/${PORTVERSION:R}/
 
Index: games/glsfcave/Makefile
===================================================================
--- games/glsfcave/Makefile	(revision 348292)
+++ games/glsfcave/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	glsfcave
 PORTVERSION=	1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://user.ecc.u-tokyo.ac.jp/~g650192/glsfcave/ \
 		http://mirror.amdmi3.ru/distfiles/
Index: games/gnomechess/Makefile
===================================================================
--- games/gnomechess/Makefile	(revision 348292)
+++ games/gnomechess/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gnomechess
 PORTVERSION=	3.10.2
+PORTREVISION=	1
 CATEGORIES=	games gnome
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/gnome-chess/3.10
Index: games/gnubg/Makefile
===================================================================
--- games/gnubg/Makefile	(revision 348292)
+++ games/gnubg/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnubg
 PORTVERSION=	1.02.000
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://www.c-s.li/ports/ \
 		http://files.gnubg.org/media/sources/
Index: games/gracer/Makefile
===================================================================
--- games/gracer/Makefile	(revision 348292)
+++ games/gracer/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gracer
 PORTVERSION=	0.1.5
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	games
 MASTER_SITES=	SF
 
Index: games/gtkevemon/Makefile
===================================================================
--- games/gtkevemon/Makefile	(revision 348292)
+++ games/gtkevemon/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gtkevemon
 DISTVERSION=	1.8-135
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	https://bitbucket.org/BattleClinic/${PORTNAME}/get/
 DISTNAME=	Version%20${DISTVERSION}
Index: games/gtkradiant/Makefile
===================================================================
--- games/gtkradiant/Makefile	(revision 348292)
+++ games/gtkradiant/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gtkradiant
 PORTVERSION=	1.5.0
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	games cad
 MASTER_SITES=	${MASTER_SITE_IDSOFTWARE:S|$|source/:id|} \
 		http://www.bsd-geek.de/FreeBSD/distfiles/:fb
Index: games/heretic/Makefile
===================================================================
--- games/heretic/Makefile	(revision 348292)
+++ games/heretic/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	heretic
 PORTVERSION=	1.2
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games
 MASTER_SITES=	http://heretic.linuxgames.com/heretic/src/:source \
 		http://heretic.linuxgames.com/wad/:wad
Index: games/jvgs/Makefile
===================================================================
--- games/jvgs/Makefile	(revision 348292)
+++ games/jvgs/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	jvgs
 PORTVERSION=	0.5.1
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9]+$//}
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
Index: games/kajaani-kombat/Makefile
===================================================================
--- games/kajaani-kombat/Makefile	(revision 348292)
+++ games/kajaani-kombat/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kajaani-kombat
 PORTVERSION=	0.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://kombat.kajaani.net/dl/
 
Index: games/kanatest/Makefile
===================================================================
--- games/kanatest/Makefile	(revision 348292)
+++ games/kanatest/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kanatest
 PORTVERSION=	0.4.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://clayo.org/kanatest/
 
Index: games/kiki/Makefile
===================================================================
--- games/kiki/Makefile	(revision 348292)
+++ games/kiki/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kiki
 PORTVERSION=	1.0.2
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION}
 EXTRACT_SUFX=	-src.tgz
Index: games/klavaro/Makefile
===================================================================
--- games/klavaro/Makefile	(revision 348292)
+++ games/klavaro/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	klavaro
 PORTVERSION=	1.9.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/
 
Index: games/lander/Makefile
===================================================================
--- games/lander/Makefile	(revision 348292)
+++ games/lander/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lander
 PORTVERSION=	0.6.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://www.nickg.me.uk/files/ \
 		http://mirror.amdmi3.ru/distfiles/
Index: games/libmaitretarot/Makefile
===================================================================
--- games/libmaitretarot/Makefile	(revision 348292)
+++ games/libmaitretarot/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libmaitretarot
 PORTVERSION=	0.1.98
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	maitretarot
Index: games/libmt_client/Makefile
===================================================================
--- games/libmt_client/Makefile	(revision 348292)
+++ games/libmt_client/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libmt_client
 PORTVERSION=	0.1.98
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	maitretarot
Index: games/lincity-ng/Makefile
===================================================================
--- games/lincity-ng/Makefile	(revision 348292)
+++ games/lincity-ng/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lincity-ng
 PORTVERSION=	2.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_BERLIOS}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: games/maitretarot/Makefile
===================================================================
--- games/maitretarot/Makefile	(revision 348292)
+++ games/maitretarot/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	maitretarot
 PORTVERSION=	0.1.98
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: games/manaplus/Makefile
===================================================================
--- games/manaplus/Makefile	(revision 348292)
+++ games/manaplus/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	manaplus
 PORTVERSION=	1.4.2.15
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://download.evolonline.org/manaplus/download/${PORTVERSION}/
 
Index: games/minetest/Makefile
===================================================================
--- games/minetest/Makefile	(revision 348292)
+++ games/minetest/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	minetest
 PORTVERSION=	0.4.9
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	amdmi3@FreeBSD.org
Index: games/mt_dolphin_ia/Makefile
===================================================================
--- games/mt_dolphin_ia/Makefile	(revision 348292)
+++ games/mt_dolphin_ia/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=		mt_dolphin_ia
 PORTVERSION=		0.1.98
-PORTREVISION=	3
+PORTREVISION=		4
 CATEGORIES=		games
 MASTER_SITES=		${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	maitretarot
Index: games/mt_gtk_client/Makefile
===================================================================
--- games/mt_gtk_client/Makefile	(revision 348292)
+++ games/mt_gtk_client/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=		mt_gtk_client
 PORTVERSION=		0.1.98
-PORTREVISION=	10
+PORTREVISION=		11
 CATEGORIES=		games
 MASTER_SITES=		${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	maitretarot
Index: games/mudmagic/Makefile
===================================================================
--- games/mudmagic/Makefile	(revision 348292)
+++ games/mudmagic/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mudmagic
 PORTVERSION=	1.9
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	games
 MASTER_SITES=	http://www.mudmagic.com/mud-client/downloads/
 
Index: games/naev/Makefile
===================================================================
--- games/naev/Makefile	(revision 348292)
+++ games/naev/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	naev
 PORTVERSION=	0.5.3
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
 		${MASTER_SITE_GOOGLE_CODE}
Index: games/netherearth/Makefile
===================================================================
--- games/netherearth/Makefile	(revision 348292)
+++ games/netherearth/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	netherearth
 PORTVERSION=	0.51
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games
 MASTER_SITES=	http://move.kirishi.ru/soft/netherearth/
 
Index: games/netpanzer/Makefile
===================================================================
--- games/netpanzer/Makefile	(revision 348292)
+++ games/netpanzer/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	netpanzer
 PORTVERSION=	0.8.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	LOCAL/madpilot/netpanzer
 
Index: games/netradiant/Makefile
===================================================================
--- games/netradiant/Makefile	(revision 348292)
+++ games/netradiant/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	netradiant
 PORTVERSION=	20130630
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games cad
 MASTER_SITES=	http://ingar.satgnu.net/gtkradiant/files/ \
 		http://freebsd.nsu.ru/distfiles/
Index: games/netwalk/Makefile
===================================================================
--- games/netwalk/Makefile	(revision 348292)
+++ games/netwalk/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	netwalk
 PORTVERSION=	0.4.10
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 
 MAINTAINER=	nemysis@FreeBSD.org
Index: games/nexuiz/Makefile
===================================================================
--- games/nexuiz/Makefile	(revision 348292)
+++ games/nexuiz/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nexuiz
 PORTVERSION=	2.5.2
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/NexuizRelease/Nexuiz%20${PORTVERSION} \
 		SF/${PORTNAME}/mappack/nexmappack_r2:mappack
Index: games/nighthawk/Makefile
===================================================================
--- games/nighthawk/Makefile	(revision 348292)
+++ games/nighthawk/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nighthawk
 PORTVERSION=	3.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SUNSITE/games/arcade
 
Index: games/openalchemist/Makefile
===================================================================
--- games/openalchemist/Makefile	(revision 348292)
+++ games/openalchemist/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openalchemist
 PORTVERSION=	0.3
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
Index: games/openjazz/Makefile
===================================================================
--- games/openjazz/Makefile	(revision 348292)
+++ games/openjazz/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openjazz
 PORTVERSION=	20120819
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://alister.eu/jazz/oj/ \
 		LOCAL/martymac
Index: games/openlierox/Makefile
===================================================================
--- games/openlierox/Makefile	(revision 348292)
+++ games/openlierox/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openlierox
 DISTVERSION=	0.58_rc3
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/OpenLieroX%20${DISTVERSION:C/_/%20/}
Index: games/openmortal/Makefile
===================================================================
--- games/openmortal/Makefile	(revision 348292)
+++ games/openmortal/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openmortal
 PORTVERSION=	0.7
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	games
 MASTER_SITES=	SF
 
Index: games/openssn/Makefile
===================================================================
--- games/openssn/Makefile	(revision 348292)
+++ games/openssn/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	openssn
 PORTVERSION=	1.4
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
Index: games/openttd/Makefile
===================================================================
--- games/openttd/Makefile	(revision 348292)
+++ games/openttd/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	openttd
 PORTVERSION=	1.3.3
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://ftp.snt.utwente.nl/pub/games/openttd/binaries/releases/${PORTVERSION}/ \
 		http://us.binaries.openttd.org/binaries/releases/${PORTVERSION}/
Index: games/paintown/Makefile
===================================================================
--- games/paintown/Makefile	(revision 348292)
+++ games/paintown/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	paintown
 PORTVERSION=	3.6.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SF
 
Index: games/poker-engine/Makefile
===================================================================
--- games/poker-engine/Makefile	(revision 348292)
+++ games/poker-engine/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	poker-engine
 PORTVERSION=	1.3.6
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://download.gna.org/pokersource/sources/
 
Index: games/ppracer/Makefile
===================================================================
--- games/ppracer/Makefile	(revision 348292)
+++ games/ppracer/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ppracer
 DISTVERSION=	0.5alpha
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games
 MASTER_SITES=	BERLIOS \
 		SF/${PORTNAME}.berlios/
Index: games/quadra/Makefile
===================================================================
--- games/quadra/Makefile	(revision 348292)
+++ games/quadra/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	quadra
 PORTVERSION=	1.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://kbrandt.sdf-eu.org/FreeBSD/distfiles/ \
 		ftp://ftp.bsdforen.de/pub/BSDForen/distfiles/ \
Index: games/quetoo/Makefile
===================================================================
--- games/quetoo/Makefile	(revision 348292)
+++ games/quetoo/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	quetoo
 PORTVERSION=	0.6.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games
 MASTER_SITES=	http://tastyspleen.net/~jdolan/ \
 		http://freebsd.nsu.ru/distfiles/
Index: games/scourge/Makefile
===================================================================
--- games/scourge/Makefile	(revision 348292)
+++ games/scourge/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scourge
 PORTVERSION=	0.21.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	games
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/$/.src/}
Index: games/searchandrescue/Makefile
===================================================================
--- games/searchandrescue/Makefile	(revision 348292)
+++ games/searchandrescue/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	SearchAndRescue
 PORTVERSION=	1.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME:L}/Program/
 
Index: games/spellathon/Makefile
===================================================================
--- games/spellathon/Makefile	(revision 348292)
+++ games/spellathon/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spellathon
 PORTVERSION=	6.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Spellathon%20${PORTVERSION}
 
Index: games/spring/Makefile
===================================================================
--- games/spring/Makefile	(revision 348292)
+++ games/spring/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spring
 PORTVERSION=	94.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/springrts/springrts/${PORTNAME}-${PORTVERSION} \
 		http://springrts.com/dl/
Index: games/starfighter/Makefile
===================================================================
--- games/starfighter/Makefile	(revision 348292)
+++ games/starfighter/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	starfighter
 PORTVERSION=	1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/pr-${PORTNAME}/ \
 		SF/nemysisfreebsdp/${CATEGORIES}/:icons
Index: games/stepmania-devel/Makefile
===================================================================
--- games/stepmania-devel/Makefile	(revision 348292)
+++ games/stepmania-devel/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	stepmania
 PORTVERSION=	5.0.a3
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	games
 MASTER_SITES=	GOOGLE_CODE
Index: games/stonesoup/Makefile
===================================================================
--- games/stonesoup/Makefile	(revision 348292)
+++ games/stonesoup/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	stonesoup
 PORTVERSION=	0.13.1
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/crawl-ref/Stone%20Soup/${PORTVERSION}
 DISTNAME=	stone_soup-${PORTVERSION}-nodeps
@@ -61,7 +62,7 @@
 		${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
 RUN_DEPENDS+=	${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
 LIB_DEPENDS+=	png15:${PORTSDIR}/graphics/png \
-		freetype:${PORTSDIR}/print/freetype2
+		libfreetype.so:${PORTSDIR}/print/freetype2
 USE_SDL=	sdl image
 .else
 USES+=		ncurses
Index: games/stormbaancoureur/Makefile
===================================================================
--- games/stormbaancoureur/Makefile	(revision 348292)
+++ games/stormbaancoureur/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	stormbaancoureur
 PORTVERSION=	2.1.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://bram.creative4vision.nl/stormbaancoureur/download/ \
 		http://mirror.amdmi3.ru/distfiles/
Index: games/supertuxkart/Makefile
===================================================================
--- games/supertuxkart/Makefile	(revision 348292)
+++ games/supertuxkart/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	supertuxkart
 PORTVERSION=	0.8.1
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/supertuxkart/SuperTuxKart/${PORTVERSION}
 EXTRACT_SUFX=	-src.tar.bz2
Index: games/teeworlds/Makefile
===================================================================
--- games/teeworlds/Makefile	(revision 348292)
+++ games/teeworlds/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	teeworlds
 PORTVERSION=	0.6.2
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	https://www.teeworlds.com/files/ \
 		http://mirror.amdmi3.ru/distfiles/
Index: games/torcs/Makefile
===================================================================
--- games/torcs/Makefile	(revision 348292)
+++ games/torcs/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	torcs
 DISTVERSION=	1.3.5
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/all-in-one/${PORTVERSION}
 
Index: games/traingame/Makefile
===================================================================
--- games/traingame/Makefile	(revision 348292)
+++ games/traingame/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	traingame
 PORTVERSION=	0.2.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games
 MASTER_SITES=	http://www.nickg.me.uk/files/:game \
 		SF/nemysisfreebsdp/${CATEGORIES}/:icons
Index: games/tux-aqfh/Makefile
===================================================================
--- games/tux-aqfh/Makefile	(revision 348292)
+++ games/tux-aqfh/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tux_aqfh
 PORTVERSION=	1.0.14
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	games
 MASTER_SITES=	SF/tuxaqfh/tuxaqfh/${PORTVERSION}-classic \
 		SF/nemysisfreebsdp/${CATEGORIES}/:icons
Index: games/tuxmath/Makefile
===================================================================
--- games/tuxmath/Makefile	(revision 348292)
+++ games/tuxmath/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tuxmath
 PORTVERSION=	2.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	games
 MASTER_SITES=	http://alioth.debian.org/frs/download.php/3571/ \
Index: games/tuxpuck/Makefile
===================================================================
--- games/tuxpuck/Makefile	(revision 348292)
+++ games/tuxpuck/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tuxpuck
 PORTVERSION=	0.8.2
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	games
 MASTER_SITES=	http://www.sourcefiles.org/Games/Sports/Miscellaneous/
 
Index: games/tuxtype/Makefile
===================================================================
--- games/tuxtype/Makefile	(revision 348292)
+++ games/tuxtype/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tuxtype
 PORTVERSION=	1.8.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://alioth.debian.org/frs/download.php/3270/ \
 		http://alioth.debian.org/frs/download.php/3540/:t4k_common
Index: games/tyrquake/Makefile
===================================================================
--- games/tyrquake/Makefile	(revision 348292)
+++ games/tyrquake/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tyrquake
 PORTVERSION=	0.59
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://disenchant.net/files/engine/
 
Index: games/ufoai/Makefile
===================================================================
--- games/ufoai/Makefile	(revision 348292)
+++ games/ufoai/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ufoai
 PORTVERSION=	2.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/UFO_AI%202.x/${PORTVERSION}
 DISTNAME=	${PORTNAME:S/$/-/}${PORTVERSION}-source
Index: games/vamos/Makefile
===================================================================
--- games/vamos/Makefile	(revision 348292)
+++ games/vamos/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vamos
 PORTVERSION=	0.7.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/ \
 		SF/nemysisfreebsdp/${CATEGORIES}/:icons
Index: games/vegastrike/Makefile
===================================================================
--- games/vegastrike/Makefile	(revision 348292)
+++ games/vegastrike/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	vegastrike
 PORTVERSION=	0.5.1.r1
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.5.1/
 DISTNAME=	vegastrike-src-${PORTVERSION}
Index: games/warsow/Makefile
===================================================================
--- games/warsow/Makefile	(revision 348292)
+++ games/warsow/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	warsow
 PORTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/warsow.mirror/Warsow%201.02 \
 		http://www.warsow.net:1337/~warsow/${PORTVERSION:R}${PORTVERSION:E}/
Index: games/warzone2100/Makefile
===================================================================
--- games/warzone2100/Makefile	(revision 348292)
+++ games/warzone2100/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	warzone2100
 PORTVERSION=	3.1.1
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/releases/${PORTVERSION}/
 
Index: games/xmoto/Makefile
===================================================================
--- games/xmoto/Makefile	(revision 348292)
+++ games/xmoto/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmoto
 PORTVERSION=	0.5.10
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \
 		http://mirror.amdmi3.ru/distfiles/
Index: games/xwelltris/Makefile
===================================================================
--- games/xwelltris/Makefile	(revision 348292)
+++ games/xwelltris/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xwelltris
 PORTVERSION=	1.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://www.xnc.dubna.su/xwelltris/src/ \
 		http://freebsd.unixfreunde.de/sources/
Index: games/zaz/Makefile
===================================================================
--- games/zaz/Makefile	(revision 348292)
+++ games/zaz/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zaz
 PORTVERSION=	1.0.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}
 
Index: graphics/GraphicsMagick/Makefile
===================================================================
--- graphics/GraphicsMagick/Makefile	(revision 348292)
+++ graphics/GraphicsMagick/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	GraphicsMagick
 PORTVERSION=	1.1.15
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF \
Index: graphics/GraphicsMagick12/Makefile
===================================================================
--- graphics/GraphicsMagick12/Makefile	(revision 348292)
+++ graphics/GraphicsMagick12/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	GraphicsMagick
 PORTVERSION=	1.2.10
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF \
 		ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.2/
Index: graphics/GraphicsMagick13/Makefile
===================================================================
--- graphics/GraphicsMagick13/Makefile	(revision 348292)
+++ graphics/GraphicsMagick13/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	GraphicsMagick
 PORTVERSION=	1.3.19
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF \
 		ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/
Index: graphics/ImageMagick/Makefile
===================================================================
--- graphics/ImageMagick/Makefile	(revision 348292)
+++ graphics/ImageMagick/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ImageMagick
 DISTVERSION=	6.8.0-7
-PORTREVISION=	5
+PORTREVISION=	7
 PORTEPOCH=	1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://www.imagemagick.org/download/ \
Index: graphics/agg/Makefile
===================================================================
--- graphics/agg/Makefile	(revision 348292)
+++ graphics/agg/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	agg
 PORTVERSION=	2.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.antigrain.com/ \
 		http://freebsd.unixfreunde.de/sources/
Index: graphics/amide/Makefile
===================================================================
--- graphics/amide/Makefile	(revision 348292)
+++ graphics/amide/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	amide
 PORTVERSION=	1.0.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 EXTRACT_SUFX=	.tgz
Index: graphics/autopano-sift-c/Makefile
===================================================================
--- graphics/autopano-sift-c/Makefile	(revision 348292)
+++ graphics/autopano-sift-c/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	autopano-sift-C
 PORTVERSION=	2.5.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF/hugin/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
Index: graphics/blender/Makefile
===================================================================
--- graphics/blender/Makefile	(revision 348292)
+++ graphics/blender/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	blender
 PORTVERSION=	2.69
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics games
 MASTER_SITES=	http://download.blender.org/source/ \
 		http://mirror.cs.umn.edu/blender.org/source/ \
Index: graphics/cairo/Makefile
===================================================================
--- graphics/cairo/Makefile	(revision 348292)
+++ graphics/cairo/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	cairo
 PORTVERSION=	1.10.2
-PORTREVISION=	7
+PORTREVISION=	8
 PORTEPOCH?=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://cairographics.org/releases/
Index: graphics/cegui/Makefile
===================================================================
--- graphics/cegui/Makefile	(revision 348292)
+++ graphics/cegui/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cegui
 PORTVERSION=	0.7.9
-#PORTREVISION=	1
+PORTREVISION=	1
 CATEGORIES=	graphics devel
 MASTER_SITES=	SF/crayzedsgui/CEGUI%20Mk-2/${PORTVERSION}
 DISTNAME=	${PORTNAME:U}-${PORTVERSION}
@@ -13,7 +13,7 @@
 
 LIB_DEPENDS=	IL.2:${PORTSDIR}/graphics/devil \
 		pcre.3:${PORTSDIR}/devel/pcre \
-		freetype.9:${PORTSDIR}/print/freetype2
+		libfreetype.so:${PORTSDIR}/print/freetype2
 BUILD_DEPENDS=	${LOCALBASE}/lib/libOgreMain.so.1.8.1:${PORTSDIR}/graphics/ogre3d
 RUN_DEPENDS=	${LOCALBASE}/lib/libOgreMain.so.1.8.1:${PORTSDIR}/graphics/ogre3d
 
Index: graphics/devil/Makefile
===================================================================
--- graphics/devil/Makefile	(revision 348292)
+++ graphics/devil/Makefile	(working copy)
@@ -4,7 +4,7 @@
 PORTNAME=	devil
 PORTVERSION=	1.7.8
 PORTEPOCH=	1
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	graphics
 MASTER_SITES=	SF/openil/DevIL/${PORTVERSION}
 DISTNAME=	DevIL-${PORTVERSION}
Index: graphics/dri/Makefile
===================================================================
--- graphics/dri/Makefile	(revision 348292)
+++ graphics/dri/Makefile	(working copy)
@@ -21,7 +21,7 @@
 # We only care for 9.x and 8.x, not for old pre-clang default current.
 # This is for 0b0000 binary which gcc 4.3+ understands and is in the i965 driver.
 .if defined(WITH_NEW_XORG)
-. if ${OSVERSION} >= 901000 && ${OSVERSION} < 902502 \
+. if ${OSVERSION} >= 901500 && ${OSVERSION} < 902502 \
 		&& (${ARCH} == i386 || ${ARCH} == amd64)
 CC=clang
 CXX=clang++
Index: graphics/driconf/Makefile
===================================================================
--- graphics/driconf/Makefile	(revision 348292)
+++ graphics/driconf/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	driconf
 PORTVERSION=	0.9.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_DEBIAN}
 MASTER_SITE_SUBDIR=	pool/main/d/${PORTNAME}
Index: graphics/dynamechs/Makefile
===================================================================
--- graphics/dynamechs/Makefile	(revision 348292)
+++ graphics/dynamechs/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dynamechs
 PORTVERSION=	4.0.p1
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/4.0pre1
Index: graphics/enblend/Makefile
===================================================================
--- graphics/enblend/Makefile	(revision 348292)
+++ graphics/enblend/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	enblend
 PORTVERSION=	4.1.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R}
 DISTNAME=	enblend-enfuse-${PORTVERSION}
Index: graphics/evas-core/Makefile
===================================================================
--- graphics/evas-core/Makefile	(revision 348292)
+++ graphics/evas-core/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	core
 PORTVERSION=	1.7.9
+PORTREVISION=	1
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	http://download.enlightenment.org/releases/ \
 		LOCAL/gblach/e17/
Index: graphics/evas-engine-buffer/Makefile
===================================================================
--- graphics/evas-engine-buffer/Makefile	(revision 348292)
+++ graphics/evas-engine-buffer/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	engine-buffer
 PORTVERSION=	1.7.9
+PORTREVISION=	1
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	http://download.enlightenment.org/releases/ \
 		LOCAL/gblach/e17/
Index: graphics/evas-engine-opengl/Makefile
===================================================================
--- graphics/evas-engine-opengl/Makefile	(revision 348292)
+++ graphics/evas-engine-opengl/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	engine-opengl
 PORTVERSION=	1.7.9
+PORTREVISION=	1
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	http://download.enlightenment.org/releases/ \
 		LOCAL/gblach/e17/
Index: graphics/evas-engine-sdl/Makefile
===================================================================
--- graphics/evas-engine-sdl/Makefile	(revision 348292)
+++ graphics/evas-engine-sdl/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	engine-sdl
 PORTVERSION=	1.7.9
+PORTREVISION=	1
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	http://download.enlightenment.org/releases/ \
 		LOCAL/gblach/e17/
Index: graphics/evas-engine-x11/Makefile
===================================================================
--- graphics/evas-engine-x11/Makefile	(revision 348292)
+++ graphics/evas-engine-x11/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	engine-x11
 PORTVERSION=	1.7.9
+PORTREVISION=	1
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	http://download.enlightenment.org/releases/ \
 		LOCAL/gblach/e17/
Index: graphics/evas-loader-eet/Makefile
===================================================================
--- graphics/evas-loader-eet/Makefile	(revision 348292)
+++ graphics/evas-loader-eet/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	loader-eet
 PORTVERSION=	1.7.9
+PORTREVISION=	1
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	http://download.enlightenment.org/releases/ \
 		LOCAL/gblach/e17/
Index: graphics/evas-loader-gif/Makefile
===================================================================
--- graphics/evas-loader-gif/Makefile	(revision 348292)
+++ graphics/evas-loader-gif/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	loader-gif
 PORTVERSION=	1.7.9
+PORTREVISION=	1
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	http://download.enlightenment.org/releases/ \
 		LOCAL/gblach/e17/
Index: graphics/evas-loader-jpeg/Makefile
===================================================================
--- graphics/evas-loader-jpeg/Makefile	(revision 348292)
+++ graphics/evas-loader-jpeg/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	loader-jpeg
 PORTVERSION=	1.7.9
+PORTREVISION=	1
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	http://download.enlightenment.org/releases/ \
 		LOCAL/gblach/e17/
Index: graphics/evas-loader-png/Makefile
===================================================================
--- graphics/evas-loader-png/Makefile	(revision 348292)
+++ graphics/evas-loader-png/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	loader-png
 PORTVERSION=	1.7.9
+PORTREVISION=	1
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	http://download.enlightenment.org/releases/ \
 		LOCAL/gblach/e17/
Index: graphics/evas-loader-svg/Makefile
===================================================================
--- graphics/evas-loader-svg/Makefile	(revision 348292)
+++ graphics/evas-loader-svg/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	loader-svg
 PORTVERSION=	1.7.9
+PORTREVISION=	1
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	http://download.enlightenment.org/releases/ \
 		LOCAL/gblach/e17/
Index: graphics/evas-loader-tiff/Makefile
===================================================================
--- graphics/evas-loader-tiff/Makefile	(revision 348292)
+++ graphics/evas-loader-tiff/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	loader-tiff
 PORTVERSION=	1.7.9
+PORTREVISION=	1
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	http://download.enlightenment.org/releases/ \
 		LOCAL/gblach/e17/
Index: graphics/evas-loader-xpm/Makefile
===================================================================
--- graphics/evas-loader-xpm/Makefile	(revision 348292)
+++ graphics/evas-loader-xpm/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	loader-xpm
 PORTVERSION=	1.7.9
+PORTREVISION=	1
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	http://download.enlightenment.org/releases/ \
 		LOCAL/gblach/e17/
Index: graphics/exact-image/Makefile
===================================================================
--- graphics/exact-image/Makefile	(revision 348292)
+++ graphics/exact-image/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	exact-image
 PORTVERSION=	0.8.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics perl5 python
 MASTER_SITES=	http://dl.exactcode.de/oss/${PORTNAME}/ LOCAL/bf
 
Index: graphics/ffff/Makefile
===================================================================
--- graphics/ffff/Makefile	(revision 348292)
+++ graphics/ffff/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ffff
 PORTVERSION=	323
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/FFFF%203.2.3
 DISTNAME=	FFFF${PORTVERSION}-src
Index: graphics/flam3/Makefile
===================================================================
--- graphics/flam3/Makefile	(revision 348292)
+++ graphics/flam3/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	flam3
 PORTVERSION=	2.7.18
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://flam3.com/ \
 		http://interwebfun.org/distfiles/
@@ -12,7 +12,7 @@
 COMMENT=	A Flame Renderer
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
-		xml2.5:${PORTSDIR}/textproc/libxml2 \
+		libxml2.so:${PORTSDIR}/textproc/libxml2 \
 		jpeg.11:${PORTSDIR}/graphics/jpeg
 
 GNU_CONFIGURE=	yes
Index: graphics/fpc-opengl/Makefile
===================================================================
--- graphics/fpc-opengl/Makefile	(revision 348292)
+++ graphics/fpc-opengl/Makefile	(working copy)
@@ -1,7 +1,7 @@
 # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics lang
 PKGNAMESUFFIX=	-opengl
 
Index: graphics/freeglut/Makefile
===================================================================
--- graphics/freeglut/Makefile	(revision 348292)
+++ graphics/freeglut/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	freeglut
 PORTVERSION=	2.8.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
@@ -13,7 +14,7 @@
 
 CONFLICTS=	libglut-[0-9].*
 
-USE_AUTOTOOLS=	libtool
+USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_XORG=	ice xi xxf86vm xrandr
Index: graphics/freeglut/pkg-plist
===================================================================
--- graphics/freeglut/pkg-plist	(revision 348292)
+++ graphics/freeglut/pkg-plist	(working copy)
@@ -5,7 +5,8 @@
 lib/libglut.a
 lib/libglut.la
 lib/libglut.so
-lib/libglut.so.12
+lib/libglut.so.3
+lib/libglut.so.3.9.0
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/callbackmaker
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fractals
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fractals_random
Index: graphics/ftgl/Makefile
===================================================================
--- graphics/ftgl/Makefile	(revision 348292)
+++ graphics/ftgl/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ftgl
 DISTVERSION=	2.1.3-rc5
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/FTGL%20Source/2.1.3%7Erc5
Index: graphics/fv/Makefile
===================================================================
--- graphics/fv/Makefile	(revision 348292)
+++ graphics/fv/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fv
 PORTVERSION=	1.03
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.eaflux.com/fv/sources/
 DISTNAME=	${PORTNAME}-src-${PORTVERSION}
Index: graphics/gauche-gl/Makefile
===================================================================
--- graphics/gauche-gl/Makefile	(revision 348292)
+++ graphics/gauche-gl/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gl
 PORTVERSION=	0.5.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics scheme
 MASTER_SITES=	SF/gauche/Gauche-gl
 PKGNAMEPREFIX=	gauche-
Index: graphics/gd/Makefile
===================================================================
--- graphics/gd/Makefile	(revision 348292)
+++ graphics/gd/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libgd
 PORTVERSION=	2.1.0
-PORTREVISION?=	1
+PORTREVISION?=	2
 PORTEPOCH=	1
 CATEGORIES+=	graphics
 MASTER_SITES=	http://cdn.bitbucket.org/libgd/gd-libgd/downloads/
Index: graphics/gdal/Makefile
===================================================================
--- graphics/gdal/Makefile	(revision 348292)
+++ graphics/gdal/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gdal
 PORTVERSION=	1.10.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://download.osgeo.org/gdal/${PORTVERSION}/ \
 		ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
Index: graphics/gdchart/Makefile
===================================================================
--- graphics/gdchart/Makefile	(revision 348292)
+++ graphics/gdchart/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gdchart
 PORTVERSION=	0.11.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.fred.net/brv/chart/ \
 		ftp://ftp.nuug.no/pub/anders/distfiles/
@@ -14,7 +14,7 @@
 
 LIB_DEPENDS=	gd:${PORTSDIR}/graphics/gd \
 		jpeg:${PORTSDIR}/graphics/jpeg \
-		freetype:${PORTSDIR}/print/freetype2
+		libfreetype.so:${PORTSDIR}/print/freetype2
 
 MAKEFILE=	${FILESDIR}/Makefile
 MAKE_ARGS=	PREFIX="${PREFIX}" LOCALBASE="${LOCALBASE}"
Index: graphics/gle/Makefile
===================================================================
--- graphics/gle/Makefile	(revision 348292)
+++ graphics/gle/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gle
 PORTVERSION=	3.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}\
 		http://linas.org/gle/pub/ \
Index: graphics/glexcess/Makefile
===================================================================
--- graphics/glexcess/Makefile	(revision 348292)
+++ graphics/glexcess/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	glexcess
 PORTVERSION=	1.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.glexcess.com/files/
 DISTNAME=	${PORTNAME}
Index: graphics/gltt/Makefile
===================================================================
--- graphics/gltt/Makefile	(revision 348292)
+++ graphics/gltt/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gltt
 PORTVERSION=	2.5.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 MASTER_SITES=	http://gltt.sourceforge.net/download/
 
Index: graphics/gnash/Makefile
===================================================================
--- graphics/gnash/Makefile	(revision 348292)
+++ graphics/gnash/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnash
 PORTVERSION=	0.8.10
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 MASTER_SITES=	GNU/${PORTNAME}/${PORTVERSION}/
 
Index: graphics/gource/Makefile
===================================================================
--- graphics/gource/Makefile	(revision 348292)
+++ graphics/gource/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gource
 PORTVERSION=	0.40
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: graphics/graphviz/Makefile
===================================================================
--- graphics/graphviz/Makefile	(revision 348292)
+++ graphics/graphviz/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	graphviz
 PORTVERSION=	2.36.0
+PORTREVISION=	1
 CATEGORIES=	graphics tk
 MASTER_SITES=	http://www.graphviz.org/pub/graphviz/ARCHIVE/
 
Index: graphics/grx/Makefile
===================================================================
--- graphics/grx/Makefile	(revision 348292)
+++ graphics/grx/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	grx
 PORTVERSION=	2.4.9
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://grx.gnu.de/download/
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
Index: graphics/hugin/Makefile
===================================================================
--- graphics/hugin/Makefile	(revision 348292)
+++ graphics/hugin/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hugin
 PORTVERSION=	2012.0.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 
Index: graphics/hugin-devel/Makefile
===================================================================
--- graphics/hugin-devel/Makefile	(revision 348292)
+++ graphics/hugin-devel/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hugin
 PORTVERSION=	2013.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-2013.0
 PKGNAMESUFFIX=  -devel
Index: graphics/iccxml/Makefile
===================================================================
--- graphics/iccxml/Makefile	(revision 348292)
+++ graphics/iccxml/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	iccxml
 PORTVERSION=	0.9.6
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/IccXML-Src/${DISTNAME}
 DISTNAME=	IccXML-${PORTVERSION}
Index: graphics/imlib2/Makefile
===================================================================
--- graphics/imlib2/Makefile	(revision 348292)
+++ graphics/imlib2/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	imlib2
 PORTVERSION=	1.4.6
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
Index: graphics/inventor/Makefile
===================================================================
--- graphics/inventor/Makefile	(revision 348292)
+++ graphics/inventor/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	inventor
 PORTVERSION=	2.1.5.p10
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://oss.sgi.com/projects/inventor/download/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.p/-/}
@@ -12,7 +12,7 @@
 MAINTAINER=	c47g@gmx.at
 COMMENT=	This is SGI's Open Inventor (TM)
 
-LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2 \
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
 		jpeg.11:${PORTSDIR}/graphics/jpeg \
 		GLU.1:${PORTSDIR}/graphics/libGLU
 
Index: graphics/jasper/Makefile
===================================================================
--- graphics/jasper/Makefile	(revision 348292)
+++ graphics/jasper/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jasper
 PORTVERSION=	1.900.1
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.ece.uvic.ca/~mdadams/jasper/software/ \
 		${MASTER_SITE_IMAGEMAGICK}
Index: graphics/jogamp-jogl/Makefile
===================================================================
--- graphics/jogamp-jogl/Makefile	(revision 348292)
+++ graphics/jogamp-jogl/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	jogamp-jogl
 PORTVERSION=	2.0.20100914
+PORTREVISION=	1
 CATEGORIES=	graphics devel java
 MASTER_SITES=	http://www.potion-studios.com/ \
 		LOCAL/makc
Index: graphics/jogl/Makefile
===================================================================
--- graphics/jogl/Makefile	(revision 348292)
+++ graphics/jogl/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jogl
 PORTVERSION=	1.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics devel java
 MASTER_SITES=http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1/
 EXTRACT_SUFX=	-src.zip
Index: graphics/lib3ds/Makefile
===================================================================
--- graphics/lib3ds/Makefile	(revision 348292)
+++ graphics/lib3ds/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lib3ds
 PORTVERSION=	1.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE
 
Index: graphics/libEGL/Makefile
===================================================================
--- graphics/libEGL/Makefile	(revision 348292)
+++ graphics/libEGL/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libEGL
 PORTVERSION=	${MESAVERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 COMMENT=	OpenEGL library
Index: graphics/libGL/Makefile
===================================================================
--- graphics/libGL/Makefile	(revision 348292)
+++ graphics/libGL/Makefile	(working copy)
@@ -30,12 +30,4 @@
 CONFIGURE_ARGS+=--disable-gallium-intel
 .endif
 
-.if !defined(WITH_NEW_XORG)
-post-install:
-	${RM} ${STAGEDIR}${PREFIX}/include/GL/glu.h
-	${RM} ${STAGEDIR}${PREFIX}/include/GL/glu_mangle.h
-	${RM} ${STAGEDIR}${PREFIX}/include/GL/internal/dri_interface.h
-	${RM} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/dri.pc
-.endif
-
 .include <bsd.port.mk>
Index: graphics/libGL/bsd.mesalib.mk
===================================================================
--- graphics/libGL/bsd.mesalib.mk	(revision 348292)
+++ graphics/libGL/bsd.mesalib.mk	(working copy)
@@ -27,8 +27,7 @@
 PLIST_SUB+=	OLD="" NEW="@comment "
 .endif
 
-MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/ \
-		http://files.etoilebsd.net/mesa/
+MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/
 DISTFILES=	MesaLib-${MESADISTVERSION}${EXTRACT_SUFX}
 MAINTAINER=	x11@FreeBSD.org
 
@@ -42,8 +41,8 @@
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+CPPFLAGS+=	-isystem${LOCALBASE}/include
+LDFLAGS+=	-Wl,-Y${LOCALBASE}/lib
 
 .if ${OSVERSION} < 1000033
 BUILD_DEPENDS+=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
Index: graphics/libafterimage/Makefile
===================================================================
--- graphics/libafterimage/Makefile	(revision 348292)
+++ graphics/libafterimage/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libafterimage
 PORTVERSION=	1.20
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/afterstep/libAfterImage/${PORTVERSION}
 DISTNAME=	libAfterImage-${PORTVERSION}
Index: graphics/libaux/Makefile
===================================================================
--- graphics/libaux/Makefile	(revision 348292)
+++ graphics/libaux/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libaux
 PORTVERSION=	1.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.freebsdbrasil.com.br/~jmelo/
 DISTFILES=	libaux${EXTRACT_SUFX} libtk${EXTRACT_SUFX}
Index: graphics/libcaca/Makefile
===================================================================
--- graphics/libcaca/Makefile	(revision 348292)
+++ graphics/libcaca/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libcaca
 DISTVERSION=	0.99.beta18
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	http://caca.zoy.org/raw-attachment/wiki/libcaca/
 
Index: graphics/libdrm/Makefile
===================================================================
--- graphics/libdrm/Makefile	(revision 348292)
+++ graphics/libdrm/Makefile	(working copy)
@@ -49,7 +49,7 @@
 PLIST_SUB+=	MAN="@comment "
 .endif
 
-LIBDRM_VERSION=	2.4.50
+LIBDRM_VERSION=	2.4.52
 LIBDRM_REVISION=0
 PLIST_SUB+=	OLD="@comment " NEW=""
 EXTRA_PATCHES+=	${FILESDIR}/extra-configure \
@@ -65,12 +65,9 @@
 PLIST_SUB+=	OLD="" NEW="@comment " NOUVEAU=""
 .endif
 
-.if ${ARCH} == "amd64" || ${ARCH} == "i386"
+.if ${ARCH} == "amd64" || ${ARCH} == "i386" || ${ARCH} == "ia64" || ${ARCH} == "powerpc"
 PLIST_SUB+=	INTEL_DRIVER=""
 PLIST_SUB+=	RADEON_DRIVERS=""
-.elif ${ARCH} == ia64 || ${ARCH} == powerpc || ${ARCH} == powerpc64
-PLIST_SUB+=	INTEL_DRIVER="@comment "
-PLIST_SUB+=	RADEON_DRIVERS=""
 .else
 PLIST_SUB+=	INTEL_DRIVER="@comment "
 PLIST_SUB+=	RADEON_DRIVERS="@comment "
Index: graphics/libdrm/distinfo
===================================================================
--- graphics/libdrm/distinfo	(revision 348292)
+++ graphics/libdrm/distinfo	(working copy)
@@ -1,4 +1,4 @@
 SHA256 (libdrm-2.4.17.tar.bz2) = b8a4e7c610b0e970546d791c06e28882857a49d34698633a89292d7ae142316a
 SIZE (libdrm-2.4.17.tar.bz2) = 408882
-SHA256 (libdrm-2.4.50.tar.bz2) = 3823d24cda800c2cd36995e01830b890edb8fb1bebf97d5ea4318b8c3933b045
-SIZE (libdrm-2.4.50.tar.bz2) = 563613
+SHA256 (libdrm-2.4.52.tar.bz2) = fa693c2f1f61befcefbdcc396673e38481110bac9db610afa4b8afb2be0218c1
+SIZE (libdrm-2.4.52.tar.bz2) = 551473
Index: graphics/libetonyek/Makefile
===================================================================
--- graphics/libetonyek/Makefile	(revision 348292)
+++ graphics/libetonyek/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libetonyek
 PORTVERSION=	0.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://dev-www.libreoffice.org/src/
 
Index: graphics/libggi/Makefile
===================================================================
--- graphics/libggi/Makefile	(revision 348292)
+++ graphics/libggi/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libggi
 PORTVERSION=	2.2.2
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	graphics devel
 MASTER_SITES=	SF/ggi/ggi-core/${PORTNAME}-${PORTVERSION}
Index: graphics/libglesv2/Makefile
===================================================================
--- graphics/libglesv2/Makefile	(revision 348292)
+++ graphics/libglesv2/Makefile	(working copy)
@@ -10,6 +10,8 @@
 LIB_DEPENDS+=	libdrm.so:${PORTSDIR}/graphics/libdrm \
 		libexpat.so:${PORTSDIR}/textproc/expat2
 
+.include <bsd.port.options.mk>
+
 .if ! defined(WITH_NEW_XORG)
 IGNORE=		Please enable WITH_NEW_XORG, libglesv2 needs libdrm higher then 2.4.24
 .endif
Index: graphics/libgltext/Makefile
===================================================================
--- graphics/libgltext/Makefile	(revision 348292)
+++ graphics/libgltext/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libgltext
 PORTVERSION=	0.3.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	SF/gltext/gltext/${PORTVERSION}
 DISTNAME=	gltext-${PORTVERSION}
@@ -13,7 +13,7 @@
 
 BROKEN=		Fails to install
 
-LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 
 USE_AUTOTOOLS=	libtool
 USE_GL=		glu
Index: graphics/libgphoto2/Makefile
===================================================================
--- graphics/libgphoto2/Makefile	(revision 348292)
+++ graphics/libgphoto2/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libgphoto2
 PORTVERSION=	2.5.3.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/gphoto/libgphoto/${PORTVERSION}
 
Index: graphics/libkdcraw-kde4/Makefile
===================================================================
--- graphics/libkdcraw-kde4/Makefile	(revision 348292)
+++ graphics/libkdcraw-kde4/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libkdcraw
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
Index: graphics/libopenraw/Makefile
===================================================================
--- graphics/libopenraw/Makefile	(revision 348292)
+++ graphics/libopenraw/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libopenraw
 PORTVERSION=	0.0.8
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	http://libopenraw.freedesktop.org/download/
 
Index: graphics/libosmesa/Makefile
===================================================================
--- graphics/libosmesa/Makefile	(revision 348292)
+++ graphics/libosmesa/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libosmesa
 PORTVERSION=	10.0.3
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/${PORTVERSION}/
 DISTNAME=	MesaLib-${PORTVERSION}
Index: graphics/libprojectm/Makefile
===================================================================
--- graphics/libprojectm/Makefile	(revision 348292)
+++ graphics/libprojectm/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libprojectM
 PORTVERSION=	2.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics audio
 MASTER_SITES=	SF/${PORTNAME:L:S/lib//}/${PORTVERSION}/
 DISTNAME=	${PORTNAME:S/lib//}-${DISTVERSION}-Source
Index: graphics/libreatlas/Makefile
===================================================================
--- graphics/libreatlas/Makefile	(revision 348292)
+++ graphics/libreatlas/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libreatlas
 PORTVERSION=	1.0.0a
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 
@@ -24,7 +24,7 @@
 		png15:${PORTSDIR}/graphics/png \
 		proj:${PORTSDIR}/graphics/proj \
 		tiff:${PORTSDIR}/graphics/tiff \
-		freetype:${PORTSDIR}/print/freetype2 \
+		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		expat:${PORTSDIR}/textproc/expat2 \
 		freexl:${PORTSDIR}/textproc/freexl \
 		fontconfig:${PORTSDIR}/x11-fonts/fontconfig
Index: graphics/librsvg2/Makefile
===================================================================
--- graphics/librsvg2/Makefile	(revision 348292)
+++ graphics/librsvg2/Makefile	(working copy)
@@ -4,6 +4,7 @@
 
 PORTNAME=	librsvg
 PORTVERSION=	2.36.4
+PORTREVISION=	1
 CATEGORIES=	graphics gnome
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	2
@@ -12,7 +13,7 @@
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Library for parsing and rendering SVG vector-graphic files
 
-LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2 \
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
 		croco-0.6:${PORTSDIR}/textproc/libcroco
 RUN_DEPENDS=	gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
 
Index: graphics/libsvg/Makefile
===================================================================
--- graphics/libsvg/Makefile	(revision 348292)
+++ graphics/libsvg/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libsvg
 PORTVERSION=	0.1.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	http://cairographics.org/snapshots/
 
Index: graphics/libwmf/Makefile
===================================================================
--- graphics/libwmf/Makefile	(revision 348292)
+++ graphics/libwmf/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libwmf
 PORTVERSION=	0.2.8.4
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 MASTER_SITES=	SF/wvware/${PORTNAME}/${PORTVERSION}
 
Index: graphics/luxrays/Makefile
===================================================================
--- graphics/luxrays/Makefile	(revision 348292)
+++ graphics/luxrays/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	luxrays
 PORTVERSION=	1.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://src.luxrender.net/luxrays/archive/
 DISTNAME=	${HG_NODEID}
Index: graphics/makehuman/Makefile
===================================================================
--- graphics/makehuman/Makefile	(revision 348292)
+++ graphics/makehuman/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	makehuman
 DISTVERSION=	0.9.1-rc1a
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/MakeHuman%20Source/MakeHuman_091
 
Index: graphics/mapnik/Makefile
===================================================================
--- graphics/mapnik/Makefile	(revision 348292)
+++ graphics/mapnik/Makefile	(working copy)
@@ -4,7 +4,7 @@
 PORTNAME=	mapnik
 PORTVERSION=	2.2.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/
 
Index: graphics/mapserver/Makefile
===================================================================
--- graphics/mapserver/Makefile	(revision 348292)
+++ graphics/mapserver/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=		mapserver
 PORTVERSION=		6.4.0
-PORTREVISION=		1
+PORTREVISION=		2
 CATEGORIES=		graphics www geography
 MASTER_SITES=		http://download.osgeo.org/mapserver/
 
Index: graphics/mate-document-viewer/Makefile
===================================================================
--- graphics/mate-document-viewer/Makefile	(revision 348292)
+++ graphics/mate-document-viewer/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mate-document-viewer
 PORTVERSION=	1.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics print mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
Index: graphics/mate-image-viewer/Makefile
===================================================================
--- graphics/mate-image-viewer/Makefile	(revision 348292)
+++ graphics/mate-image-viewer/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mate-image-viewer
 PORTVERSION=	1.6.1
+PORTREVISION=	1
 CATEGORIES=	graphics mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
Index: graphics/mesa-demos/Makefile
===================================================================
--- graphics/mesa-demos/Makefile	(revision 348292)
+++ graphics/mesa-demos/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mesa-demos
 PORTVERSION=	8.1.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/demos/${PORTVERSION}/
 DISTFILES=	mesa-demos-${PORTVERSION}${EXTRACT_SUFX}
Index: graphics/mhgui/Makefile
===================================================================
--- graphics/mhgui/Makefile	(revision 348292)
+++ graphics/mhgui/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mhgui
 PORTVERSION=	0.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	SF/makehuman/MakeHuman%20Source/MakeHuman_091
 
Index: graphics/ming/Makefile
===================================================================
--- graphics/ming/Makefile	(revision 348292)
+++ graphics/ming/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ming
 PORTVERSION=	0.4.5
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/Releases/
 
Index: graphics/mtpaint/Makefile
===================================================================
--- graphics/mtpaint/Makefile	(revision 348292)
+++ graphics/mtpaint/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mtpaint
 PORTVERSION=	3.40
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
@@ -17,7 +17,7 @@
 		png15:${PORTSDIR}/graphics/png \
 		tiff.4:${PORTSDIR}/graphics/tiff \
 		gif.5:${PORTSDIR}/graphics/giflib \
-		freetype.9:${PORTSDIR}/print/freetype2
+		libfreetype.so:${PORTSDIR}/print/freetype2
 
 OPTIONS_DEFINE=	LCMS2 OPENJPEG NLS
 OPTIONS_DEFAULT=	LCMS2 OPENJPEG
Index: graphics/mupdf/Makefile
===================================================================
--- graphics/mupdf/Makefile	(revision 348292)
+++ graphics/mupdf/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mupdf
 PORTVERSION=	1.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE \
Index: graphics/netpbm/Makefile
===================================================================
--- graphics/netpbm/Makefile	(revision 348292)
+++ graphics/netpbm/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	netpbm
 PORTVERSION=	10.35.89
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/netpbm/super_stable/${PORTVERSION} \
 		${MASTER_SITE_LOCAL:S/$/:man/}
Index: graphics/nip2/Makefile
===================================================================
--- graphics/nip2/Makefile	(revision 348292)
+++ graphics/nip2/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nip2
 PORTVERSION=	7.26.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/
 
Index: graphics/ocaml-lablgl/Makefile
===================================================================
--- graphics/ocaml-lablgl/Makefile	(revision 348292)
+++ graphics/ocaml-lablgl/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lablgl
 PORTVERSION=	20120306
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/ \
 		https://forge.ocamlcore.org/frs/download.php/816/
Index: graphics/ogre3d/Makefile
===================================================================
--- graphics/ogre3d/Makefile	(revision 348292)
+++ graphics/ogre3d/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ogre3d
 PORTVERSION=	1.8.1
+PORTREVISION=	1
 CATEGORIES=	graphics devel
 MASTER_SITES=	SF/ogre/ogre/${PORTVERSION:C/.[0-9]$//g}/${PORTVERSION}
 DISTNAME=	ogre_src_v${PORTVERSION:S/./-/g}
Index: graphics/okular/Makefile
===================================================================
--- graphics/okular/Makefile	(revision 348292)
+++ graphics/okular/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	okular
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
Index: graphics/opencollada/Makefile
===================================================================
--- graphics/opencollada/Makefile	(revision 348292)
+++ graphics/opencollada/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	opencollada
 PORTVERSION=	1.2.2.20131105
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics devel
 
 MAINTAINER=	mva@FreeBSD.org
Index: graphics/osg/Makefile
===================================================================
--- graphics/osg/Makefile	(revision 348292)
+++ graphics/osg/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	osg
 PORTVERSION=	3.2.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://trac.openscenegraph.org/downloads/developer_releases/ \
 		http://mirror.amdmi3.ru/distfiles/
Index: graphics/osg-devel/Makefile
===================================================================
--- graphics/osg-devel/Makefile	(revision 348292)
+++ graphics/osg-devel/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	osg
 PORTVERSION=	3.3.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://trac.openscenegraph.org/downloads/developer_releases/ \
 		http://mirror.amdmi3.ru/distfiles/
Index: graphics/oyranos/Makefile
===================================================================
--- graphics/oyranos/Makefile	(revision 348292)
+++ graphics/oyranos/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	oyranos
 PORTVERSION=	0.9.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/Oyranos/Oyranos%20${PORTVERSION:C|(.*)\.[0-9]*$|\1|}
 
Index: graphics/p5-Imager/Makefile
===================================================================
--- graphics/p5-Imager/Makefile	(revision 348292)
+++ graphics/p5-Imager/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Imager
 PORTVERSION=	0.98
+PORTREVISION=	1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
Index: graphics/p5-OpenGL/Makefile
===================================================================
--- graphics/p5-OpenGL/Makefile	(revision 348292)
+++ graphics/p5-OpenGL/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	OpenGL
 PORTVERSION=	0.66
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:CHM
Index: graphics/partio/Makefile
===================================================================
--- graphics/partio/Makefile	(revision 348292)
+++ graphics/partio/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	partio
 PORTVERSION=	1.1.0.20130624
+PORTREVISION=	1
 CATEGORIES=	graphics math
 
 MAINTAINER=	mva@FreeBSD.org
Index: graphics/pencil/Makefile
===================================================================
--- graphics/pencil/Makefile	(revision 348292)
+++ graphics/pencil/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pencil
 PORTVERSION=	0.4.4b
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}-planner/Pencil/${PORTVERSION}eta
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFFIX}
Index: graphics/pfstools/Makefile
===================================================================
--- graphics/pfstools/Makefile	(revision 348292)
+++ graphics/pfstools/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pfstools
 PORTVERSION=	1.6.4
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
Index: graphics/phplot/Makefile
===================================================================
--- graphics/phplot/Makefile	(revision 348292)
+++ graphics/phplot/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	phplot
 PORTVERSION=	6.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics www
 MASTER_SITES=	SF:source1 \
 		SF/${PORTNAME}/Manual/20130511:source2
@@ -32,7 +32,7 @@
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MFONTS}
-LIB_DEPENDS+=	freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS+=	libfreetype.so:${PORTSDIR}/print/freetype2
 .endif
 
 do-install:
Index: graphics/pngwriter/Makefile
===================================================================
--- graphics/pngwriter/Makefile	(revision 348292)
+++ graphics/pngwriter/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pngwriter
 PORTVERSION=	0.5.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
Index: graphics/podofo/Makefile
===================================================================
--- graphics/podofo/Makefile	(revision 348292)
+++ graphics/podofo/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	podofo
 PORTVERSION=	0.9.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics print
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}
 
Index: graphics/poppler/Makefile
===================================================================
--- graphics/poppler/Makefile	(revision 348292)
+++ graphics/poppler/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	poppler
 PORTVERSION=	0.24.5
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	graphics print
 MASTER_SITES=	http://poppler.freedesktop.org/
 
Index: graphics/pure-gl/Makefile
===================================================================
--- graphics/pure-gl/Makefile	(revision 348292)
+++ graphics/pure-gl/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pure-gl
 PORTVERSION=	0.8
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES	https://cdn.bitbucket.org/purelang/pure-lang/downloads/
 DIST_SUBDIR=	pure
Index: graphics/py-imaging/Makefile
===================================================================
--- graphics/py-imaging/Makefile	(revision 348292)
+++ graphics/py-imaging/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	imaging
 PORTVERSION=	1.1.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics python
 MASTER_SITES=	http://effbot.org/media/downloads/ \
 		http://www.pythonware.net/storage/
Index: graphics/py-opengl/Makefile
===================================================================
--- graphics/py-opengl/Makefile	(revision 348292)
+++ graphics/py-opengl/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opengl
 PORTVERSION=	3.0.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics python
 MASTER_SITES=	SF/py${PORTNAME}/PyOpenGL/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: graphics/py-pillow/Makefile
===================================================================
--- graphics/py-pillow/Makefile	(revision 348292)
+++ graphics/py-pillow/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pillow
 PORTVERSION=	2.3.0
+PORTREVISION=	1
 CATEGORIES=	graphics python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	${PORTNAME:C/p/P/}-${PORTVERSION}
Index: graphics/py-pyglet/Makefile
===================================================================
--- graphics/py-pyglet/Makefile	(revision 348292)
+++ graphics/py-pyglet/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pyglet
 PORTVERSION=	1.1.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics multimedia x11-toolkits python
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: graphics/py-soya3d/Makefile
===================================================================
--- graphics/py-soya3d/Makefile	(revision 348292)
+++ graphics/py-soya3d/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	soya3d
 PORTVERSION=	0.14
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics python
 MASTER_SITES=	http://download.gna.org/soya/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@
 BUILD_DEPENDS=	${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode \
 		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
 LIB_DEPENDS=	cal3d.12:${PORTSDIR}/graphics/cal3d \
-		freetype.9:${PORTSDIR}/print/freetype2
+		libfreetype.so:${PORTSDIR}/print/freetype2
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/editobj/editor.py:${PORTSDIR}/graphics/py-editobj \
 		${PYTHON_SITELIBDIR}/tofu/client.py:${PORTSDIR}/net/py-tofu \
 		${PYTHON_SITELIBDIR}/cerealizer/__init__.py:${PORTSDIR}/security/py-cerealizer
Index: graphics/pyro/Makefile
===================================================================
--- graphics/pyro/Makefile	(revision 348292)
+++ graphics/pyro/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pyro
 PORTVERSION=	1.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	http://nostatic.org/pyro/
 EXTRACT_SUFX=	.tgz
Index: graphics/quat-gui/Makefile
===================================================================
--- graphics/quat-gui/Makefile	(revision 348292)
+++ graphics/quat-gui/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	quat
 PORTVERSION=	1.20
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics
 #MASTER_SITES=	http://www.physcip.uni-stuttgart.de/phy11733/download/
 MASTER_SITES=	http://www.sourcefiles.org/Graphics/Fractals/
Index: graphics/quesa/Makefile
===================================================================
--- graphics/quesa/Makefile	(revision 348292)
+++ graphics/quesa/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	quesa
 PORTVERSION=	1.8
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 .ifdef (WITH_EXAMPLES)
Index: graphics/quesoglc/Makefile
===================================================================
--- graphics/quesoglc/Makefile	(revision 348292)
+++ graphics/quesoglc/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	quesoglc
 PORTVERSION=	0.7.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/QuesoGLC/${PORTVERSION}
 
Index: graphics/qxv/Makefile
===================================================================
--- graphics/qxv/Makefile	(revision 348292)
+++ graphics/qxv/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qxv
 PORTVERSION=	0.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES+=	graphics
 MASTER_SITES=	http://labs.freehackers.org/attachments/download/422/
 
@@ -22,11 +22,10 @@
 		libpcre.so:${PORTSDIR}/devel/pcre \
 		libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
 		libexpat.so:${PORTSDIR}/textproc/expat2 \
-		libxcb.so:${PORTSDIR}/x11/xcb
 
 USES=		iconv qmake
 USE_BZIP2=	yes
-USE_XORG=	sm xrender xext x11 xau xdmcp ice
+USE_XORG=	sm xrender xext x11 xau xdmcp ice xcb
 USE_QT4=	corelib gui moc_build uic_build rcc_build
 MAKE_JOBS_UNSAFE=	yes
 
Index: graphics/rawstudio/Makefile
===================================================================
--- graphics/rawstudio/Makefile	(revision 348292)
+++ graphics/rawstudio/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rawstudio
 PORTVERSION=	2.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	http://rawstudio.org/files/release/
 
Index: graphics/reallyslick/Makefile
===================================================================
--- graphics/reallyslick/Makefile	(revision 348292)
+++ graphics/reallyslick/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	reallyslick
 PORTVERSION=	0.9.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics
 MASTER_SITES=	SF/rss-glx/rss-glx/${PORTVERSION}
 DISTNAME=	rss-glx_${PORTVERSION}
Index: graphics/ruby-gd/Makefile
===================================================================
--- graphics/ruby-gd/Makefile	(revision 348292)
+++ graphics/ruby-gd/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gd
 PORTVERSION=	0.8.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics ruby
 MASTER_SITES=	http://www.daifukuya.com/archive/kagemai/lib/
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
Index: graphics/rubygem-opengl/Makefile
===================================================================
--- graphics/rubygem-opengl/Makefile	(revision 348292)
+++ graphics/rubygem-opengl/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	opengl
 PORTVERSION=	0.8.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics ruby
 MASTER_SITES=	RG
Index: graphics/sdl2_ttf/Makefile
===================================================================
--- graphics/sdl2_ttf/Makefile	(revision 348292)
+++ graphics/sdl2_ttf/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sdl2_ttf
 PORTVERSION=	2.0.12
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_ttf/release/
 DISTNAME=	SDL2_ttf-${PORTVERSION}
Index: graphics/sdl_ttf/Makefile
===================================================================
--- graphics/sdl_ttf/Makefile	(revision 348292)
+++ graphics/sdl_ttf/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdl_ttf
 PORTVERSION=	2.0.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_ttf/release/
 DISTNAME=	SDL_ttf-${PORTVERSION}
Index: graphics/silgraphite/Makefile
===================================================================
--- graphics/silgraphite/Makefile	(revision 348292)
+++ graphics/silgraphite/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	silgraphite
 PORTVERSION=	2.3.1
+PORTREVISION=	1
 CATEGORIES=	graphics devel
 MASTER_SITES=	SF
 
@@ -20,7 +21,7 @@
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MFREETYPE}
-LIB_DEPENDS+=	freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS+=	libfreetype.so:${PORTSDIR}/print/freetype2
 USES+=		iconv
 CONFIGURE_ARGS+=	--with-freetype
 PLIST_SUB+=	WITH_FREETYPE=""
Index: graphics/simpleviewer/Makefile
===================================================================
--- graphics/simpleviewer/Makefile	(revision 348292)
+++ graphics/simpleviewer/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	simpleviewer
 PORTVERSION=	1.7.1553.8560
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/OpenGL%20edition
 DISTNAME=	sviewgl-src-${PORTVERSION}
Index: graphics/sk1libs/Makefile
===================================================================
--- graphics/sk1libs/Makefile	(revision 348292)
+++ graphics/sk1libs/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sk1libs
 PORTVERSION=	0.9.1
+PORTREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	GOOGLE_CODE \
 		http://mirror.amdmi3.ru/distfiles/
Index: graphics/sodipodi/Makefile
===================================================================
--- graphics/sodipodi/Makefile	(revision 348292)
+++ graphics/sodipodi/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	sodipodi
 PORTVERSION=	0.34
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	graphics gnome
 MASTER_SITES=	SF
 
Index: graphics/sswf/Makefile
===================================================================
--- graphics/sswf/Makefile	(revision 348292)
+++ graphics/sswf/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sswf
 PORTVERSION=	1.8.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
Index: graphics/swfmill/Makefile
===================================================================
--- graphics/swfmill/Makefile	(revision 348292)
+++ graphics/swfmill/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	swfmill
 PORTVERSION=	0.3.3
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://swfmill.org/releases/
 
Index: graphics/swftools/Makefile
===================================================================
--- graphics/swftools/Makefile	(revision 348292)
+++ graphics/swftools/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	swftools
 PORTVERSION=	0.9.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.swftools.org/ \
 		http://www.c-s.li/ports/
Index: graphics/tiff/Makefile
===================================================================
--- graphics/tiff/Makefile	(revision 348292)
+++ graphics/tiff/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tiff
 PORTVERSION=	4.0.3
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.remotesensing.org/pub/libtiff/ \
 		http://download.osgeo.org/libtiff/
Index: graphics/tinyows/Makefile
===================================================================
--- graphics/tinyows/Makefile	(revision 348292)
+++ graphics/tinyows/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=		tinyows
 PORTVERSION=		1.1.0
+PORTREVISION=		1
 CATEGORIES=		graphics www geography
 MASTER_SITES=		http://download.osgeo.org/mapserver/
 
Index: graphics/tulip/Makefile
===================================================================
--- graphics/tulip/Makefile	(revision 348292)
+++ graphics/tulip/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tulip
 PORTVERSION=	3.8.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	SF/auber/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 DISTFILES=	${DISTNAME}-src${EXTRACT_SUFX}
@@ -11,7 +11,7 @@
 MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	A system dedicated to the visualization of huge graphs
 
-LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2 \
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
    		gzstream.0:${PORTSDIR}/devel/gzstream \
 		ftgl.2:${PORTSDIR}/graphics/ftgl \
 		qscintilla2:${PORTSDIR}/devel/qscintilla2 \
Index: graphics/vips/Makefile
===================================================================
--- graphics/vips/Makefile	(revision 348292)
+++ graphics/vips/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vips
 PORTVERSION=	7.26.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/
 
Index: graphics/webp/Makefile
===================================================================
--- graphics/webp/Makefile	(revision 348292)
+++ graphics/webp/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	webp
 PORTVERSION=	0.3.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	lib${PORTNAME}-${PORTVERSION}
Index: graphics/white_dune/Makefile
===================================================================
--- graphics/white_dune/Makefile	(revision 348292)
+++ graphics/white_dune/Makefile	(working copy)
@@ -4,7 +4,7 @@
 PORTNAME=	white_dune
 PORTVERSION=	${DISTVERSION:S/pl/./}
 DISTVERSION=	0.30pl5
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://vrml.cip.ica.uni-stuttgart.de/dune/
Index: graphics/xmms-dancingparticles/Makefile
===================================================================
--- graphics/xmms-dancingparticles/Makefile	(revision 348292)
+++ graphics/xmms-dancingparticles/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dancingparticles
 PORTVERSION=	0.6
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 MASTER_SITES=	http://tardyp.free.fr/dancingparticles/
 PKGNAMEPREFIX=	xmms-
Index: graphics/xmms-fishmatic/Makefile
===================================================================
--- graphics/xmms-fishmatic/Makefile	(revision 348292)
+++ graphics/xmms-fishmatic/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmms-fishmatic
 PORTVERSION=	0.0.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics
 MASTER_SITES=	http://stukach.com/hosted/
 DISTNAME=	fishmatic
Index: graphics/xmms-paranormal/Makefile
===================================================================
--- graphics/xmms-paranormal/Makefile	(revision 348292)
+++ graphics/xmms-paranormal/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmms-paranormal
 PORTVERSION=	0.2.0
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics
 MASTER_SITES=	SF/paranormal/old-paranormal-xmms/${PORTVERSION}
 DISTNAME=	paranormal-${PORTVERSION:S/.p/pre/}
Index: graphics/xpaint/Makefile
===================================================================
--- graphics/xpaint/Makefile	(revision 348292)
+++ graphics/xpaint/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xpaint
 PORTVERSION=	2.9.10
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
Index: graphics/xpdf/Makefile
===================================================================
--- graphics/xpdf/Makefile	(revision 348292)
+++ graphics/xpdf/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xpdf
 PORTVERSION=	3.03
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics print
 MASTER_SITES=	ftp://ftp.foolabs.com/pub/xpdf/ \
 		${MASTER_SITE_TEX_CTAN}
Index: graphics/xsane/Makefile
===================================================================
--- graphics/xsane/Makefile	(revision 348292)
+++ graphics/xsane/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xsane
 PORTVERSION=	0.999
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.xsane.org/download/
 
Index: graphics/zbar/Makefile
===================================================================
--- graphics/zbar/Makefile	(revision 348292)
+++ graphics/zbar/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zbar
 PORTVERSION=	0.10
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
Index: irc/hexchat/Makefile
===================================================================
--- irc/hexchat/Makefile	(revision 348292)
+++ irc/hexchat/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hexchat
 PORTVERSION=	2.9.6.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	irc gnome ipv6
 MASTER_SITES=	http://dl.hexchat.org/${PORTNAME}/
 
Index: irc/minbif/Makefile
===================================================================
--- irc/minbif/Makefile	(revision 348292)
+++ irc/minbif/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	minbif
 PORTVERSION=	1.0.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	irc net-im
 MASTER_SITES=	https://symlink.me/attachments/download/148/
 
Index: japanese/mozc-server/Makefile
===================================================================
--- japanese/mozc-server/Makefile	(revision 348292)
+++ japanese/mozc-server/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mozc
 PORTVERSION=	1.11.1502.102
+PORTREVISION=	1
 CATEGORIES=	japanese
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
Index: japanese/ochusha/Makefile
===================================================================
--- japanese/ochusha/Makefile	(revision 348292)
+++ japanese/ochusha/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ochusha
 PORTVERSION=	0.5.8.2
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	japanese
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
 MASTER_SITE_SUBDIR=		ochusha/16560
Index: japanese/xdtp/Makefile
===================================================================
--- japanese/xdtp/Makefile	(revision 348292)
+++ japanese/xdtp/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xdtp
 PORTVERSION=	1.5.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	japanese
 MASTER_SITES=	http://www.ongs.co.jp/software/xdtp/
 EXTRACT_SUFX=	.tgz
Index: japanese/xdvik/Makefile
===================================================================
--- japanese/xdvik/Makefile	(revision 348292)
+++ japanese/xdvik/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xdvik
 PORTVERSION=	${VERSION_XDVIK}.${VERSION_JPATCH}
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	japanese print
 MASTER_SITES=	SF/xdvi/OldFiles
 PKGNAMESUFFIX=	-tetex
Index: java/openjdk7/Makefile
===================================================================
--- java/openjdk7/Makefile	(revision 348292)
+++ java/openjdk7/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openjdk
 PORTVERSION=	${JDK_MAJOR_VERSION}.${PORT_MINOR_VERSION}.${PORT_BUILD_NUMBER}
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	java devel
 MASTER_SITES=	http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}u${JDK_MINOR_VERSION}/promoted/b${JDK_BUILD_NUMBER}/ \
Index: lang/ferite/Makefile
===================================================================
--- lang/ferite/Makefile	(revision 348292)
+++ lang/ferite/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ferite
 PORTVERSION=	1.0.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	lang
 MASTER_SITES=	SF
 
@@ -11,7 +11,7 @@
 COMMENT=	An embeddable scripting language
 
 LIB_DEPENDS=	pcre.3:${PORTSDIR}/devel/pcre \
-		xml2.5:${PORTSDIR}/textproc/libxml2
+		libxml2.so:${PORTSDIR}/textproc/libxml2
 
 USE_AUTOTOOLS=	libtool
 USE_GMAKE=	yes
Index: lang/fpc-units/Makefile
===================================================================
--- lang/fpc-units/Makefile	(revision 348292)
+++ lang/fpc-units/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	units
 PORTVERSION=	2.6.2
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	# none
 PKGNAMEPREFIX=	fpc-
Index: lang/gnustep-base/Makefile
===================================================================
--- lang/gnustep-base/Makefile	(revision 348292)
+++ lang/gnustep-base/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnustep-base
 PORTVERSION=	1.24.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang devel gnustep
 MASTER_SITES=	${MASTER_SITE_GNUSTEP}
 MASTER_SITE_SUBDIR=	core
Index: lang/hiphop-php/Makefile
===================================================================
--- lang/hiphop-php/Makefile	(revision 348292)
+++ lang/hiphop-php/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hiphop-php
 PORTVERSION=	2.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	lang devel www
 MASTER_SITES=	https://github.com/facebook/hiphop-php/archive/:main \
 		http://unicode.org/Public/UNIDATA/:unidata \
Index: lang/hugs/Makefile
===================================================================
--- lang/hugs/Makefile	(revision 348292)
+++ lang/hugs/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hugs98
 PORTVERSION=	200609
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	lang haskell
 MASTER_SITES=	http://cvs.haskell.org/Hugs/downloads/2006-09/
 DISTNAME=	${PORTNAME}-plus-${HUGS_DATE}
Index: lang/ofc/Makefile
===================================================================
--- lang/ofc/Makefile	(revision 348292)
+++ lang/ofc/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ofc
 PORTVERSION=	0.8.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	lang
 MASTER_SITES=	GOOGLE_CODE
 
Index: lang/phantomjs/Makefile
===================================================================
--- lang/phantomjs/Makefile	(revision 348292)
+++ lang/phantomjs/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	phantomjs
 PORTVERSION=	1.9.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTNAME=	${PORTNAME}-${PORTVERSION}-source
Index: lang/php5/Makefile
===================================================================
--- lang/php5/Makefile	(revision 348292)
+++ lang/php5/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	php5
 PORTVERSION=	5.4.26
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	lang devel www
 MASTER_SITES=	${MASTER_SITE_PHP}
 MASTER_SITE_SUBDIR=	distributions
Index: lang/php53/Makefile
===================================================================
--- lang/php53/Makefile	(revision 348292)
+++ lang/php53/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	php53
 PORTVERSION=	5.3.28
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	lang devel www
 MASTER_SITES=	${MASTER_SITE_PHP}
 MASTER_SITE_SUBDIR=	distributions
Index: lang/php55/Makefile
===================================================================
--- lang/php55/Makefile	(revision 348292)
+++ lang/php55/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	php55
 PORTVERSION=	5.5.10
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	lang devel www
 MASTER_SITES=	${MASTER_SITE_PHP}
 MASTER_SITE_SUBDIR=	distributions
Index: lang/pike76/Makefile
===================================================================
--- lang/pike76/Makefile	(revision 348292)
+++ lang/pike76/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pike76
 PORTVERSION=	7.6.132
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
 		http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
Index: lang/pike78/Makefile
===================================================================
--- lang/pike78/Makefile	(revision 348292)
+++ lang/pike78/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pike78
 PORTVERSION=	7.8.700
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	lang
 MASTER_SITES=	http://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
 		ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
Index: lang/smalltalk/Makefile
===================================================================
--- lang/smalltalk/Makefile	(revision 348292)
+++ lang/smalltalk/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	smalltalk
 PORTVERSION=	3.2.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	GNU
 
Index: mail/cone/Makefile
===================================================================
--- mail/cone/Makefile	(revision 348292)
+++ mail/cone/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cone
 PORTVERSION=	0.90
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 NO_STAGE=	yes
 # This is for beta versions, leave it in please:
Index: mail/gnome-gmail-notifier/Makefile
===================================================================
--- mail/gnome-gmail-notifier/Makefile	(revision 348292)
+++ mail/gnome-gmail-notifier/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gnome-gmail-notifier
 PORTVERSION=	0.10.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	mail deskutils
 MASTER_SITES=	GOOGLE_CODE
 
Index: mail/hotwayd/Makefile
===================================================================
--- mail/hotwayd/Makefile	(revision 348292)
+++ mail/hotwayd/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hotwayd
 PORTVERSION=	0.8.4
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	mail
 MASTER_SITES=	SF
Index: mail/mail-notification/Makefile
===================================================================
--- mail/mail-notification/Makefile	(revision 348292)
+++ mail/mail-notification/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mail-notification
 DISTVERSION=	5.4
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	mail ipv6
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	mailnotify
Index: mail/synonym/Makefile
===================================================================
--- mail/synonym/Makefile	(revision 348292)
+++ mail/synonym/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	synonym
 PORTVERSION=	0.4.3
+PORTREVISION=	1
 CATEGORIES=	mail security
 MASTER_SITES=	http://www.dv8.ro/Synonym/Synonym/source/
 DISTNAME=	${PORTNAME}-0.4-3
Index: math/abs/Makefile
===================================================================
--- math/abs/Makefile	(revision 348292)
+++ math/abs/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	abs
 PORTVERSION=	0908
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 MASTER_SITES=	http://utenti.gufi.org/~gmarco/files/distfiles/ \
 		http://fresh.t-systems-sfr.com/unix/src/privat2/
Index: math/asir2000/Makefile
===================================================================
--- math/asir2000/Makefile	(revision 348292)
+++ math/asir2000/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	asir
 PORTVERSION=	20110810
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	ftp://ftp.jssac.org/pub/distfiles/asir/ \
 		ftp://ftp.asir.org/pub/asir/src/ \
Index: math/asymptote/Makefile
===================================================================
--- math/asymptote/Makefile	(revision 348292)
+++ math/asymptote/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	asymptote
 PORTVERSION=	2.16
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTVERSION}
Index: math/carve/Makefile
===================================================================
--- math/carve/Makefile	(revision 348292)
+++ math/carve/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	carve
 PORTVERSION=	1.4.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 EXTRACT_SUFX=	.tgz
Index: math/ggobi/Makefile
===================================================================
--- math/ggobi/Makefile	(revision 348292)
+++ math/ggobi/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ggobi
 PORTVERSION=	2.1.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math graphics
 MASTER_SITES=	http://www.ggobi.org/downloads/
 
Index: math/gkmap/Makefile
===================================================================
--- math/gkmap/Makefile	(revision 348292)
+++ math/gkmap/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gkmap
 PORTVERSION=	0.2
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	SF/gkmap/gkmap/gkmap-${PORTVERSION}/
 
Index: math/gnuplot/Makefile
===================================================================
--- math/gnuplot/Makefile	(revision 348292)
+++ math/gnuplot/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gnuplot
 PORTVERSION=	4.6.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math graphics
 MASTER_SITES=	SF
 
Index: math/gretl/Makefile
===================================================================
--- math/gretl/Makefile	(revision 348292)
+++ math/gretl/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gretl
 PORTVERSION=	1.9.13
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math finance
 MASTER_SITES=	SF
 
Index: math/hexcalc/Makefile
===================================================================
--- math/hexcalc/Makefile	(revision 348292)
+++ math/hexcalc/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hexcalc
 PORTVERSION=	1.11
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	http://www.berklix.com/~jhs/ftp/FreeBSD/ports/distfiles/
 DISTNAME=	${PORTNAME}
Index: math/igraph/Makefile
===================================================================
--- math/igraph/Makefile	(revision 348292)
+++ math/igraph/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	igraph
 PORTVERSION=	0.5.4
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	SF/${PORTNAME}/C%20library/${PORTVERSION}
 
Index: math/libqalculate/Makefile
===================================================================
--- math/libqalculate/Makefile	(revision 348292)
+++ math/libqalculate/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libqalculate
 PORTVERSION=	0.9.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	SF/qalculate/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
Index: math/mate-calc/Makefile
===================================================================
--- math/mate-calc/Makefile	(revision 348292)
+++ math/mate-calc/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mate-calc
 PORTVERSION=	1.6.0
+PORTREVISION=	1
 CATEGORIES=	math mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
Index: math/ploticus/Makefile
===================================================================
--- math/ploticus/Makefile	(revision 348292)
+++ math/ploticus/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ploticus
 PORTVERSION=	2.40
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	math
 MASTER_SITES=	SF
 DISTNAME=	pl${PORTVERSION:S/.//}src
@@ -15,7 +15,7 @@
 		jpeg:${PORTSDIR}/graphics/jpeg \
 		ming:${PORTSDIR}/graphics/ming \
 		png15:${PORTSDIR}/graphics/png \
-		freetype:${PORTSDIR}/print/freetype2
+		libfreetype.so:${PORTSDIR}/print/freetype2
 
 BUILD_WRKSRC=	${WRKSRC}/src
 
Index: math/plplot/Makefile
===================================================================
--- math/plplot/Makefile	(revision 348292)
+++ math/plplot/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	plplot
 PORTVERSION=	5.10.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math science
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source
 
Index: math/pspp/Makefile
===================================================================
--- math/pspp/Makefile	(revision 348292)
+++ math/pspp/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pspp
 PORTVERSION=	0.6.2
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	math
 MASTER_SITES=	GNU
 
Index: math/py-igraph/Makefile
===================================================================
--- math/py-igraph/Makefile	(revision 348292)
+++ math/py-igraph/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	igraph
 PORTVERSION=	0.5.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: math/py-matplotlib/Makefile
===================================================================
--- math/py-matplotlib/Makefile	(revision 348292)
+++ math/py-matplotlib/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	matplotlib
 PORTVERSION=	1.2.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math python
 MASTER_SITES=	http://cloud.github.com/downloads/matplotlib/matplotlib/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: math/ros-geometry/Makefile
===================================================================
--- math/ros-geometry/Makefile	(revision 348292)
+++ math/ros-geometry/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ros-geometry
 PORTVERSION=	1.4.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 MASTER_SITES=	https://code.ros.org/svn/release/download/stacks/${STACKNAME}/${STACKNAME}-${PORTVERSION}/:rel \
 		http://pr.willowgarage.com/downloads/:pr \
Index: math/scilab/Makefile
===================================================================
--- math/scilab/Makefile	(revision 348292)
+++ math/scilab/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scilab
 PORTVERSION=	5.3.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	math cad parallel java
 MASTER_SITES=	http://www.scilab.org/download/${PORTVERSION}/:scilab \
 		http://www.predatorlabs.net/dl/:jgraphx \
Index: math/tablix/Makefile
===================================================================
--- math/tablix/Makefile	(revision 348292)
+++ math/tablix/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tablix2
 PORTVERSION=	0.3.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math www
 MASTER_SITES=	http://www.tablix.org/releases/stable/ \
 		http://my.samba.org/
Index: math/timbl/Makefile
===================================================================
--- math/timbl/Makefile	(revision 348292)
+++ math/timbl/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	timbl
 PORTVERSION=	6.4.2
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	http://ilk.uvt.nl/downloads/pub/software/
 
Index: math/wxMaxima/Makefile
===================================================================
--- math/wxMaxima/Makefile	(revision 348292)
+++ math/wxMaxima/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wxMaxima
 PORTVERSION=	13.04.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
Index: math/xgobi/Makefile
===================================================================
--- math/xgobi/Makefile	(revision 348292)
+++ math/xgobi/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xgobi
 PORTVERSION=	2002.06.20
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math graphics
 MASTER_SITES=	http://public.research.att.com/~stat/xgobi/
 DISTNAME=	xgobi
Index: math/xspread/Makefile
===================================================================
--- math/xspread/Makefile	(revision 348292)
+++ math/xspread/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xspread
 PORTVERSION=	3.1.1c
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	http://archive.debian.org/%SUBDIR%/ \
 		http://mirror.safehostnet.com/debian-archive/%SUBDIR%/ \
Index: misc/gimp-help-en/Makefile
===================================================================
--- misc/gimp-help-en/Makefile	(revision 348292)
+++ misc/gimp-help-en/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gimp-help
 PORTVERSION=	2.8.1
+PORTREVISION=	1
 CATEGORIES?=	misc graphics
 MASTER_SITES=	ftp://ftp.gimp.org/pub/%SUBDIR%/ \
 		http://gimp.mirrors.hoobly.com/%SUBDIR%/ \
Index: misc/hotkeys/Makefile
===================================================================
--- misc/hotkeys/Makefile	(revision 348292)
+++ misc/hotkeys/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hotkeys
 PORTVERSION=	0.5.7.1
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	misc
 MASTER_SITES=	http://ypwong.org/hotkeys/${PORTVERSION}/
 DISTNAME=	hotkeys_${PORTVERSION}
Index: misc/libisocodes/Makefile
===================================================================
--- misc/libisocodes/Makefile	(revision 348292)
+++ misc/libisocodes/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libisocodes
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	http://pkg-isocodes.alioth.debian.org/downloads/
 
Index: misc/libmetalink/Makefile
===================================================================
--- misc/libmetalink/Makefile	(revision 348292)
+++ misc/libmetalink/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libmetalink
 PORTVERSION=	0.1.2
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ \
 		LOCAL/sunpoet
Index: misc/libsupertone/Makefile
===================================================================
--- misc/libsupertone/Makefile	(revision 348292)
+++ misc/libsupertone/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libsupertone
 PORTVERSION=	0.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 MASTER_SITES=	http://www.soft-switch.org/downloads/unicall/
 EXTRACT_SUFX=	.tgz
Index: misc/nut/Makefile
===================================================================
--- misc/nut/Makefile	(revision 348292)
+++ misc/nut/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nut
 PORTVERSION=	18.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	health-
@@ -32,7 +32,7 @@
 
 .if ${PORT_OPTIONS:MFLTK}
 LIB_DEPENDS+=	pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
-		freetype:${PORTSDIR}/print/freetype2 \
+		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		expat:${PORTSDIR}/textproc/expat2 \
 		fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
 		fltk_images:${PORTSDIR}/x11-toolkits/fltk
Index: misc/parley/Makefile
===================================================================
--- misc/parley/Makefile	(revision 348292)
+++ misc/parley/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	parley
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	misc kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
Index: misc/shared-mime-info/Makefile
===================================================================
--- misc/shared-mime-info/Makefile	(revision 348292)
+++ misc/shared-mime-info/Makefile	(working copy)
@@ -4,6 +4,7 @@
 
 PORTNAME=	shared-mime-info
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	misc gnome
 MASTER_SITES=	http://people.freedesktop.org/~hadess/
 
Index: misc/xfce4-weather-plugin/Makefile
===================================================================
--- misc/xfce4-weather-plugin/Makefile	(revision 348292)
+++ misc/xfce4-weather-plugin/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xfce4-weather-plugin
 PORTVERSION=	0.8.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc xfce geography
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
Index: multimedia/audacious/Makefile
===================================================================
--- multimedia/audacious/Makefile	(revision 348292)
+++ multimedia/audacious/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	audacious
 PORTVERSION=	3.4.3
+PORTREVISION=	1
 CATEGORIES=	multimedia audio
 MASTER_SITES=	http://distfiles.audacious-media-player.org/
 
@@ -11,7 +12,7 @@
 
 LIB_DEPENDS=	mcs:${PORTSDIR}/devel/libmcs \
 		mowgli:${PORTSDIR}/devel/libmowgli \
-		xml2:${PORTSDIR}/textproc/libxml2
+		libxml2.so:${PORTSDIR}/textproc/libxml2
 
 GNU_CONFIGURE=	yes
 USES=		pkgconfig gmake
Index: multimedia/dtv/Makefile
===================================================================
--- multimedia/dtv/Makefile	(revision 348292)
+++ multimedia/dtv/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dtv
 PORTVERSION=	0.50
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia
 MASTER_SITES=	http://apollo.backplane.com/FreeBSDPorts/
 
Index: multimedia/dvdauthor/Makefile
===================================================================
--- multimedia/dvdauthor/Makefile	(revision 348292)
+++ multimedia/dvdauthor/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dvdauthor
 PORTVERSION=	0.7.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	SF
 
Index: multimedia/ffmpeg/Makefile
===================================================================
--- multimedia/ffmpeg/Makefile	(revision 348292)
+++ multimedia/ffmpeg/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ffmpeg
 PORTVERSION=	2.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	http://ffmpeg.org/releases/
Index: multimedia/ffmpeg0/Makefile
===================================================================
--- multimedia/ffmpeg0/Makefile	(revision 348292)
+++ multimedia/ffmpeg0/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ffmpeg
 PORTVERSION=	0.7.16
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	http://ffmpeg.org/releases/
Index: multimedia/freetuxtv/Makefile
===================================================================
--- multimedia/freetuxtv/Makefile	(revision 348292)
+++ multimedia/freetuxtv/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	freetuxtv
 PORTVERSION=	0.6.5
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	multimedia
 MASTER_SITES=	GOOGLE_CODE
 
Index: multimedia/gmerlin/Makefile
===================================================================
--- multimedia/gmerlin/Makefile	(revision 348292)
+++ multimedia/gmerlin/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gmerlin
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	SF
 
Index: multimedia/gstreamer/Makefile
===================================================================
--- multimedia/gstreamer/Makefile	(revision 348292)
+++ multimedia/gstreamer/Makefile	(working copy)
@@ -4,6 +4,7 @@
 
 PORTNAME=	gstreamer
 PORTVERSION=	0.10.36
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://gstreamer.freedesktop.org/src/gstreamer/
 
Index: multimedia/gstreamer1-plugins/Makefile
===================================================================
--- multimedia/gstreamer1-plugins/Makefile	(revision 348292)
+++ multimedia/gstreamer1-plugins/Makefile	(working copy)
@@ -6,7 +6,7 @@
 PORTVERSION?=	${BASE_PORTVERSION}
 # When chasing a shared library for a plug-in bump the PORTREVISION in the
 # plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}.
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	multimedia audio
 MASTER_SITES=	http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \
 		http://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \
Index: multimedia/gxine/Makefile
===================================================================
--- multimedia/gxine/Makefile	(revision 348292)
+++ multimedia/gxine/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gxine
 PORTVERSION=	0.5.907
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/xine/${PORTNAME}/${PORTVERSION}
 
Index: multimedia/handbrake/Makefile
===================================================================
--- multimedia/handbrake/Makefile	(revision 348292)
+++ multimedia/handbrake/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	handbrake
 PORTVERSION=	0.9.9
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION} \
 		http://download.handbrake.fr/handbrake/contrib/:contrib
Index: multimedia/libass/Makefile
===================================================================
--- multimedia/libass/Makefile	(revision 348292)
+++ multimedia/libass/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libass
 PORTVERSION=	0.10.2
+PORTREVISION=	1
 CATEGORIES=	multimedia devel
 MASTER_SITES=	GOOGLE_CODE
 
Index: multimedia/libav/Makefile
===================================================================
--- multimedia/libav/Makefile	(revision 348292)
+++ multimedia/libav/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libav
 PORTVERSION=	9.10
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	http://libav.org/releases/
 
Index: multimedia/libbluray/Makefile
===================================================================
--- multimedia/libbluray/Makefile	(revision 348292)
+++ multimedia/libbluray/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libbluray
 PORTVERSION=	0.3.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
Index: multimedia/libxine/Makefile
===================================================================
--- multimedia/libxine/Makefile	(revision 348292)
+++ multimedia/libxine/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xine
 PORTVERSION=	1.2.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	multimedia ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION}
 PKGNAMEPREFIX=	lib
Index: multimedia/mlt/Makefile
===================================================================
--- multimedia/mlt/Makefile	(revision 348292)
+++ multimedia/mlt/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mlt
 PORTVERSION=	0.9.0
-PORTREVISION?=	2
+PORTREVISION?=	3
 CATEGORIES?=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 
Index: multimedia/mplayer2/Makefile
===================================================================
--- multimedia/mplayer2/Makefile	(revision 348292)
+++ multimedia/mplayer2/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mplayer2
 PORTVERSION=	${MPLAYER2_PORT_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia audio
 MASTER_SITES=	LOCAL/gblach/
 
Index: multimedia/mythtv/Makefile
===================================================================
--- multimedia/mythtv/Makefile	(revision 348292)
+++ multimedia/mythtv/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mythtv
 PORTVERSION=	0.27.0.20140121
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://people.freebsd.org/~decke/distfiles/
 
Index: multimedia/mythtv-frontend/Makefile
===================================================================
--- multimedia/mythtv-frontend/Makefile	(revision 348292)
+++ multimedia/mythtv-frontend/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mythtv-frontend
 PORTVERSION=	0.27.0.20140121
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://people.freebsd.org/~decke/distfiles/
 DISTNAME=	mythtv-${PORTVERSION}
Index: multimedia/ogmrip/Makefile
===================================================================
--- multimedia/ogmrip/Makefile	(revision 348292)
+++ multimedia/ogmrip/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ogmrip
 PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}
 
Index: multimedia/phonon-gstreamer/Makefile
===================================================================
--- multimedia/phonon-gstreamer/Makefile	(revision 348292)
+++ multimedia/phonon-gstreamer/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	phonon
 PORTVERSION=	4.7.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION}
 PKGNAMESUFFIX=	-gstreamer
Index: multimedia/phonon-xine/Makefile
===================================================================
--- multimedia/phonon-xine/Makefile	(revision 348292)
+++ multimedia/phonon-xine/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	phonon
 PORTVERSION=	4.4.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	multimedia kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION}/src
 PKGNAMESUFFIX=	-xine
Index: multimedia/py-gstreamer/Makefile
===================================================================
--- multimedia/py-gstreamer/Makefile	(revision 348292)
+++ multimedia/py-gstreamer/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gstreamer
 PORTVERSION=	0.10.22
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia python gnome
 MASTER_SITES=	http://gstreamer.freedesktop.org/src/gst-python/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: multimedia/py-kaa-base/Makefile
===================================================================
--- multimedia/py-kaa-base/Makefile	(revision 348292)
+++ multimedia/py-kaa-base/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kaa-base
 PORTVERSION=	0.6.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	multimedia python
 MASTER_SITES=	SF/freevo/${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: multimedia/totem-pl-parser/Makefile
===================================================================
--- multimedia/totem-pl-parser/Makefile	(revision 348292)
+++ multimedia/totem-pl-parser/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	totem-pl-parser
 PORTVERSION=	2.32.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
Index: multimedia/transcode/Makefile
===================================================================
--- multimedia/transcode/Makefile	(revision 348292)
+++ multimedia/transcode/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	transcode
 PORTVERSION=	1.1.7
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	multimedia
 MASTER_SITES=	http://cdn.bitbucket.org/france/transcode-tcforge/downloads/
 
Index: multimedia/vcdimager/Makefile
===================================================================
--- multimedia/vcdimager/Makefile	(revision 348292)
+++ multimedia/vcdimager/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vcdimager
 PORTVERSION=	0.7.24
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	vcdimager
Index: multimedia/vdr-plugin-softhddevice/Makefile
===================================================================
--- multimedia/vdr-plugin-softhddevice/Makefile	(revision 348292)
+++ multimedia/vdr-plugin-softhddevice/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vdr-plugin-softhddevice
 PORTVERSION=	0.5.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 MASTER_SITES=	http://projects.vdr-developer.org/attachments/download/1000/
 DISTNAME=	${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
Index: multimedia/vdr-plugin-xineliboutput/Makefile
===================================================================
--- multimedia/vdr-plugin-xineliboutput/Makefile	(revision 348292)
+++ multimedia/vdr-plugin-xineliboutput/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vdr-plugin-xineliboutput
 PORTVERSION=	1.0.90s20120511
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	multimedia
 MASTER_SITES=	SF:release \
 		LOCAL:snapshot
Index: multimedia/vlc/Makefile
===================================================================
--- multimedia/vlc/Makefile	(revision 348292)
+++ multimedia/vlc/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vlc
 DISTVERSION=	2.1.2
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	4
 CATEGORIES=	multimedia audio ipv6 net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
Index: net/Sockets/Makefile
===================================================================
--- net/Sockets/Makefile	(revision 348292)
+++ net/Sockets/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Sockets
 PORTVERSION=	2.3.9.9
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.alhem.net/Sockets/ \
 		http://www.netfence.it/Sockets/
Index: net/asterisk/Makefile
===================================================================
--- net/asterisk/Makefile	(revision 348292)
+++ net/asterisk/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	asterisk
 PORTVERSION=	1.8.26.1
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://downloads.asterisk.org/pub/telephony/asterisk/ \
 		http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
Index: net/asterisk11/Makefile
===================================================================
--- net/asterisk11/Makefile	(revision 348292)
+++ net/asterisk11/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	asterisk
 PORTVERSION=	11.8.1
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://downloads.asterisk.org/pub/telephony/asterisk/ \
 		http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
Index: net/boinc-client/Makefile
===================================================================
--- net/boinc-client/Makefile	(revision 348292)
+++ net/boinc-client/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	boinc-client
 PORTVERSION=	7.2.33
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_LOCAL} \
 		ftp://rene-ladan.nl/pub/distfiles/
Index: net/cvsup/Makefile
===================================================================
--- net/cvsup/Makefile	(revision 348292)
+++ net/cvsup/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cvsup
 PORTVERSION=	16.1h
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net devel
 MASTER_SITES=	${MASTER_SITE_FREEBSD_ORG}
 MASTER_SITE_SUBDIR=development/CVSup/snapshots
Index: net/freedbd/Makefile
===================================================================
--- net/freedbd/Makefile	(revision 348292)
+++ net/freedbd/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	freedbd
 PORTVERSION=	0.1
+PORTREVISION=	1
 CATEGORIES=	net audio
 MASTER_SITES=	http://rink.nu/downloads/projects/
 
Index: net/libcmis/Makefile
===================================================================
--- net/libcmis/Makefile	(revision 348292)
+++ net/libcmis/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libcmis
 PORTVERSION=	0.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net devel
 MASTER_SITES=	SF/${PORTNAME}
 
Index: net/libmateweather/Makefile
===================================================================
--- net/libmateweather/Makefile	(revision 348292)
+++ net/libmateweather/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libmateweather
 PORTVERSION=	1.6.2
+PORTREVISION=	1
 CATEGORIES=	net mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
Index: net/ntop/Makefile
===================================================================
--- net/ntop/Makefile	(revision 348292)
+++ net/ntop/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ntop
 PORTVERSION=	5.0.1
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Stable
 
Index: net/openser/Makefile
===================================================================
--- net/openser/Makefile	(revision 348292)
+++ net/openser/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openser
 PORTVERSION=	1.2.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	http://openser.org/pub/openser/${PORTVERSION}/src/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-tls_src
Index: net/ser/Makefile
===================================================================
--- net/ser/Makefile	(revision 348292)
+++ net/ser/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ser
 PORTVERSION=	0.9.6
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	net
 MASTER_SITES=	http://download.berlios.de/ser/ \
 		http://download2.berlios.de/ser/
Index: net/tigervnc/Makefile
===================================================================
--- net/tigervnc/Makefile	(revision 348292)
+++ net/tigervnc/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tigervnc
 PORTVERSION=	1.3.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net x11-servers
 MASTER_SITES=	SF:tigervnc
 MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTVERSION}/:tigervnc
Index: net/twitux/Makefile
===================================================================
--- net/twitux/Makefile	(revision 348292)
+++ net/twitux/Makefile	(working copy)
@@ -1,24 +1,24 @@
 # Created by: Arnaud Berthomier
 # $FreeBSD$
 
-PORTNAME=		twitux
+PORTNAME=	twitux
 PORTVERSION=	0.69
-PORTREVISION=	6
-CATEGORIES=		net
+PORTREVISION=	7
+CATEGORIES=	net
 MASTER_SITES=	SF
 
-MAINTAINER=		oz@cyprio.net
-COMMENT=		GNOME client for Twitter
+MAINTAINER=	oz@cyprio.net
+COMMENT=	GNOME client for Twitter
 
 LIB_DEPENDS=	soup-2.4.1:${PORTSDIR}/devel/libsoup \
-	sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
-	notify.4:${PORTSDIR}/devel/libnotify \
-	canberra:${PORTSDIR}/audio/libcanberra
+		sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
+		notify.4:${PORTSDIR}/devel/libnotify \
+		canberra:${PORTSDIR}/audio/libcanberra
 
-USE_XORG=		x11
-USE_GNOME=		glib20 gtk20 gconf2 libxml2 gnomedocutils
+USE_XORG=	x11
+USE_GNOME=	glib20 gtk20 gconf2 libxml2 gnomedocutils
 INSTALLS_OMF=	yes
-USE_BZIP2=		yes
+USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USES=		gettext gmake pkgconfig
 CONFIGURE_ENV+=	GMSGFMT="${LOCALBASE}/bin/msgfmt"
Index: net/x11vnc/Makefile
===================================================================
--- net/x11vnc/Makefile	(revision 348292)
+++ net/x11vnc/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	x11vnc
 PORTVERSION=	0.9.13
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	SF/libvncserver/${PORTNAME}/${PORTVERSION}
 
Index: net/yaz/Makefile
===================================================================
--- net/yaz/Makefile	(revision 348292)
+++ net/yaz/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	yaz
 PORTVERSION=	5.0.18
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
 
Index: net-im/ekiga/Makefile
===================================================================
--- net-im/ekiga/Makefile	(revision 348292)
+++ net-im/ekiga/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ekiga
 PORTVERSION=	4.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im
 MASTER_SITES=	GNOME
 #MASTER_SITES=	http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/
Index: net-im/kmess-kde4/Makefile
===================================================================
--- net-im/kmess-kde4/Makefile	(revision 348292)
+++ net-im/kmess-kde4/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kmess
 PORTVERSION=	2.0.6.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im kde
 MASTER_SITES=	SF/${PORTNAME}/Latest%20versions/${PORTVERSION}/
 
Index: net-im/kopete-kde4/Makefile
===================================================================
--- net-im/kopete-kde4/Makefile	(revision 348292)
+++ net-im/kopete-kde4/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kopete
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net-im kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
Index: net-im/libpurple/Makefile
===================================================================
--- net-im/libpurple/Makefile	(revision 348292)
+++ net-im/libpurple/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME?=	libpurple
 PORTVERSION=	2.10.9
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	net-im
 MASTER_SITES=	SF/pidgin/Pidgin/${PORTVERSION}
 DISTNAME=	pidgin-${PORTVERSION}
Index: net-im/pidgin-twitter/Makefile
===================================================================
--- net-im/pidgin-twitter/Makefile	(revision 348292)
+++ net-im/pidgin-twitter/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pidgin-twitter
 PORTVERSION=	0.9.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im
 MASTER_SITES=	http://www.honeyplanet.jp/
 
Index: net-im/py-pyxmpp/Makefile
===================================================================
--- net-im/py-pyxmpp/Makefile	(revision 348292)
+++ net-im/py-pyxmpp/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pyxmpp
 PORTVERSION=	1.1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im python
 MASTER_SITES=	http://cloud.github.com/downloads/Jajcus/pyxmpp/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: net-im/telepathy-logger/Makefile
===================================================================
--- net-im/telepathy-logger/Makefile	(revision 348292)
+++ net-im/telepathy-logger/Makefile	(working copy)
@@ -4,6 +4,7 @@
 
 PORTNAME=	telepathy-logger
 PORTVERSION=	0.4.0
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	http://telepathy.freedesktop.org/releases/${PORTNAME}/
 
Index: net-im/telepathy-logger-qt4/Makefile
===================================================================
--- net-im/telepathy-logger-qt4/Makefile	(revision 348292)
+++ net-im/telepathy-logger-qt4/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	telepathy-logger-qt4
 PORTVERSION=	0.6.0
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	stable/kde-telepathy/${PORTVERSION}/src
Index: net-mgmt/collectd/Makefile
===================================================================
--- net-mgmt/collectd/Makefile	(revision 348292)
+++ net-mgmt/collectd/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	collectd
 PORTVERSION=	4.10.9
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://collectd.org/files/
 
Index: net-mgmt/collectd5/Makefile
===================================================================
--- net-mgmt/collectd5/Makefile	(revision 348292)
+++ net-mgmt/collectd5/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	collectd
 PORTVERSION=	5.4.0
-PORTREVISION=	3
+PORTREVISION=	4
 PKGNAMESUFFIX=	5
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://collectd.org/files/
Index: net-mgmt/ndpmon/Makefile
===================================================================
--- net-mgmt/ndpmon/Makefile	(revision 348292)
+++ net-mgmt/ndpmon/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ndpmon
 PORTVERSION=	1.4.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-mgmt ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.4/
 EXTRACT_SUFX=	.tgz
Index: net-mgmt/ramond/Makefile
===================================================================
--- net-mgmt/ramond/Makefile	(revision 348292)
+++ net-mgmt/ramond/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ramond
 PORTVERSION=	0.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-mgmt ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/_${PORTVERSION}/
 
Index: net-mgmt/scli/Makefile
===================================================================
--- net-mgmt/scli/Makefile	(revision 348292)
+++ net-mgmt/scli/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scli
 PORTVERSION=	0.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \
 		http://matt.peterson.org/FreeBSD/ports/
Index: net-mgmt/torrus/Makefile
===================================================================
--- net-mgmt/torrus/Makefile	(revision 348292)
+++ net-mgmt/torrus/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	torrus
 PORTVERSION=	2.05
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/torrus/torrus/
 
Index: net-mgmt/zabbix22-server/Makefile
===================================================================
--- net-mgmt/zabbix22-server/Makefile	(revision 348292)
+++ net-mgmt/zabbix22-server/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zabbix22
 PORTVERSION=	2.2.2
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
 PKGNAMESUFFIX?=	-server
Index: net-p2p/dclib/Makefile
===================================================================
--- net-p2p/dclib/Makefile	(revision 348292)
+++ net-p2p/dclib/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dclib
 PORTVERSION=	0.3.23
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF/wxdcgui/${PORTNAME}/${PORTVERSION}
 
Index: net-p2p/gtk-gnutella/Makefile
===================================================================
--- net-p2p/gtk-gnutella/Makefile	(revision 348292)
+++ net-p2p/gtk-gnutella/Makefile	(working copy)
@@ -34,6 +34,7 @@
 
 PORTNAME=	gtk-gnutella
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	net-p2p ipv6
 MASTER_SITES=	SF
 
Index: net-p2p/microdc2/Makefile
===================================================================
--- net-p2p/microdc2/Makefile	(revision 348292)
+++ net-p2p/microdc2/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	microdc2
 PORTVERSION=	0.15.6
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://corsair626.no-ip.org/microdc/
 
Index: net-p2p/minder/Makefile
===================================================================
--- net-p2p/minder/Makefile	(revision 348292)
+++ net-p2p/minder/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	minder
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://www.alhem.net/project/minder/
 
Index: net-p2p/retroshare/Makefile
===================================================================
--- net-p2p/retroshare/Makefile	(revision 348292)
+++ net-p2p/retroshare/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	retroshare
 PORTVERSION=	0.5.5a
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=${PORTNAME}/${BINARY}/${PORTVERSION}
Index: net-p2p/valknut/Makefile
===================================================================
--- net-p2p/valknut/Makefile	(revision 348292)
+++ net-p2p/valknut/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	valknut
 PORTVERSION=	0.4.9
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF/wxdcgui/${PORTNAME}-qt4/${PORTVERSION}
 
Index: news/nzbget/Makefile
===================================================================
--- news/nzbget/Makefile	(revision 348292)
+++ news/nzbget/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nzbget
 PORTVERSION=	12.0
+PORTREVISION=	1
 CATEGORIES=	news
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
 
Index: print/acroread9/Makefile
===================================================================
--- print/acroread9/Makefile	(revision 348292)
+++ print/acroread9/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	acroread9
 PORTVERSION?=	9.5.5
+PORTREVISION=	1
 CATEGORIES?=	print linux
 MASTER_SITES?=	http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/ \
 		ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/
Index: print/fontforge/Makefile
===================================================================
--- print/fontforge/Makefile	(revision 348292)
+++ print/fontforge/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fontforge
 DISTVERSION=	20120731-b
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-source \
 		SF/freetype/${PORTNAME}/${PORTVERSION}:freetype \
Index: print/foomatic-db/Makefile
===================================================================
--- print/foomatic-db/Makefile	(revision 348292)
+++ print/foomatic-db/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	db
 PORTVERSION=	20140106
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	http://www.openprinting.org/download/foomatic/ \
 		ftp://ftp.wart.ru/pub/FreeBSD/ports/distfiles/foomatic/
Index: print/foomatic-db-engine/Makefile
===================================================================
--- print/foomatic-db-engine/Makefile	(revision 348292)
+++ print/foomatic-db-engine/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	engine
 PORTVERSION=	4.0.9
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	print
 MASTER_SITES=	http://www.openprinting.org/download/foomatic/ \
Index: print/freetype2/Makefile
===================================================================
--- print/freetype2/Makefile	(revision 348292)
+++ print/freetype2/Makefile	(working copy)
@@ -4,6 +4,7 @@
 
 PORTNAME=	freetype2
 PORTVERSION=	2.5.3
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	http://savannah.nongnu.org/download/freetype/ \
 		SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/ \
@@ -18,12 +19,10 @@
 COMMENT=	Free and portable TrueType font rendering engine
 
 USE_BZIP2=	yes
-USES=		gmake
+USES=		gmake libtool
 MAKE_ENV=	TOP=""
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	ltverhack:9
-ltverhack_PATCH_FILES=	builds/unix/ltmain.sh
 CONFIGURE_ARGS=	--without-harfbuzz
 CONFIGURE_WRKSRC=	${WRKSRC}/builds/unix
 
Index: print/freetype2/pkg-plist
===================================================================
--- print/freetype2/pkg-plist	(revision 348292)
+++ print/freetype2/pkg-plist	(working copy)
@@ -53,7 +53,8 @@
 lib/libfreetype.a
 lib/libfreetype.la
 lib/libfreetype.so
-lib/libfreetype.so.9
+lib/libfreetype.so.6
+lib/libfreetype.so.6.11.2
 libdata/pkgconfig/freetype2.pc
 man/man1/freetype-config.1.gz
 share/aclocal/freetype2.m4
Index: print/ft2demos/Makefile
===================================================================
--- print/ft2demos/Makefile	(revision 348292)
+++ print/ft2demos/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ft2demos
 PORTVERSION=	2.5.2
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	SF/freetype/freetype-demos/${PORTVERSION} \
 		RINGSERVER/graphics/freetype/freetype2
Index: print/ghostscript8/Makefile
===================================================================
--- print/ghostscript8/Makefile	(revision 348292)
+++ print/ghostscript8/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ghostscript
 PORTVERSION=	8.71
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	print
 MASTER_SITES=	http://downloads.ghostscript.com/public/:gs_srcs \
 		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
Index: print/ghostscript9/Makefile
===================================================================
--- print/ghostscript9/Makefile	(revision 348292)
+++ print/ghostscript9/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ghostscript
 PORTVERSION=	9.06
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	print
 MASTER_SITES=	http://downloads.ghostscript.com/public/:gs_srcs \
 		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
Index: print/ghostscript9-agpl/Makefile
===================================================================
--- print/ghostscript9-agpl/Makefile	(revision 348292)
+++ print/ghostscript9-agpl/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ghostscript
 PORTVERSION=	9.07
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	print
 MASTER_SITES=	http://downloads.ghostscript.com/public/:gs_srcs \
 		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
Index: print/harfbuzz/Makefile
===================================================================
--- print/harfbuzz/Makefile	(revision 348292)
+++ print/harfbuzz/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	harfbuzz
 PORTVERSION=	0.9.25
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 MASTER_SITES=	http://www.freedesktop.org/software/harfbuzz/release/
 
Index: print/libgnomeprint/Makefile
===================================================================
--- print/libgnomeprint/Makefile	(revision 348292)
+++ print/libgnomeprint/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libgnomeprint
 PORTVERSION=	2.18.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
Index: print/libotf/Makefile
===================================================================
--- print/libotf/Makefile	(revision 348292)
+++ print/libotf/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libotf
 PORTVERSION=	0.9.13
+PORTREVISION=	1
 CATEGORIES=	print devel
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}:m17n
 MASTER_SITE_SUBDIR=	m17n
Index: print/lilypond/Makefile
===================================================================
--- print/lilypond/Makefile	(revision 348292)
+++ print/lilypond/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lilypond
 PORTVERSION=	2.18.1
+PORTREVISION=	1
 CATEGORIES=	print audio
 MASTER_SITES=	http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
 
Index: print/lilypond-devel/Makefile
===================================================================
--- print/lilypond-devel/Makefile	(revision 348292)
+++ print/lilypond-devel/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lilypond
 PORTVERSION=	2.19.3
+PORTREVISION=	1
 CATEGORIES=	print audio
 MASTER_SITES=	http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
 PKGNAMESUFFIX=	-devel
Index: print/p5-Font-FreeType/Makefile
===================================================================
--- print/p5-Font-FreeType/Makefile	(revision 348292)
+++ print/p5-Font-FreeType/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Font-FreeType
 PORTVERSION=	0.03
+PORTREVISION=	1
 CATEGORIES=	print perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
Index: print/pdfcube/Makefile
===================================================================
--- print/pdfcube/Makefile	(revision 348292)
+++ print/pdfcube/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdfcube
 PORTVERSION=	0.0.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print
 MASTER_SITES=	http://code.100allora.it/releases/pdfcube/
 
Index: print/photoprint/Makefile
===================================================================
--- print/photoprint/Makefile	(revision 348292)
+++ print/photoprint/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	photoprint
 DISTVERSION=	0.4.2-pre2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print graphics
 MASTER_SITES=	http://www.blackfiveimaging.co.uk/photoprint/
 
Index: print/py-reportlab/Makefile
===================================================================
--- print/py-reportlab/Makefile	(revision 348292)
+++ print/py-reportlab/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	reportlab
 PORTVERSION=	3.0
+PORTREVISION=	1
 CATEGORIES=	print python
 MASTER_SITES=	CHEESESHOP \
 		http://www.reportlab.com/ftp/
Index: print/py-reportlab2/Makefile
===================================================================
--- print/py-reportlab2/Makefile	(revision 348292)
+++ print/py-reportlab2/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	reportlab2
 PORTVERSION=	2.5
+PORTREVISION=	1
 CATEGORIES=	print python
 MASTER_SITES=	http://www.reportlab.com/ftp/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -57,7 +58,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MFREETYPE}
-LIB_DEPENDS+=	freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS+=	libfreetype.so:${PORTSDIR}/print/freetype2
 .endif
 
 post-install:
Index: print/scribus/Makefile
===================================================================
--- print/scribus/Makefile	(revision 348292)
+++ print/scribus/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scribus
 PORTVERSION=	1.4.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print editors
 MASTER_SITES=	SF \
 		http://www.scribus.net/downloads/${PORTVERSION}/
Index: print/scribus-devel/Makefile
===================================================================
--- print/scribus-devel/Makefile	(revision 348292)
+++ print/scribus-devel/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scribus
 PORTVERSION=	1.5.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	print editors
 MASTER_SITES=	http://download.tuxfamily.org/bartcoding/FreeBSD/ \
 				${MASTER_SITE_LOCAL}
Index: print/tex-aleph/Makefile
===================================================================
--- print/tex-aleph/Makefile	(revision 348292)
+++ print/tex-aleph/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	aleph
 PORTVERSION=	0.0.r.4
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2012/
 PKGNAMEPREFIX=	tex-
Index: print/tex-luatex/Makefile
===================================================================
--- print/tex-luatex/Makefile	(revision 348292)
+++ print/tex-luatex/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	luatex
 PORTVERSION=	0.70.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2012/
 PKGNAMEPREFIX=	tex-
Index: print/tex-xdvik/Makefile
===================================================================
--- print/tex-xdvik/Makefile	(revision 348292)
+++ print/tex-xdvik/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xdvik
 PORTVERSION=	22.86
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	SF/xdvi/${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	tex-
@@ -11,7 +12,7 @@
 MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	DVI Previewer(kpathsearch) for X
 
-LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2 \
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
 		paper:${PORTSDIR}/print/libpaper
 
 USES=		iconv gmake motif
Index: print/tex-xetex/Makefile
===================================================================
--- print/tex-xetex/Makefile	(revision 348292)
+++ print/tex-xetex/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xetex
 PORTVERSION=	0.9999
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print
 MASTER_SITES=	http://people.allbsd.org/~hrs/FreeBSD/:web2c \
 		ftp://tug.org/historic/systems/texlive/2012/:texmf
Index: print/texlive-base/Makefile
===================================================================
--- print/texlive-base/Makefile	(revision 348292)
+++ print/texlive-base/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	texlive
 PORTVERSION=	20120701
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	print
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2012/
 PKGNAMESUFFIX=	-base
Index: print/ttf2pt1/Makefile
===================================================================
--- print/ttf2pt1/Makefile	(revision 348292)
+++ print/ttf2pt1/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ttf2pt1
 PORTVERSION=	3.4.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	print
 MASTER_SITES=	SF
 EXTRACT_SUFX=	.tgz
Index: print/wprint/Makefile
===================================================================
--- print/wprint/Makefile	(revision 348292)
+++ print/wprint/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wprint
 PORTVERSION=	2.05
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 MASTER_SITES=	http://programoj.esperanto.org.uy/angle/
 
Index: science/flounder/Makefile
===================================================================
--- science/flounder/Makefile	(revision 348292)
+++ science/flounder/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	flounder
 PORTVERSION=	0.40
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	science
 MASTER_SITES=	http://www.enel.ucalgary.ca/People/vigmond/flounder/
 EXTRACT_SUFX=	.tgz
Index: science/gchemutils/Makefile
===================================================================
--- science/gchemutils/Makefile	(revision 348292)
+++ science/gchemutils/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gchemutils
 PORTVERSION=	0.14.7
+PORTREVISION=	1
 CATEGORIES=	science
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTVERSION:R}
Index: science/ghemical/Makefile
===================================================================
--- science/ghemical/Makefile	(revision 348292)
+++ science/ghemical/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ghemical
 PORTVERSION=	3.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science
 MASTER_SITES=	http://bioinformatics.org/ghemical/download/release20111012/	\
 		http://bioinformatics.org/ghemical/download/current
Index: science/gwyddion/Makefile
===================================================================
--- science/gwyddion/Makefile	(revision 348292)
+++ science/gwyddion/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gwyddion
 PORTVERSION=	2.35
+PORTREVISION=	1
 CATEGORIES=	science graphics
 MASTER_SITES=	SF
 
Index: science/liboglappth/Makefile
===================================================================
--- science/liboglappth/Makefile	(revision 348292)
+++ science/liboglappth/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	liboglappth
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	science
 MASTER_SITES=	http://bioinformatics.org/ghemical/download/release20111012/	\
 		http://bioinformatics.org/ghemical/download/current
Index: science/linsmith/Makefile
===================================================================
--- science/linsmith/Makefile	(revision 348292)
+++ science/linsmith/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	linsmith
 PORTVERSION=	0.99.26
+PORTREVISION=	1
 CATEGORIES=	science hamradio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
Index: science/massxpert/Makefile
===================================================================
--- science/massxpert/Makefile	(revision 348292)
+++ science/massxpert/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	massxpert
 PORTVERSION=	3.4.0
+PORTREVISION=	1
 CATEGORIES=	science
 MASTER_SITES=	http://download.tuxfamily.org/massxpert/source/
 
Index: science/medit/Makefile
===================================================================
--- science/medit/Makefile	(revision 348292)
+++ science/medit/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	medit
 PORTVERSION=	2012.02.05
+PORTREVISION=	1
 CATEGORIES=	science graphics
 MASTER_SITES=	http://www.ann.jussieu.fr/~frey/ftp/archives/
 EXTRACT_SUFX=	.tgz
Index: science/ncs/Makefile
===================================================================
--- science/ncs/Makefile	(revision 348292)
+++ science/ncs/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ncs
 PORTVERSION=	2.0.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	science parallel
 MASTER_SITES=	http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//g}
Index: science/openbabel/Makefile
===================================================================
--- science/openbabel/Makefile	(revision 348292)
+++ science/openbabel/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	openbabel
 PORTVERSION=	2.3.2
+PORTREVISION=	1
 CATEGORIES=	science
 MASTER_SITES=	SF
 
Index: science/paraview/Makefile
===================================================================
--- science/paraview/Makefile	(revision 348292)
+++ science/paraview/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	paraview
 PORTVERSION=	3.10.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science graphics
 MASTER_SITES=	http://www.paraview.org/files/v${VERMAJORMINOR}/
 DISTNAME=	ParaView-${PORTVERSION}
Index: science/xmakemol/Makefile
===================================================================
--- science/xmakemol/Makefile	(revision 348292)
+++ science/xmakemol/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmakemol
 PORTVERSION=	5.16
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	science
 MASTER_SITES=	SAVANNAH
 
Index: security/clamav/Makefile
===================================================================
--- security/clamav/Makefile	(revision 348292)
+++ security/clamav/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	clamav
 PORTVERSION=	0.98.1
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF
 
Index: security/kc/Makefile
===================================================================
--- security/kc/Makefile	(revision 348292)
+++ security/kc/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kc
 PORTVERSION=	2.3.2
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://github.com/levaidaniel/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
 
Index: security/lasso/Makefile
===================================================================
--- security/lasso/Makefile	(revision 348292)
+++ security/lasso/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lasso
 PORTVERSION=	2.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	http://labs.libre-entreprise.org/frs/download.php/594/
 
Index: security/lsh/Makefile
===================================================================
--- security/lsh/Makefile	(revision 348292)
+++ security/lsh/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lsh
 PORTVERSION=	2.0.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	security ipv6
 MASTER_SITES=	${MASTER_SITE_GNUPG} \
 		ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/
Index: security/oath-toolkit/Makefile
===================================================================
--- security/oath-toolkit/Makefile	(revision 348292)
+++ security/oath-toolkit/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	oath-toolkit
 PORTVERSION=	2.4.0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: security/openconnect/Makefile
===================================================================
--- security/openconnect/Makefile	(revision 348292)
+++ security/openconnect/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openconnect
 PORTVERSION=	5.03
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.infradead.org/pub/openconnect/ \
 		http://mirrors.rit.edu/zi/
Index: security/prelude-manager/Makefile
===================================================================
--- security/prelude-manager/Makefile	(revision 348292)
+++ security/prelude-manager/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	prelude-manager
 PORTVERSION=	1.0.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	https://www.prelude-ids.org/attachments/download/243/
 
Index: security/pwman/Makefile
===================================================================
--- security/pwman/Makefile	(revision 348292)
+++ security/pwman/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pwman
 PORTVERSION=	0.4.0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -9,7 +10,7 @@
 MAINTAINER=	anders@FreeBSD.org
 COMMENT=	Console password management application based on gpg(me)
 
-LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2
 RUN_DEPENDS=	gpgv:${PORTSDIR}/security/gnupg1
 
 GNU_CONFIGURE=	yes
Index: security/py-xmlsec/Makefile
===================================================================
--- security/py-xmlsec/Makefile	(revision 348292)
+++ security/py-xmlsec/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmlsec
 PORTVERSION=	0.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security python
 MASTER_SITES=	http://labs.libre-entreprise.org/frs/download.php/430/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: security/razorback-scriptNugget/Makefile
===================================================================
--- security/razorback-scriptNugget/Makefile	(revision 348292)
+++ security/razorback-scriptNugget/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	scriptNugget
 PORTVERSION=	0.5.0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF/razorbacktm/Nuggets
 PKGNAMEPREFIX=	razorback-
Index: security/sssd/Makefile
===================================================================
--- security/sssd/Makefile	(revision 348292)
+++ security/sssd/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sssd
 DISTVERSION=	1.9.6
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=   https://fedorahosted.org/released/${PORTNAME}/ \
 		http://mirrors.rit.edu/zi/
Index: security/xmlsec1/Makefile
===================================================================
--- security/xmlsec1/Makefile	(revision 348292)
+++ security/xmlsec1/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xmlsec1
 PORTVERSION=	1.2.19
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://www.aleksey.com/xmlsec/download/ \
 		ftp://ftp.aleksey.com/pub/xmlsec/releases/ \
Index: sysutils/asfsm/Makefile
===================================================================
--- sysutils/asfsm/Makefile	(revision 348292)
+++ sysutils/asfsm/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	asfsm
 DISTVERSION=	1.0pre15
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils afterstep
 MASTER_SITES=	AFTERSTEP/apps/asfsm/ \
 		http://tigr.net/afterstep/download/asfsm/
Index: sysutils/conky/Makefile
===================================================================
--- sysutils/conky/Makefile	(revision 348292)
+++ sysutils/conky/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	conky
 PORTVERSION=	1.9.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 
Index: sysutils/createrepo/Makefile
===================================================================
--- sysutils/createrepo/Makefile	(revision 348292)
+++ sysutils/createrepo/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	createrepo
 PORTVERSION=	0.9.8
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://createrepo.baseurl.org/download/
 
Index: sysutils/dunst/Makefile
===================================================================
--- sysutils/dunst/Makefile	(revision 348292)
+++ sysutils/dunst/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dunst
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.knopwob.org/public/dunst-release/
 
Index: sysutils/epylog/Makefile
===================================================================
--- sysutils/epylog/Makefile	(revision 348292)
+++ sysutils/epylog/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	epylog
 PORTVERSION=	1.0.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://linux.duke.edu/projects/epylog/download/
 
Index: sysutils/fusefs-s3fs/Makefile
===================================================================
--- sysutils/fusefs-s3fs/Makefile	(revision 348292)
+++ sysutils/fusefs-s3fs/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	s3fs
 DISTVERSION=	1.71
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	fusefs-
Index: sysutils/grub2/Makefile
===================================================================
--- sysutils/grub2/Makefile	(revision 348292)
+++ sysutils/grub2/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	grub2
 PORTVERSION=	2.00
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	GNU/grub
 DISTNAME=	grub-${PORTVERSION}
@@ -45,7 +45,7 @@
 PLIST_SUB+=	EFIEMU=${EFIEMU}
 
 .if ${PORT_OPTIONS:MMKFONT}
-LIB_DEPENDS+=	freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS+=	libfreetype.so:${PORTSDIR}/print/freetype2
 BUILD_DEPENDS+=	${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
 MAN1+=		grub-mkfont.1
 .else
Index: sysutils/gtk-imonc/Makefile
===================================================================
--- sysutils/gtk-imonc/Makefile	(revision 348292)
+++ sysutils/gtk-imonc/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gtk-imonc
 PORTVERSION=	0.6.4.1
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	sysutils
 MASTER_SITES=	http://stefan-strigler.de/download/
 
Index: sysutils/heartbeat/Makefile
===================================================================
--- sysutils/heartbeat/Makefile	(revision 348292)
+++ sysutils/heartbeat/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	heartbeat
 PORTVERSION=	2.1.4
-PORTREVISION=	20
+PORTREVISION=	21
 CATEGORIES=	sysutils
 #MASTER_SITES=	http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2
 MASTER_SITES=	${MASTER_SITE_LOCAL}
Index: sysutils/istatd/Makefile
===================================================================
--- sysutils/istatd/Makefile	(revision 348292)
+++ sysutils/istatd/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	istatd
 PORTVERSION=	0.5.8
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://cloud.github.com/downloads/tiwilliam/${PORTNAME}/
 
Index: sysutils/krename-kde4/Makefile
===================================================================
--- sysutils/krename-kde4/Makefile	(revision 348292)
+++ sysutils/krename-kde4/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	krename
 PORTVERSION=	4.0.9
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils kde
 MASTER_SITES=	SF/${PORTNAME}/KDE4%20${PORTNAME}-stable/${PORTVERSION}
 
Index: sysutils/lcdproc/Makefile
===================================================================
--- sysutils/lcdproc/Makefile	(revision 348292)
+++ sysutils/lcdproc/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lcdproc
 PORTVERSION=	0.5.6
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 
@@ -110,7 +111,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MFREETYPE}
-LIB_DEPENDS+=		freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS+=		libfreetype.so:${PORTSDIR}/print/freetype2
 .else
 CONFIGURE_ARGS+=	--disable-freetype
 .endif
Index: sysutils/libfvde/Makefile
===================================================================
--- sysutils/libfvde/Makefile	(revision 348292)
+++ sysutils/libfvde/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libfvde
 PORTVERSION=	20130305
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSLUVJYl9XRWhKSjg/
 DISTFILES=	${PORTNAME}-experimental-${PORTVERSION}${EXTRACT_SUFX}
Index: sysutils/lire/Makefile
===================================================================
--- sysutils/lire/Makefile	(revision 348292)
+++ sysutils/lire/Makefile	(working copy)
@@ -9,7 +9,7 @@
 
 PORTNAME=	lire
 PORTVERSION=	2.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	sysutils
 MASTER_SITES=	http://download.logreport.org/pub/
 
Index: sysutils/mate-control-center/Makefile
===================================================================
--- sysutils/mate-control-center/Makefile	(revision 348292)
+++ sysutils/mate-control-center/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mate-control-center
 PORTVERSION=	1.6.1
+PORTREVISION=	1
 CATEGORIES=	sysutils mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
Index: sysutils/mate-system-monitor/Makefile
===================================================================
--- sysutils/mate-system-monitor/Makefile	(revision 348292)
+++ sysutils/mate-system-monitor/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mate-system-monitor
 PORTVERSION=	1.6.1
+PORTREVISION=	1
 CATEGORIES=	sysutils mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
Index: sysutils/moreutils/Makefile
===================================================================
--- sysutils/moreutils/Makefile	(revision 348292)
+++ sysutils/moreutils/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	moreutils
 PORTVERSION=	0.51
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	DEBIAN_POOL
 DISTNAME=	${PORTNAME}_${PORTVERSION}
Index: sysutils/nitrogen/Makefile
===================================================================
--- sysutils/nitrogen/Makefile	(revision 348292)
+++ sysutils/nitrogen/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nitrogen
 PORTVERSION=	1.5.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils
 MASTER_SITES=	http://projects.l3ib.org/nitrogen/files/
 
Index: sysutils/pam_mount/Makefile
===================================================================
--- sysutils/pam_mount/Makefile	(revision 348292)
+++ sysutils/pam_mount/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pam_mount
 PORTVERSION=	2.12
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME:S/_/-/}/${PORTNAME}/${PORTVERSION}/
 
Index: sysutils/xbatt/Makefile
===================================================================
--- sysutils/xbatt/Makefile	(revision 348292)
+++ sysutils/xbatt/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xbatt
 PORTVERSION=	1.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.clave.gr.jp/~eto/xbatt/
 
Index: sysutils/xcpustate/Makefile
===================================================================
--- sysutils/xcpustate/Makefile	(revision 348292)
+++ sysutils/xcpustate/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xcpustate
 PORTVERSION=	2.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.cs.toronto.edu/pub/jdd/xcpustate/
 EXTRACT_SUFX=	.shar
Index: sysutils/xdu/Makefile
===================================================================
--- sysutils/xdu/Makefile	(revision 348292)
+++ sysutils/xdu/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xdu
 PORTVERSION=	3.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://sd.wareonearth.com/~phil/xdu/
 EXTRACT_SUFX=	.tar.Z
Index: sysutils/xsi/Makefile
===================================================================
--- sysutils/xsi/Makefile	(revision 348292)
+++ sysutils/xsi/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xsi
 PORTVERSION=	1.0.b2
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/xmlsysinfo/xmlsysinfo/1.0-beta2/
 DISTNAME=	${PORTNAME}-1.0-beta2
Index: textproc/R-cran-XML/Makefile
===================================================================
--- textproc/R-cran-XML/Makefile	(revision 348292)
+++ textproc/R-cran-XML/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	XML
 DISTVERSION=	3.98-1.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
Index: textproc/apertium/Makefile
===================================================================
--- textproc/apertium/Makefile	(revision 348292)
+++ textproc/apertium/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	apertium
 PORTVERSION=	${APVER}.${APREV}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${APVER}
 
Index: textproc/augeas/Makefile
===================================================================
--- textproc/augeas/Makefile	(revision 348292)
+++ textproc/augeas/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	augeas
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://download.augeas.net/
 
Index: textproc/diffmark/Makefile
===================================================================
--- textproc/diffmark/Makefile	(revision 348292)
+++ textproc/diffmark/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	diffmark
 PORTVERSION=	0.10
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.mangrove.cz/diffmark/ \
 		http://penguin.cz/~vbarta/diffmark/
Index: textproc/ebook-tools/Makefile
===================================================================
--- textproc/ebook-tools/Makefile	(revision 348292)
+++ textproc/ebook-tools/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ebook-tools
 PORTVERSION=	0.2.2
+PORTREVISION=	1
 CATEGORIES=	textproc kde
 MASTER_SITES=	SF
 
Index: textproc/ecromedos/Makefile
===================================================================
--- textproc/ecromedos/Makefile	(revision 348292)
+++ textproc/ecromedos/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ecromedos
 PORTVERSION=	1.0.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	textproc print www
 MASTER_SITES=	http://www.ecromedos.net/files/${PORTVERSION}/
 
Index: textproc/exmpp/Makefile
===================================================================
--- textproc/exmpp/Makefile	(revision 348292)
+++ textproc/exmpp/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	exmpp
 PORTVERSION=	0.9.7
+PORTREVISION=	1
 CATEGORIES=	textproc net-im
 MASTER_SITES=	http://download.process-one.net/${PORTNAME}/
 EXTRACT_SUFX=	.tgz
@@ -13,7 +14,7 @@
 BUILD_DEPENDS=	erlc:${PORTSDIR}/lang/erlang
 RUN_DEPENDS=	erl:${PORTSDIR}/lang/erlang
 LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2 \
-		xml2.5:${PORTSDIR}/textproc/libxml2
+		libxml2.so:${PORTSDIR}/textproc/libxml2
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--enable-static=yes \
Index: textproc/gdome2/Makefile
===================================================================
--- textproc/gdome2/Makefile	(revision 348292)
+++ textproc/gdome2/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gdome2
 PORTVERSION=	0.8.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	textproc
 MASTER_SITES=	http://gdome2.cs.unibo.it/tarball/
 
Index: textproc/gmetadom/Makefile
===================================================================
--- textproc/gmetadom/Makefile	(revision 348292)
+++ textproc/gmetadom/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gmetadom
 PORTVERSION=	0.2.6
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF
 
Index: textproc/gnome-doc-utils/Makefile
===================================================================
--- textproc/gnome-doc-utils/Makefile	(revision 348292)
+++ textproc/gnome-doc-utils/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gnome-doc-utils
 PORTVERSION=	0.20.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc gnome
 MASTER_SITES=	GNOME
 
Index: textproc/hs-libxml/Makefile
===================================================================
--- textproc/hs-libxml/Makefile	(revision 348292)
+++ textproc/hs-libxml/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libxml
 PORTVERSION=	0.1.1
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	textproc haskell
 
 MAINTAINER=	haskell@FreeBSD.org
Index: textproc/itstool/Makefile
===================================================================
--- textproc/itstool/Makefile	(revision 348292)
+++ textproc/itstool/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	itstool
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://files.itstool.org/itstool/
 
Index: textproc/libcroco/Makefile
===================================================================
--- textproc/libcroco/Makefile	(revision 348292)
+++ textproc/libcroco/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libcroco
 PORTVERSION=	0.6.8
+PORTREVISION=	1
 CATEGORIES=	textproc gnome
 MASTER_SITES=	GNOME
 
Index: textproc/liblingoteach/Makefile
===================================================================
--- textproc/liblingoteach/Makefile	(revision 348292)
+++ textproc/liblingoteach/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	liblingoteach
 PORTVERSION=	0.2.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	textproc
 MASTER_SITES=	SF/lingoteach/OldFiles
 
Index: textproc/liblrdf/Makefile
===================================================================
--- textproc/liblrdf/Makefile	(revision 348292)
+++ textproc/liblrdf/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	liblrdf
 PORTVERSION=	0.5.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 MASTER_SITES=	GENTOO/distfiles
 
Index: textproc/libtranslate/Makefile
===================================================================
--- textproc/libtranslate/Makefile	(revision 348292)
+++ textproc/libtranslate/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=		libtranslate
 PORTVERSION=		0.99
-PORTREVISION=		6
+PORTREVISION=		7
 CATEGORIES=		textproc
 MASTER_SITES=		${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: textproc/libxml++26/Makefile
===================================================================
--- textproc/libxml++26/Makefile	(revision 348292)
+++ textproc/libxml++26/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libxml++
 PORTVERSION=	2.34.2
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	textproc
 MASTER_SITES=	GNOME
 
Index: textproc/libxml2/Makefile
===================================================================
--- textproc/libxml2/Makefile	(revision 348292)
+++ textproc/libxml2/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libxml2
 PORTVERSION=	2.8.0
-PORTREVISION?=	3
+PORTREVISION?=	4
 CATEGORIES?=	textproc gnome
 MASTER_SITES=	ftp://xmlsoft.org/libxml2/ \
 		http://xmlsoft.org/sources/ \
@@ -17,7 +17,7 @@
 .if !defined(REFERENCE_PORT)
 USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
-USES=		pathfix gmake iconv pkgconfig
+USES=		gmake iconv libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \
 		--with-html-dir=${PREFIX}/share/doc \
@@ -25,6 +25,9 @@
 		--with-lzma=/usr \
 		--without-python
 
+LIBVERSION=	${PORTVERSION}
+PLIST_SUB+=	LIBVERSION=${LIBVERSION}
+
 .if !defined(MASTERDIR)
 OPTIONS_DEFINE= SCHEMA THREADS MEM_DEBUG XMLLINT_HIST THREAD_ALLOC
 OPTIONS_DEFAULT=SCHEMA THREADS
@@ -60,6 +63,9 @@
 		-e 's|freebsd\[123\]\*)|freebsd[123].*)|g' \$$0; \
 		touch -mt \$$mtime \$$0" {} \; || /usr/bin/true
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxml2.so.${LIBVERSION}
+
 .include <bsd.port.mk>
 
 .endif
Index: textproc/libxml2/files/patch-Makefile.in
===================================================================
--- textproc/libxml2/files/patch-Makefile.in	(revision 348292)
+++ textproc/libxml2/files/patch-Makefile.in	(working copy)
@@ -11,15 +11,6 @@
  DIST_SUBDIRS = include . doc example python xstc
  INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@ @LZMA_CFLAGS@
  bin_SCRIPTS = xml2-config
-@@ -596,7 +596,7 @@
- @USE_VERSION_SCRIPT_TRUE@LIBXML2_VERSION_SCRIPT = $(VERSION_SCRIPT_FLAGS)$(srcdir)/libxml2.syms
- libxml2_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ \
-                      $(LIBXML2_VERSION_SCRIPT) \
--		     -version-info @LIBXML_VERSION_INFO@ \
-+		     -version-info 5:0:0 \
- 		     @MODULE_PLATFORM_LIBS@
- 
- @WITH_TRIO_SOURCES_FALSE@libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c  \
 @@ -712,7 +712,7 @@
  runxmlconf_DEPENDENCIES = $(DEPS)
  runxmlconf_LDADD = $(LDADDS)
Index: textproc/libxml2/pkg-plist
===================================================================
--- textproc/libxml2/pkg-plist	(revision 348292)
+++ textproc/libxml2/pkg-plist	(working copy)
@@ -52,7 +52,8 @@
 lib/libxml2.a
 lib/libxml2.la
 lib/libxml2.so
-lib/libxml2.so.5
+lib/libxml2.so.2
+lib/libxml2.so.%%LIBVERSION%%
 libdata/pkgconfig/libxml-2.0.pc
 share/aclocal/libxml.m4
 man/man1/xml2-config.1.gz
Index: textproc/lttoolbox/Makefile
===================================================================
--- textproc/lttoolbox/Makefile	(revision 348292)
+++ textproc/lttoolbox/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lttoolbox
 PORTVERSION=	${APVER}.${APREV}
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/apertium/${PORTNAME}/${APVER}
 
@@ -9,7 +10,7 @@
 MAINTAINER=	i@levsha.me
 COMMENT=	A tool for lexical, morphological analysis and generation of words
 
-LIB_DEPENDS=	xml2:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2
 
 APVER=	3.2
 APREV=	0
Index: textproc/mate-doc-utils/Makefile
===================================================================
--- textproc/mate-doc-utils/Makefile	(revision 348292)
+++ textproc/mate-doc-utils/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mate-doc-utils
 PORTVERSION=	1.6.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
Index: textproc/ots/Makefile
===================================================================
--- textproc/ots/Makefile	(revision 348292)
+++ textproc/ots/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ots
 PORTVERSION=	0.5.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	SF/lib${PORTNAME}/lib${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
Index: textproc/p5-XML-CanonicalizeXML/Makefile
===================================================================
--- textproc/p5-XML-CanonicalizeXML/Makefile	(revision 348292)
+++ textproc/p5-XML-CanonicalizeXML/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	XML-CanonicalizeXML
 PORTVERSION=	0.03
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	XML
Index: textproc/p5-XML-LibXML/Makefile
===================================================================
--- textproc/p5-XML-LibXML/Makefile	(revision 348292)
+++ textproc/p5-XML-LibXML/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	XML-LibXML
 PORTVERSION=	2.0108
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
Index: textproc/p5-XML-LibXSLT/Makefile
===================================================================
--- textproc/p5-XML-LibXSLT/Makefile	(revision 348292)
+++ textproc/p5-XML-LibXSLT/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	XML-LibXSLT
 PORTVERSION=	1.88
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
Index: textproc/pure-xml/Makefile
===================================================================
--- textproc/pure-xml/Makefile	(revision 348292)
+++ textproc/pure-xml/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pure-xml
 PORTVERSION=	0.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	https://cdn.bitbucket.org/purelang/pure-lang/downloads/
 DIST_SUBDIR=	pure
Index: textproc/py-libxml2/Makefile
===================================================================
--- textproc/py-libxml2/Makefile	(revision 348292)
+++ textproc/py-libxml2/Makefile	(working copy)
@@ -1,7 +1,7 @@
 # Created by: Alexander Nedotsukov <bland@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	textproc gnome python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -28,7 +28,8 @@
 EXAMPLESDIR=	${PREFIX}/share/examples/py-libxml2
 
 post-install:
-	@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${STAGEDIR}${PYTHON_SITELIBDIR}
-	@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${STAGEDIR}${PYTHON_SITELIBDIR}
+	@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
+	@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
+	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/libxml2mod.so
 
 .include "${MASTERDIR}/Makefile"
Index: textproc/py-pyx12/Makefile
===================================================================
--- textproc/py-pyx12/Makefile	(revision 348292)
+++ textproc/py-pyx12/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pyx12
 PORTVERSION=	1.5.0
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: textproc/raptor/Makefile
===================================================================
--- textproc/raptor/Makefile	(revision 348292)
+++ textproc/raptor/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	raptor
 PORTVERSION=	1.4.21
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 MASTER_SITES=	SF/librdf/${PORTNAME}/${PORTVERSION} \
 		http://download.librdf.org/source/
Index: textproc/raptor2/Makefile
===================================================================
--- textproc/raptor2/Makefile	(revision 348292)
+++ textproc/raptor2/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	raptor2
 PORTVERSION=	2.0.13
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	http://download.librdf.org/source/ \
 		SF/librdf/${PORTNAME}/${PORTVERSION}
Index: textproc/rubygem-augeas/Makefile
===================================================================
--- textproc/rubygem-augeas/Makefile	(revision 348292)
+++ textproc/rubygem-augeas/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ruby-augeas
 PORTVERSION=	0.5.0
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	http://download.augeas.net/ruby/
 
Index: textproc/rubygem-libxml-ruby/Makefile
===================================================================
--- textproc/rubygem-libxml-ruby/Makefile	(revision 348292)
+++ textproc/rubygem-libxml-ruby/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libxml-ruby
 PORTVERSION=	2.6.0
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
Index: textproc/rubygem-nokogiri/Makefile
===================================================================
--- textproc/rubygem-nokogiri/Makefile	(revision 348292)
+++ textproc/rubygem-nokogiri/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	nokogiri
 PORTVERSION=	1.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
Index: textproc/scim-kmfl-imengine/Makefile
===================================================================
--- textproc/scim-kmfl-imengine/Makefile	(revision 348292)
+++ textproc/scim-kmfl-imengine/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scim-kmfl-imengine
 PORTVERSION=	0.9.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	SF/kmfl/kmfl/${PORTVERSION} \
 		http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
Index: textproc/ssddiff/Makefile
===================================================================
--- textproc/ssddiff/Makefile	(revision 348292)
+++ textproc/ssddiff/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ssddiff
 PORTVERSION=	0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	http://alioth.debian.org/frs/download.php/1469/
 
Index: textproc/xml2/Makefile
===================================================================
--- textproc/xml2/Makefile	(revision 348292)
+++ textproc/xml2/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xml2
 PORTVERSION=	0.5
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://download.ofb.net/gale/ \
 		http://www.it.ca/~paul/src/
Index: textproc/xmlroff/Makefile
===================================================================
--- textproc/xmlroff/Makefile	(revision 348292)
+++ textproc/xmlroff/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmlroff
 PORTVERSION=	0.6.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 MASTER_SITES=	http://xmlroff.org/download/
 
Index: textproc/xmlto/Makefile
===================================================================
--- textproc/xmlto/Makefile	(revision 348292)
+++ textproc/xmlto/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmlto
 PORTVERSION=	0.0.25
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	https://fedorahosted.org/releases/x/m/xmlto/:xmlto \
 		LOCAL/mandree/:xmlto \
Index: textproc/xmlwrapp/Makefile
===================================================================
--- textproc/xmlwrapp/Makefile	(revision 348292)
+++ textproc/xmlwrapp/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmlwrapp
 PORTVERSION=	0.7.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	SF
 
Index: textproc/yelp-tools/Makefile
===================================================================
--- textproc/yelp-tools/Makefile	(revision 348292)
+++ textproc/yelp-tools/Makefile	(working copy)
@@ -4,6 +4,7 @@
 
 PORTNAME=	yelp-tools
 PORTVERSION=	3.6.1
+PORTREVISION=	1
 CATEGORIES=	textproc gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
Index: textproc/yelp-xsl/Makefile
===================================================================
--- textproc/yelp-xsl/Makefile	(revision 348292)
+++ textproc/yelp-xsl/Makefile	(working copy)
@@ -4,6 +4,7 @@
 
 PORTNAME=	yelp-xsl
 PORTVERSION=	3.6.1
+PORTREVISION=	1
 CATEGORIES=	textproc gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
Index: textproc/zorba/Makefile
===================================================================
--- textproc/zorba/Makefile	(revision 348292)
+++ textproc/zorba/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zorba
 PORTVERSION=	2.7.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 MASTER_SITES=	https://launchpadlibrarian.net/119058962/
 DISTNAME=	${PORTNAME}-src-${PORTVERSION}
Index: www/apache24/Makefile
===================================================================
--- www/apache24/Makefile	(revision 348292)
+++ www/apache24/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	apache24
 PORTVERSION=	2.4.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www ipv6
 MASTER_SITES=	${MASTER_SITE_APACHE_HTTPD}
 DISTNAME=	httpd-${PORTVERSION}
Index: www/aria2/Makefile
===================================================================
--- www/aria2/Makefile	(revision 348292)
+++ www/aria2/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	aria2
 PORTVERSION=	1.18.3
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
 
Index: www/bookmarkbridge/Makefile
===================================================================
--- www/bookmarkbridge/Makefile	(revision 348292)
+++ www/bookmarkbridge/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bookmarkbridge
 PORTVERSION=	0.76
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	www
 MASTER_SITES=	SF
 
Index: www/castget/Makefile
===================================================================
--- www/castget/Makefile	(revision 348292)
+++ www/castget/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	castget
 PORTVERSION=	1.0.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www
 MASTER_SITES=	SAVANNAH CENKES
 
Index: www/chimera/Makefile
===================================================================
--- www/chimera/Makefile	(revision 348292)
+++ www/chimera/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	chimera
 PORTVERSION=	1.70p0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www
 MASTER_SITES=	http://www.rocklinux.net/people/ripclaw/projects/software/chimera/devel/
 
Index: www/chromium/Makefile
===================================================================
--- www/chromium/Makefile	(revision 348292)
+++ www/chromium/Makefile	(working copy)
@@ -5,6 +5,7 @@
 
 PORTNAME=	chromium
 PORTVERSION=	33.0.1750.149
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://commondatastorage.googleapis.com/chromium-browser-official/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
Index: www/cssed/Makefile
===================================================================
--- www/cssed/Makefile	(revision 348292)
+++ www/cssed/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cssed
 PORTVERSION=	0.4.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	www
 MASTER_SITES=	SF
 
Index: www/flickcurl/Makefile
===================================================================
--- www/flickcurl/Makefile	(revision 348292)
+++ www/flickcurl/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	flickcurl
 PORTVERSION=	1.25
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://download.dajobe.org/flickcurl/
 
Index: www/kannel/Makefile
===================================================================
--- www/kannel/Makefile	(revision 348292)
+++ www/kannel/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kannel
 PORTVERSION=	1.5.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	http://www.kannel.org/download/${PORTVERSION}/
 MASTER_SITE_SUBDIR=	${PORTVERSION}
Index: www/kdewebdev4/Makefile
===================================================================
--- www/kdewebdev4/Makefile	(revision 348292)
+++ www/kdewebdev4/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kdewebdev
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	www kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
Index: www/lighttpd/Makefile
===================================================================
--- www/lighttpd/Makefile	(revision 348292)
+++ www/lighttpd/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME?=	lighttpd
 PORTVERSION=	1.4.35
+PORTREVISION=	1
 CATEGORIES?=	www
 MASTER_SITES?=	http://download.lighttpd.net/lighttpd/releases-1.4.x/
 
Index: www/links-hacked/Makefile
===================================================================
--- www/links-hacked/Makefile	(revision 348292)
+++ www/links-hacked/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	links-hacked
 DISTVERSION=	101110
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES?=	www
 MASTER_SITES=	http://xray.sai.msu.ru/~karpov/links-hacked/downloads/ http://links-hacked.nm.ru/
 
@@ -73,7 +73,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MFREETYPE}
-LIB_DEPENDS+=	freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS+=		libfreetype.so:${PORTSDIR}/print/freetype2
 CONFIGURE_ARGS+=	--with-freetype
 .else
 CONFIGURE_ARGS+=	--without-freetype
Index: www/midori/Makefile
===================================================================
--- www/midori/Makefile	(revision 348292)
+++ www/midori/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	midori
 PORTVERSION=	0.5.7
+PORTREVISION=	1
 CATEGORIES=	www xfce
 MASTER_SITES=	http://www.midori-browser.org/downloads/
 DISTNAME=	${PORTNAME}_${PORTVERSION}_all_
Index: www/mod_authnz_crowd/Makefile
===================================================================
--- www/mod_authnz_crowd/Makefile	(revision 348292)
+++ www/mod_authnz_crowd/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mod_authnz_crowd
 PORTVERSION=	2.2.2
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://downloads.atlassian.com/software/crowd/downloads/cwdapache/
 DIST_SUBDIR=	apache2
Index: www/mod_proxy_html/Makefile
===================================================================
--- www/mod_proxy_html/Makefile	(revision 348292)
+++ www/mod_proxy_html/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mod_proxy_html
 PORTVERSION=	3.1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://apache.webthing.com/${PORTNAME}/
 DISTNAME=	${PORTNAME}
Index: www/mod_proxy_xml/Makefile
===================================================================
--- www/mod_proxy_xml/Makefile	(revision 348292)
+++ www/mod_proxy_xml/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mod_proxy_xml
 PORTVERSION=	0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://apache.webthing.com/svn/apache/filters/xmlns/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
Index: www/mod_security/Makefile
===================================================================
--- www/mod_security/Makefile	(revision 348292)
+++ www/mod_security/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	mod_security
 PORTVERSION=	2.7.7
+PORTREVISION=	1
 CATEGORIES=	www security
 MASTER_SITES=	http://www.modsecurity.org/tarball/${PORTVERSION}/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
Index: www/mod_xml2enc/Makefile
===================================================================
--- www/mod_xml2enc/Makefile	(revision 348292)
+++ www/mod_xml2enc/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mod_xml2enc
 PORTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://apache.webthing.com/mod_proxy_html/
 DISTNAME=	mod_proxy_html
Index: www/mod_xmlns/Makefile
===================================================================
--- www/mod_xmlns/Makefile	(revision 348292)
+++ www/mod_xmlns/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mod_xmlns
 PORTVERSION=	0.97
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://apache.webthing.com/svn/apache/filters/xmlns/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
Index: www/neon29/Makefile
===================================================================
--- www/neon29/Makefile	(revision 348292)
+++ www/neon29/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	neon29
 PORTVERSION=	0.29.6
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www
 MASTER_SITES=	http://www.webdav.org/neon/
 DISTNAME=	neon-${PORTVERSION}
Index: www/newsbeuter/Makefile
===================================================================
--- www/newsbeuter/Makefile	(revision 348292)
+++ www/newsbeuter/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	newsbeuter
 PORTVERSION=	2.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	http://newsbeuter.org/downloads/
 
Index: www/nghttp2/Makefile
===================================================================
--- www/nghttp2/Makefile	(revision 348292)
+++ www/nghttp2/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nghttp2
 PORTVERSION=	0.3.2
+PORTREVISION=	1
 CATEGORIES=	www net
 MASTER_SITES=	https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
 		LOCAL/sunpoet
Index: www/nginx/Makefile
===================================================================
--- www/nginx/Makefile	(revision 348292)
+++ www/nginx/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nginx
 PORTVERSION=	1.4.6
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
Index: www/nginx-devel/Makefile
===================================================================
--- www/nginx-devel/Makefile	(revision 348292)
+++ www/nginx-devel/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nginx
 PORTVERSION=	1.5.11
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	${MASTER_SITE_LOCAL}
Index: www/opera/Makefile
===================================================================
--- www/opera/Makefile	(revision 348292)
+++ www/opera/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	opera
 PORTVERSION=	${OPERA_VER}
+PORTREVISION=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}/ \
 		ftp://opera.inode.at/${MASTER_SITES_VER_PATH}/ \
Index: www/opera-devel/Makefile
===================================================================
--- www/opera-devel/Makefile	(revision 348292)
+++ www/opera-devel/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	opera
 PORTVERSION=	${OPERA_VER}
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://snapshot.opera.com/${MASTER_SITES_VER_PATH}/
@@ -14,7 +14,7 @@
 COMMENT=	Blazingly fast, full-featured, standards-compliant browser (Next version)
 IGNORE=		Development version is not currently active. Use www/opera instead of
 
-LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2 \
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
 		fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
 BUILD_DEPENDS=	${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info
 RUN_DEPENDS=	${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info
Index: www/pecl-solr/Makefile
===================================================================
--- www/pecl-solr/Makefile	(revision 348292)
+++ www/pecl-solr/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	solr
 PORTVERSION=	1.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
Index: www/rssroll/Makefile
===================================================================
--- www/rssroll/Makefile	(revision 348292)
+++ www/rssroll/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rssroll
 PORTVERSION=	0.4
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://chaosophia.net/downloads/rssroll/ \
 		http://ns1.chaosophia.net/downloads/rssroll/
@@ -12,7 +13,7 @@
 LICENSE=	BSD
 
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
-		xml2:${PORTSDIR}/textproc/libxml2 \
+		libxml2.so:${PORTSDIR}/textproc/libxml2 \
 		sqlite3:${PORTSDIR}/databases/sqlite3
 
 GNU_CONFIGURE=	yes
Index: www/rsstool/Makefile
===================================================================
--- www/rsstool/Makefile	(revision 348292)
+++ www/rsstool/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rsstool
 DISTVERSION=	1.0.0
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-src
 CATEGORIES=	www
 MASTER_SITES=	BERLIOS
Index: www/sitecopy/Makefile
===================================================================
--- www/sitecopy/Makefile	(revision 348292)
+++ www/sitecopy/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sitecopy
 PORTVERSION=	0.16.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	http://www.manyfish.co.uk/${PORTNAME}/ \
 		${MASTER_SITE_GENTOO}
Index: www/snownews/Makefile
===================================================================
--- www/snownews/Makefile	(revision 348292)
+++ www/snownews/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	snownews
 PORTVERSION=	1.5.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://kiza.kcore.de/media/software/snownews/
 
Index: www/spdylay/Makefile
===================================================================
--- www/spdylay/Makefile	(revision 348292)
+++ www/spdylay/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	spdylay
 PORTVERSION=	1.2.3
+PORTREVISION=	1
 CATEGORIES=	www net
 MASTER_SITES=	https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
 		LOCAL/sunpoet
Index: www/squid32/Makefile
===================================================================
--- www/squid32/Makefile	(revision 348292)
+++ www/squid32/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	3.2.${SQUID_STABLE_VER}
+PORTREVISION=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
 		http://mirrors.ccs.neu.edu/Squid/ \
Index: www/squid33/Makefile
===================================================================
--- www/squid33/Makefile	(revision 348292)
+++ www/squid33/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	3.3.${SQUID_STABLE_VER}
+PORTREVISION=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
 		http://mirrors.ccs.neu.edu/Squid/ \
Index: www/swish-e/Makefile
===================================================================
--- www/swish-e/Makefile	(revision 348292)
+++ www/swish-e/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	swish-e
 PORTVERSION=	2.4.7
+PORTREVISION=	1
 CATEGORIES=	www textproc
 MASTER_SITES=	http://swish-e.org/distribution/
 
Index: www/tickr/Makefile
===================================================================
--- www/tickr/Makefile	(revision 348292)
+++ www/tickr/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tickr
 PORTVERSION=	0.6.4
-#PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://www.newsrssticker.com/src/ \
 		LOCAL/nivit/
Index: www/tinyproxy/Makefile
===================================================================
--- www/tinyproxy/Makefile	(revision 348292)
+++ www/tinyproxy/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tinyproxy
 PORTVERSION=	1.8.3
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	https://banu.com/pub/tinyproxy/1.8/
Index: www/trafficserver/Makefile
===================================================================
--- www/trafficserver/Makefile	(revision 348292)
+++ www/trafficserver/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	trafficserver
 PORTVERSION=	4.1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	APACHE/${PORTNAME}
 
Index: www/webkit-qt5/Makefile
===================================================================
--- www/webkit-qt5/Makefile	(revision 348292)
+++ www/webkit-qt5/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	webkit
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	qt5-
 
Index: x11/3ddesktop/Makefile
===================================================================
--- x11/3ddesktop/Makefile	(revision 348292)
+++ x11/3ddesktop/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	3ddesktop
 PORTVERSION=	0.2.9
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	x11
 MASTER_SITES=	SF/desk3d/${PORTNAME}/${PORTVERSION}
 
Index: x11/apwal/Makefile
===================================================================
--- x11/apwal/Makefile	(revision 348292)
+++ x11/apwal/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	apwal
 PORTVERSION=	0.4.5
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	x11
 MASTER_SITES=	http://apwal.free.fr/download/
 
Index: x11/beforelight/Makefile
===================================================================
--- x11/beforelight/Makefile	(revision 348292)
+++ x11/beforelight/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	beforelight
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/blast/Makefile
===================================================================
--- x11/blast/Makefile	(revision 348292)
+++ x11/blast/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	blast
 PORTVERSION=	1.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_DEBIAN}
 MASTER_SITE_SUBDIR=	pool/main/b/blast
Index: x11/eaglemode/Makefile
===================================================================
--- x11/eaglemode/Makefile	(revision 348292)
+++ x11/eaglemode/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	eaglemode
 PORTVERSION=	0.84.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
Index: x11/gnome-panel/Makefile
===================================================================
--- x11/gnome-panel/Makefile	(revision 348292)
+++ x11/gnome-panel/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gnome-panel
 PORTVERSION=	2.32.1
-PORTREVISION?=	3
+PORTREVISION?=	4
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
Index: x11/gnome-session/Makefile
===================================================================
--- x11/gnome-session/Makefile	(revision 348292)
+++ x11/gnome-session/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gnome-session
 PORTVERSION=	2.32.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
Index: x11/i3lock/Makefile
===================================================================
--- x11/i3lock/Makefile	(revision 348292)
+++ x11/i3lock/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	i3lock
 PORTVERSION=	2.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 MASTER_SITES=	http://i3wm.org/${PORTNAME}/
 
Index: x11/kde4-workspace/Makefile
===================================================================
--- x11/kde4-workspace/Makefile	(revision 348292)
+++ x11/kde4-workspace/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kde-workspace
 PORTVERSION=	${KDE4_WORKSPACE_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
Index: x11/kdelibs4/Makefile
===================================================================
--- x11/kdelibs4/Makefile	(revision 348292)
+++ x11/kdelibs4/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kdelibs
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
Index: x11/libICE/Makefile
===================================================================
--- x11/libICE/Makefile	(revision 348292)
+++ x11/libICE/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libICE
 PORTVERSION=	1.0.8
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11
 
Index: x11/libICE/pkg-plist
===================================================================
--- x11/libICE/pkg-plist	(revision 348292)
+++ x11/libICE/pkg-plist	(working copy)
@@ -8,6 +8,7 @@
 lib/libICE.la
 lib/libICE.so
 lib/libICE.so.6
+lib/libICE.so.6.3.0
 libdata/pkgconfig/ice.pc
 %%DOCSDIR%%/ICElib.xml
 %%DOCSDIR%%/ice.xml
Index: x11/libSM/Makefile
===================================================================
--- x11/libSM/Makefile	(revision 348292)
+++ x11/libSM/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libSM
 PORTVERSION=	1.2.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11
 
Index: x11/libSM/pkg-plist
===================================================================
--- x11/libSM/pkg-plist	(revision 348292)
+++ x11/libSM/pkg-plist	(working copy)
@@ -5,5 +5,6 @@
 lib/libSM.la
 lib/libSM.so
 lib/libSM.so.6
+lib/libSM.so.6.0.1
 libdata/pkgconfig/sm.pc
 @dirrm include/X11/SM
Index: x11/libX11/Makefile
===================================================================
--- x11/libX11/Makefile	(revision 348292)
+++ x11/libX11/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libX11
 PORTVERSION=	1.6.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11
 
Index: x11/libX11/pkg-plist
===================================================================
--- x11/libX11/pkg-plist	(revision 348292)
+++ x11/libX11/pkg-plist	(working copy)
@@ -199,10 +199,12 @@
 lib/libX11-xcb.la
 lib/libX11-xcb.so
 lib/libX11-xcb.so.1
+lib/libX11-xcb.so.1.0.0
 lib/libX11.a
 lib/libX11.la
 lib/libX11.so
 lib/libX11.so.6
+lib/libX11.so.6.3.0
 libdata/pkgconfig/x11-xcb.pc
 libdata/pkgconfig/x11.pc
 man/man3/AllPlanes.3.gz
Index: x11/libXScrnSaver/Makefile
===================================================================
--- x11/libXScrnSaver/Makefile	(revision 348292)
+++ x11/libXScrnSaver/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libXScrnSaver
 PORTVERSION=	1.2.2
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libXScrnSaver/pkg-plist
===================================================================
--- x11/libXScrnSaver/pkg-plist	(revision 348292)
+++ x11/libXScrnSaver/pkg-plist	(working copy)
@@ -1,8 +1,9 @@
 include/X11/extensions/scrnsaver.h
+lib/libXss.a
+lib/libXss.la
+lib/libXss.so
 lib/libXss.so.1
-lib/libXss.so
-lib/libXss.la
-lib/libXss.a
+lib/libXss.so.1.0.0
 libdata/pkgconfig/xscrnsaver.pc
 man/man3/Xss.3.gz
 man/man3/XScreenSaverAllocInfo.3.gz
Index: x11/libXTrap/Makefile
===================================================================
--- x11/libXTrap/Makefile	(revision 348292)
+++ x11/libXTrap/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libXTrap
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,6 +10,5 @@
 
 XORG_CAT=	lib
 USE_XORG=	trapproto:both x11 xext xextproto xt
-USE_AUTOTOOLS=	libtool
 
 .include <bsd.port.mk>
Index: x11/libXTrap/pkg-plist
===================================================================
--- x11/libXTrap/pkg-plist	(revision 348292)
+++ x11/libXTrap/pkg-plist	(working copy)
@@ -1,5 +1,6 @@
+lib/libXTrap.a
+lib/libXTrap.la
+lib/libXTrap.so
 lib/libXTrap.so.6
-lib/libXTrap.so
-lib/libXTrap.la
-lib/libXTrap.a
+lib/libXTrap.so.6.4.0
 libdata/pkgconfig/xtrap.pc
Index: x11/libXau/Makefile
===================================================================
--- x11/libXau/Makefile	(revision 348292)
+++ x11/libXau/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXau
 PORTVERSION=	1.0.8
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -11,7 +12,4 @@
 XORG_CAT=	lib
 USE_XORG=	xproto:both
 
-post-install:
-	${LN} -sf ${PREFIX}/lib/libXau.so.6 ${STAGEDIR}${PREFIX}/lib/libXau.so.0
-
 .include <bsd.port.mk>
Index: x11/libXau/pkg-plist
===================================================================
--- x11/libXau/pkg-plist	(revision 348292)
+++ x11/libXau/pkg-plist	(working copy)
@@ -2,8 +2,8 @@
 lib/libXau.a
 lib/libXau.la
 lib/libXau.so
-lib/libXau.so.0
 lib/libXau.so.6
+lib/libXau.so.6.0.0
 libdata/pkgconfig/xau.pc
 man/man3/Xau.3.gz
 man/man3/XauDisposeAuth.3.gz
Index: x11/libXcomposite/Makefile
===================================================================
--- x11/libXcomposite/Makefile	(revision 348292)
+++ x11/libXcomposite/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXcomposite
 PORTVERSION=	0.4.4
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11
 
Index: x11/libXcomposite/pkg-plist
===================================================================
--- x11/libXcomposite/pkg-plist	(revision 348292)
+++ x11/libXcomposite/pkg-plist	(working copy)
@@ -3,6 +3,7 @@
 lib/libXcomposite.la
 lib/libXcomposite.so
 lib/libXcomposite.so.1
+lib/libXcomposite.so.1.0.0
 libdata/pkgconfig/xcomposite.pc
 man/man3/Xcomposite.3.gz
 man/man3/XCompositeQueryExtension.3.gz
Index: x11/libXcursor/Makefile
===================================================================
--- x11/libXcursor/Makefile	(revision 348292)
+++ x11/libXcursor/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXcursor
 PORTVERSION=	1.1.14
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libXcursor/pkg-plist
===================================================================
--- x11/libXcursor/pkg-plist	(revision 348292)
+++ x11/libXcursor/pkg-plist	(working copy)
@@ -3,6 +3,7 @@
 lib/libXcursor.la
 lib/libXcursor.so
 lib/libXcursor.so.1
+lib/libXcursor.so.1.0.2
 libdata/pkgconfig/xcursor.pc
 man/man3/Xcursor.3.gz
 man/man3/XcursorImageCreate.3.gz
Index: x11/libXdamage/Makefile
===================================================================
--- x11/libXdamage/Makefile	(revision 348292)
+++ x11/libXdamage/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXdamage
 PORTVERSION=	1.1.4
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libXdamage/pkg-plist
===================================================================
--- x11/libXdamage/pkg-plist	(revision 348292)
+++ x11/libXdamage/pkg-plist	(working copy)
@@ -3,5 +3,6 @@
 lib/libXdamage.la
 lib/libXdamage.so
 lib/libXdamage.so.1
+lib/libXdamage.so.1.1.0
 libdata/pkgconfig/xdamage.pc
 @dirrmtry include/X11/extensions
Index: x11/libXdmcp/Makefile
===================================================================
--- x11/libXdmcp/Makefile	(revision 348292)
+++ x11/libXdmcp/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXdmcp
 PORTVERSION=	1.1.1
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libXdmcp/pkg-plist
===================================================================
--- x11/libXdmcp/pkg-plist	(revision 348292)
+++ x11/libXdmcp/pkg-plist	(working copy)
@@ -3,4 +3,5 @@
 lib/libXdmcp.la
 lib/libXdmcp.so
 lib/libXdmcp.so.6
+lib/libXdmcp.so.6.0.0
 libdata/pkgconfig/xdmcp.pc
Index: x11/libXevie/Makefile
===================================================================
--- x11/libXevie/Makefile	(revision 348292)
+++ x11/libXevie/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libXevie
 PORTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libXevie/pkg-plist
===================================================================
--- x11/libXevie/pkg-plist	(revision 348292)
+++ x11/libXevie/pkg-plist	(working copy)
@@ -1,8 +1,9 @@
 include/X11/extensions/Xevie.h
+lib/libXevie.a
+lib/libXevie.la
+lib/libXevie.so
 lib/libXevie.so.1
-lib/libXevie.so
-lib/libXevie.la
-lib/libXevie.a
+lib/libXevie.so.1.0.0
 libdata/pkgconfig/xevie.pc
 man/man3/Xevie.3.gz
 man/man3/XevieEnd.3.gz
Index: x11/libXext/Makefile
===================================================================
--- x11/libXext/Makefile	(revision 348292)
+++ x11/libXext/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXext
 PORTVERSION=	1.3.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11
 
Index: x11/libXext/pkg-plist
===================================================================
--- x11/libXext/pkg-plist	(revision 348292)
+++ x11/libXext/pkg-plist	(working copy)
@@ -2,6 +2,7 @@
 lib/libXext.la
 lib/libXext.so
 lib/libXext.so.6
+lib/libXext.so.6.4.0
 include/X11/extensions/MITMisc.h
 include/X11/extensions/XEVI.h
 include/X11/extensions/XLbx.h
Index: x11/libXfixes/Makefile
===================================================================
--- x11/libXfixes/Makefile	(revision 348292)
+++ x11/libXfixes/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXfixes
 PORTVERSION=	5.0.1
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libXfixes/pkg-plist
===================================================================
--- x11/libXfixes/pkg-plist	(revision 348292)
+++ x11/libXfixes/pkg-plist	(working copy)
@@ -3,5 +3,6 @@
 lib/libXfixes.la
 lib/libXfixes.so
 lib/libXfixes.so.3
+lib/libXfixes.so.3.1.0
 libdata/pkgconfig/xfixes.pc
 man/man3/Xfixes.3.gz
Index: x11/libXi/Makefile
===================================================================
--- x11/libXi/Makefile	(revision 348292)
+++ x11/libXi/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXi
 PORTVERSION=	1.7.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11
 
Index: x11/libXi/pkg-plist
===================================================================
--- x11/libXi/pkg-plist	(revision 348292)
+++ x11/libXi/pkg-plist	(working copy)
@@ -4,6 +4,7 @@
 lib/libXi.la
 lib/libXi.so
 lib/libXi.so.6
+lib/libXi.so.6.1.0
 libdata/pkgconfig/xi.pc
 man/man3/XAllowDeviceEvents.3.gz
 man/man3/XChangeDeviceControl.3.gz
Index: x11/libXinerama/Makefile
===================================================================
--- x11/libXinerama/Makefile	(revision 348292)
+++ x11/libXinerama/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXinerama
 PORTVERSION=	1.1.3
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11
 
@@ -13,6 +14,5 @@
 
 XORG_CAT=	lib
 USE_XORG=	x11 xext xextproto xineramaproto:both
-USE_AUTOTOOLS=	libtool
 
 .include <bsd.port.mk>
Index: x11/libXinerama/pkg-plist
===================================================================
--- x11/libXinerama/pkg-plist	(revision 348292)
+++ x11/libXinerama/pkg-plist	(working copy)
@@ -4,6 +4,7 @@
 lib/libXinerama.la
 lib/libXinerama.so
 lib/libXinerama.so.1
+lib/libXinerama.so.1.0.0
 libdata/pkgconfig/xinerama.pc
 man/man3/Xinerama.3.gz
 man/man3/XineramaQueryExtension.3.gz
Index: x11/libXp/Makefile
===================================================================
--- x11/libXp/Makefile	(revision 348292)
+++ x11/libXp/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXp
 PORTVERSION=	1.0.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11
 
@@ -13,6 +14,5 @@
 
 XORG_CAT=	lib
 USE_XORG=	x11 xext xextproto xau printproto:both
-USE_AUTOTOOLS=	libtool
 
 .include <bsd.port.mk>
Index: x11/libXp/pkg-plist
===================================================================
--- x11/libXp/pkg-plist	(revision 348292)
+++ x11/libXp/pkg-plist	(working copy)
@@ -2,6 +2,7 @@
 lib/libXp.la
 lib/libXp.so
 lib/libXp.so.6
+lib/libXp.so.6.2.0
 libdata/pkgconfig/xp.pc
 man/man3/XpCancelDoc.3.gz
 man/man3/XpCancelJob.3.gz
Index: x11/libXpm/Makefile
===================================================================
--- x11/libXpm/Makefile	(revision 348292)
+++ x11/libXpm/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXpm
 PORTVERSION=	3.5.11
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libXpm/pkg-plist
===================================================================
--- x11/libXpm/pkg-plist	(revision 348292)
+++ x11/libXpm/pkg-plist	(working copy)
@@ -5,6 +5,7 @@
 lib/libXpm.la
 lib/libXpm.so
 lib/libXpm.so.4
+lib/libXpm.so.4.11.0
 libdata/pkgconfig/xpm.pc
 man/man1/cxpm.1.gz
 man/man1/sxpm.1.gz
Index: x11/libXprintAppUtil/Makefile
===================================================================
--- x11/libXprintAppUtil/Makefile	(revision 348292)
+++ x11/libXprintAppUtil/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libXprintAppUtil
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,5 +10,5 @@
 
 XORG_CAT=	lib
 USE_XORG=	printproto x11 xau xp xprintutil xproto:both
-USE_AUTOTOOLS=	libtool
+
 .include <bsd.port.mk>
Index: x11/libXprintAppUtil/pkg-plist
===================================================================
--- x11/libXprintAppUtil/pkg-plist	(revision 348292)
+++ x11/libXprintAppUtil/pkg-plist	(working copy)
@@ -1,7 +1,8 @@
 include/X11/XprintAppUtil/xpapputil.h
+lib/libXprintAppUtil.a
+lib/libXprintAppUtil.la
+lib/libXprintAppUtil.so
 lib/libXprintAppUtil.so.1
-lib/libXprintAppUtil.so
-lib/libXprintAppUtil.la
-lib/libXprintAppUtil.a
+lib/libXprintAppUtil.so.1.0.0
 libdata/pkgconfig/xprintapputil.pc
 @dirrm include/X11/XprintAppUtil
Index: x11/libXprintUtil/Makefile
===================================================================
--- x11/libXprintUtil/Makefile	(revision 348292)
+++ x11/libXprintUtil/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libXprintUtil
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,5 +10,5 @@
 
 XORG_CAT=	lib
 USE_XORG=	printproto:both x11 xau xp xt
-USE_AUTOTOOLS=	libtool
+
 .include <bsd.port.mk>
Index: x11/libXprintUtil/pkg-plist
===================================================================
--- x11/libXprintUtil/pkg-plist	(revision 348292)
+++ x11/libXprintUtil/pkg-plist	(working copy)
@@ -3,5 +3,6 @@
 lib/libXprintUtil.la
 lib/libXprintUtil.so
 lib/libXprintUtil.so.1
+lib/libXprintUtil.so.1.0.0
 libdata/pkgconfig/xprintutil.pc
 @dirrm include/X11/XprintUtil
Index: x11/libXrandr/Makefile
===================================================================
--- x11/libXrandr/Makefile	(revision 348292)
+++ x11/libXrandr/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXrandr
 PORTVERSION=	1.4.2
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libXrandr/pkg-plist
===================================================================
--- x11/libXrandr/pkg-plist	(revision 348292)
+++ x11/libXrandr/pkg-plist	(working copy)
@@ -3,6 +3,7 @@
 lib/libXrandr.la
 lib/libXrandr.so
 lib/libXrandr.so.2
+lib/libXrandr.so.2.2.0
 libdata/pkgconfig/xrandr.pc
 man/man3/Xrandr.3.gz
 man/man3/XRRConfigCurrentConfiguration.3.gz
Index: x11/libXrender/Makefile
===================================================================
--- x11/libXrender/Makefile	(revision 348292)
+++ x11/libXrender/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXrender
 PORTVERSION=	0.9.8
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libXrender/pkg-plist
===================================================================
--- x11/libXrender/pkg-plist	(revision 348292)
+++ x11/libXrender/pkg-plist	(working copy)
@@ -3,6 +3,7 @@
 lib/libXrender.la
 lib/libXrender.so
 lib/libXrender.so.1
+lib/libXrender.so.1.3.0
 libdata/pkgconfig/xrender.pc
 %%DOCSDIR%%/libXrender.txt
 @dirrm %%DOCSDIR%%
Index: x11/libXres/Makefile
===================================================================
--- x11/libXres/Makefile	(revision 348292)
+++ x11/libXres/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXres
 PORTVERSION=	1.0.7
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libXres/pkg-plist
===================================================================
--- x11/libXres/pkg-plist	(revision 348292)
+++ x11/libXres/pkg-plist	(working copy)
@@ -3,6 +3,7 @@
 lib/libXRes.la
 lib/libXRes.so
 lib/libXRes.so.1
+lib/libXRes.so.1.0.0
 libdata/pkgconfig/xres.pc
 man/man3/XRes.3.gz
 man/man3/XResQueryClients.3.gz
Index: x11/libXtst/Makefile
===================================================================
--- x11/libXtst/Makefile	(revision 348292)
+++ x11/libXtst/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXtst
 PORTVERSION=	1.2.2
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -13,7 +14,6 @@
 XORG_CAT=	lib
 USE_XORG=	x11 xext recordproto:both xextproto inputproto:both \
 		xi
-USE_AUTOTOOLS=	libtool
 
 CONFIGURE_ARGS+=--disable-specs --without-xmlto
 
Index: x11/libXtst/pkg-plist
===================================================================
--- x11/libXtst/pkg-plist	(revision 348292)
+++ x11/libXtst/pkg-plist	(working copy)
@@ -4,6 +4,7 @@
 lib/libXtst.la
 lib/libXtst.so
 lib/libXtst.so.6
+lib/libXtst.so.6.1.0
 libdata/pkgconfig/xtst.pc
 man/man3/XTestCompareCurrentCursorWithWindow.3.gz
 man/man3/XTestCompareCursorWithWindow.3.gz
Index: x11/libXv/Makefile
===================================================================
--- x11/libXv/Makefile	(revision 348292)
+++ x11/libXv/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXv
 PORTVERSION=	1.0.10
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11
 
Index: x11/libXv/pkg-plist
===================================================================
--- x11/libXv/pkg-plist	(revision 348292)
+++ x11/libXv/pkg-plist	(working copy)
@@ -3,6 +3,7 @@
 lib/libXv.la
 lib/libXv.so
 lib/libXv.so.1
+lib/libXv.so.1.0.0
 libdata/pkgconfig/xv.pc
 man/man3/Xv.3.gz
 man/man3/XvFreeAdaptorInfo.3.gz
Index: x11/libXvMC/Makefile
===================================================================
--- x11/libXvMC/Makefile	(revision 348292)
+++ x11/libXvMC/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXvMC
 PORTVERSION=	1.0.8
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libXvMC/pkg-plist
===================================================================
--- x11/libXvMC/pkg-plist	(revision 348292)
+++ x11/libXvMC/pkg-plist	(working copy)
@@ -3,10 +3,12 @@
 lib/libXvMC.la
 lib/libXvMC.so
 lib/libXvMC.so.1
+lib/libXvMC.so.1.0.0
 lib/libXvMCW.a
 lib/libXvMCW.la
 lib/libXvMCW.so
 lib/libXvMCW.so.1
+lib/libXvMCW.so.1.0.0
 libdata/pkgconfig/xvmc.pc
 %%DOCSDIR%%/XvMC_API.txt
 @dirrm %%DOCSDIR%%
Index: x11/libXxf86dga/Makefile
===================================================================
--- x11/libXxf86dga/Makefile	(revision 348292)
+++ x11/libXxf86dga/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXxf86dga
 PORTVERSION=	1.1.4
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libXxf86dga/pkg-plist
===================================================================
--- x11/libXxf86dga/pkg-plist	(revision 348292)
+++ x11/libXxf86dga/pkg-plist	(working copy)
@@ -4,6 +4,7 @@
 lib/libXxf86dga.la
 lib/libXxf86dga.so
 lib/libXxf86dga.so.1
+lib/libXxf86dga.so.1.0.0
 libdata/pkgconfig/xxf86dga.pc
 man/man3/XDGA.3.gz
 man/man3/XDGAOpenFramebuffer.3.gz
Index: x11/libXxf86misc/Makefile
===================================================================
--- x11/libXxf86misc/Makefile	(revision 348292)
+++ x11/libXxf86misc/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXxf86misc
 PORTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libXxf86misc/pkg-plist
===================================================================
--- x11/libXxf86misc/pkg-plist	(revision 348292)
+++ x11/libXxf86misc/pkg-plist	(working copy)
@@ -2,6 +2,7 @@
 lib/libXxf86misc.la
 lib/libXxf86misc.so
 lib/libXxf86misc.so.1
+lib/libXxf86misc.so.1.1.0
 libdata/pkgconfig/xxf86misc.pc
 man/man3/XF86Misc.3.gz
 man/man3/XF86MiscGetKbdSettings.3.gz
Index: x11/libXxf86vm/Makefile
===================================================================
--- x11/libXxf86vm/Makefile	(revision 348292)
+++ x11/libXxf86vm/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXxf86vm
 PORTVERSION=	1.1.3
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libXxf86vm/pkg-plist
===================================================================
--- x11/libXxf86vm/pkg-plist	(revision 348292)
+++ x11/libXxf86vm/pkg-plist	(working copy)
@@ -3,6 +3,7 @@
 lib/libXxf86vm.la
 lib/libXxf86vm.so
 lib/libXxf86vm.so.1
+lib/libXxf86vm.so.1.0.0
 libdata/pkgconfig/xxf86vm.pc
 man/man3/XF86VM.3.gz
 man/man3/XF86VidModeLockModeSwitch.3.gz
Index: x11/libdmx/Makefile
===================================================================
--- x11/libdmx/Makefile	(revision 348292)
+++ x11/libdmx/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libdmx
 PORTVERSION=	1.1.3
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libdmx/pkg-plist
===================================================================
--- x11/libdmx/pkg-plist	(revision 348292)
+++ x11/libdmx/pkg-plist	(working copy)
@@ -3,6 +3,7 @@
 lib/libdmx.la
 lib/libdmx.so
 lib/libdmx.so.1
+lib/libdmx.so.1.0.0
 libdata/pkgconfig/dmx.pc
 man/man3/DMX.3.gz
 man/man3/DMXAddInput.3.gz
Index: x11/liboldX/Makefile
===================================================================
--- x11/liboldX/Makefile	(revision 348292)
+++ x11/liboldX/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	liboldX
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,5 +10,5 @@
 
 XORG_CAT=	lib
 USE_XORG=	x11
-USE_AUTOTOOLS=	libtool
+
 .include <bsd.port.mk>
Index: x11/liboldX/pkg-plist
===================================================================
--- x11/liboldX/pkg-plist	(revision 348292)
+++ x11/liboldX/pkg-plist	(working copy)
@@ -3,4 +3,5 @@
 lib/liboldX.la
 lib/liboldX.so
 lib/liboldX.so.6
+lib/liboldX.so.6.0.0
 libdata/pkgconfig/oldx.pc
Index: x11/libxcb/Makefile
===================================================================
--- x11/libxcb/Makefile	(revision 348292)
+++ x11/libxcb/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libxcb
-PORTVERSION=	1.9.3
+PORTVERSION=	1.10
 CATEGORIES=	x11 python
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
@@ -19,14 +19,12 @@
 
 CONFIGURE_ARGS+=	--disable-build-docs --without-doxygen --enable-xinput
 
-USE_BZIP2=	yes
-USES=		gmake pathfix pkgconfig
+XORG_CAT=	lib
+USES=		gmake
 USE_GNOME=	libxslt:build
-USE_LDCONFIG=	yes
 USE_XORG=	xau xdmcp
-USE_PYTHON_BUILD=	yes
+USE_PYTHON_BUILD=YES
 
-GNU_CONFIGURE=	yes
 .for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS
 CONFIGURE_ARGS+=${f}="${${f}}"
 .endfor
Index: x11/libxcb/distinfo
===================================================================
--- x11/libxcb/distinfo	(revision 348292)
+++ x11/libxcb/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (libxcb-1.9.3.tar.bz2) = aad09d223fcb5bd345ce4d1737f178a557b6f2e201128e1ee3c83af46028018b
-SIZE (libxcb-1.9.3.tar.bz2) = 400283
+SHA256 (xorg/lib/libxcb-1.10.tar.bz2) = 98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5
+SIZE (xorg/lib/libxcb-1.10.tar.bz2) = 475211
Index: x11/libxcb/files/patch-64bit-packed
===================================================================
--- x11/libxcb/files/patch-64bit-packed	(revision 0)
+++ x11/libxcb/files/patch-64bit-packed	(working copy)
@@ -0,0 +1,102 @@
+From 3b72a2c9d1d656c74c691a45689e1d637f669e3a Mon Sep 17 00:00:00 2001
+From: Kenneth Graunke <kenneth@whitecape.org>
+Date: Fri, 03 Jan 2014 23:08:33 +0000
+Subject: Force XCB event structures with 64-bit extended fields to be packed.
+
+With the advent of the Present extension, some events (such as
+PresentCompleteNotify) now use native 64-bit types on the wire.
+
+For XGE events, we insert an extra "uint32_t full_sequence" field
+immediately after the first 32 bytes of data.  Normally, this causes
+the subsequent fields to be shifted over by 4 bytes, and the structure
+to grow in size by 4 bytes.  Everything works fine.
+
+However, if event contains 64-bit extended fields, this may result in
+the compiler adding an extra 4 bytes of padding so that those fields
+remain aligned on 64-bit boundaries.  This causes the structure to grow
+by 8 bytes, not 4.  Unfortunately, XCB doesn't realize this, and
+always believes that the length only increased by 4.  read_packet()
+then fails to malloc enough memory to hold the event, and the event
+processing code uses the wrong offsets.
+
+To fix this, mark any event structures containing 64-bit extended
+fields with __attribute__((__packed__)).
+
+v2: Use any(...) instead of True in (...), as suggested by
+    Daniel Martin.
+
+v3 (Alan Coopersmith): Fix build with Solaris Studio 12.3 by moving the
+attribute to after the structure definition.
+
+Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
+Reviewed-by: Keith Packard <keithp@keithp.com> [v1]
+Reviewed-by: Josh Triplett <josh@joshtriplett.org> [v1]
+Reviewed-by: Daniel Martin <consume.noise@gmail.com>
+Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+---
+diff --git a/src/c_client.py b/src/c_client.py
+index 99fd307..45de544 100644
+--- src/c_client.py
++++ src/c_client.py
+@@ -1762,7 +1762,7 @@ def c_simple(self, name):
+         # Iterator
+         _c_iterator(self, name)
+ 
+-def _c_complex(self):
++def _c_complex(self, force_packed = False):
+     '''
+     Helper function for handling all structure types.
+     Called for all structs, requests, replies, events, errors.
+@@ -1817,7 +1817,7 @@ def _c_complex(self):
+             if b.type.has_name:
+                 _h('    } %s;', b.c_field_name)
+ 
+-    _h('} %s;', self.c_type)
++    _h('} %s%s;', 'XCB_PACKED ' if force_packed else '', self.c_type)
+ 
+ def c_struct(self, name):
+     '''
+@@ -2902,6 +2902,7 @@ def c_event(self, name):
+     # events while generating the structure for them. Otherwise we would read
+     # garbage (the internal full_sequence) when accessing normal event fields
+     # there.
++    force_packed = False
+     if hasattr(self, 'is_ge_event') and self.is_ge_event and self.name == name:
+         event_size = 0
+         for field in self.fields:
+@@ -2911,6 +2912,11 @@ def c_event(self, name):
+                 full_sequence = Field(tcard32, tcard32.name, 'full_sequence', False, True, True)
+                 idx = self.fields.index(field)
+                 self.fields.insert(idx + 1, full_sequence)
++
++                # If the event contains any 64-bit extended fields, they need
++                # to remain aligned on a 64-bit boundary.  Adding full_sequence
++                # would normally break that; force the struct to be packed.
++                force_packed = any(f.type.size == 8 and f.type.is_simple for f in self.fields[(idx+1):])
+                 break
+ 
+     _c_type_setup(self, name, ('event',))
+@@ -2920,7 +2926,7 @@ def c_event(self, name):
+ 
+     if self.name == name:
+         # Structure definition
+-        _c_complex(self)
++        _c_complex(self, force_packed)
+     else:
+         # Typedef
+         _h('')
+diff --git a/src/xcb.h b/src/xcb.h
+index e62c985..73c77a3 100644
+--- src/xcb.h
++++ src/xcb.h
+@@ -51,6 +51,8 @@ extern "C" {
+  * @file xcb.h
+  */
+ 
++#define XCB_PACKED __attribute__((__packed__))
++
+ /**
+  * @defgroup XCB_Core_API XCB Core API
+  * @brief Core API of the XCB library.
+--
+cgit v0.9.0.2-2-gbebe

Property changes on: x11/libxcb/files/patch-64bit-packed
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Index: x11/libxcb/files/patch-src__c_client.py
===================================================================
--- x11/libxcb/files/patch-src__c_client.py	(revision 348292)
+++ x11/libxcb/files/patch-src__c_client.py	(working copy)
@@ -1,34 +0,0 @@
---- src/c_client.py.orig	2013-11-11 14:30:55.471622828 +0100
-+++ src/c_client.py	2013-11-11 14:32:05.334624142 +0100
-@@ -1133,11 +1133,11 @@
-             _c('    %s *xcb_out = *_buffer;', self.c_type)
-             _c('    unsigned int xcb_out_pad = -sizeof(%s) & 3;', self.c_type)
-             _c('    unsigned int xcb_buffer_len = sizeof(%s) + xcb_out_pad;', self.c_type)
--            _c('    unsigned int xcb_align_to;')
-+            _c('    unsigned int xcb_align_to = 0;')
-         else:
-             _c('    char *xcb_out = *_buffer;')
-             _c('    unsigned int xcb_buffer_len = 0;')
--            _c('    unsigned int xcb_align_to;')
-+            _c('    unsigned int xcb_align_to = 0;')
-         prefix = [('_aux', '->', self)]
-         aux_ptr = 'xcb_out'
- 
-@@ -1160,7 +1160,7 @@
-         _c('    unsigned int xcb_buffer_len = 0;')
-         _c('    unsigned int xcb_block_len = 0;')
-         _c('    unsigned int xcb_pad = 0;')
--        _c('    unsigned int xcb_align_to;')
-+        _c('    unsigned int xcb_align_to = 0;')
- 
-     elif 'sizeof' == context:
-         param_names = [p[2] for p in params]
-@@ -1205,7 +1205,7 @@
-             _c('    unsigned int xcb_buffer_len = 0;')
-             _c('    unsigned int xcb_block_len = 0;')
-             _c('    unsigned int xcb_pad = 0;')        
--            _c('    unsigned int xcb_align_to;')
-+            _c('    unsigned int xcb_align_to = 0;')
- 
-     _c('')
-     for t in temp_vars:
Index: x11/libxcb/pkg-plist
===================================================================
--- x11/libxcb/pkg-plist	(revision 348292)
+++ x11/libxcb/pkg-plist	(working copy)
@@ -33,106 +33,132 @@
 lib/libxcb-composite.la
 lib/libxcb-composite.so
 lib/libxcb-composite.so.0
+lib/libxcb-composite.so.0.0.0
 lib/libxcb-damage.a
 lib/libxcb-damage.la
 lib/libxcb-damage.so
 lib/libxcb-damage.so.0
+lib/libxcb-damage.so.0.0.0
 lib/libxcb-dpms.a
 lib/libxcb-dpms.la
 lib/libxcb-dpms.so
 lib/libxcb-dpms.so.0
+lib/libxcb-dpms.so.0.0.0
 lib/libxcb-dri2.a
 lib/libxcb-dri2.la
 lib/libxcb-dri2.so
 lib/libxcb-dri2.so.0
+lib/libxcb-dri2.so.0.0.0
 lib/libxcb-dri3.a
 lib/libxcb-dri3.la
 lib/libxcb-dri3.so
 lib/libxcb-dri3.so.0
+lib/libxcb-dri3.so.0.0.0
 lib/libxcb-glx.a
 lib/libxcb-glx.la
 lib/libxcb-glx.so
 lib/libxcb-glx.so.0
+lib/libxcb-glx.so.0.0.0
 lib/libxcb-present.a
 lib/libxcb-present.la
 lib/libxcb-present.so
 lib/libxcb-present.so.0
+lib/libxcb-present.so.0.0.0
 lib/libxcb-randr.a
 lib/libxcb-randr.la
 lib/libxcb-randr.so
-lib/libxcb-randr.so.1
+lib/libxcb-randr.so.0
+lib/libxcb-randr.so.0.1.0
 lib/libxcb-record.a
 lib/libxcb-record.la
 lib/libxcb-record.so
 lib/libxcb-record.so.0
+lib/libxcb-record.so.0.0.0
 lib/libxcb-render.a
 lib/libxcb-render.la
 lib/libxcb-render.so
 lib/libxcb-render.so.0
+lib/libxcb-render.so.0.0.0
 lib/libxcb-res.a
 lib/libxcb-res.la
 lib/libxcb-res.so
 lib/libxcb-res.so.0
+lib/libxcb-res.so.0.0.0
 lib/libxcb-screensaver.a
 lib/libxcb-screensaver.la
 lib/libxcb-screensaver.so
 lib/libxcb-screensaver.so.0
+lib/libxcb-screensaver.so.0.0.0
 lib/libxcb-shape.a
 lib/libxcb-shape.la
 lib/libxcb-shape.so
 lib/libxcb-shape.so.0
+lib/libxcb-shape.so.0.0.0
 lib/libxcb-shm.a
 lib/libxcb-shm.la
 lib/libxcb-shm.so
 lib/libxcb-shm.so.0
+lib/libxcb-shm.so.0.0.0
 lib/libxcb-sync.a
 lib/libxcb-sync.la
 lib/libxcb-sync.so
-lib/libxcb-sync.so.0
+lib/libxcb-sync.so.1
+lib/libxcb-sync.so.1.0.0
 lib/libxcb-xevie.a
 lib/libxcb-xevie.la
 lib/libxcb-xevie.so
 lib/libxcb-xevie.so.0
+lib/libxcb-xevie.so.0.0.0
 lib/libxcb-xf86dri.a
 lib/libxcb-xf86dri.la
 lib/libxcb-xf86dri.so
 lib/libxcb-xf86dri.so.0
+lib/libxcb-xf86dri.so.0.0.0
 lib/libxcb-xfixes.a
 lib/libxcb-xfixes.la
 lib/libxcb-xfixes.so
 lib/libxcb-xfixes.so.0
+lib/libxcb-xfixes.so.0.0.0
 lib/libxcb-xinerama.a
 lib/libxcb-xinerama.la
 lib/libxcb-xinerama.so
 lib/libxcb-xinerama.so.0
+lib/libxcb-xinerama.so.0.0.0
 lib/libxcb-xinput.a
 lib/libxcb-xinput.la
 lib/libxcb-xinput.so
 lib/libxcb-xinput.so.0
+lib/libxcb-xinput.so.0.1.0
 lib/libxcb-xkb.a
 lib/libxcb-xkb.la
 lib/libxcb-xkb.so
-lib/libxcb-xkb.so.0
+lib/libxcb-xkb.so.1
+lib/libxcb-xkb.so.1.0.0
 lib/libxcb-xprint.a
 lib/libxcb-xprint.la
 lib/libxcb-xprint.so
 lib/libxcb-xprint.so.0
+lib/libxcb-xprint.so.0.0.0
 lib/libxcb-xtest.a
 lib/libxcb-xtest.la
 lib/libxcb-xtest.so
 lib/libxcb-xtest.so.0
+lib/libxcb-xtest.so.0.0.0
 lib/libxcb-xv.a
 lib/libxcb-xv.la
 lib/libxcb-xv.so
 lib/libxcb-xv.so.0
+lib/libxcb-xv.so.0.0.0
 lib/libxcb-xvmc.a
 lib/libxcb-xvmc.la
 lib/libxcb-xvmc.so
 lib/libxcb-xvmc.so.0
+lib/libxcb-xvmc.so.0.0.0
 lib/libxcb.a
 lib/libxcb.la
 lib/libxcb.so
-lib/libxcb.so.2
+lib/libxcb.so.1
+lib/libxcb.so.1.1.0
 libdata/pkgconfig/xcb-composite.pc
 libdata/pkgconfig/xcb-damage.pc
 libdata/pkgconfig/xcb-dpms.pc
@@ -395,7 +421,7 @@
 man/man3/xcb_free_gc_checked.3.gz
 man/man3/xcb_free_pixmap.3.gz
 man/man3/xcb_free_pixmap_checked.3.gz
-man/man3/xcb_ge_event_t.3.gz
+man/man3/xcb_ge_generic_event_t.3.gz
 man/man3/xcb_get_atom_name.3.gz
 man/man3/xcb_get_atom_name_name.3.gz
 man/man3/xcb_get_atom_name_name_end.3.gz
@@ -2225,23 +2251,6 @@
 man/man3/xcb_xkb_get_device_info_name_length.3.gz
 man/man3/xcb_xkb_get_device_info_reply.3.gz
 man/man3/xcb_xkb_get_device_info_unchecked.3.gz
-man/man3/xcb_xkb_get_geometry.3.gz
-man/man3/xcb_xkb_get_geometry_colors_iterator.3.gz
-man/man3/xcb_xkb_get_geometry_colors_length.3.gz
-man/man3/xcb_xkb_get_geometry_doodads_iterator.3.gz
-man/man3/xcb_xkb_get_geometry_doodads_length.3.gz
-man/man3/xcb_xkb_get_geometry_key_aliases.3.gz
-man/man3/xcb_xkb_get_geometry_key_aliases_iterator.3.gz
-man/man3/xcb_xkb_get_geometry_key_aliases_length.3.gz
-man/man3/xcb_xkb_get_geometry_label_font.3.gz
-man/man3/xcb_xkb_get_geometry_properties_iterator.3.gz
-man/man3/xcb_xkb_get_geometry_properties_length.3.gz
-man/man3/xcb_xkb_get_geometry_reply.3.gz
-man/man3/xcb_xkb_get_geometry_sections_iterator.3.gz
-man/man3/xcb_xkb_get_geometry_sections_length.3.gz
-man/man3/xcb_xkb_get_geometry_shapes_iterator.3.gz
-man/man3/xcb_xkb_get_geometry_shapes_length.3.gz
-man/man3/xcb_xkb_get_geometry_unchecked.3.gz
 man/man3/xcb_xkb_get_indicator_map.3.gz
 man/man3/xcb_xkb_get_indicator_map_maps.3.gz
 man/man3/xcb_xkb_get_indicator_map_maps_iterator.3.gz
@@ -2305,8 +2314,6 @@
 man/man3/xcb_xkb_set_debugging_flags_unchecked.3.gz
 man/man3/xcb_xkb_set_device_info.3.gz
 man/man3/xcb_xkb_set_device_info_checked.3.gz
-man/man3/xcb_xkb_set_geometry.3.gz
-man/man3/xcb_xkb_set_geometry_checked.3.gz
 man/man3/xcb_xkb_set_indicator_map.3.gz
 man/man3/xcb_xkb_set_indicator_map_checked.3.gz
 man/man3/xcb_xkb_set_map.3.gz
Index: x11/libxkbfile/Makefile
===================================================================
--- x11/libxkbfile/Makefile	(revision 348292)
+++ x11/libxkbfile/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libxkbfile
 PORTVERSION=	1.0.8
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libxkbfile/pkg-plist
===================================================================
--- x11/libxkbfile/pkg-plist	(revision 348292)
+++ x11/libxkbfile/pkg-plist	(working copy)
@@ -8,5 +8,6 @@
 lib/libxkbfile.la
 lib/libxkbfile.so
 lib/libxkbfile.so.1
+lib/libxkbfile.so.1.0.2
 libdata/pkgconfig/xkbfile.pc
 @dirrmtry include/X11/extensions
Index: x11/libxkbui/Makefile
===================================================================
--- x11/libxkbui/Makefile	(revision 348292)
+++ x11/libxkbui/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libxkbui
 PORTVERSION=	1.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libxkbui/pkg-plist
===================================================================
--- x11/libxkbui/pkg-plist	(revision 348292)
+++ x11/libxkbui/pkg-plist	(working copy)
@@ -3,5 +3,6 @@
 lib/libxkbui.la
 lib/libxkbui.so
 lib/libxkbui.so.1
+lib/libxkbui.so.1.0.0
 libdata/pkgconfig/xkbui.pc
 @dirrmtry include/X11/extensions
Index: x11/libxklavier/Makefile
===================================================================
--- x11/libxklavier/Makefile	(revision 348292)
+++ x11/libxklavier/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libxklavier
 PORTVERSION=	5.0
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GNOME
Index: x11/libxshmfence/Makefile
===================================================================
--- x11/libxshmfence/Makefile	(revision 348292)
+++ x11/libxshmfence/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libxshmfence
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/libxshmfence/pkg-plist
===================================================================
--- x11/libxshmfence/pkg-plist	(revision 348292)
+++ x11/libxshmfence/pkg-plist	(working copy)
@@ -3,4 +3,5 @@
 lib/libxshmfence.la
 lib/libxshmfence.so
 lib/libxshmfence.so.1
+lib/libxshmfence.so.1.0.0
 libdata/pkgconfig/xshmfence.pc
Index: x11/mate-applets/Makefile
===================================================================
--- x11/mate-applets/Makefile	(revision 348292)
+++ x11/mate-applets/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mate-applets
 PORTVERSION=	1.6.1
+PORTREVISION=	1
 CATEGORIES=	x11 mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
Index: x11/mate-panel/Makefile
===================================================================
--- x11/mate-panel/Makefile	(revision 348292)
+++ x11/mate-panel/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mate-panel
 PORTVERSION=	1.6.1
+PORTREVISION=	1
 CATEGORIES=	x11 mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
Index: x11/mate-session-manager/Makefile
===================================================================
--- x11/mate-session-manager/Makefile	(revision 348292)
+++ x11/mate-session-manager/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mate-session-manager
 PORTVERSION=	1.6.1
+PORTREVISION=	1
 CATEGORIES=	x11 mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
Index: x11/ooxcb/Makefile
===================================================================
--- x11/ooxcb/Makefile	(revision 348292)
+++ x11/ooxcb/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ooxcb
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://samurai-x.org/downloads/
 
Index: x11/pixman/Makefile
===================================================================
--- x11/pixman/Makefile	(revision 348292)
+++ x11/pixman/Makefile	(working copy)
@@ -10,24 +10,9 @@
 USES=		perl5
 USE_PERL5=	build
 XORG_CAT=	lib
-USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--disable-gtk
-USE_GNOME=	ltverhack:30
+INSTALL_TARGET=	install-strip
 
-OPTIONS_DEFINE=	SIMD
+PLIST_SUB+=	LIBVERSION=${PORTVERSION}
 
-.include <bsd.port.options.mk>
-
-.if ! ${PORT_OPTIONS:MSIMD}
-CONFIGURE_ARGS=	--disable-vmx --disable-arm-simd
-. if defined(MACHINE_CPU)
-. if ! ${MACHINE_CPU:Mmmx}
-CONFIGURE_ARGS+=	--disable-mmx
-. endif
-. if ! ${MACHINE_CPU:Msse2}
-CONFIGURE_ARGS+=	--disable-sse2
-. endif
-. endif
-.endif
-
 .include <bsd.port.mk>
Index: x11/pixman/pkg-plist
===================================================================
--- x11/pixman/pkg-plist	(revision 348292)
+++ x11/pixman/pkg-plist	(working copy)
@@ -3,6 +3,7 @@
 lib/libpixman-1.a
 lib/libpixman-1.la
 lib/libpixman-1.so
-lib/libpixman-1.so.30
+lib/libpixman-1.so.0
+lib/libpixman-1.so.0.32.4
 libdata/pkgconfig/pixman-1.pc
 @dirrm include/pixman-1
Index: x11/slim/Makefile
===================================================================
--- x11/slim/Makefile	(revision 348292)
+++ x11/slim/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	slim
 PORTVERSION=	1.3.6
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	ftp://ftp.berlios.de/pub/slim/ \
 		SF/slim.berlios
Index: x11/sterm/Makefile
===================================================================
--- x11/sterm/Makefile	(revision 348292)
+++ x11/sterm/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sterm
 PORTVERSION=	0.4.1
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://dl.suckless.org/st/
 DISTNAME=	st-${PORTVERSION}
Index: x11/xauth/Makefile
===================================================================
--- x11/xauth/Makefile	(revision 348292)
+++ x11/xauth/Makefile	(working copy)
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xauth
+PORTREVISION=	1
 PORTVERSION=	1.0.8
 CATEGORIES=	x11
 
Index: x11/xbacklight/Makefile
===================================================================
--- x11/xbacklight/Makefile	(revision 348292)
+++ x11/xbacklight/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xbacklight
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/xbitmaps/Makefile
===================================================================
--- x11/xbitmaps/Makefile	(revision 348292)
+++ x11/xbitmaps/Makefile	(working copy)
@@ -10,7 +10,7 @@
 
 LICENSE=	MIT
 
-USES=	pathfix
+USES=		pathfix
 
 XORG_CAT=	data
 
Index: x11/xcb-proto/Makefile
===================================================================
--- x11/xcb-proto/Makefile	(revision 348292)
+++ x11/xcb-proto/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xcb-proto
-PORTVERSION=	1.9
+PORTVERSION=	1.10
 CATEGORIES=	x11 python
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
@@ -11,10 +11,8 @@
 
 BUILD_DEPENDS=	xmllint:${PORTSDIR}/textproc/libxml2
 
-USE_BZIP2=	yes
-USES=		pathfix
-USE_PYTHON=	yes
-GNU_CONFIGURE=	yes
+XORG_CAT=	proto
+USE_PYTHON=	2.5+
 
 DATADIR=	${PREFIX}/share/xcb
 
Index: x11/xcb-proto/distinfo
===================================================================
--- x11/xcb-proto/distinfo	(revision 348292)
+++ x11/xcb-proto/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (xcb-proto-1.9.tar.bz2) = 895afe21793e6e26c5ce999b1900c02a5984c201d96d55cc42c182d3c3bde43c
-SIZE (xcb-proto-1.9.tar.bz2) = 136421
+SHA256 (xorg/proto/xcb-proto-1.10.tar.bz2) = 7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05
+SIZE (xorg/proto/xcb-proto-1.10.tar.bz2) = 138834
Index: x11/xcb-proto/files/patch-src_sync.xml
===================================================================
--- x11/xcb-proto/files/patch-src_sync.xml	(revision 348292)
+++ x11/xcb-proto/files/patch-src_sync.xml	(working copy)
@@ -1,50 +0,0 @@
-From 9c343995eacdc39db2ec7f93cbeab00c88a55026 Mon Sep 17 00:00:00 2001
-From: Peter Harris <pharris@opentext.com>
-Date: Fri, 15 Nov 2013 16:07:39 +0000
-Subject: sync: Add missing namespace for the INT64 struct
-
-Signed-off-by: Peter Harris <pharris@opentext.com>
-Reviewed-By: Daniel Martin <consume.noise@gmail.com>
----
-diff --git a/src/sync.xml b/src/sync.xml
-index bc07c5b..dd70a08 100644
---- src/sync.xml
-+++ src/sync.xml
-@@ -147,7 +147,7 @@ for licensing information.
-       </bitcase>
-       <bitcase>
-         <enumref ref="CA">Value</enumref>
--        <field type="INT64" name="value" />
-+        <field type="sync:INT64" name="value" />
-       </bitcase>
-       <bitcase>
-         <enumref ref="CA">TestType</enumref>
-@@ -155,7 +155,7 @@ for licensing information.
-       </bitcase>
-       <bitcase>
-         <enumref ref="CA">Delta</enumref>
--        <field type="INT64" name="delta" />
-+        <field type="sync:INT64" name="delta" />
-       </bitcase>
-       <bitcase>
-         <enumref ref="CA">Events</enumref>
-@@ -179,7 +179,7 @@ for licensing information.
-       </bitcase>
-       <bitcase>
-         <enumref ref="CA">Value</enumref>
--        <field type="INT64" name="value" />
-+        <field type="sync:INT64" name="value" />
-       </bitcase>
-       <bitcase>
-         <enumref ref="CA">TestType</enumref>
-@@ -187,7 +187,7 @@ for licensing information.
-       </bitcase>
-       <bitcase>
-         <enumref ref="CA">Delta</enumref>
--        <field type="INT64" name="delta" />
-+        <field type="sync:INT64" name="delta" />
-       </bitcase>
-       <bitcase>
-         <enumref ref="CA">Events</enumref>
---
-cgit v0.9.0.2-2-gbebe
Index: x11/xcb-util/Makefile
===================================================================
--- x11/xcb-util/Makefile	(revision 348292)
+++ x11/xcb-util/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xcb-util
 PORTVERSION=	0.3.9
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
@@ -11,14 +11,11 @@
 MAINTAINER=	garga@FreeBSD.org
 COMMENT=	A module with libxcb/libX11 extension/replacement libraries
 
+XORG_CAT=	lib
 USE_BZIP2=	yes
-USES=		gmake pathfix pkgconfig
-USE_LDCONFIG=	yes
-USE_XORG=	xau xcb xdmcp xorg-macros
-USE_AUTOTOOLS=	libtool
+USES=		gmake
+USE_XORG=	xau xcb xdmcp
 
-GNU_CONFIGURE=	yes
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
Index: x11/xcb-util/distinfo
===================================================================
--- x11/xcb-util/distinfo	(revision 348292)
+++ x11/xcb-util/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (xcb-util-0.3.9.tar.bz2) = c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4
-SIZE (xcb-util-0.3.9.tar.bz2) = 287855
+SHA256 (xorg/lib/xcb-util-0.3.9.tar.bz2) = c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4
+SIZE (xorg/lib/xcb-util-0.3.9.tar.bz2) = 287855
Index: x11/xcb-util/pkg-plist
===================================================================
--- x11/xcb-util/pkg-plist	(revision 348292)
+++ x11/xcb-util/pkg-plist	(working copy)
@@ -1,7 +1,8 @@
+lib/libxcb-util.a
+lib/libxcb-util.la
+lib/libxcb-util.so
 lib/libxcb-util.so.1
-lib/libxcb-util.so
-lib/libxcb-util.la
-lib/libxcb-util.a
+lib/libxcb-util.so.1.0.0
 libdata/pkgconfig/xcb-atom.pc
 libdata/pkgconfig/xcb-aux.pc
 libdata/pkgconfig/xcb-event.pc
Index: x11/xcb-util-cursor/Makefile
===================================================================
--- x11/xcb-util-cursor/Makefile	(revision 348292)
+++ x11/xcb-util-cursor/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xcb-util-cursor
 PORTVERSION=	0.1.1
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
@@ -17,12 +18,10 @@
 		${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil \
 		${LOCALBASE}/libdata/pkgconfig/xcb-image.pc:${PORTSDIR}/x11/xcb-util-image
 
-USE_BZIP2=	yes
-USE_LDCONFIG=	yes
-USE_XORG=	xcb xorg-macros
-USES=		gmake pkgconfig
+XORG_CAT=	lib
+USE_XORG=	xcb
+USES=		gmake
 
-GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	GPERF="${LOCALBASE}/bin/gperf"
 
 post-patch:
Index: x11/xcb-util-cursor/distinfo
===================================================================
--- x11/xcb-util-cursor/distinfo	(revision 348292)
+++ x11/xcb-util-cursor/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (xcb-util-cursor-0.1.1.tar.bz2) = 517a1febcede3bc994e356c4c066e297a12ca219063b7d39047e29c7a8860652
-SIZE (xcb-util-cursor-0.1.1.tar.bz2) = 280852
+SHA256 (xorg/lib/xcb-util-cursor-0.1.1.tar.bz2) = 517a1febcede3bc994e356c4c066e297a12ca219063b7d39047e29c7a8860652
+SIZE (xorg/lib/xcb-util-cursor-0.1.1.tar.bz2) = 280852
Index: x11/xcb-util-cursor/pkg-plist
===================================================================
--- x11/xcb-util-cursor/pkg-plist	(revision 348292)
+++ x11/xcb-util-cursor/pkg-plist	(working copy)
@@ -3,5 +3,6 @@
 lib/libxcb-cursor.la
 lib/libxcb-cursor.so
 lib/libxcb-cursor.so.0
+lib/libxcb-cursor.so.0.0.0
 libdata/pkgconfig/xcb-cursor.pc
 @dirrmtry include/xcb
Index: x11/xcb-util-image/Makefile
===================================================================
--- x11/xcb-util-image/Makefile	(revision 348292)
+++ x11/xcb-util-image/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xcb-util-image
 PORTVERSION=	0.3.9
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
@@ -10,13 +11,10 @@
 
 LIB_DEPENDS=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
 
-USE_BZIP2=	yes
-USES=		gmake pkgconfig
-USE_LDCONFIG=	yes
-USE_XORG=	xcb xorg-macros
+XORG_CAT=	lib
+USES=		gmake
+USE_XORG=	xcb
 
-GNU_CONFIGURE=	yes
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
Index: x11/xcb-util-image/distinfo
===================================================================
--- x11/xcb-util-image/distinfo	(revision 348292)
+++ x11/xcb-util-image/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (xcb-util-image-0.3.9.tar.bz2) = d35a3c0eaae171f5081ec127fb9cec174b716ce5d78196a87f2785376da021df
-SIZE (xcb-util-image-0.3.9.tar.bz2) = 310947
+SHA256 (xorg/lib/xcb-util-image-0.3.9.tar.bz2) = d35a3c0eaae171f5081ec127fb9cec174b716ce5d78196a87f2785376da021df
+SIZE (xorg/lib/xcb-util-image-0.3.9.tar.bz2) = 310947
Index: x11/xcb-util-image/pkg-plist
===================================================================
--- x11/xcb-util-image/pkg-plist	(revision 348292)
+++ x11/xcb-util-image/pkg-plist	(working copy)
@@ -1,8 +1,9 @@
 include/xcb/xcb_bitops.h
 include/xcb/xcb_image.h
 include/xcb/xcb_pixel.h
+lib/libxcb-image.a
+lib/libxcb-image.la
+lib/libxcb-image.so
 lib/libxcb-image.so.0
-lib/libxcb-image.so
-lib/libxcb-image.la
-lib/libxcb-image.a
+lib/libxcb-image.so.0.0.0
 libdata/pkgconfig/xcb-image.pc
Index: x11/xcb-util-keysyms/Makefile
===================================================================
--- x11/xcb-util-keysyms/Makefile	(revision 348292)
+++ x11/xcb-util-keysyms/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xcb-util-keysyms
 PORTVERSION=	0.3.9
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
@@ -10,13 +11,10 @@
 
 LIB_DEPENDS=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
 
-USES=		gmake pkgconfig
-USE_BZIP2=	yes
-USE_LDCONFIG=	yes
-USE_XORG=	xcb xorg-macros
+XORG_CAT=	lib
+USES=		gmake
+USE_XORG=	xcb
 
-GNU_CONFIGURE=	yes
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
Index: x11/xcb-util-keysyms/distinfo
===================================================================
--- x11/xcb-util-keysyms/distinfo	(revision 348292)
+++ x11/xcb-util-keysyms/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (xcb-util-keysyms-0.3.9.tar.bz2) = 7be1acf053bd68a1910fc861b2cbcbad7637b5618590dd5484d43a96f7995c6e
-SIZE (xcb-util-keysyms-0.3.9.tar.bz2) = 286075
+SHA256 (xorg/lib/xcb-util-keysyms-0.3.9.tar.bz2) = 7be1acf053bd68a1910fc861b2cbcbad7637b5618590dd5484d43a96f7995c6e
+SIZE (xorg/lib/xcb-util-keysyms-0.3.9.tar.bz2) = 286075
Index: x11/xcb-util-keysyms/pkg-plist
===================================================================
--- x11/xcb-util-keysyms/pkg-plist	(revision 348292)
+++ x11/xcb-util-keysyms/pkg-plist	(working copy)
@@ -1,6 +1,7 @@
 include/xcb/xcb_keysyms.h
+lib/libxcb-keysyms.a
+lib/libxcb-keysyms.la
+lib/libxcb-keysyms.so
 lib/libxcb-keysyms.so.1
-lib/libxcb-keysyms.so
-lib/libxcb-keysyms.la
-lib/libxcb-keysyms.a
+lib/libxcb-keysyms.so.1.0.0
 libdata/pkgconfig/xcb-keysyms.pc
Index: x11/xcb-util-renderutil/Makefile
===================================================================
--- x11/xcb-util-renderutil/Makefile	(revision 348292)
+++ x11/xcb-util-renderutil/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xcb-util-renderutil
 PORTVERSION=	0.3.8
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
@@ -10,13 +11,10 @@
 
 LIB_DEPENDS=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
 
-USE_BZIP2=	yes
-USES=		gmake pkgconfig
-USE_XORG=	xcb xorg-macros
-USE_LDCONFIG=	yes
+XORG_CAT=	lib
+USES=		gmake
+USE_XORG=	xcb
 
-GNU_CONFIGURE=	yes
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
Index: x11/xcb-util-renderutil/distinfo
===================================================================
--- x11/xcb-util-renderutil/distinfo	(revision 348292)
+++ x11/xcb-util-renderutil/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (xcb-util-renderutil-0.3.8.tar.bz2) = 9789a5c55728fa7bae374d9fdf1c61095869bdc68561911760879095644c7452
-SIZE (xcb-util-renderutil-0.3.8.tar.bz2) = 257492
+SHA256 (xorg/lib/xcb-util-renderutil-0.3.8.tar.bz2) = 9789a5c55728fa7bae374d9fdf1c61095869bdc68561911760879095644c7452
+SIZE (xorg/lib/xcb-util-renderutil-0.3.8.tar.bz2) = 257492
Index: x11/xcb-util-renderutil/pkg-plist
===================================================================
--- x11/xcb-util-renderutil/pkg-plist	(revision 348292)
+++ x11/xcb-util-renderutil/pkg-plist	(working copy)
@@ -1,6 +1,7 @@
 include/xcb/xcb_renderutil.h
+lib/libxcb-render-util.a
+lib/libxcb-render-util.la
+lib/libxcb-render-util.so
 lib/libxcb-render-util.so.0
-lib/libxcb-render-util.so
-lib/libxcb-render-util.la
-lib/libxcb-render-util.a
+lib/libxcb-render-util.so.0.0.0
 libdata/pkgconfig/xcb-renderutil.pc
Index: x11/xcb-util-wm/Makefile
===================================================================
--- x11/xcb-util-wm/Makefile	(revision 348292)
+++ x11/xcb-util-wm/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xcb-util-wm
 PORTVERSION=	0.4.1
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
@@ -12,13 +13,10 @@
 
 LIB_DEPENDS=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
 
-USE_BZIP2=	yes
-USES=		gmake pkgconfig
-USE_LDCONFIG=	yes
-USE_XORG=	xcb xorg-macros
+XORG_CAT=	lib
+USES=		gmake
+USE_XORG=	xcb
 
-GNU_CONFIGURE=	yes
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
Index: x11/xcb-util-wm/distinfo
===================================================================
--- x11/xcb-util-wm/distinfo	(revision 348292)
+++ x11/xcb-util-wm/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (xcb-util-wm-0.4.1.tar.bz2) = 28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f
-SIZE (xcb-util-wm-0.4.1.tar.bz2) = 321855
+SHA256 (xorg/lib/xcb-util-wm-0.4.1.tar.bz2) = 28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f
+SIZE (xorg/lib/xcb-util-wm-0.4.1.tar.bz2) = 321855
Index: x11/xcb-util-wm/pkg-plist
===================================================================
--- x11/xcb-util-wm/pkg-plist	(revision 348292)
+++ x11/xcb-util-wm/pkg-plist	(working copy)
@@ -1,13 +1,15 @@
 include/xcb/xcb_icccm.h
 include/xcb/xcb_ewmh.h
+lib/libxcb-icccm.a
+lib/libxcb-icccm.la
+lib/libxcb-icccm.so
 lib/libxcb-icccm.so.4
-lib/libxcb-icccm.so
-lib/libxcb-icccm.la
-lib/libxcb-icccm.a
+lib/libxcb-icccm.so.4.0.0
+lib/libxcb-ewmh.a
+lib/libxcb-ewmh.la
+lib/libxcb-ewmh.so
 lib/libxcb-ewmh.so.2
-lib/libxcb-ewmh.so
-lib/libxcb-ewmh.la
-lib/libxcb-ewmh.a
+lib/libxcb-ewmh.so.2.0.0
 libdata/pkgconfig/xcb-icccm.pc
 libdata/pkgconfig/xcb-ewmh.pc
 @dirrmtry include/xcb
Index: x11/xconsole/Makefile
===================================================================
--- x11/xconsole/Makefile	(revision 348292)
+++ x11/xconsole/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xconsole
 PORTVERSION=	1.0.6
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/xdbedizzy/Makefile
===================================================================
--- x11/xdbedizzy/Makefile	(revision 348292)
+++ x11/xdbedizzy/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xdbedizzy
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/xdm/Makefile
===================================================================
--- x11/xdm/Makefile	(revision 348292)
+++ x11/xdm/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xdm
 PORTVERSION=	1.1.11
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/xdpyinfo/Makefile
===================================================================
--- x11/xdpyinfo/Makefile	(revision 348292)
+++ x11/xdpyinfo/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xdpyinfo
 PORTVERSION=	1.3.1
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/xextproto/Makefile
===================================================================
--- x11/xextproto/Makefile	(revision 348292)
+++ x11/xextproto/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xextproto
-PORTVERSION=	7.2.1
+PORTVERSION=	7.3.0
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/xextproto/distinfo
===================================================================
--- x11/xextproto/distinfo	(revision 348292)
+++ x11/xextproto/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (xorg/proto/xextproto-7.2.1.tar.bz2) = 7c53b105407ef3b2eb180a361bd672c1814524a600166a0a7dbbe76b97556d1a
-SIZE (xorg/proto/xextproto-7.2.1.tar.bz2) = 229282
+SHA256 (xorg/proto/xextproto-7.3.0.tar.bz2) = f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0
+SIZE (xorg/proto/xextproto-7.3.0.tar.bz2) = 229310
Index: x11/xf86dga/Makefile
===================================================================
--- x11/xf86dga/Makefile	(revision 348292)
+++ x11/xf86dga/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xf86dga
 PORTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/xfce4-terminal/Makefile
===================================================================
--- x11/xfce4-terminal/Makefile	(revision 348292)
+++ x11/xfce4-terminal/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xfce4-terminal
 PORTVERSION=	0.6.3
+PORTREVISION=	1
 CATEGORIES=	x11 xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/apps/${PORTNAME}/${PORTVERSION:R}
Index: x11/xfd/Makefile
===================================================================
--- x11/xfd/Makefile	(revision 348292)
+++ x11/xfd/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xfd
 PORTVERSION=	1.1.2
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,7 +10,7 @@
 
 LICENSE=	MIT
 
-LIB_DEPENDS=	libfreetype.so.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 BUILD_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 
Index: x11/xhost/Makefile
===================================================================
--- x11/xhost/Makefile	(revision 348292)
+++ x11/xhost/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xhost
 PORTVERSION=	1.0.6
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/xkeyboard-config/Makefile
===================================================================
--- x11/xkeyboard-config/Makefile	(revision 348292)
+++ x11/xkeyboard-config/Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xkeyboard-config
-PORTVERSION=	2.10.1
+PORTVERSION=	2.11
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/xkeyboard-config/distinfo
===================================================================
--- x11/xkeyboard-config/distinfo	(revision 348292)
+++ x11/xkeyboard-config/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (xorg/data/xkeyboard-config-2.10.1.tar.bz2) = 7d58064d86bb0155a3acc4ca35097dab4dfef334cdd0555fb5965ebca1fca18b
-SIZE (xorg/data/xkeyboard-config-2.10.1.tar.bz2) = 908897
+SHA256 (xorg/data/xkeyboard-config-2.11.tar.bz2) = e7125460892c2b5c3a8d843cb18c24b60c46051e925c2888a61fa672a2f76d76
+SIZE (xorg/data/xkeyboard-config-2.11.tar.bz2) = 920222
Index: x11/xlockmore/Makefile
===================================================================
--- x11/xlockmore/Makefile	(revision 348292)
+++ x11/xlockmore/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xlockmore
 PORTVERSION=	5.43
+PORTREVISION=	1
 CATEGORIES?=	x11
 MASTER_SITES=	http://www.tux.org/~bagleyd/xlock/${PORTNAME}-${PORTVERSION}/ \
 		ftp://ibiblio.org/pub/Linux/X11/screensavers/ \
Index: x11/xlogo/Makefile
===================================================================
--- x11/xlogo/Makefile	(revision 348292)
+++ x11/xlogo/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xlogo
 PORTVERSION=	1.0.4
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/xorg-minimal/Makefile
===================================================================
--- x11/xorg-minimal/Makefile	(revision 348292)
+++ x11/xorg-minimal/Makefile	(working copy)
@@ -14,6 +14,8 @@
 NO_BUILD=	yes
 NO_MTREE=	yes
 
+.include <bsd.port.options.mk>
+
 VIDEO_DRIVER?=	vesa
 
 RUN_DEPENDS+=	${LOCALBASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server \
Index: x11/xpyb/Makefile
===================================================================
--- x11/xpyb/Makefile	(revision 348292)
+++ x11/xpyb/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xpyb
 PORTVERSION=	1.3.1
+PORTREVISION=	1
 CATEGORIES=	x11 python
 MASTER_SITES=	http://xcb.freedesktop.org/%SUBDIR%/
 MASTER_SITE_SUBDIR=	dist
Index: x11/xrx/Makefile
===================================================================
--- x11/xrx/Makefile	(revision 348292)
+++ x11/xrx/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xrx
 PORTVERSION=	1.0.4
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,8 +10,8 @@
 
 XORG_CAT=	app
 USE_XORG=	x11 xt xext xtrans xproxymngproto xau xaw ice
+USES=		libtool
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|mozilla-plugin|disabled-libxul-plugin|g' \
Index: x11/xscreensaver/Makefile
===================================================================
--- x11/xscreensaver/Makefile	(revision 348292)
+++ x11/xscreensaver/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xscreensaver
 PORTVERSION=	5.26
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://www.jwz.org/xscreensaver/
 
Index: x11/xtrans/Makefile
===================================================================
--- x11/xtrans/Makefile	(revision 348292)
+++ x11/xtrans/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xtrans
-PORTVERSION=	1.3.2
+PORTVERSION=	1.3.3
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11/xtrans/distinfo
===================================================================
--- x11/xtrans/distinfo	(revision 348292)
+++ x11/xtrans/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (xorg/lib/xtrans-1.3.2.tar.bz2) = 94177c89b74f594bcddc6a12825e9b464e17ab1977de671d25f67a4ea922cb87
-SIZE (xorg/lib/xtrans-1.3.2.tar.bz2) = 177812
+SHA256 (xorg/lib/xtrans-1.3.3.tar.bz2) = 622db4adce224581a44fbe41321bbb0bdc0c78aec586ba83548f1f1c6e8a09bf
+SIZE (xorg/lib/xtrans-1.3.3.tar.bz2) = 177244
Index: x11/xtrans/files/patch-Xtransint.h
===================================================================
--- x11/xtrans/files/patch-Xtransint.h	(revision 348292)
+++ x11/xtrans/files/patch-Xtransint.h	(working copy)
@@ -1,11 +0,0 @@
---- Xtransint.h.orig	2013-11-08 10:46:59.086340096 +0100
-+++ Xtransint.h	2013-11-08 11:02:02.275278727 +0100
-@@ -72,7 +72,7 @@
- #  define XTRANSDEBUG 1
- #endif
- 
--#if XTRANS_SEND_FDS && !(defined(linux) || defined(__sun))
-+#if XTRANS_SEND_FDS && !(defined(linux) || defined(__sun) || defined(__FreeBSD__))
- #error "FD passing support only on Linux & Solaris"
- #endif
- 
Index: x11/xwininfo/Makefile
===================================================================
--- x11/xwininfo/Makefile	(revision 348292)
+++ x11/xwininfo/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xwininfo
 PORTVERSION=	1.1.3
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-clocks/abclock/Makefile
===================================================================
--- x11-clocks/abclock/Makefile	(revision 348292)
+++ x11-clocks/abclock/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	abclock
 PORTVERSION=	1.0d
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-clocks
 MASTER_SITES=	http://odur.let.rug.nl/~kleiweg/abclock/
 
Index: x11-clocks/bbdate/Makefile
===================================================================
--- x11-clocks/bbdate/Makefile	(revision 348292)
+++ x11-clocks/bbdate/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bbdate
 PORTVERSION=	0.2.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-clocks
 MASTER_SITES=	SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
Index: x11-clocks/eyeclock/Makefile
===================================================================
--- x11-clocks/eyeclock/Makefile	(revision 348292)
+++ x11-clocks/eyeclock/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	eyeclock
 PORTVERSION=	2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-clocks
 MASTER_SITES=	http://ftp.vector.co.jp/pack/unix/personal/tokei/
 DISTNAME=	eyeclk20
Index: x11-clocks/glclock/Makefile
===================================================================
--- x11-clocks/glclock/Makefile	(revision 348292)
+++ x11-clocks/glclock/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	glclock
 DISTVERSION=	6.0b6.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-clocks
 MASTER_SITES=	http://www.daionet.gr.jp/~masa/archives/
 
Index: x11-clocks/mlclock/Makefile
===================================================================
--- x11-clocks/mlclock/Makefile	(revision 348292)
+++ x11-clocks/mlclock/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mlclock
 PORTVERSION=	1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-clocks
 MASTER_SITES=	http://www2u.biglobe.ne.jp/~y-miyata/mlvwm/
 
Index: x11-clocks/pclock/Makefile
===================================================================
--- x11-clocks/pclock/Makefile	(revision 348292)
+++ x11-clocks/pclock/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pclock
 PORTVERSION=	0.13.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-clocks windowmaker afterstep
 MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
 DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
Index: x11-clocks/rclock/Makefile
===================================================================
--- x11-clocks/rclock/Makefile	(revision 348292)
+++ x11-clocks/rclock/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rclock
 PORTVERSION=	2.7.10
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-clocks
 MASTER_SITES=	SF/rxvt/rxvt-dev/${PORTVERSION}
 DISTNAME=	rxvt-${PORTVERSION}
Index: x11-clocks/wmblueclock/Makefile
===================================================================
--- x11-clocks/wmblueclock/Makefile	(revision 348292)
+++ x11-clocks/wmblueclock/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wmblueclock
 PORTVERSION=	0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-clocks windowmaker
 MASTER_SITES=	${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=	X11/xutils
Index: x11-clocks/wmtimer/Makefile
===================================================================
--- x11-clocks/wmtimer/Makefile	(revision 348292)
+++ x11-clocks/wmtimer/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wmtimer
 PORTVERSION=	2.92
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	x11-clocks windowmaker
 MASTER_SITES=	http://www.darkops.net/wmtimer/ \
 		${MASTER_SITE_LOCAL}
Index: x11-drivers/input-wacom/Makefile
===================================================================
--- x11-drivers/input-wacom/Makefile	(revision 348292)
+++ x11-drivers/input-wacom/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	input-wacom
 PORTVERSION=	${KLD_VERSION}.${WACOM_VERSION:C/-/./g}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-drivers kld
 MASTER_SITES=	http://www.chillt.de/bsdwacom/:bsdwacom \
 		SF/linuxwacom/xf86-input-wacom/:linuxwacom
Index: x11-drivers/xf86-input-acecad/Makefile
===================================================================
--- x11-drivers/xf86-input-acecad/Makefile	(revision 348292)
+++ x11-drivers/xf86-input-acecad/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-input-acecad
 PORTVERSION=	1.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-input-fpit/Makefile
===================================================================
--- x11-drivers/xf86-input-fpit/Makefile	(revision 348292)
+++ x11-drivers/xf86-input-fpit/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-input-fpit
 PORTVERSION=	1.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-input-fpit/pkg-plist
===================================================================
--- x11-drivers/xf86-input-fpit/pkg-plist	(revision 348292)
+++ x11-drivers/xf86-input-fpit/pkg-plist	(working copy)
@@ -2,6 +2,7 @@
 lib/xorg/modules/input/fpit_drv.so
 share/X11/xorg.conf.d/50-fpit.conf
 man/man4/fpit.4x.gz
+@dirrmtry share/X11/xorg.conf.d
 @dirrmtry lib/xorg/modules/input
 @dirrmtry lib/xorg/modules
 @dirrmtry lib/xorg
Index: x11-drivers/xf86-input-keyboard/Makefile
===================================================================
--- x11-drivers/xf86-input-keyboard/Makefile	(revision 348292)
+++ x11-drivers/xf86-input-keyboard/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xf86-input-keyboard
 PORTVERSION=	1.8.0
+PORTREVISION=	1
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-input-magictouch/Makefile
===================================================================
--- x11-drivers/xf86-input-magictouch/Makefile	(revision 348292)
+++ x11-drivers/xf86-input-magictouch/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-input-magictouch
 PORTVERSION=	1.0.0.5
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,6 +9,8 @@
 COMMENT=	X.Org magictouch input driver
 
 BROKEN=		Does not compile
+DEPRECATED=	Does not compile
+EXPIRATION_DATE=2014-05-01
 
 .include <bsd.port.options.mk>
 
@@ -17,6 +19,6 @@
 .endif
 
 XORG_CAT=	driver
-USE_AUTOTOOLS=	libtool
+USES=		libtool
 
 .include <bsd.port.mk>
Index: x11-drivers/xf86-input-mouse/Makefile
===================================================================
--- x11-drivers/xf86-input-mouse/Makefile	(revision 348292)
+++ x11-drivers/xf86-input-mouse/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-input-mouse
 PORTVERSION=	1.9.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-input-synaptics/Makefile
===================================================================
--- x11-drivers/xf86-input-synaptics/Makefile	(revision 348292)
+++ x11-drivers/xf86-input-synaptics/Makefile	(working copy)
@@ -14,8 +14,10 @@
 USE_XORG=	x11 xtst
 XORG_CAT=	driver
 
+.include <bsd.port.options.mk>
+
 .if defined(WITH_NEW_XORG)
-SYNAPTICS_VERSION=	1.7.2
+SYNAPTICS_VERSION=	1.7.4
 SYNAPTICS_REVISION=	0
 PLIST_SUB+=	NEW="" OLD="@comment "
 .else
Index: x11-drivers/xf86-input-synaptics/distinfo
===================================================================
--- x11-drivers/xf86-input-synaptics/distinfo	(revision 348292)
+++ x11-drivers/xf86-input-synaptics/distinfo	(working copy)
@@ -1,4 +1,2 @@
-SHA256 (xorg/driver/xf86-input-synaptics-1.6.4.tar.bz2) = fe15b1afc61b40800f74a0dcf976c15b299ca0680ae5e537baef543455a732ee
-SIZE (xorg/driver/xf86-input-synaptics-1.6.4.tar.bz2) = 447004
-SHA256 (xorg/driver/xf86-input-synaptics-1.7.2.tar.bz2) = 63957fa55f0d8662ef8c57f6325155c9884a854554d33921f0738e097f2a7dcd
-SIZE (xorg/driver/xf86-input-synaptics-1.7.2.tar.bz2) = 448170
+SHA256 (xorg/driver/xf86-input-synaptics-1.7.4.tar.bz2) = 56a2d2df7bd39e29f56102c62f153e023f3e9b2f5e255309d33fab8e81945af7
+SIZE (xorg/driver/xf86-input-synaptics-1.7.4.tar.bz2) = 451614
Index: x11-drivers/xf86-input-vmmouse/Makefile
===================================================================
--- x11-drivers/xf86-input-vmmouse/Makefile	(revision 348292)
+++ x11-drivers/xf86-input-vmmouse/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xf86-input-vmmouse
 PORTVERSION=	13.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-input-vmmouse/pkg-plist
===================================================================
--- x11-drivers/xf86-input-vmmouse/pkg-plist	(revision 348292)
+++ x11-drivers/xf86-input-vmmouse/pkg-plist	(working copy)
@@ -6,6 +6,7 @@
 man/man4/vmmouse.4x.gz
 %%NEW%%share/X11/xorg.conf.d/50-vmmouse.conf
 share/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi
+%%NEW%%@dirrmtry share/X11/xorg.conf.d
 @dirrmtry lib/xorg/modules/input
 @dirrmtry lib/xorg/modules
 @dirrmtry lib/xorg
Index: x11-drivers/xf86-video-apm/Makefile
===================================================================
--- x11-drivers/xf86-video-apm/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-apm/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-apm
 PORTVERSION=	1.2.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-ark/Makefile
===================================================================
--- x11-drivers/xf86-video-ark/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-ark/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-ark
 PORTVERSION=	0.7.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-ati/Makefile
===================================================================
--- x11-drivers/xf86-video-ati/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-ati/Makefile	(working copy)
@@ -14,16 +14,16 @@
 
 .include <bsd.port.options.mk>
 
-.if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG) || \
-	(${ARCH} != i386 && ${ARCH} != amd64)
+.if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG)
 ATI_VERSION=	6.14.6
-ATI_REVISION=	1
+ATI_REVISION=	2
 CONFIGURE_ARGS+=--disable-kms
 PLIST_SUB+=	OLD=""
 .else
 ATI_VERSION=	7.2.0
-ATI_REVISION=	1
+ATI_REVISION=	2
 CONFIGURE_ARGS+=--disable-udev
+CONFIGURE_ARGS+=--disable-glamor
 EXTRA_PATCHES+=	${FILESDIR}/extra-src__radeon_kms.c
 PLIST_SUB+=	OLD="@comment "
 .endif
Index: x11-drivers/xf86-video-ati/files/extra-src__radeon_kms.c
===================================================================
--- x11-drivers/xf86-video-ati/files/extra-src__radeon_kms.c	(revision 348292)
+++ x11-drivers/xf86-video-ati/files/extra-src__radeon_kms.c	(working copy)
@@ -1,6 +1,15 @@
 --- src/radeon_kms.c.orig	2013-08-07 10:44:09.000000000 +0200
-+++ src/radeon_kms.c	2013-08-31 01:20:44.370468797 +0200
-@@ -270,7 +270,7 @@
++++ src/radeon_kms.c	2013-08-31 19:29:11.369001510 +0200
+@@ -30,6 +30,8 @@
+ 
+ #include <errno.h>
+ #include <sys/ioctl.h>
++#include <sys/param.h>
++#include <sys/linker.h>
+ /* Driver data structures */
+ #include "radeon.h"
+ #include "radeon_reg.h"
+@@ -270,7 +272,7 @@
  radeon_dirty_update(ScreenPtr screen)
  {
  	RegionPtr region;
@@ -9,12 +18,20 @@
  
  	if (xorg_list_is_empty(&screen->pixmap_dirty_list))
  		return;
-@@ -606,7 +606,7 @@
+@@ -606,6 +608,16 @@
  		      dev->domain, dev->bus, dev->dev, dev->func);
  #endif
  
--    info->dri2.drm_fd = drmOpen("radeon", busid);
-+    info->dri2.drm_fd = drmOpen("radeonkms", busid);
++    err = kldload("radeonkms");
++    if (err == -1 && errno != EEXIST) {
++
++	xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
++		   "[drm] Failed to load kernel module for %s: %s\n",
++		   busid, strerror(errno));
++	free(busid);
++	return FALSE;
++    }
++
+     info->dri2.drm_fd = drmOpen("radeon", busid);
      if (info->dri2.drm_fd == -1) {
  
- 	xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
Index: x11-drivers/xf86-video-chips/Makefile
===================================================================
--- x11-drivers/xf86-video-chips/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-chips/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-chips
 PORTVERSION=	1.2.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-cirrus/Makefile
===================================================================
--- x11-drivers/xf86-video-cirrus/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-cirrus/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-cirrus
 PORTVERSION=	1.5.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-cyrix/Makefile
===================================================================
--- x11-drivers/xf86-video-cyrix/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-cyrix/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-cyrix
 PORTVERSION=	1.1.0
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,6 +9,8 @@
 COMMENT=	X.Org cyrix display driver
 
 IGNORE=		requires pciVideoPtr typedef
+DEPRECATED=	requires pciVideoPtr typedef
+EXPIRATION_DATE=2014-05-01
 
 XORG_CAT=	driver
 USE_XORG=	xextproto xf86dgaproto
Index: x11-drivers/xf86-video-dummy/Makefile
===================================================================
--- x11-drivers/xf86-video-dummy/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-dummy/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-dummy
 PORTVERSION=	0.3.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-fbdev/Makefile
===================================================================
--- x11-drivers/xf86-video-fbdev/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-fbdev/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-fbdev
 PORTVERSION=	0.4.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-glint/Makefile
===================================================================
--- x11-drivers/xf86-video-glint/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-glint/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-glint
 PORTVERSION=	1.2.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-i128/Makefile
===================================================================
--- x11-drivers/xf86-video-i128/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-i128/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-i128
 PORTVERSION=	1.3.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-i740/Makefile
===================================================================
--- x11-drivers/xf86-video-i740/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-i740/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-i740
 PORTVERSION=	1.3.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-intel/Makefile
===================================================================
--- x11-drivers/xf86-video-intel/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-intel/Makefile	(working copy)
@@ -27,9 +27,10 @@
 
 .if defined(WITH_NEW_XORG)
 INTEL_VERSION=	2.21.15
-INTEL_REVISION=	1
+INTEL_REVISION=	2
 CONFIGURE_ENV+=	xorg_cv_cc_flag__Wno_maybe_uninitialized=no
 CONFIGURE_ARGS+=	--enable-sna
+CONFIGURE_ARGS+=	--disable-glamor
 MAKE_JOBS_UNSAFE=yes
 PLIST_SUB+=	OLD="@comment "
 EXTRA_PATCHES+=	${PATCHDIR}/extra-src__sna__sna_threads.c \
@@ -39,7 +40,7 @@
 LIB_DEPENDS+=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
 .else
 INTEL_VERSION=	2.7.1
-INTEL_REVISION=	6
+INTEL_REVISION=	7
 PLIST_SUB+=	OLD=""
 
 EXTRA_PATCHES+=	${PATCHDIR}/extra-src_ch7017_ch7017.c \
Index: x11-drivers/xf86-video-intel/pkg-plist
===================================================================
--- x11-drivers/xf86-video-intel/pkg-plist	(revision 348292)
+++ x11-drivers/xf86-video-intel/pkg-plist	(working copy)
@@ -1,9 +1,11 @@
 lib/libI810XvMC.la
 lib/libI810XvMC.so
 lib/libI810XvMC.so.1
+lib/libI810XvMC.so.1.0.0
 lib/libIntelXvMC.la
 lib/libIntelXvMC.so.1
 lib/libIntelXvMC.so
+lib/libIntelXvMC.so.1.0.0
 %%OLD%%lib/xorg/modules/drivers/ch7017.la
 %%OLD%%lib/xorg/modules/drivers/ch7017.so
 %%OLD%%lib/xorg/modules/drivers/ch7xxx.la
Index: x11-drivers/xf86-video-mach64/Makefile
===================================================================
--- x11-drivers/xf86-video-mach64/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-mach64/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-mach64
 PORTVERSION=	6.9.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-mga/Makefile
===================================================================
--- x11-drivers/xf86-video-mga/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-mga/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-mga
 PORTVERSION=	1.6.3
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	3
 CATEGORIES=	x11-drivers
 
Index: x11-drivers/xf86-video-neomagic/Makefile
===================================================================
--- x11-drivers/xf86-video-neomagic/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-neomagic/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-neomagic
 PORTVERSION=	1.2.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-newport/Makefile
===================================================================
--- x11-drivers/xf86-video-newport/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-newport/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-newport
 PORTVERSION=	0.2.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-nv/Makefile
===================================================================
--- x11-drivers/xf86-video-nv/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-nv/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-nv
 PORTVERSION=	2.1.20
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-openchrome/Makefile
===================================================================
--- x11-drivers/xf86-video-openchrome/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-openchrome/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-openchrome
 PORTVERSION=	0.3.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-openchrome/pkg-plist
===================================================================
--- x11-drivers/xf86-video-openchrome/pkg-plist	(revision 348292)
+++ x11-drivers/xf86-video-openchrome/pkg-plist	(working copy)
@@ -1,9 +1,11 @@
 lib/libchromeXvMC.la
 lib/libchromeXvMC.so
 lib/libchromeXvMC.so.1
+lib/libchromeXvMC.so.1.0.0
 lib/libchromeXvMCPro.la
 lib/libchromeXvMCPro.so
 lib/libchromeXvMCPro.so.1
+lib/libchromeXvMCPro.so.1.0.0
 lib/xorg/modules/drivers/openchrome_drv.la
 lib/xorg/modules/drivers/openchrome_drv.so
 man/man4/openchrome.4x.gz
Index: x11-drivers/xf86-video-r128/Makefile
===================================================================
--- x11-drivers/xf86-video-r128/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-r128/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-r128
 PORTVERSION=	6.9.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-rdc/Makefile
===================================================================
--- x11-drivers/xf86-video-rdc/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-rdc/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xf86-video-rdc
 PORTVERSION=	0.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 MASTER_SITES=	http://www.SpringDaemons.com/stas/
 
Index: x11-drivers/xf86-video-rendition/Makefile
===================================================================
--- x11-drivers/xf86-video-rendition/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-rendition/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-rendition
 PORTVERSION=	4.2.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-s3/Makefile
===================================================================
--- x11-drivers/xf86-video-s3/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-s3/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-s3
 PORTVERSION=	0.6.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-s3virge/Makefile
===================================================================
--- x11-drivers/xf86-video-s3virge/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-s3virge/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-s3virge
 PORTVERSION=	1.10.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-savage/Makefile
===================================================================
--- x11-drivers/xf86-video-savage/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-savage/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-savage
 PORTVERSION=	2.3.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-scfb/Makefile
===================================================================
--- x11-drivers/xf86-video-scfb/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-scfb/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xf86-video-scfb
 PORTVERSION=	0.0.3
+PORTREVISION=	1
 CATEGORIES=	x11-drivers
 MASTER_SITES=	ftp://rene-ladan.nl/pub/distfiles/ \
 		LOCAL/rene 
Index: x11-drivers/xf86-video-siliconmotion/Makefile
===================================================================
--- x11-drivers/xf86-video-siliconmotion/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-siliconmotion/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-siliconmotion
 PORTVERSION=	1.7.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-sis/Makefile
===================================================================
--- x11-drivers/xf86-video-sis/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-sis/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-sis
 PORTVERSION=	0.10.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-sis-intel/Makefile
===================================================================
--- x11-drivers/xf86-video-sis-intel/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-sis-intel/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xf86-video-sis-intel
 PORTVERSION=	300407
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11-drivers
 MASTER_SITES=	http://downloadmirror.intel.com/15443/eng/
 DISTNAME=	sis_drv_src_300407
@@ -12,6 +12,8 @@
 COMMENT=	X.Org sis display driver provided by Intel
 
 IGNORE=		requires pciVideoPtr typedef
+DEPRECATED=	requires pciVideoPtr typedef
+EXPIRATION_DATE=2014-05-01
 
 CONFLICTS=	xf86-video-sis-[0-9]*
 WRKSRC=		${WRKDIR}/2d-driver
Index: x11-drivers/xf86-video-sunffb/Makefile
===================================================================
--- x11-drivers/xf86-video-sunffb/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-sunffb/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-sunffb
 PORTVERSION=	1.2.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-tdfx/Makefile
===================================================================
--- x11-drivers/xf86-video-tdfx/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-tdfx/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-tdfx
 PORTVERSION=	1.4.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-tga/Makefile
===================================================================
--- x11-drivers/xf86-video-tga/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-tga/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-tga
 PORTVERSION=	1.2.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-trident/Makefile
===================================================================
--- x11-drivers/xf86-video-trident/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-trident/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-trident
 PORTVERSION=	1.3.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-tseng/Makefile
===================================================================
--- x11-drivers/xf86-video-tseng/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-tseng/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-tseng
 PORTVERSION=	1.2.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-vesa/Makefile
===================================================================
--- x11-drivers/xf86-video-vesa/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-vesa/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-vesa
 PORTVERSION=	2.3.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-vmware/Makefile
===================================================================
--- x11-drivers/xf86-video-vmware/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-vmware/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-vmware
 PORTVERSION=	13.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-drivers/xf86-video-voodoo/Makefile
===================================================================
--- x11-drivers/xf86-video-voodoo/Makefile	(revision 348292)
+++ x11-drivers/xf86-video-voodoo/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-voodoo
 PORTVERSION=	1.2.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-fm/mate-file-manager/Makefile
===================================================================
--- x11-fm/mate-file-manager/Makefile	(revision 348292)
+++ x11-fm/mate-file-manager/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mate-file-manager
 PORTVERSION=	1.6.2
+PORTREVISION=	1
 CATEGORIES=	x11-fm mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
Index: x11-fm/rodent/Makefile
===================================================================
--- x11-fm/rodent/Makefile	(revision 348292)
+++ x11-fm/rodent/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rodent
 PORTVERSION=	4.8.0
+PORTREVISION=	1
 CATEGORIES=	x11-fm
 MASTER_SITES=	SF/xffm/${PORTVERSION}/
 
Index: x11-fm/rox-filer/Makefile
===================================================================
--- x11-fm/rox-filer/Makefile	(revision 348292)
+++ x11-fm/rox-filer/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rox-filer
 PORTVERSION=	2.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-fm gnome
 MASTER_SITES=	SF/rox/rox/${PORTVERSION}
 DISTNAME=	rox-filer-${PORTVERSION}
Index: x11-fm/rox-session/Makefile
===================================================================
--- x11-fm/rox-session/Makefile	(revision 348292)
+++ x11-fm/rox-session/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rox-session
 PORTVERSION=	0.40.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-fm
 MASTER_SITES=	SF/rox/ROX-Session/${PORTVERSION}/
 
Index: x11-fm/tdfsb/Makefile
===================================================================
--- x11-fm/tdfsb/Makefile	(revision 348292)
+++ x11-fm/tdfsb/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tdfsb
 PORTVERSION=	0.0.10
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-fm
 MASTER_SITES=	http://www.determinate.net/webdata/data/
 
Index: x11-fm/thunar-vfs/Makefile
===================================================================
--- x11-fm/thunar-vfs/Makefile	(revision 348292)
+++ x11-fm/thunar-vfs/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	thunar-vfs
 PORTVERSION=	1.2.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11-fm xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/archive/${PORTNAME}/${PORTVERSION:R}
Index: x11-fonts/alfont/Makefile
===================================================================
--- x11-fonts/alfont/Makefile	(revision 348292)
+++ x11-fonts/alfont/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	alfont
 PORTVERSION=	209
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://opensnc.sourceforge.net/alfont/mirror/ \
 		SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:nemysis
Index: x11-fonts/font-manager/Makefile
===================================================================
--- x11-fonts/font-manager/Makefile	(revision 348292)
+++ x11-fonts/font-manager/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	font-manager
 PORTVERSION=	0.5.7
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-fonts gnome
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
Index: x11-fonts/fontconfig/Makefile
===================================================================
--- x11-fonts/fontconfig/Makefile	(revision 348292)
+++ x11-fonts/fontconfig/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	fontconfig
 PORTVERSION=	2.11.0
-PORTREVISION?=	1
+PORTREVISION?=	2
 PORTEPOCH?=	1
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://www.freedesktop.org/software/fontconfig/release/
Index: x11-fonts/fonttosfnt/Makefile
===================================================================
--- x11-fonts/fonttosfnt/Makefile	(revision 348292)
+++ x11-fonts/fonttosfnt/Makefile	(working copy)
@@ -2,12 +2,13 @@
 
 PORTNAME=	fonttosfnt
 PORTVERSION=	1.0.4
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Wrap a bitmap font in a sftn wrapper
 
-LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 
 XORG_CAT=	app
 USE_XORG=	xproto fontenc
Index: x11-fonts/libFS/Makefile
===================================================================
--- x11-fonts/libFS/Makefile	(revision 348292)
+++ x11-fonts/libFS/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libFS
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,6 +10,5 @@
 
 XORG_CAT=	lib
 USE_XORG=	fontsproto:both xproto:both xtrans
-USE_AUTOTOOLS=	libtool
 
 .include <bsd.port.mk>
Index: x11-fonts/libFS/pkg-plist
===================================================================
--- x11-fonts/libFS/pkg-plist	(revision 348292)
+++ x11-fonts/libFS/pkg-plist	(working copy)
@@ -1,9 +1,10 @@
 %%DOCSDIR%%/FSlib.txt
 include/X11/fonts/FSlib.h
+lib/libFS.a
+lib/libFS.la
+lib/libFS.so
 lib/libFS.so.6
-lib/libFS.so
-lib/libFS.la
-lib/libFS.a
+lib/libFS.so.6.0.0
 libdata/pkgconfig/libfs.pc
 @dirrmtry include/X11/fonts
 @dirrm %%DOCSDIR%%
Index: x11-fonts/libXfont/Makefile
===================================================================
--- x11-fonts/libXfont/Makefile	(revision 348292)
+++ x11-fonts/libXfont/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXfont
 PORTVERSION=	1.4.7
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11-fonts
 
Index: x11-fonts/libXfont/pkg-plist
===================================================================
--- x11-fonts/libXfont/pkg-plist	(revision 348292)
+++ x11-fonts/libXfont/pkg-plist	(working copy)
@@ -17,5 +17,6 @@
 lib/libXfont.la
 lib/libXfont.so
 lib/libXfont.so.1
+lib/libXfont.so.1.4.1
 libdata/pkgconfig/xfont.pc
 @dirrmtry include/X11/fonts
Index: x11-fonts/libXfontcache/Makefile
===================================================================
--- x11-fonts/libXfontcache/Makefile	(revision 348292)
+++ x11-fonts/libXfontcache/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libXfontcache
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-fonts/libXfontcache/pkg-plist
===================================================================
--- x11-fonts/libXfontcache/pkg-plist	(revision 348292)
+++ x11-fonts/libXfontcache/pkg-plist	(working copy)
@@ -2,6 +2,7 @@
 lib/libXfontcache.la
 lib/libXfontcache.so
 lib/libXfontcache.so.1
+lib/libXfontcache.so.1.0.0
 libdata/pkgconfig/xfontcache.pc
 man/man3/FontCacheChangeCacheSettings.3.gz
 man/man3/FontCacheQueryExtension.3.gz
Index: x11-fonts/libXft/Makefile
===================================================================
--- x11-fonts/libXft/Makefile	(revision 348292)
+++ x11-fonts/libXft/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libXft
 PORTVERSION=	2.3.1
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
 
 MAINTAINER=	gnome@FreeBSD.org
Index: x11-fonts/libXft/pkg-plist
===================================================================
--- x11-fonts/libXft/pkg-plist	(revision 348292)
+++ x11-fonts/libXft/pkg-plist	(working copy)
@@ -5,6 +5,7 @@
 lib/libXft.la
 lib/libXft.so
 lib/libXft.so.2
+lib/libXft.so.2.3.1
 libdata/pkgconfig/xft.pc
 man/man3/Xft.3.gz
 @dirrm include/X11/Xft
Index: x11-fonts/libfontenc/Makefile
===================================================================
--- x11-fonts/libfontenc/Makefile	(revision 348292)
+++ x11-fonts/libfontenc/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libfontenc
 PORTVERSION=	1.1.2
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
 
 MAINTAINER=	x11@FreeBSD.org
Index: x11-fonts/libfontenc/pkg-plist
===================================================================
--- x11-fonts/libfontenc/pkg-plist	(revision 348292)
+++ x11-fonts/libfontenc/pkg-plist	(working copy)
@@ -3,5 +3,6 @@
 lib/libfontenc.la
 lib/libfontenc.so
 lib/libfontenc.so.1
+lib/libfontenc.so.1.0.0
 libdata/pkgconfig/fontenc.pc
 @dirrmtry include/X11/fonts
Index: x11-fonts/mkfontscale/Makefile
===================================================================
--- x11-fonts/mkfontscale/Makefile	(revision 348292)
+++ x11-fonts/mkfontscale/Makefile	(working copy)
@@ -8,7 +8,7 @@
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Creates an index of scalable font files for X
 
-LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 
 XORG_CAT=	app
 USE_XORG=	xproto fontenc
Index: x11-fonts/ttmkfdir/Makefile
===================================================================
--- x11-fonts/ttmkfdir/Makefile	(revision 348292)
+++ x11-fonts/ttmkfdir/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ttmkfdir
 PORTVERSION=	3.0.9
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	x11-fonts x11
 MASTER_SITES=	${MASTER_SITE_GENTOO}
Index: x11-servers/xephyr/Makefile
===================================================================
--- x11-servers/xephyr/Makefile	(revision 348292)
+++ x11-servers/xephyr/Makefile	(working copy)
@@ -21,6 +21,8 @@
 SLAVE_PORT=	yes
 PLIST_FILES=	bin/Xephyr man/man1/Xephyr.1.gz
 
+.include <bsd.port.options.mk>
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/hw/kdrive/ephyr/Xephyr ${STAGEDIR}${PREFIX}/bin/
 .if defined(WITH_NEW_XORG)
Index: x11-servers/xorg-nestserver/Makefile
===================================================================
--- x11-servers/xorg-nestserver/Makefile	(revision 348292)
+++ x11-servers/xorg-nestserver/Makefile	(working copy)
@@ -22,6 +22,8 @@
 SLAVE_PORT=	yes
 PLIST_FILES=	bin/Xnest man/man1/Xnest.1.gz
 
+.include <bsd.port.options.mk>
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/hw/xnest/Xnest ${STAGEDIR}${PREFIX}/bin/
 .if defined(WITH_NEW_XORG)
Index: x11-servers/xorg-server/Makefile
===================================================================
--- x11-servers/xorg-server/Makefile	(revision 348292)
+++ x11-servers/xorg-server/Makefile	(working copy)
@@ -35,7 +35,7 @@
 
 .if defined(WITH_NEW_XORG)
 XORG_VERSION=	1.12.4
-XORG_REVISION=	4
+XORG_REVISION=	5
 PLIST_SUB+=	OLD="@comment " NEW=""
 EXTRA_PATCHES+=	${FILESDIR}/extra-clang \
 		${FILESDIR}/extra-configure \
@@ -42,7 +42,7 @@
 		${FILESDIR}/extra-new-dix_dixfonts.c
 .else
 XORG_VERSION=	1.7.7
-XORG_REVISION=	11
+XORG_REVISION=	12
 PLIST_SUB+=	OLD="" NEW="@comment "
 EXTRA_PATCHES+=	${FILESDIR}/extra-Xext-xace.c \
 		${FILESDIR}/extra-Xserver-os-xprintf.c \
@@ -54,7 +54,7 @@
 .endif
 
 USE_BZIP2=	yes
-USES=		gmake perl5
+USES=		gmake perl5 libtool
 USE_PERL5=	build
 USE_GL=		gl
 USE_XORG?=	xf86driproto glproto xdmcp x11 xkbfile xxf86misc xxf86vm xaw7 \
Index: x11-servers/xorg-vfbserver/Makefile
===================================================================
--- x11-servers/xorg-vfbserver/Makefile	(revision 348292)
+++ x11-servers/xorg-vfbserver/Makefile	(working copy)
@@ -20,14 +20,10 @@
 		--localstatedir=/var --without-dtrace
 
 SLAVE_PORT=	yes
-PLIST_FILES=	bin/Xvfb man/man1/Xvfb.1.gz
+PLIST_FILES=	bin/Xvfb \
+		man/man1/Xvfb.1.gz
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/hw/vfb/Xvfb ${STAGEDIR}${PREFIX}/bin/
-	if [ -f ${WRKSRC}/hw/vfb/man/Xvfb.1 ] ; then \
-		${INSTALL_MAN} ${WRKSRC}/hw/vfb/man/Xvfb.1 ${STAGEDIR}${PREFIX}/man/man1/ ; \
-	else \
-		${INSTALL_MAN} ${WRKSRC}/hw/vfb/Xvfb.1 ${STAGEDIR}${PREFIX}/man/man1/ ; \
-	fi
+	cd ${WRKSRC}/hw/vfb; DESTDIR=${STAGEDIR} ${MAKE} install
 
 .include "${MASTERDIR}/Makefile"
Index: x11-themes/gtk-murrine-engine/Makefile
===================================================================
--- x11-themes/gtk-murrine-engine/Makefile	(revision 348292)
+++ x11-themes/gtk-murrine-engine/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	murrine
 PORTVERSION=	0.98.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-themes
 MASTER_SITES=	GNOME
 PKGNAMEPREFIX=	gtk-
Index: x11-toolkits/fltk-devel/Makefile
===================================================================
--- x11-toolkits/fltk-devel/Makefile	(revision 348292)
+++ x11-toolkits/fltk-devel/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fltk
 DISTVERSION=	1.3.x-r${SNAPSHOT_VERS}
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://fltk.org/pub/${PORTNAME}/snapshots/
 PKGNAMESUFFIX=	-devel
Index: x11-toolkits/fox17/Makefile
===================================================================
--- x11-toolkits/fox17/Makefile	(revision 348292)
+++ x11-toolkits/fox17/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fox
 PORTVERSION=	1.7.46
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://ftp.fox-toolkit.org/pub/ \
    		ftp://ftp.fox-toolkit.org/pub/
Index: x11-toolkits/gigi/Makefile
===================================================================
--- x11-toolkits/gigi/Makefile	(revision 348292)
+++ x11-toolkits/gigi/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gigi
 PORTVERSION=	0.8.0.1074
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	${MASTER_SITE_LOCAL}
Index: x11-toolkits/gnustep-back/Makefile
===================================================================
--- x11-toolkits/gnustep-back/Makefile	(revision 348292)
+++ x11-toolkits/gnustep-back/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gnustep-back
 PORTVERSION=	0.24.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits gnustep
 MASTER_SITES=	${MASTER_SITE_GNUSTEP}
 MASTER_SITE_SUBDIR=	core
Index: x11-toolkits/gtkglext/Makefile
===================================================================
--- x11-toolkits/gtkglext/Makefile	(revision 348292)
+++ x11-toolkits/gtkglext/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gtkglext
 PORTVERSION=	1.2.0
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	SF
 DIST_SUBDIR=	gnome2
Index: x11-toolkits/gtkmathview/Makefile
===================================================================
--- x11-toolkits/gtkmathview/Makefile	(revision 348292)
+++ x11-toolkits/gtkmathview/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gtkmathview
 PORTVERSION=	0.8.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://helm.cs.unibo.it/mml-widget/sources/
 
Index: x11-toolkits/gtksourceview2/Makefile
===================================================================
--- x11-toolkits/gtksourceview2/Makefile	(revision 348292)
+++ x11-toolkits/gtksourceview2/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gtksourceview2
 PORTVERSION=	2.10.5
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
Index: x11-toolkits/gtksourceview3/Makefile
===================================================================
--- x11-toolkits/gtksourceview3/Makefile	(revision 348292)
+++ x11-toolkits/gtksourceview3/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gtksourceview
 PORTVERSION=	3.4.2
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	3
Index: x11-toolkits/hs-GLUT/Makefile
===================================================================
--- x11-toolkits/hs-GLUT/Makefile	(revision 348292)
+++ x11-toolkits/hs-GLUT/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	GLUT
 PORTVERSION=	2.4.0.0
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	x11-toolkits haskell
 
Index: x11-toolkits/hs-OpenGLRaw/Makefile
===================================================================
--- x11-toolkits/hs-OpenGLRaw/Makefile	(revision 348292)
+++ x11-toolkits/hs-OpenGLRaw/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	OpenGLRaw
 PORTVERSION=	1.3.0.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-toolkits haskell
 
 MAINTAINER=	haskell@FreeBSD.org
Index: x11-toolkits/lesstif/Makefile
===================================================================
--- x11-toolkits/lesstif/Makefile	(revision 348292)
+++ x11-toolkits/lesstif/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lesstif
 PORTVERSION=	0.95.2
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	2
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	SF
Index: x11-toolkits/libXaw/Makefile
===================================================================
--- x11-toolkits/libXaw/Makefile	(revision 348292)
+++ x11-toolkits/libXaw/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXaw
 PORTVERSION=	1.0.12
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	x11-toolkits
 
Index: x11-toolkits/libXaw/pkg-plist
===================================================================
--- x11-toolkits/libXaw/pkg-plist	(revision 348292)
+++ x11-toolkits/libXaw/pkg-plist	(working copy)
@@ -76,10 +76,12 @@
 lib/libXaw6.la
 lib/libXaw6.so
 lib/libXaw6.so.6
+lib/libXaw6.so.6.0.1
 lib/libXaw7.a
 lib/libXaw7.la
 lib/libXaw7.so
 lib/libXaw7.so.7
+lib/libXaw7.so.7.0.0
 libdata/pkgconfig/xaw6.pc
 libdata/pkgconfig/xaw7.pc
 man/man3/Xaw.3.gz
Index: x11-toolkits/libXmu/Makefile
===================================================================
--- x11-toolkits/libXmu/Makefile	(revision 348292)
+++ x11-toolkits/libXmu/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXmu
 PORTVERSION=	1.1.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11-toolkits
 
Index: x11-toolkits/libXmu/pkg-plist
===================================================================
--- x11-toolkits/libXmu/pkg-plist	(revision 348292)
+++ x11-toolkits/libXmu/pkg-plist	(working copy)
@@ -25,10 +25,12 @@
 lib/libXmu.la
 lib/libXmu.so
 lib/libXmu.so.6
+lib/libXmu.so.6.2.0
 lib/libXmuu.a
 lib/libXmuu.la
 lib/libXmuu.so
 lib/libXmuu.so.1
+lib/libXmuu.so.1.0.0
 libdata/pkgconfig/xmu.pc
 libdata/pkgconfig/xmuu.pc
 %%DOCSDIR%%/Xmu.xml
Index: x11-toolkits/libXt/Makefile
===================================================================
--- x11-toolkits/libXt/Makefile	(revision 348292)
+++ x11-toolkits/libXt/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libXt
 PORTVERSION=	1.1.4
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11-toolkits
 
Index: x11-toolkits/libXt/pkg-plist
===================================================================
--- x11-toolkits/libXt/pkg-plist	(revision 348292)
+++ x11-toolkits/libXt/pkg-plist	(working copy)
@@ -35,6 +35,7 @@
 lib/libXt.la
 lib/libXt.so
 lib/libXt.so.6
+lib/libXt.so.6.0.0
 libdata/pkgconfig/xt.pc
 man/man3/MenuPopdown.3.gz
 man/man3/MenuPopup.3.gz
Index: x11-toolkits/libsexy/Makefile
===================================================================
--- x11-toolkits/libsexy/Makefile	(revision 348292)
+++ x11-toolkits/libsexy/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libsexy
 PORTVERSION=	0.1.11
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11-toolkits devel
 MASTER_SITES=	http://releases.chipx86.com/libsexy/libsexy/
 
Index: x11-toolkits/libxaw3dxft/Makefile
===================================================================
--- x11-toolkits/libxaw3dxft/Makefile	(revision 348292)
+++ x11-toolkits/libxaw3dxft/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libxaw3dxft
 DISTVERSION=	1.6.2c
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	SF/sf-xpaint/${PORTNAME}
 DISTNAME=	libXaw3dXft-${DISTVERSION}
Index: x11-toolkits/mygui/Makefile
===================================================================
--- x11-toolkits/mygui/Makefile	(revision 348292)
+++ x11-toolkits/mygui/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mygui
 PORTVERSION=	3.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-toolkits graphics devel
 MASTER_SITES=	SF/my-gui/MyGUI/MyGUI_${PORTVERSION}
 DISTNAME=	MyGUI_${PORTVERSION}
Index: x11-toolkits/nucleo/Makefile
===================================================================
--- x11-toolkits/nucleo/Makefile	(revision 348292)
+++ x11-toolkits/nucleo/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nucleo
 PORTVERSION=	0.7.6
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://insitu.lri.fr/metisse/download/nucleo/
 
Index: x11-toolkits/otk/Makefile
===================================================================
--- x11-toolkits/otk/Makefile	(revision 348292)
+++ x11-toolkits/otk/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	otk
 PORTVERSION=	0.96
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
 DISTNAME=	${PORTNAME}_lib_${PORTVERSION}
Index: x11-toolkits/pango/Makefile
===================================================================
--- x11-toolkits/pango/Makefile	(revision 348292)
+++ x11-toolkits/pango/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	pango
 PORTVERSION=	1.34.1
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
Index: x11-toolkits/paragui-devel/Makefile
===================================================================
--- x11-toolkits/paragui-devel/Makefile	(revision 348292)
+++ x11-toolkits/paragui-devel/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	paragui
 PORTVERSION=	1.1.8
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: x11-toolkits/py-kivy/Makefile
===================================================================
--- x11-toolkits/py-kivy/Makefile	(revision 348292)
+++ x11-toolkits/py-kivy/Makefile	(working copy)
@@ -44,16 +44,6 @@
 OPTIONS_GROUP_SPELLING=	ENCHANT
 OPTIONS_GROUP_CLIPBOARD=	PYGAME
 
-.if !defined(ARCH)
-ARCH!=		uname -p
-.endif
-.if ${ARCH} == i386
-OPTIONS_GROUP_VIDEO+=	PYGLET
-.if !defined(WITH_NEW_XORG)
-BROKEN=		Does not compile with old libGL on i386: Undefined symbol glBlendEquationSeparate
-.endif
-.endif
-
 CAMERA_DESC=	Camera support
 CLIPBOARD_DESC=	Clipboard support
 IMAGE_DESC=	Image support
@@ -86,6 +76,17 @@
 
 .include <bsd.port.options.mk>
 
+.if !defined(ARCH)
+ARCH!=		uname -p
+.endif
+
+.if ${ARCH} == i386
+OPTIONS_GROUP_VIDEO+=	PYGLET
+.if !defined(WITH_NEW_XORG)
+BROKEN=		Does not compile with old libGL on i386: Undefined symbol glBlendEquationSeparate
+.endif
+.endif
+
 .if ${PORT_OPTIONS:MPDF}
 .if empty(PORT_OPTIONS:MDOCS)
 IGNORE=		option PDF requires DOCS
Index: x11-toolkits/py-wmdockapps/Makefile
===================================================================
--- x11-toolkits/py-wmdockapps/Makefile	(revision 348292)
+++ x11-toolkits/py-wmdockapps/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wmdockapps
 PORTVERSION=	1.21
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-toolkits python windowmaker
 MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: x11-toolkits/qt5-gui/Makefile
===================================================================
--- x11-toolkits/qt5-gui/Makefile	(revision 348292)
+++ x11-toolkits/qt5-gui/Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gui
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits graphics
 PKGNAMEPREFIX=	qt5-
 
Index: x11-toolkits/v/Makefile
===================================================================
--- x11-toolkits/v/Makefile	(revision 348292)
+++ x11-toolkits/v/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	v
 PORTVERSION=	1.90
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-toolkits devel graphics
 MASTER_SITES=	SF/${PORTNAME}gui/V%20GUI/${PORTVERSION}
 DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
Index: x11-wm/afterstep-stable/Makefile
===================================================================
--- x11-wm/afterstep-stable/Makefile	(revision 348292)
+++ x11-wm/afterstep-stable/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	afterstep
 PORTVERSION=	2.2.12
+PORTREVISION=	1
 CATEGORIES=	x11-wm afterstep
 MASTER_SITES=	${MASTER_SITE_AFTERSTEP}
 MASTER_SITE_SUBDIR=	stable
Index: x11-wm/awesome/Makefile
===================================================================
--- x11-wm/awesome/Makefile	(revision 348292)
+++ x11-wm/awesome/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	awesome
 PORTVERSION=	3.5.2
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://awesome.naquadah.org/download/
Index: x11-wm/awesome2/Makefile
===================================================================
--- x11-wm/awesome2/Makefile	(revision 348292)
+++ x11-wm/awesome2/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	awesome2
 PORTVERSION=	2.3.6
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://awesome.naquadah.org/download/
 DISTNAME=	awesome-${PORTVERSION}
Index: x11-wm/bbpager/Makefile
===================================================================
--- x11-wm/bbpager/Makefile	(revision 348292)
+++ x11-wm/bbpager/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bbpager
 DISTVERSION=	0.4.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-wm
 MASTER_SITES=	SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
Index: x11-wm/dwm/Makefile
===================================================================
--- x11-wm/dwm/Makefile	(revision 348292)
+++ x11-wm/dwm/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dwm
 PORTVERSION=	6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://dl.suckless.org/${PORTNAME}/ \
 		http://schot.a-eskwadraat.nl/files/
Index: x11-wm/echinus/Makefile
===================================================================
--- x11-wm/echinus/Makefile	(revision 348292)
+++ x11-wm/echinus/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	echinus
 PORTVERSION=	0.4.9
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://plhk.ru/static/echinus/
 
Index: x11-wm/epplets/Makefile
===================================================================
--- x11-wm/epplets/Makefile	(revision 348292)
+++ x11-wm/epplets/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	epplets
 PORTVERSION=	0.14
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	SF/enlightenment/${PORTNAME}/${PORTVERSION}
 
Index: x11-wm/i3/Makefile
===================================================================
--- x11-wm/i3/Makefile	(revision 348292)
+++ x11-wm/i3/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	i3
 DISTVERSION=	4.7.2
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://i3wm.org/downloads/
 
Index: x11-wm/libcompizconfig/Makefile
===================================================================
--- x11-wm/libcompizconfig/Makefile	(revision 348292)
+++ x11-wm/libcompizconfig/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libcompizconfig
 PORTVERSION=	0.8.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
 
Index: x11-wm/openbox/Makefile
===================================================================
--- x11-wm/openbox/Makefile	(revision 348292)
+++ x11-wm/openbox/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openbox
 PORTVERSION=	3.5.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://openbox.org/dist/openbox/
 
Index: x11-wm/spectrwm/Makefile
===================================================================
--- x11-wm/spectrwm/Makefile	(revision 348292)
+++ x11-wm/spectrwm/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	spectrwm
 PORTVERSION=	2.4.0
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	https://opensource.conformal.com/snapshots/${PORTNAME}/
 EXTRACT_SUFX=	.tgz
Index: x11-wm/wmfs/Makefile
===================================================================
--- x11-wm/wmfs/Makefile	(revision 348292)
+++ x11-wm/wmfs/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wmfs
 DISTVERSION=	201104
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://wmfs.info/attachments/download/45/ \
 		http://cloud.github.com/downloads/xorg62/wmfs/
--- xorg-switch.10.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: zeising 
Responsible-Changed-When: Sat Mar 15 09:09:25 UTC 2014 
Responsible-Changed-Why:  
Send to portmgr for exp-run 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187602 

From: Tijl Coosemans <tijl@FreeBSD.org>
To: bug-followup@FreeBSD.org, zeising@daemonic.se
Cc:  
Subject: Re: ports/187602: [exp-run] switch default xorg version in
 10-stable and shlib version changes
Date: Sat, 15 Mar 2014 22:20:59 +0100

 Hi,
 
 In textproc/py-libxml2/Makefile don't the python commands in post-install
 need to be "cd ${STAGEDIR} && ${PYTHON_CMD} ..." or something?  Currently
 there's no reference to STAGEDIR in those commands.
 
 In x11/pixman/Makefile there should be a PORTREVISION bump.  It also adds
 LIBVERSION to PLIST_SUB, but doesn't use it in pkg-plist.
 
 In x11-fonts/mkfontscale/Makefile, PORTREVISION bump?
 
 In x11-toolkits/py-kivy/Makefile, you cannot modify OPTIONS_GROUP_VIDEO
 after bsd.port.options.mk, so that has to be moved back (together with
 the "ARCH!= uname -p" block).

From: Niclas Zeising <zeising@freebsd.org>
To: Tijl Coosemans <tijl@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/187602: [exp-run] switch default xorg version in 10-stable
 and shlib version changes
Date: Sat, 15 Mar 2014 23:04:59 +0100

 On 03/15/14 22:20, Tijl Coosemans wrote:
 > Hi,
 > 
 > In textproc/py-libxml2/Makefile don't the python commands in post-install
 > need to be "cd ${STAGEDIR} && ${PYTHON_CMD} ..." or something?  Currently
 > there's no reference to STAGEDIR in those commands.
 
 I have to check with kwm on this one, he did the work on libxml2 and
 py-libxml2.
 
 > 
 > In x11/pixman/Makefile there should be a PORTREVISION bump.  It also adds
 > LIBVERSION to PLIST_SUB, but doesn't use it in pkg-plist.
 > 
 > In x11-fonts/mkfontscale/Makefile, PORTREVISION bump?
 > 
 
 Those two are fixed.
 
 > In x11-toolkits/py-kivy/Makefile, you cannot modify OPTIONS_GROUP_VIDEO
 > after bsd.port.options.mk, so that has to be moved back (together with
 > the "ARCH!= uname -p" block).
 > 
 
 I'll look at this tomorrow, and generate a new patch then.  Thank you
 very much for the review and sorry for any mistakes.
 Regards!
 -- 
 Niclas Zeising

From: Niclas Zeising <zeising@freebsd.org>
To: bug-followup@FreeBSD.org
Cc: portmgr@freebsd.org
Subject: Re: ports/187602: [exp-run] switch default xorg version in 10-stable
 and shlib version changes
Date: Mon, 17 Mar 2014 09:20:28 +0100

 This is a multi-part message in MIME format.
 --------------000207090608090301090703
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 Here is an updated patch with fixes based on Tijl's suggestions and
 review.  Please use this patch for the exp-run instead.
 Regards!
 -- 
 Niclas Zeising
 
 --------------000207090608090301090703
 Content-Type: text/x-patch;
  name="xorg-switch.10.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="xorg-switch.10.diff"
 
 Index: Mk/bsd.port.mk
 ===================================================================
 --- Mk/bsd.port.mk	(revision 348446)
 +++ Mk/bsd.port.mk	(working copy)
 @@ -1212,7 +1212,7 @@
  
  # Enable new xorg for FreeBSD versions after Radeon KMS was imported unless
  # WITHOUT_NEW_XORG is set.
 -.if ${OSVERSION} >= 1100000
 +.if ${OSVERSION} >= 1000704
  . if !defined(WITHOUT_NEW_XORG)
  WITH_NEW_XORG?=	yes
  . else
 Index: Mk/bsd.xorg.mk
 ===================================================================
 --- Mk/bsd.xorg.mk	(revision 348446)
 +++ Mk/bsd.xorg.mk	(working copy)
 @@ -65,6 +65,7 @@
  CFLAGS+=	-fno-optimize-sibling-calls
  .  endif
  CONFIGURE_ENV+=	DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
 +USES+=		libtool
  . endif
  
  . if ${XORG_CAT} == "font"
 @@ -139,7 +140,7 @@
  .endif
  
  . if ${XORG_CAT} == "lib"
 -USES+=	pathfix
 +USES+=	pathfix libtool
  USE_LDCONFIG=	yes
  CONFIGURE_ARGS+=--enable-malloc0returnsnull
  . endif
 Index: accessibility/gok/Makefile
 ===================================================================
 --- accessibility/gok/Makefile	(revision 348446)
 +++ accessibility/gok/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	gok
  PORTVERSION=	2.30.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  PORTEPOCH=	1
  CATEGORIES=	accessibility sysutils gnome
  MASTER_SITES=	GNOME
 Index: archivers/libarchive/Makefile
 ===================================================================
 --- archivers/libarchive/Makefile	(revision 348446)
 +++ archivers/libarchive/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	libarchive
  PORTVERSION=	3.1.2
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	archivers
  MASTER_SITES=	http://libarchive.org/downloads/
 Index: archivers/xar/Makefile
 ===================================================================
 --- archivers/xar/Makefile	(revision 348446)
 +++ archivers/xar/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	xar
  PORTVERSION=	1.5.2
 +PORTREVISION=	1
  CATEGORIES=	archivers
  MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
  		${MASTER_SITE_GENTOO}
 Index: astro/boinc-astropulse/Makefile
 ===================================================================
 --- astro/boinc-astropulse/Makefile	(revision 348446)
 +++ astro/boinc-astropulse/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	boinc-astropulse
  PORTVERSION=	6.01
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	astro
  MASTER_SITES=	${MASTER_SITE_LOCAL} \
  		ftp://rene-ladan.nl/pub/distfiles/
 Index: astro/boinc-setiathome-v7/Makefile
 ===================================================================
 --- astro/boinc-setiathome-v7/Makefile	(revision 348446)
 +++ astro/boinc-setiathome-v7/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	boinc-setiathome-v7
  PORTVERSION=	7.00
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	astro
  MASTER_SITES=	${MASTER_SITE_LOCAL} \
  		ftp://rene-ladan.nl/pub/distfiles/
 Index: astro/celestia/Makefile
 ===================================================================
 --- astro/celestia/Makefile	(revision 348446)
 +++ astro/celestia/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	celestia
  PORTVERSION=	1.6.1
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	astro
  MASTER_SITES=	SF/${PORTNAME}/Celestia-source/${PORTVERSION}
  PKGNAMESUFFIX=	-${CELESTIA_UI}
 Index: astro/foxtrotgps/Makefile
 ===================================================================
 --- astro/foxtrotgps/Makefile	(revision 348446)
 +++ astro/foxtrotgps/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	foxtrotgps
  PORTVERSION=	1.1.1
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	astro geography
  MASTER_SITES=	http://www.foxtrotgps.org/releases/
  
 Index: astro/gpscorrelate/Makefile
 ===================================================================
 --- astro/gpscorrelate/Makefile	(revision 348446)
 +++ astro/gpscorrelate/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gpscorrelate
  PORTVERSION=	1.6.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	astro geography
  MASTER_SITES=	GH
  DIST_SUBDIR=	repacked
 Index: astro/nightfall/Makefile
 ===================================================================
 --- astro/nightfall/Makefile	(revision 348446)
 +++ astro/nightfall/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	nightfall
  PORTVERSION=	1.70
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	astro
  MASTER_SITES=	http://www.la-samhna.de/nightfall/
  
 Index: astro/openuniverse/Makefile
 ===================================================================
 --- astro/openuniverse/Makefile	(revision 348446)
 +++ astro/openuniverse/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	openuniverse
  DISTVERSION=	1.0beta3
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	astro
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/1.0beta3
  
 Index: astro/viking/Makefile
 ===================================================================
 --- astro/viking/Makefile	(revision 348446)
 +++ astro/viking/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	viking
  PORTVERSION=	1.5
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	astro
  MASTER_SITES=	SF/${PORTNAME}/
  
 Index: astro/xplanet/Makefile
 ===================================================================
 --- astro/xplanet/Makefile	(revision 348446)
 +++ astro/xplanet/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xplanet
  PORTVERSION=	1.3.0
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	astro geography
  MASTER_SITES=	SF
  
 Index: audio/amarok-kde4/Makefile
 ===================================================================
 --- audio/amarok-kde4/Makefile	(revision 348446)
 +++ audio/amarok-kde4/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	amarok
  PORTVERSION=	2.7.0
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	audio kde
  MASTER_SITES=	${MASTER_SITE_KDE}
  MASTER_SITE_SUBDIR=	stable/${PORTNAME}/${PORTVERSION}/src
 Index: audio/aqualung/Makefile
 ===================================================================
 --- audio/aqualung/Makefile	(revision 348446)
 +++ audio/aqualung/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	aqualung
  DISTVERSION=	0.9beta11
 -PORTREVISION=	16
 +PORTREVISION=	17
  CATEGORIES=	audio
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \
   		http://wickedmachine.net/mirror/
 Index: audio/denemo/Makefile
 ===================================================================
 --- audio/denemo/Makefile	(revision 348446)
 +++ audio/denemo/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	denemo
  PORTVERSION=	1.1.0
 +PORTREVISION=	1
  CATEGORIES=	audio
  MASTER_SITES=	GNU
  
 Index: audio/enscribe/Makefile
 ===================================================================
 --- audio/enscribe/Makefile	(revision 348446)
 +++ audio/enscribe/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	enscribe
  PORTVERSION=	0.1.0
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	audio graphics
  MASTER_SITES=	http://www.coppercloudmusic.com/enscribe/
  EXTRACT_SUFX=	.tgz
 Index: audio/ezstream/Makefile
 ===================================================================
 --- audio/ezstream/Makefile	(revision 348446)
 +++ audio/ezstream/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ezstream
  PORTVERSION=	0.5.6
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	audio
  MASTER_SITES=	http://downloads.xiph.org/releases/ezstream/ \
  		http://svn.xiph.org/releases/ezstream/
 Index: audio/fmit/Makefile
 ===================================================================
 --- audio/fmit/Makefile	(revision 348446)
 +++ audio/fmit/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	fmit
  PORTVERSION=	0.99.2
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	audio
  MASTER_SITES=	http://download.gna.org/fmit/
  DISTNAME=	${PORTNAME}-${PORTVERSION}-Source
 Index: audio/gbemol/Makefile
 ===================================================================
 --- audio/gbemol/Makefile	(revision 348446)
 +++ audio/gbemol/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gbemol
  PORTVERSION=	0.3.2
 -PORTREVISION=	10
 +PORTREVISION=	11
  CATEGORIES=	audio
  MASTER_SITES=	SF
  
 Index: audio/gmpc-discogs/Makefile
 ===================================================================
 --- audio/gmpc-discogs/Makefile	(revision 348446)
 +++ audio/gmpc-discogs/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-discogs
  PORTVERSION=	0.20.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
  		http://freebsd.unixfreunde.de/sources/
 Index: audio/gmpc-extraplaylist/Makefile
 ===================================================================
 --- audio/gmpc-extraplaylist/Makefile	(revision 348446)
 +++ audio/gmpc-extraplaylist/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-extraplaylist
  PORTVERSION=	0.20.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
  		http://freebsd.unixfreunde.de/sources/
 Index: audio/gmpc-lastfm/Makefile
 ===================================================================
 --- audio/gmpc-lastfm/Makefile	(revision 348446)
 +++ audio/gmpc-lastfm/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-lastfm
  PORTVERSION=	0.20.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
  		http://freebsd.unixfreunde.de/sources/
 Index: audio/gmpc-lyrics/Makefile
 ===================================================================
 --- audio/gmpc-lyrics/Makefile	(revision 348446)
 +++ audio/gmpc-lyrics/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-lyrics
  PORTVERSION=	11.8.16
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
  
 Index: audio/gmpc-lyricsplugin/Makefile
 ===================================================================
 --- audio/gmpc-lyricsplugin/Makefile	(revision 348446)
 +++ audio/gmpc-lyricsplugin/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-lyricsplugin
  PORTVERSION=	0.20.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
  		http://freebsd.unixfreunde.de/sources/
 Index: audio/gmpc-lyricwiki/Makefile
 ===================================================================
 --- audio/gmpc-lyricwiki/Makefile	(revision 348446)
 +++ audio/gmpc-lyricwiki/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-lyricwiki
  PORTVERSION=	11.8.16
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
  
 Index: audio/gmpc-mdcover/Makefile
 ===================================================================
 --- audio/gmpc-mdcover/Makefile	(revision 348446)
 +++ audio/gmpc-mdcover/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-mdcover
  PORTVERSION=	0.20.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
  		http://freebsd.unixfreunde.de/sources/
 Index: audio/gmpc-mserver/Makefile
 ===================================================================
 --- audio/gmpc-mserver/Makefile	(revision 348446)
 +++ audio/gmpc-mserver/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-mserver
  PORTVERSION=	0.20.0
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
  		http://freebsd.unixfreunde.de/sources/
 Index: audio/gmpc-shout/Makefile
 ===================================================================
 --- audio/gmpc-shout/Makefile	(revision 348446)
 +++ audio/gmpc-shout/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-shout
  PORTVERSION=	0.20.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
  		http://freebsd.unixfreunde.de/sources/
 Index: audio/gnome-media/Makefile
 ===================================================================
 --- audio/gnome-media/Makefile	(revision 348446)
 +++ audio/gnome-media/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	gnome-media
  PORTVERSION=	2.32.0
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	audio gnome
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome2
 Index: audio/gspeakers/Makefile
 ===================================================================
 --- audio/gspeakers/Makefile	(revision 348446)
 +++ audio/gspeakers/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	gspeakers
  PORTVERSION=	0.11
 -PORTREVISION=	13
 +PORTREVISION=	14
  CATEGORIES=	audio
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 Index: audio/icecast-kh/Makefile
 ===================================================================
 --- audio/icecast-kh/Makefile	(revision 348446)
 +++ audio/icecast-kh/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	icecast
  PORTVERSION=	${ICVERSION}.k${KH}
 +PORTREVISION=	1
  CATEGORIES=	audio net ipv6
  PKGNAMESUFFIX=	-kh
  DISTNAME=	${PORTNAME}-${ICVERSION}-kh${KH}
 Index: audio/ices/Makefile
 ===================================================================
 --- audio/ices/Makefile	(revision 348446)
 +++ audio/ices/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	ices
  PORTVERSION=	2.0.2
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	audio net
  MASTER_SITES=	http://downloads.xiph.org/releases/ices/ \
 Index: audio/jack-rack/Makefile
 ===================================================================
 --- audio/jack-rack/Makefile	(revision 348446)
 +++ audio/jack-rack/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	jack-rack
  PORTVERSION=	1.4.7
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	audio
  MASTER_SITES=	SF
  
 Index: audio/jamin/Makefile
 ===================================================================
 --- audio/jamin/Makefile	(revision 348446)
 +++ audio/jamin/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	jamin
  PORTVERSION=	0.95.0
 -PORTREVISION=	10
 +PORTREVISION=	11
  CATEGORIES=	audio
  MASTER_SITES=	SF
  
 Index: audio/lash/Makefile
 ===================================================================
 --- audio/lash/Makefile	(revision 348446)
 +++ audio/lash/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	lash
  PORTVERSION=	0.5.4
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	audio
  MASTER_SITES=	SAVANNAH
  
 Index: audio/mate-media/Makefile
 ===================================================================
 --- audio/mate-media/Makefile	(revision 348446)
 +++ audio/mate-media/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mate-media
  PORTVERSION=	1.6.0
 +PORTREVISION=	1
  CATEGORIES=	audio mate
  MASTER_SITES=	MATE
  DIST_SUBDIR=	mate
 Index: audio/nas/Makefile
 ===================================================================
 --- audio/nas/Makefile	(revision 348446)
 +++ audio/nas/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	nas
  PORTVERSION=	1.9.4
 +PORTREVISION=	1
  CATEGORIES=	audio
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}%20%28stable%29
  EXTRACT_SUFX=	.src.tar.gz
 Index: audio/py-karaoke/Makefile
 ===================================================================
 --- audio/py-karaoke/Makefile	(revision 348446)
 +++ audio/py-karaoke/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	karaoke
  PORTVERSION=	0.7.5
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio python
  MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 Index: audio/sooperlooper/Makefile
 ===================================================================
 --- audio/sooperlooper/Makefile	(revision 348446)
 +++ audio/sooperlooper/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	sooperlooper
  PORTVERSION=	1.7.0
 +PORTREVISION=	1
  CATEGORIES=	audio
  MASTER_SITES=	http://essej.net/sooperlooper/
  
 Index: audio/specimen/Makefile
 ===================================================================
 --- audio/specimen/Makefile	(revision 348446)
 +++ audio/specimen/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	specimen
  DISTVERSION=	0.5.2-rc3
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	audio
  MASTER_SITES=	http://zhevny.com/specimen/files/
  
 Index: audio/terminatorx/Makefile
 ===================================================================
 --- audio/terminatorx/Makefile	(revision 348446)
 +++ audio/terminatorx/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	terminatorx
  PORTVERSION=	3.84
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	audio
  MASTER_SITES=	http://terminatorx.org/dist/
  DISTNAME=	terminatorX-${PORTVERSION}
 Index: audio/vagalume/Makefile
 ===================================================================
 --- audio/vagalume/Makefile	(revision 348446)
 +++ audio/vagalume/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	vagalume
  PORTVERSION=	0.8.6
 +PORTREVISION=	1
  CATEGORIES=	audio
  MASTER_SITES=	http://vagalume.igalia.com/files/source/ \
  		${MASTER_SITE_DEBIAN_POOL}
 Index: audio/wavbreaker/Makefile
 ===================================================================
 --- audio/wavbreaker/Makefile	(revision 348446)
 +++ audio/wavbreaker/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	wavbreaker
  PORTVERSION=	0.11
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	audio
  MASTER_SITES=	SF
  
 Index: audio/xcdplayer/Makefile
 ===================================================================
 --- audio/xcdplayer/Makefile	(revision 348446)
 +++ audio/xcdplayer/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xcdplayer
  PORTVERSION=	2.2
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	audio
  MASTER_SITES=	XCONTRIB/../R5contrib
  EXTRACT_SUFX=	.tar.Z
 Index: audio/xmcd/Makefile
 ===================================================================
 --- audio/xmcd/Makefile	(revision 348446)
 +++ audio/xmcd/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xmcd
  PORTVERSION=	3.3.2
 -PORTREVISION=	15
 +PORTREVISION=	16
  CATEGORIES=	audio
  MASTER_SITES=	http://www.ibiblio.org/tkan/download/xmcd/3.3.2/src/
  
 Index: audio/xmix/Makefile
 ===================================================================
 --- audio/xmix/Makefile	(revision 348446)
 +++ audio/xmix/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xmix
  PORTVERSION=	2.1
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	${MASTER_SITE_SUNSITE}
  MASTER_SITE_SUBDIR=	apps/sound/mixers
 Index: audio/xmixer/Makefile
 ===================================================================
 --- audio/xmixer/Makefile	(revision 348446)
 +++ audio/xmixer/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xmixer
  PORTVERSION=	0.9.4
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	audio
  MASTER_SITES=	http://mpx.freeshell.net/
  
 Index: audio/xmms-curses/Makefile
 ===================================================================
 --- audio/xmms-curses/Makefile	(revision 348446)
 +++ audio/xmms-curses/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xmms-curses
  PORTVERSION=	0.2.2
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 Index: audio/xmms-flac/Makefile
 ===================================================================
 --- audio/xmms-flac/Makefile	(revision 348446)
 +++ audio/xmms-flac/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xmms-flac
  PORTVERSION=	1.3.0
 +PORTREVISION=	1
  CATEGORIES=	audio
  MASTER_SITES=	http://downloads.xiph.org/releases/flac/
  DISTNAME=	flac-${PORTVERSION}
 Index: audio/xmms2/Makefile
 ===================================================================
 --- audio/xmms2/Makefile	(revision 348446)
 +++ audio/xmms2/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  PORTNAME?=	xmms2
  PORTVERSION=	0.8
  DISTVERSIONSUFFIX=DrO_o
 -PORTREVISION?=	5
 +PORTREVISION?=	6
  CATEGORIES?=	audio
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}
  
 Index: audio/xwave/Makefile
 ===================================================================
 --- audio/xwave/Makefile	(revision 348446)
 +++ audio/xwave/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xwave
  PORTVERSION=	2.2
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	${MASTER_SITE_LOCAL}
  MASTER_SITE_SUBDIR=	arved
 Index: biology/libsbml/Makefile
 ===================================================================
 --- biology/libsbml/Makefile	(revision 348446)
 +++ biology/libsbml/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libsbml
  PORTVERSION=	4.2.0
 +PORTREVISION=	1
  CATEGORIES=	biology devel
  MASTER_SITES=	SF
  MASTER_SITE_SUBDIR=	sbml/${PORTNAME}/${PORTVERSION}
 Index: biology/phylip/Makefile
 ===================================================================
 --- biology/phylip/Makefile	(revision 348446)
 +++ biology/phylip/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	phylip
  PORTVERSION=	3.695
 -PORTREVISION=	1
 +PORTREVISION=	2
  PORTEPOCH=	1
  CATEGORIES=	biology
  MASTER_SITES=	http://evolution.gs.washington.edu/phylip/download/
 Index: biology/protomol/Makefile
 ===================================================================
 --- biology/protomol/Makefile	(revision 348446)
 +++ biology/protomol/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	protomol
  PORTVERSION=	2.0.3
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	biology
  MASTER_SITES=	SF/${PORTNAME}/ProtoMol/${PORTVERSION}
  DISTNAME=	${PORTNAME}-${PORTVERSION}-tar.gz
 Index: biology/pymol/Makefile
 ===================================================================
 --- biology/pymol/Makefile	(revision 348446)
 +++ biology/pymol/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pymol
  PORTVERSION=	${VERSION}.${SVNREVISION}
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	biology python
  MASTER_SITES=	${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/pymol|}
  
 Index: cad/brlcad/Makefile
 ===================================================================
 --- cad/brlcad/Makefile	(revision 348446)
 +++ cad/brlcad/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	brlcad
  PORTVERSION=	7.24.0
 +PORTREVISION=	1
  CATEGORIES=	cad
  MASTER_SITES=	SF/${PORTNAME}/BRL-CAD%20Source/${PORTVERSION}
  
 Index: cad/calculix/Makefile
 ===================================================================
 --- cad/calculix/Makefile	(revision 348446)
 +++ cad/calculix/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	CalculiX
  PORTVERSION=	2.7
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	cad
  MASTER_SITES=	http://www.dhondt.de/
  DISTFILES=	${DIST_SOURCES}
 Index: cad/leocad/Makefile
 ===================================================================
 --- cad/leocad/Makefile	(revision 348446)
 +++ cad/leocad/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	leocad
  PORTVERSION=	0.80.2
 +PORTREVISION=	1
  CATEGORIES=	cad
  MASTER_SITES=	SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/
  DISTFILES=	${PORTNAME}-${PORTVERSION}-src.tgz
 Index: cad/opencascade/Makefile
 ===================================================================
 --- cad/opencascade/Makefile	(revision 348446)
 +++ cad/opencascade/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	OpenCASCADE
  PORTVERSION=	6.6.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	cad science
  MASTER_SITES=	http://files.opencascade.com/OCCT/OCC_${PORTVERSION}_release/
  DISTNAME=	${PORTNAME}${PORTVERSION:C/\.//g}
 Index: cad/openvsp/Makefile
 ===================================================================
 --- cad/openvsp/Makefile	(revision 348446)
 +++ cad/openvsp/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	openvsp
  PORTVERSION=	2.3.0
 +PORTREVISION=	1
  CATEGORIES=	cad
  MASTER_SITES=	GH
  
 Index: cad/repsnapper/Makefile
 ===================================================================
 --- cad/repsnapper/Makefile	(revision 348446)
 +++ cad/repsnapper/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	repsnapper
  PORTVERSION=	2.3.2a3
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	cad
  MASTER_SITES=	https://codeload.github.com/timschmidt/repsnapper/tar.gz/
  DISTNAME=	${PORTVERSION}
 Index: cad/slffea/Makefile
 ===================================================================
 --- cad/slffea/Makefile	(revision 348446)
 +++ cad/slffea/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	slffea
  PORTVERSION=	1.5
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	cad
  MASTER_SITES=	SF/${PORTNAME}/SLFFEA/${PORTVERSION}
  DISTNAME=	${PORTNAME}15
 Index: chinese/fcitx/Makefile
 ===================================================================
 --- chinese/fcitx/Makefile	(revision 348446)
 +++ chinese/fcitx/Makefile	(working copy)
 @@ -3,8 +3,8 @@
  
  PORTNAME=	fcitx
  PORTVERSION=	4.2.6.1
 +PORTREVISION=	4
  CATEGORIES=	chinese x11
 -PORTREVISION=	3
  MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
  DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
  		pinyin.tar.gz table.tar.gz en_dict-${_DICT_VER}.tar.gz
 Index: chinese/ttfm/Makefile
 ===================================================================
 --- chinese/ttfm/Makefile	(revision 348446)
 +++ chinese/ttfm/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ttfm
  PORTVERSION=	0.9.5
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	chinese print
  MASTER_SITES=	LOCAL/rafan/chinese
  
 Index: comms/chirp/Makefile
 ===================================================================
 --- comms/chirp/Makefile	(revision 348446)
 +++ comms/chirp/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	chirp
  PORTVERSION=	0.3.1
 +PORTREVISION=	1
  CATEGORIES=	comms hamradio
  MASTER_SITES=	http://chirp.danplanet.com/download/${PORTVERSION}/ \
  		${MASTER_SITE_LOCAL}
 Index: comms/hamlib/Makefile
 ===================================================================
 --- comms/hamlib/Makefile	(revision 348446)
 +++ comms/hamlib/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	hamlib
  PORTVERSION=	1.2.15.3
 +PORTREVISION=	1
  CATEGORIES=	comms hamradio
  MASTER_SITES=	SF
  
 Index: comms/soundmodem/Makefile
 ===================================================================
 --- comms/soundmodem/Makefile	(revision 348446)
 +++ comms/soundmodem/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	soundmodem
  PORTVERSION=	0.17
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	comms hamradio
  MASTER_SITES=	http://www.baycom.org/~tom/ham/soundmodem/ \
  		http://chronos.org.uk/distfiles/
 Index: converters/osm2pgsql/Makefile
 ===================================================================
 --- converters/osm2pgsql/Makefile	(revision 348446)
 +++ converters/osm2pgsql/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	osm2pgsql
  PORTVERSION=	0.84.0
 +PORTREVISION=	1
  CATEGORIES=	converters geography
  
  MAINTAINER=	amdmi3@FreeBSD.org
 Index: converters/wkhtmltopdf/Makefile
 ===================================================================
 --- converters/wkhtmltopdf/Makefile	(revision 348446)
 +++ converters/wkhtmltopdf/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	wkhtmltopdf
  PORTVERSION=	0.12.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	converters
  MASTER_SITES=	GH:wk \
  		http://github.com/${GH_ACCOUNT}/qt/archive/${WKQT_TAGNAME}.tar.gz?dummy=/:wkqt
 Index: databases/evolution-data-server/Makefile
 ===================================================================
 --- databases/evolution-data-server/Makefile	(revision 348446)
 +++ databases/evolution-data-server/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	evolution-data-server
  PORTVERSION=	2.32.1
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	databases gnome
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome2
 Index: databases/grass/Makefile
 ===================================================================
 --- databases/grass/Makefile	(revision 348446)
 +++ databases/grass/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	grass
  PORTVERSION=	6.4.3
 -PORTREVISION=	1
 +PORTREVISION=	2
  PORTEPOCH=	2
  CATEGORIES=	databases geography
  MASTER_SITES=	http://grass.osgeo.org/%SUBDIR%/ \
 Index: databases/hk_classes/Makefile
 ===================================================================
 --- databases/hk_classes/Makefile	(revision 348446)
 +++ databases/hk_classes/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	hk_classes
  PORTVERSION=	0.8.3
 +PORTREVISION=	1
  CATEGORIES=	databases
  MASTER_SITES=	SF/hk-classes/${PORTNAME}/${PORTVERSION}
  
 Index: databases/kbibtex/Makefile
 ===================================================================
 --- databases/kbibtex/Makefile	(revision 348446)
 +++ databases/kbibtex/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	kbibtex
  DISTVERSION=	0.4.1
 -PORTREVISION=	3
 +PORTREVISION=	5
  CATEGORIES=	databases kde
  MASTER_SITES=	http://download.gna.org/${PORTNAME}/${PORTVERSION:C,(^[[:digit:]]\.[[:digit:]]).*,\1,}/
  
 Index: databases/mysql-workbench51/Makefile
 ===================================================================
 --- databases/mysql-workbench51/Makefile	(revision 348446)
 +++ databases/mysql-workbench51/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mysql-workbench-oss
  PORTVERSION?=	5.1.16
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	databases
  MASTER_SITES=	${MASTER_SITE_MYSQL}
  MASTER_SITE_SUBDIR=	MySQLGUITools
 Index: databases/mysql-workbench52/Makefile
 ===================================================================
 --- databases/mysql-workbench52/Makefile	(revision 348446)
 +++ databases/mysql-workbench52/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mysql-workbench-gpl
  PORTVERSION=	5.2.47
 -PORTREVISION=	1
 +PORTREVISION=	2
  DISTVERSIONSUFFIX=	-src
  CATEGORIES=	databases
  MASTER_SITES=	MYSQL/MySQLGUITools
 Index: databases/mysql-xql/Makefile
 ===================================================================
 --- databases/mysql-xql/Makefile	(revision 348446)
 +++ databases/mysql-xql/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mysql-xql
  PORTVERSION=	1.0.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	databases
  MASTER_SITES=	http://www.mysqludf.org/lib_mysqludf_xql/
  DISTNAME=	lib_mysqludf_xql-${PORTVERSION}
 Index: databases/pgadmin3/Makefile
 ===================================================================
 --- databases/pgadmin3/Makefile	(revision 348446)
 +++ databases/pgadmin3/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pgadmin3
  PORTVERSION=	1.18.1
 -PORTREVISION=	0
 +PORTREVISION=	1
  CATEGORIES=	databases
  MASTER_SITES=	PGSQL
  MASTER_SITE_SUBDIR=	pgadmin3/release/v${PORTVERSION}/src
 Index: databases/postgis20/Makefile
 ===================================================================
 --- databases/postgis20/Makefile	(revision 348446)
 +++ databases/postgis20/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	postgis
  PORTVERSION=	2.0.4
 +PORTREVISION=	1
  CATEGORIES=	databases geography
  MASTER_SITES=	http://download.osgeo.org/postgis/source/
  PKGNAMESUFFIX=	20
 Index: databases/postgis21/Makefile
 ===================================================================
 --- databases/postgis21/Makefile	(revision 348446)
 +++ databases/postgis21/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	postgis
  PORTVERSION=	2.1.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	databases geography
  MASTER_SITES=	http://download.osgeo.org/postgis/source/
  
 Index: databases/postgresql84-contrib/Makefile
 ===================================================================
 --- databases/postgresql84-contrib/Makefile	(revision 348446)
 +++ databases/postgresql84-contrib/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	postgresql
 -PORTREVISION=	0
 +PORTREVISION=	1
  CATEGORIES=	databases
  PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
  
 Index: databases/postgresql84-server/Makefile
 ===================================================================
 --- databases/postgresql84-server/Makefile	(revision 348446)
 +++ databases/postgresql84-server/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME?=	postgresql
  DISTVERSION?=	8.4.20
 -PORTREVISION?=	0
 +PORTREVISION?=	1
  CATEGORIES?=	databases
  MASTER_SITES=	PGSQL
  MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
 Index: databases/postgresql90-contrib/Makefile
 ===================================================================
 --- databases/postgresql90-contrib/Makefile	(revision 348446)
 +++ databases/postgresql90-contrib/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	postgresql
 -PORTREVISION=	0
 +PORTREVISION=	1
  CATEGORIES=	databases
  PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
  
 Index: databases/postgresql91-contrib/Makefile
 ===================================================================
 --- databases/postgresql91-contrib/Makefile	(revision 348446)
 +++ databases/postgresql91-contrib/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	postgresql
 +PORTREVISION=	1
  CATEGORIES=	databases
  PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
  
 Index: databases/postgresql91-server/Makefile
 ===================================================================
 --- databases/postgresql91-server/Makefile	(revision 348446)
 +++ databases/postgresql91-server/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME?=	postgresql
  DISTVERSION?=	9.1.12
 -PORTREVISION?=	0
 +PORTREVISION?=	1
  CATEGORIES?=	databases
  MASTER_SITES=	PGSQL
  MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
 Index: databases/postgresql92-contrib/Makefile
 ===================================================================
 --- databases/postgresql92-contrib/Makefile	(revision 348446)
 +++ databases/postgresql92-contrib/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	postgresql
  CATEGORIES=	databases
 +PORTREVISION=	1
  PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
  
  MAINTAINER=	pgsql@FreeBSD.org
 Index: databases/postgresql92-server/Makefile
 ===================================================================
 --- databases/postgresql92-server/Makefile	(revision 348446)
 +++ databases/postgresql92-server/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME?=	postgresql
  DISTVERSION?=	9.2.7
 -PORTREVISION?=	0
 +PORTREVISION?=	1
  CATEGORIES?=	databases
  MASTER_SITES=	PGSQL
  MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
 Index: databases/postgresql93-contrib/Makefile
 ===================================================================
 --- databases/postgresql93-contrib/Makefile	(revision 348446)
 +++ databases/postgresql93-contrib/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	postgresql
 -PORTREVISION=	0
 +PORTREVISION=	1
  CATEGORIES=	databases
  PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
  
 Index: databases/rrdtool/Makefile
 ===================================================================
 --- databases/rrdtool/Makefile	(revision 348446)
 +++ databases/rrdtool/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	rrdtool
  PORTVERSION=	1.4.8
 +PORTREVISION=	1
  CATEGORIES=	databases graphics
  MASTER_SITES=	http://oss.oetiker.ch/rrdtool/pub/
  
 Index: databases/rrdtool12/Makefile
 ===================================================================
 --- databases/rrdtool12/Makefile	(revision 348446)
 +++ databases/rrdtool12/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	rrdtool
  PORTVERSION=	1.2.30
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	databases graphics
  MASTER_SITES=	http://oss.oetiker.ch/rrdtool/pub/
  PKGNAMESUFFIX=	12
 Index: databases/spatialite/Makefile
 ===================================================================
 --- databases/spatialite/Makefile	(revision 348446)
 +++ databases/spatialite/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	spatialite
  PORTVERSION=	4.1.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	databases geography
  MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
  DISTNAME=	lib${PORTNAME}-${PORTVERSION}
 Index: databases/spatialite_gui/Makefile
 ===================================================================
 --- databases/spatialite_gui/Makefile	(revision 348446)
 +++ databases/spatialite_gui/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	spatialite_gui
  PORTVERSION=	1.7.1
 +PORTREVISION=	1
  CATEGORIES=	databases geography
  MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
  
 Index: databases/virtuoso/Makefile
 ===================================================================
 --- databases/virtuoso/Makefile	(revision 348446)
 +++ databases/virtuoso/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	virtuoso
  PORTVERSION=	6.1.6
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	databases
  MASTER_SITES=	SF
  DISTNAME=	${PORTNAME}-opensource-${PORTVERSION}
 Index: deskutils/cairo-dock/Makefile
 ===================================================================
 --- deskutils/cairo-dock/Makefile	(revision 348446)
 +++ deskutils/cairo-dock/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	cairo-dock
  DISTVERSION=	3.2.1
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	deskutils
  MASTER_SITES=	https://launchpadlibrarian.net/137290048/ \
  		http://pazzle.otdux.com.ua/
 Index: deskutils/cairo-dock-plugins/Makefile
 ===================================================================
 --- deskutils/cairo-dock-plugins/Makefile	(revision 348446)
 +++ deskutils/cairo-dock-plugins/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	cairo-dock-plugins
  DISTVERSION=	3.2.1
 +PORTREVISION=	1
  CATEGORIES=	deskutils
  MASTER_SITES=	https://launchpadlibrarian.net/137290159/ \
  		http://pazzle.otdux.com.ua/
 Index: deskutils/dlume/Makefile
 ===================================================================
 --- deskutils/dlume/Makefile	(revision 348446)
 +++ deskutils/dlume/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	dlume
  PORTVERSION=	0.2.4
 -PORTREVISION=	11
 +PORTREVISION=	12
  CATEGORIES=	deskutils gnome
  MASTER_SITES=	${MASTER_SITE_TUCOWS}
  
 Index: deskutils/fusenshi/Makefile
 ===================================================================
 --- deskutils/fusenshi/Makefile	(revision 348446)
 +++ deskutils/fusenshi/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	fusenshi
  PORTVERSION=	0.9.0
 -PORTREVISION=	10
 +PORTREVISION=	11
  CATEGORIES=	deskutils
  MASTER_SITES=	http://www.ongs.co.jp/projects/fusenshi/
  EXTRACT_SUFX=	.tgz
 Index: deskutils/gnote/Makefile
 ===================================================================
 --- deskutils/gnote/Makefile	(revision 348446)
 +++ deskutils/gnote/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gnote
  PORTVERSION=	0.7.6
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	deskutils gnome
  MASTER_SITES=	GNOME
  
 Index: deskutils/ithought/Makefile
 ===================================================================
 --- deskutils/ithought/Makefile	(revision 348446)
 +++ deskutils/ithought/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ithought
  PORTVERSION=	a5
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	deskutils
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-alpha
  
 Index: deskutils/kdepim4/Makefile
 ===================================================================
 --- deskutils/kdepim4/Makefile	(revision 348446)
 +++ deskutils/kdepim4/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	kdepim
  PORTVERSION=	${KDE4_VERSION}
 +PORTREVISION=	1
  CATEGORIES=	deskutils kde
  MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
  DIST_SUBDIR=	KDE/${PORTVERSION}
 Index: deskutils/kdepim4-runtime/Makefile
 ===================================================================
 --- deskutils/kdepim4-runtime/Makefile	(revision 348446)
 +++ deskutils/kdepim4-runtime/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	kdepim-runtime
  PORTVERSION=	${KDE4_VERSION}
 +PORTREVISION=	1
  CATEGORIES=	deskutils kde
  MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
  DIST_SUBDIR=	KDE/${PORTVERSION}
 Index: deskutils/libgcal/Makefile
 ===================================================================
 --- deskutils/libgcal/Makefile	(revision 348446)
 +++ deskutils/libgcal/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libgcal
  PORTVERSION=	0.9.6
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	deskutils
  MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
  
 Index: deskutils/libopensync-plugin-sunbird/Makefile
 ===================================================================
 --- deskutils/libopensync-plugin-sunbird/Makefile	(revision 348446)
 +++ deskutils/libopensync-plugin-sunbird/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libopensync-plugin-sunbird
  PORTVERSION=	0.22
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	deskutils
  MASTER_SITES=	http://www.opensync.org/download/releases/${PORTVERSION}/
  
 Index: deskutils/libstreamanalyzer/Makefile
 ===================================================================
 --- deskutils/libstreamanalyzer/Makefile	(revision 348446)
 +++ deskutils/libstreamanalyzer/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	libstreamanalyzer
  PORTVERSION=	${STRIGI_VERSION}
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	deskutils
  MASTER_SITES=	${STRIGI_MASTER_SITES}
  
 Index: deskutils/logjam/Makefile
 ===================================================================
 --- deskutils/logjam/Makefile	(revision 348446)
 +++ deskutils/logjam/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	logjam
  PORTVERSION=	4.6.2
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	deskutils
  MASTER_SITES=	http://andy-shev.github.com/LogJam/download/
  
 Index: deskutils/nagaina/Makefile
 ===================================================================
 --- deskutils/nagaina/Makefile	(revision 348446)
 +++ deskutils/nagaina/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  PORTNAME=	nagaina
  PORTVERSION=	0.1.2
  DISTVERSIONSUFFIX=	-sources
 -PORTREVISION=	6
 +PORTREVISION=	9
  CATEGORIES=	deskutils
  MASTER_SITES=	GOOGLE_CODE
  
 Index: deskutils/osmo/Makefile
 ===================================================================
 --- deskutils/osmo/Makefile	(revision 348446)
 +++ deskutils/osmo/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	osmo
  PORTVERSION=	0.2.10
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	deskutils
  MASTER_SITES=	SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION}/
  
 Index: deskutils/pinot/Makefile
 ===================================================================
 --- deskutils/pinot/Makefile	(revision 348446)
 +++ deskutils/pinot/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pinot
  PORTVERSION=	1.06
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	deskutils
  MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
  #MASTER_SITES=	http://colinf.chez.com/pinot/
 Index: deskutils/pybookreader/Makefile
 ===================================================================
 --- deskutils/pybookreader/Makefile	(revision 348446)
 +++ deskutils/pybookreader/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pybookreader
  PORTVERSION=	0.5.0
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	deskutils python
  MASTER_SITES=	SF/${PORTNAME}/PyBookReader/PyBookReader%2BOrnamentBook-${PORTVERSION}
  DISTNAME=	PyBookReader-${PORTVERSION}
 Index: deskutils/pypanel/Makefile
 ===================================================================
 --- deskutils/pypanel/Makefile	(revision 348446)
 +++ deskutils/pypanel/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pypanel
  PORTVERSION=	2.4
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	deskutils
  MASTER_SITES=	SF
  DISTNAME=	PyPanel-${PORTVERSION}
 Index: deskutils/strigidaemon/Makefile
 ===================================================================
 --- deskutils/strigidaemon/Makefile	(revision 348446)
 +++ deskutils/strigidaemon/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	strigidaemon
  PORTVERSION=	${STRIGI_VERSION}
 +PORTREVISION=	1
  CATEGORIES=	deskutils
  MASTER_SITES=	${STRIGI_MASTER_SITES}
  
 Index: deskutils/virt-manager/Makefile
 ===================================================================
 --- deskutils/virt-manager/Makefile	(revision 348446)
 +++ deskutils/virt-manager/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	virt-manager
  PORTVERSION=	0.9.5
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	deskutils net-mgmt
  MASTER_SITES=	http://virt-manager.et.redhat.com/download/sources/${PORTNAME}/ \
  		LOCAL/jgh/deskutils/${PORTNAME}/
 Index: deskutils/xfce4-tumbler/Makefile
 ===================================================================
 --- deskutils/xfce4-tumbler/Makefile	(revision 348446)
 +++ deskutils/xfce4-tumbler/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	tumbler
  PORTVERSION=	0.1.30
 +PORTREVISION=	1
  CATEGORIES=	deskutils xfce
  MASTER_SITES=	${MASTER_SITE_XFCE}
  MASTER_SITE_SUBDIR=	src/xfce/${PORTNAME}/${PORTVERSION:R}
 Index: deskutils/xwrits/Makefile
 ===================================================================
 --- deskutils/xwrits/Makefile	(revision 348446)
 +++ deskutils/xwrits/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	xwrits
  PORTVERSION=	2.26
 +PORTREVISION=	1
  CATEGORIES=	deskutils
  MASTER_SITES=	http://www.lcdf.org/${PORTNAME}/
  
 Index: devel/aegis/Makefile
 ===================================================================
 --- devel/aegis/Makefile	(revision 348446)
 +++ devel/aegis/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	aegis
  PORTVERSION=	4.24.3
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	devel
  MASTER_SITES=	SF
  
 Index: devel/apiextractor/Makefile
 ===================================================================
 --- devel/apiextractor/Makefile	(revision 348446)
 +++ devel/apiextractor/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	apiextractor
  PORTVERSION=	0.10.10
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	devel
  MASTER_SITES=	http://www.pyside.org/files/
  
 Index: devel/autogen/Makefile
 ===================================================================
 --- devel/autogen/Makefile	(revision 348446)
 +++ devel/autogen/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	autogen
  PORTVERSION=	5.12
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	devel
  MASTER_SITES=	GNU
  MASTER_SITE_SUBDIR=	${PORTNAME}/rel${PORTVERSION}
 Index: devel/buildtool-doc/Makefile
 ===================================================================
 --- devel/buildtool-doc/Makefile	(revision 348446)
 +++ devel/buildtool-doc/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	buildtool-doc
  PORTVERSION=	0.16
 +PORTREVISION=	1
  CATEGORIES=	devel
  MASTER_SITES=	SF/buildtool/${PORTNAME}/${PORTVERSION}
  
 Index: devel/bullet/Makefile
 ===================================================================
 --- devel/bullet/Makefile	(revision 348446)
 +++ devel/bullet/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  PORTNAME=	bullet
  PORTVERSION=	2.77
  CATEGORIES=	devel
 -PORTREVISION=	1
 +PORTREVISION=	2
  MASTER_SITES=	GOOGLE_CODE
  EXTRACT_SUFX=	.tgz
  
 Index: devel/csoap/Makefile
 ===================================================================
 --- devel/csoap/Makefile	(revision 348446)
 +++ devel/csoap/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	csoap
  PORTVERSION=	1.1.0
 +PORTREVISION=	1
  CATEGORIES=	devel net www
  MASTER_SITES=	SF/${PORTNAME}/libsoap/${PORTVERSION}
  DISTNAME=	libsoap-${PORTVERSION}
 Index: devel/dbus/Makefile
 ===================================================================
 --- devel/dbus/Makefile	(revision 348446)
 +++ devel/dbus/Makefile	(working copy)
 @@ -4,6 +4,7 @@
  
  PORTNAME=	dbus
  PORTVERSION=	1.6.18
 +PORTREVISION=	1
  CATEGORIES=	devel gnome
  MASTER_SITES=	http://dbus.freedesktop.org/releases/dbus/
  
 Index: devel/dcmtk/Makefile
 ===================================================================
 --- devel/dcmtk/Makefile	(revision 348446)
 +++ devel/dcmtk/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	dcmtk
  DISTVERSION=	3.6.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	devel
  MASTER_SITES=	ftp://dicom.offis.de/pub/dicom/offis/software/${PORTNAME}/${PORTNAME}${PORTVERSION:S/.//g}/
  
 Index: devel/dia2code/Makefile
 ===================================================================
 --- devel/dia2code/Makefile	(revision 348446)
 +++ devel/dia2code/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	dia2code
  PORTVERSION=	0.8.5
 +PORTREVISION=	1
  CATEGORIES=	devel
  MASTER_SITES=	SF
  
 Index: devel/directfb/Makefile
 ===================================================================
 --- devel/directfb/Makefile	(revision 348446)
 +++ devel/directfb/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	directfb
  PORTVERSION=	1.4.13
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	devel
  MASTER_SITES=	http://www.directfb.org/downloads/Core/${DISTNAME:R}/
  DISTNAME=	DirectFB-${PORTVERSION}
 Index: devel/flowdesigner/Makefile
 ===================================================================
 --- devel/flowdesigner/Makefile	(revision 348446)
 +++ devel/flowdesigner/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	flowdesigner
  PORTVERSION=	0.9.1
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	devel
  MASTER_SITES=	SF/${PORTNAME}/FlowDesigner/${PORTVERSION}
  DISTNAME=	FlowDesigner-${PORTVERSION}
 Index: devel/gconf2/Makefile
 ===================================================================
 --- devel/gconf2/Makefile	(revision 348446)
 +++ devel/gconf2/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	gconf2
  PORTVERSION=	2.32.0
 -PORTREVISION?=	3
 +PORTREVISION?=	4
  CATEGORIES=	devel gnome
  MASTER_SITES=	GNOME
  MASTER_SITE_SUBDIR=	sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
 Index: devel/gjstest/Makefile
 ===================================================================
 --- devel/gjstest/Makefile	(revision 348446)
 +++ devel/gjstest/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gjstest
  PORTVERSION=	1.0.8
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	devel
  MASTER_SITES=	GOOGLE_CODE \
  		LOCAL/sunpoet
 Index: devel/glade3/Makefile
 ===================================================================
 --- devel/glade3/Makefile	(revision 348446)
 +++ devel/glade3/Makefile	(working copy)
 @@ -4,6 +4,7 @@
  
  PORTNAME=	glade3
  PORTVERSION=	3.8.3
 +PORTREVISION=	1
  CATEGORIES=	devel gnome
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome2
 Index: devel/glui/Makefile
 ===================================================================
 --- devel/glui/Makefile	(revision 348446)
 +++ devel/glui/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	glui
  PORTVERSION=	2.36
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	devel graphics
  MASTER_SITES=	SF/${PORTNAME}/Source/${PORTVERSION}
  EXTRACT_SUFX=	.tgz
 Index: devel/hwloc/Makefile
 ===================================================================
 --- devel/hwloc/Makefile	(revision 348446)
 +++ devel/hwloc/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	hwloc
  PORTVERSION=	1.8
 +PORTREVISION=	1
  CATEGORIES=	devel
  MASTER_SITES=	http://www.open-mpi.org/software/hwloc/v${PORTVERSION}/downloads/ \
  		http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION}/downloads/
 Index: devel/libassetml/Makefile
 ===================================================================
 --- devel/libassetml/Makefile	(revision 348446)
 +++ devel/libassetml/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libassetml
  PORTVERSION=	1.2.1
 -PORTREVISION=	10
 +PORTREVISION=	11
  CATEGORIES=	devel gnome
  MASTER_SITES=	SF/ofset/${PORTNAME}/${PORTVERSION}
  
 Index: devel/libbonobo/Makefile
 ===================================================================
 --- devel/libbonobo/Makefile	(revision 348446)
 +++ devel/libbonobo/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	libbonobo
  PORTVERSION=	2.32.0
 -PORTREVISION?=	0
 +PORTREVISION?=	1
  CATEGORIES=	devel
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome2
 Index: devel/libdap/Makefile
 ===================================================================
 --- devel/libdap/Makefile	(revision 348446)
 +++ devel/libdap/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libdap
  PORTVERSION=	3.12.1
 +PORTREVISION=	1
  CATEGORIES=	devel
  MASTER_SITES=	http://www.opendap.org/pub/source/ \
  		LOCAL/sunpoet
 Index: devel/libg19draw/Makefile
 ===================================================================
 --- devel/libg19draw/Makefile	(revision 348446)
 +++ devel/libg19draw/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libg19draw
  PORTVERSION=	1.0.0
 +PORTREVISION=	1
  CATEGORIES=	devel
  MASTER_SITES=	SF/g19linux/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 Index: devel/libglade2/Makefile
 ===================================================================
 --- devel/libglade2/Makefile	(revision 348446)
 +++ devel/libglade2/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	libglade2
  PORTVERSION=	2.6.4
 -PORTREVISION?=	5
 +PORTREVISION?=	6
  CATEGORIES=	devel gnome
  MASTER_SITES=	GNOME
  MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:C/..$//}
 Index: devel/libgsf/Makefile
 ===================================================================
 --- devel/libgsf/Makefile	(revision 348446)
 +++ devel/libgsf/Makefile	(working copy)
 @@ -4,6 +4,7 @@
  
  PORTNAME=	libgsf
  PORTVERSION=	1.14.28
 +PORTREVISION=	1
  CATEGORIES=	devel
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome2
 Index: devel/libgtop/Makefile
 ===================================================================
 --- devel/libgtop/Makefile	(revision 348446)
 +++ devel/libgtop/Makefile	(working copy)
 @@ -4,6 +4,7 @@
  
  PORTNAME=	libgtop
  PORTVERSION=	2.28.4
 +PORTREVISION=	1
  CATEGORIES=	devel gnome
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome2
 Index: devel/libiqxmlrpc/Makefile
 ===================================================================
 --- devel/libiqxmlrpc/Makefile	(revision 348446)
 +++ devel/libiqxmlrpc/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libiqxmlrpc
  PORTVERSION=	0.12.4
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	devel net
  MASTER_SITES=	SF
  
 Index: devel/liblangtag/Makefile
 ===================================================================
 --- devel/liblangtag/Makefile	(revision 348446)
 +++ devel/liblangtag/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	liblangtag
  PORTVERSION=	0.5.1
 +PORTREVISION=	1
  CATEGORIES=	devel textproc
  MASTER_SITES=	https://cdn.bitbucket.org/tagoh/liblangtag/downloads/ \
  		LOCAL/jkim
 Index: devel/liblouisxml/Makefile
 ===================================================================
 --- devel/liblouisxml/Makefile	(revision 348446)
 +++ devel/liblouisxml/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	liblouisxml
  PORTVERSION=	1.8.0
 +PORTREVISION=	1
  CATEGORIES=	devel
  MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
  
 Index: devel/libopensync/Makefile
 ===================================================================
 --- devel/libopensync/Makefile	(revision 348446)
 +++ devel/libopensync/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libopensync
  PORTVERSION=	0.39
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	devel
  MASTER_SITES=	http://www.opensync.org/download/releases/${PORTVERSION}/
  
 Index: devel/libopensync022/Makefile
 ===================================================================
 --- devel/libopensync022/Makefile	(revision 348446)
 +++ devel/libopensync022/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libopensync
  PORTVERSION=	0.22
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	devel
  MASTER_SITES=	http://www.opensync.org/download/releases/${PORTVERSION}/
  PKGNAMESUFFIX=	022
 Index: devel/libpciaccess/Makefile
 ===================================================================
 --- devel/libpciaccess/Makefile	(revision 348446)
 +++ devel/libpciaccess/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	libpciaccess
  PORTVERSION=	0.13.2
 +PORTREVISION=	1
  CATEGORIES=	devel
  
  MAINTAINER=	x11@FreeBSD.org
 Index: devel/libpciaccess/pkg-plist
 ===================================================================
 --- devel/libpciaccess/pkg-plist	(revision 348446)
 +++ devel/libpciaccess/pkg-plist	(working copy)
 @@ -3,4 +3,5 @@
  lib/libpciaccess.la
  lib/libpciaccess.so
  lib/libpciaccess.so.0
 +lib/libpciaccess.so.0.11.1
  libdata/pkgconfig/pciaccess.pc
 Index: devel/libplist/Makefile
 ===================================================================
 --- devel/libplist/Makefile	(revision 348446)
 +++ devel/libplist/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	libplist
  PORTVERSION=	1.10
 -PORTREVISION?=	0
 +PORTREVISION?=	1
  CATEGORIES?=	devel
  MASTER_SITES=	http://www.libimobiledevice.org/downloads/
  
 Index: devel/librcc/Makefile
 ===================================================================
 --- devel/librcc/Makefile	(revision 348446)
 +++ devel/librcc/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	librcc
  PORTVERSION=	0.2.12
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	devel
  MASTER_SITES=	http://dside.dyndns.org/files/rusxmms/ \
  		LOCAL/fluffy
 Index: devel/librest/Makefile
 ===================================================================
 --- devel/librest/Makefile	(revision 348446)
 +++ devel/librest/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	rest
  PORTVERSION=	0.7.90
 +PORTREVISION=	1
  CATEGORIES=	devel www
  MASTER_SITES=	GNOME
  
 Index: devel/libsoup/Makefile
 ===================================================================
 --- devel/libsoup/Makefile	(revision 348446)
 +++ devel/libsoup/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	libsoup
  PORTVERSION=	2.40.3
 -PORTREVISION?=	2
 +PORTREVISION?=	3
  CATEGORIES=	devel gnome
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome2
 Index: devel/libvirt/Makefile
 ===================================================================
 --- devel/libvirt/Makefile	(revision 348446)
 +++ devel/libvirt/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libvirt
  PORTVERSION=	1.2.2
 +PORTREVISION=	1
  CATEGORIES=	devel
  MASTER_SITES=	http://libvirt.org/sources/ \
  		ftp://libvirt.org/libvirt/
 Index: devel/love/Makefile
 ===================================================================
 --- devel/love/Makefile	(revision 348446)
 +++ devel/love/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	love
  PORTVERSION=	0.8.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	devel games
  MASTER_SITES=	http://cdn.bitbucket.org/rude/love/downloads/ \
  		http://mirror.amdmi3.ru/distfiles/
 Index: devel/love07/Makefile
 ===================================================================
 --- devel/love07/Makefile	(revision 348446)
 +++ devel/love07/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	love
  PORTVERSION=	0.7.2
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	devel games
  MASTER_SITES=	http://cdn.bitbucket.org/rude/love/downloads/ \
  		http://mirror.amdmi3.ru/distfiles/
 Index: devel/love5/Makefile
 ===================================================================
 --- devel/love5/Makefile	(revision 348446)
 +++ devel/love5/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	love
  DISTVERSION=	0.5-0
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	devel games
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  PKGNAMESUFFIX=	5
 Index: devel/m17n-lib/Makefile
 ===================================================================
 --- devel/m17n-lib/Makefile	(revision 348446)
 +++ devel/m17n-lib/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	m17n-lib
  PORTVERSION=	1.6.4
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	devel
  MASTER_SITES=	${MASTER_SITE_SAVANNAH}
  MASTER_SITE_SUBDIR=	m17n
 Index: devel/py-lxml/Makefile
 ===================================================================
 --- devel/py-lxml/Makefile	(revision 348446)
 +++ devel/py-lxml/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	lxml
  PORTVERSION=	3.2.5
 +PORTREVISION=	1
  CATEGORIES=	devel python
  MASTER_SITES=	CHEESESHOP
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 Index: devel/py-yum-metadata-parser/Makefile
 ===================================================================
 --- devel/py-yum-metadata-parser/Makefile	(revision 348446)
 +++ devel/py-yum-metadata-parser/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	yum-metadata-parser
  PORTVERSION=	1.1.4
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	devel python
  MASTER_SITES=	http://yum.baseurl.org/download/${PORTNAME}/
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 Index: devel/sdl_sge/Makefile
 ===================================================================
 --- devel/sdl_sge/Makefile	(revision 348446)
 +++ devel/sdl_sge/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	sdl_sge
  PORTVERSION=	0.030809
 -PORTREVISION=	12
 +PORTREVISION=	13
  CATEGORIES=	devel graphics
  MASTER_SITES=	http://www.digitalfanatics.org/cal/sge/files/ \
  		http://www.sourcefiles.org/Programming/Libraries/Graphics/
 Index: devel/seed/Makefile
 ===================================================================
 --- devel/seed/Makefile	(revision 348446)
 +++ devel/seed/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	seed
  PORTVERSION=	2.31.91
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	devel gnome
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome2
 Index: devel/seed3/Makefile
 ===================================================================
 --- devel/seed3/Makefile	(revision 348446)
 +++ devel/seed3/Makefile	(working copy)
 @@ -4,6 +4,7 @@
  
  PORTNAME=	seed
  PORTVERSION=	3.2.0
 +PORTREVISION=	1
  CATEGORIES=	devel gnome
  MASTER_SITES=	GNOME
  PKGNAMESUFFIX=	3
 Index: devel/sfml/Makefile
 ===================================================================
 --- devel/sfml/Makefile	(revision 348446)
 +++ devel/sfml/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	sfml
  PORTVERSION=	1.6
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	devel
  MASTER_SITES=	SF
  DISTNAME=	SFML-${PORTVERSION}-sdk-linux-32
 Index: devel/shiboken/Makefile
 ===================================================================
 --- devel/shiboken/Makefile	(revision 348446)
 +++ devel/shiboken/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	shiboken
  PORTVERSION=	1.1.1
 -PORTREVISION=	0
 +PORTREVISION=	1
  CATEGORIES=	devel
  MASTER_SITES=	http://www.pyside.org/files/
  
 Index: devel/simgear/Makefile
 ===================================================================
 --- devel/simgear/Makefile	(revision 348446)
 +++ devel/simgear/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	simgear
  PORTVERSION=	2.12.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	devel games
  MASTER_SITES=	http://mirrors.ibiblio.org/simgear/ftp/Source/ \
  		ftp://ftp.de.flightgear.org/pub/simgear/Source/ \
 Index: devel/uatraits/Makefile
 ===================================================================
 --- devel/uatraits/Makefile	(revision 348446)
 +++ devel/uatraits/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	uatraits
  PORTVERSION=	20130430
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	devel www
  MASTER_SITES=	http://people.freebsd.org/~demon/
  
 Index: devel/umbrello/Makefile
 ===================================================================
 --- devel/umbrello/Makefile	(revision 348446)
 +++ devel/umbrello/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	umbrello
  PORTVERSION=	${KDE4_VERSION}
 +PORTREVISION=	1
  CATEGORIES=	devel kde
  MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
  DIST_SUBDIR=	KDE/${PORTVERSION}
 Index: devel/upp/Makefile
 ===================================================================
 --- devel/upp/Makefile	(revision 348446)
 +++ devel/upp/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	upp
  PORTVERSION=	5485
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	devel x11-toolkits
  MASTER_SITES=	SF
  DISTNAME=	${PORTNAME}-x11-src-${PORTVERSION}
 Index: dns/bind98/Makefile
 ===================================================================
 --- dns/bind98/Makefile	(revision 348446)
 +++ dns/bind98/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	bind
  PORTVERSION=	9.8.7
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	dns net ipv6
  MASTER_SITES=	${MASTER_SITE_ISC}
  MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}
 Index: dns/bind99/Makefile
 ===================================================================
 --- dns/bind99/Makefile	(revision 348446)
 +++ dns/bind99/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	bind
  PORTVERSION=	9.9.5
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	dns net ipv6
  MASTER_SITES=	${MASTER_SITE_ISC}
  MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}
 Index: dns/opendnssec/Makefile
 ===================================================================
 --- dns/opendnssec/Makefile	(revision 348446)
 +++ dns/opendnssec/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	opendnssec
  PORTVERSION=	1.4.3
 +PORTREVISION=	1
  CATEGORIES=	dns
  MASTER_SITES=	http://dist.opendnssec.org/source/
  
 Index: dns/opendnssec13/Makefile
 ===================================================================
 --- dns/opendnssec13/Makefile	(revision 348446)
 +++ dns/opendnssec13/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	opendnssec
  PORTVERSION=	1.3.16
 +PORTREVISION=	1
  CATEGORIES=	dns
  MASTER_SITES=	http://dist.opendnssec.org/source/
  PKGNAMESUFFIX=	13
 Index: dns/samba-nsupdate/Makefile
 ===================================================================
 --- dns/samba-nsupdate/Makefile	(revision 348446)
 +++ dns/samba-nsupdate/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=		nsupdate
  PORTVERSION=		9.8.6
 +PORTREVISION=		1
  CATEGORIES=		dns net ipv6
  MASTER_SITES=		${MASTER_SITE_ISC}
  MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}
 Index: editors/abiword/Makefile
 ===================================================================
 --- editors/abiword/Makefile	(revision 348446)
 +++ editors/abiword/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	abiword
  PORTVERSION=	2.8.6
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	editors
  MASTER_SITES=	http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
  MASTER_SITE_SUBDIR=	abiword
 Index: editors/calligra/Makefile
 ===================================================================
 --- editors/calligra/Makefile	(revision 348446)
 +++ editors/calligra/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	calligra
  PORTVERSION=	${CALLIGRA_VERSION}
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	editors kde
  MASTER_SITES=	${MASTER_SITE_KDE}
  MASTER_SITE_SUBDIR=	${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/
 Index: editors/emacs/Makefile
 ===================================================================
 --- editors/emacs/Makefile	(revision 348446)
 +++ editors/emacs/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	emacs
  PORTVERSION=	${EMACS_VER}
 -PORTREVISION?=	2
 +PORTREVISION?=	3
  PORTEPOCH=	3
  CATEGORIES=	editors ipv6
  MASTER_SITES=	${MASTER_SITE_GNU}
 Index: editors/emacs-devel/Makefile
 ===================================================================
 --- editors/emacs-devel/Makefile	(revision 348446)
 +++ editors/emacs-devel/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	emacs
  PORTVERSION=	${EMACS_VER}.${EMACS_REV}
 +PORTREVISION=	1
  PORTEPOCH=	2
  CATEGORIES=	editors ipv6
  MASTER_SITES=	http://distfiles.pirateparty.in/%SUBDIR%/ \
 Index: editors/emacs23/Makefile
 ===================================================================
 --- editors/emacs23/Makefile	(revision 348446)
 +++ editors/emacs23/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	emacs
  PORTVERSION=	${EMACS_VER}
 -PORTREVISION=	3
 +PORTREVISION=	4
  PORTEPOCH=	1
  CATEGORIES=	editors ipv6
  MASTER_SITES=	${MASTER_SITE_GNU}
 Index: editors/libreoffice/Makefile
 ===================================================================
 --- editors/libreoffice/Makefile	(revision 348446)
 +++ editors/libreoffice/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  .include "${.CURDIR}/Makefile.common"
  
 -PORTREVISION=	1
 +PORTREVISION=	2
  
  COMMENT=	Full integrated office productivity suite
  
 Index: editors/mate-text-editor/Makefile
 ===================================================================
 --- editors/mate-text-editor/Makefile	(revision 348446)
 +++ editors/mate-text-editor/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mate-text-editor
  PORTVERSION=	1.6.0
 +PORTREVISION=	1
  CATEGORIES=	editors mate
  MASTER_SITES=	MATE
  DIST_SUBDIR=	mate
 Index: editors/openoffice-4/Makefile
 ===================================================================
 --- editors/openoffice-4/Makefile	(revision 348446)
 +++ editors/openoffice-4/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	apache-openoffice
  PORTVERSION=	4.0.1
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	editors java
  MASTER_SITES=	http://www.apache.org/dist/openoffice/${PORTVERSION}/source/ \
  		ftp://ftp.riken.jp/net/apache/openoffice/${PORTVERSION}/source/ \
 Index: editors/openoffice-devel/Makefile
 ===================================================================
 --- editors/openoffice-devel/Makefile	(revision 348446)
 +++ editors/openoffice-devel/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	apache-openoffice
  PORTVERSION=	4.1.${SVNREVISION}
 -PORTREVISION=	1
 +PORTREVISION=	2
  PORTEPOCH=	2
  CATEGORIES=	editors java
  MASTER_SITES=	${MASTER_SITE_LOCAL}
 Index: editors/texmacs/Makefile
 ===================================================================
 --- editors/texmacs/Makefile	(revision 348446)
 +++ editors/texmacs/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	texmacs
  PORTVERSION=	1.0.7.21
 +PORTREVISION=	1
  CATEGORIES=	editors print
  MASTER_SITES=	ftp://ftp.texmacs.org/TeXmacs/tmftp/source/ \
  		http://www.predatorlabs.net/dl/
 Index: editors/xemacs-devel-mule/Makefile
 ===================================================================
 --- editors/xemacs-devel-mule/Makefile	(revision 348446)
 +++ editors/xemacs-devel-mule/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xemacs-devel-mule
  PORTVERSION=	${XEMACS_VER:S/-/./}
 -PORTREVISION=	13
 +PORTREVISION=	14
  CATEGORIES+=	editors
  MASTER_SITES=	${MASTER_SITE_XEMACS}
  MASTER_SITE_SUBDIR=	xemacs-${XEMACS_REL}
 Index: editors/xmlcopyeditor/Makefile
 ===================================================================
 --- editors/xmlcopyeditor/Makefile	(revision 348446)
 +++ editors/xmlcopyeditor/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	xmlcopyeditor
  PORTVERSION=	1.2.0.11
 +PORTREVISION=	1
  CATEGORIES=	editors
  MASTER_SITES=	SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION}
  
 Index: emulators/adamem/Makefile
 ===================================================================
 --- emulators/adamem/Makefile	(revision 348446)
 +++ emulators/adamem/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	adamem
  PORTVERSION=	1.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	emulators
  MASTER_SITES=	http://www.komkon.org/~dekogel/files/coleco/
  DISTNAME=	${PORTNAME}
 Index: emulators/advancemame/Makefile
 ===================================================================
 --- emulators/advancemame/Makefile	(revision 348446)
 +++ emulators/advancemame/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	advancemame
  PORTVERSION=	1.2
 +PORTREVISION=	1
  CATEGORIES=	emulators
  MASTER_SITES=	SF
  
 Index: emulators/advancemenu/Makefile
 ===================================================================
 --- emulators/advancemenu/Makefile	(revision 348446)
 +++ emulators/advancemenu/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	advancemenu
  PORTVERSION=	2.6
 +PORTREVISION=	1
  CATEGORIES=	emulators
  MASTER_SITES=	SF/advancemame/${PORTNAME}/${PORTVERSION}
  
 @@ -34,7 +35,7 @@
  .include <bsd.port.options.mk>
  
  .if ${PORT_OPTIONS:MFREETYPE}
 -LIB_DEPENDS+=	freetype:${PORTSDIR}/print/freetype2
 +LIB_DEPENDS+=	libfreetype.so:${PORTSDIR}/print/freetype2
  .else
  CONFIGURE_ARGS+=--disable-freetype
  .endif
 Index: emulators/advancemess/Makefile
 ===================================================================
 --- emulators/advancemess/Makefile	(revision 348446)
 +++ emulators/advancemess/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	advancemess
  PORTVERSION=	0.102.0.1
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	emulators
  MASTER_SITES=	SF/advancemame/${PORTNAME}/${PORTVERSION}
  
 Index: emulators/catapult/Makefile
 ===================================================================
 --- emulators/catapult/Makefile	(revision 348446)
 +++ emulators/catapult/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	catapult
  PORTVERSION=	0.10.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	emulators
  MASTER_SITES=	SF/openmsx/openmsx/${PORTVERSION}
  DISTNAME=	openmsx-${PORTNAME}-${PORTVERSION}
 Index: emulators/dolphin-emu/Makefile
 ===================================================================
 --- emulators/dolphin-emu/Makefile	(revision 348446)
 +++ emulators/dolphin-emu/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	dolphin-emu
  PORTVERSION=	4.0.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	emulators
  MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
  		LOCAL/martymac
 Index: emulators/fuse/Makefile
 ===================================================================
 --- emulators/fuse/Makefile	(revision 348446)
 +++ emulators/fuse/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	fuse
  PORTVERSION=	1.1.1
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	emulators
  MASTER_SITES=	SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION}
  
 Index: emulators/jzintv/Makefile
 ===================================================================
 --- emulators/jzintv/Makefile	(revision 348446)
 +++ emulators/jzintv/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	jzintv
  PORTVERSION=	1.0b4
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	emulators
  MASTER_SITES=	http://spatula-city.org/~im14u2c/intv/dl/
  DISTFILES=	${PORTNAME}-1.0-beta4-src${EXTRACT_SUFX} \
 Index: emulators/loemu/Makefile
 ===================================================================
 --- emulators/loemu/Makefile	(revision 348446)
 +++ emulators/loemu/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	loemu
  PORTVERSION=	0.3.1
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	emulators python
  MASTER_SITES=	http://loemu.pegueroles.com/dists/
  
 Index: emulators/mtools/Makefile
 ===================================================================
 --- emulators/mtools/Makefile	(revision 348446)
 +++ emulators/mtools/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mtools
  PORTVERSION=	4.0.10
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	emulators
  MASTER_SITES=	${MASTER_SITE_GNU}
  MASTER_SITE_SUBDIR=	mtools
 Index: emulators/mupen64-sdlinput/Makefile
 ===================================================================
 --- emulators/mupen64-sdlinput/Makefile	(revision 348446)
 +++ emulators/mupen64-sdlinput/Makefile	(working copy)
 @@ -1,12 +1,12 @@
  # $FreeBSD$
  
  PORTVERSION=	0.0.10
 -PORTREVISION=	3
 +PORTREVISION=	4
  PKGNAMESUFFIX=	-sdlinput
  
  COMMENT=	Blight's SDL input plugin for Mupen64
  
 -LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
 +LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
  
  FIXFILES=	#
  
 Index: emulators/nonpareil/Makefile
 ===================================================================
 --- emulators/nonpareil/Makefile	(revision 348446)
 +++ emulators/nonpareil/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	nonpareil
  PORTVERSION=	0.79
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	emulators
  MASTER_SITES=	http://nonpareil.brouhaha.com/download/
  
 Index: emulators/openmsx/Makefile
 ===================================================================
 --- emulators/openmsx/Makefile	(revision 348446)
 +++ emulators/openmsx/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	openmsx
  PORTVERSION=	0.10.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	emulators
  MASTER_SITES=	SF
  
 Index: emulators/qemu-devel/Makefile
 ===================================================================
 --- emulators/qemu-devel/Makefile	(revision 348446)
 +++ emulators/qemu-devel/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	qemu
  PORTVERSION=	1.7.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	emulators
  MASTER_SITES=	http://wiki.qemu.org/download/:release \
  		LOCAL/nox:snapshot
 Index: emulators/snes9x-gtk/Makefile
 ===================================================================
 --- emulators/snes9x-gtk/Makefile	(revision 348446)
 +++ emulators/snes9x-gtk/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	snes9x
  PORTVERSION=	1.53r81
 +PORTREVISION=	1
  CATEGORIES=	emulators
  MASTER_SITES=	http://snes9x-gtk.googlecode.com/files/
  PKGNAMESUFFIX=	-gtk
 Index: emulators/tme/Makefile
 ===================================================================
 --- emulators/tme/Makefile	(revision 348446)
 +++ emulators/tme/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	tme
  PORTVERSION=	0.8
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	emulators
  MASTER_SITES=	http://people.csail.mit.edu/fredette/tme/
  
 Index: emulators/virtualbox-ose-additions/Makefile
 ===================================================================
 --- emulators/virtualbox-ose-additions/Makefile	(revision 348446)
 +++ emulators/virtualbox-ose-additions/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	virtualbox-ose
  DISTVERSION=	4.3.8
 +PORTREVISION=	1
  CATEGORIES=	emulators
  MASTER_SITES=	http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
  		http://tmp.chruetertee.ch/ \
 Index: emulators/wine/Makefile
 ===================================================================
 --- emulators/wine/Makefile	(revision 348446)
 +++ emulators/wine/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	wine
  DISTVERSION=	1.6.2
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	emulators
  MASTER_SITES=	SF/${PORTNAME}/Source \
 Index: emulators/wine-devel/Makefile
 ===================================================================
 --- emulators/wine-devel/Makefile	(revision 348446)
 +++ emulators/wine-devel/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	wine
  DISTVERSION=	1.7.14
 +PORTREVISION=	3
  PORTEPOCH=	1
  CATEGORIES=	emulators
  MASTER_SITES=	SF/${PORTNAME}/Source \
 Index: emulators/yabause/Makefile
 ===================================================================
 --- emulators/yabause/Makefile	(revision 348446)
 +++ emulators/yabause/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	yabause
  PORTVERSION=	0.9.11.1
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	emulators
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/1.1/1/g}/
  
 Index: finance/gnucash/Makefile
 ===================================================================
 --- finance/gnucash/Makefile	(revision 348446)
 +++ finance/gnucash/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	gnucash
  PORTVERSION=	2.6.2
 +PORTREVISION=	1
  CATEGORIES=	finance gnome
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}
  
 Index: finance/gnucash-docs/Makefile
 ===================================================================
 --- finance/gnucash-docs/Makefile	(revision 348446)
 +++ finance/gnucash-docs/Makefile	(working copy)
 @@ -4,6 +4,7 @@
  
  PORTNAME=	gnucash-docs
  PORTVERSION=	2.6.2
 +PORTREVISION=	1
  CATEGORIES=	finance gnome
  MASTER_SITES=	SF/gnucash/${PORTNAME}/${PORTVERSION} \
  		http://www.gnucash.org/pub/gnucash/sources/stable/ \
 Index: finance/grisbi/Makefile
 ===================================================================
 --- finance/grisbi/Makefile	(revision 348446)
 +++ finance/grisbi/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	grisbi
  PORTVERSION=	0.8.9
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	finance
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:R}.x/
  
 Index: finance/openerp-server/Makefile
 ===================================================================
 --- finance/openerp-server/Makefile	(revision 348446)
 +++ finance/openerp-server/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	openerp-server
  PORTVERSION=	7.0
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	finance python
  MASTER_SITES=	http://nightly.openerp.com/7.0/nightly/src/
 Index: french/verbiste/Makefile
 ===================================================================
 --- french/verbiste/Makefile	(revision 348446)
 +++ french/verbiste/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	verbiste
  PORTVERSION=	0.1.33
 +PORTREVISION=	1
  CATEGORIES=	french textproc
  MASTER_SITES=	http://perso.b2b2c.ca/sarrazip/dev/
  
 Index: games/0ad/Makefile
 ===================================================================
 --- games/0ad/Makefile	(revision 348446)
 +++ games/0ad/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	0ad
  PORTVERSION=	0.0.14
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	games
  MASTER_SITES=	SF/zero-ad/releases
  DISTFILES=	${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \
 Index: games/KnightCap/Makefile
 ===================================================================
 --- games/KnightCap/Makefile	(revision 348446)
 +++ games/KnightCap/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	knightcap
  PORTVERSION=	3.6
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	games
  MASTER_SITES=	ftp://ftp.samba.org/pub/KnightCap/
  DISTNAME=	KnightCap-${PORTVERSION}
 Index: games/adgali/Makefile
 ===================================================================
 --- games/adgali/Makefile	(revision 348446)
 +++ games/adgali/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	adgali
  PORTVERSION=	0.2.4
 -PORTREVISION=	10
 +PORTREVISION=	11
  CATEGORIES=	games devel
  MASTER_SITES=	http://adgali.apiou.org/download/
  
 Index: games/adonthell/Makefile
 ===================================================================
 --- games/adonthell/Makefile	(revision 348446)
 +++ games/adonthell/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	adonthell
  PORTVERSION=	0.3.5
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	games
  MASTER_SITES=	SAVANNAH
  DISTFILES=	${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} \
 @@ -17,7 +17,7 @@
  LICENSE_DISTFILES=	${DISTFILES}
  
  LIB_DEPENDS=	vorbis:${PORTSDIR}/audio/libvorbis \
 -		freetype:${PORTSDIR}/print/freetype2
 +		libfreetype.so:${PORTSDIR}/print/freetype2
  
  USE_SDL=	mixer ttf sdl
  USE_PYTHON=	yes
 Index: games/alienarena/Makefile
 ===================================================================
 --- games/alienarena/Makefile	(revision 348446)
 +++ games/alienarena/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	alienarena
  PORTVERSION=	2013.766
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	ftp://ftp.linux.kiev.ua/pub/Linux/Gentoo/distfiles/ \
  		http://ftp.jeuxlinux.fr/files/ \
 @@ -53,7 +54,7 @@
  .if ${PORT_OPTIONS:MCLIENT}
  USES+=		openal:soft,alut pkgconfig
  LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl \
 -		freetype.9:${PORTSDIR}/print/freetype2 \
 +		libfreetype.so:${PORTSDIR}/print/freetype2 \
  		jpeg.11:${PORTSDIR}/graphics/jpeg \
  		png15:${PORTSDIR}/graphics/png \
  		vorbis.4:${PORTSDIR}/audio/libvorbis
 Index: games/armagetron/Makefile
 ===================================================================
 --- games/armagetron/Makefile	(revision 348446)
 +++ games/armagetron/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	armagetron
  PORTVERSION=	0.2.8.3.2
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}ad/stable/${PORTVERSION}/
  DISTNAME=	armagetronad-${PORTVERSION}
 Index: games/arx-libertatis/Makefile
 ===================================================================
 --- games/arx-libertatis/Makefile	(revision 348446)
 +++ games/arx-libertatis/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	arx-libertatis
  PORTVERSION=	1.0.3
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  MASTER_SITES=	http://cloud.github.com/downloads/arx/ArxLibertatis/ \
  		http://mirror.amdmi3.ru/distfiles/
 Index: games/asteroid/Makefile
 ===================================================================
 --- games/asteroid/Makefile	(revision 348446)
 +++ games/asteroid/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	asteroid
  PORTVERSION=	1.2.1
 +PORTREVISION=	1
  CATEGORIES=	games
  
  MAINTAINER=	nemysis@FreeBSD.org
 Index: games/asteroids3d/Makefile
 ===================================================================
 --- games/asteroids3d/Makefile	(revision 348446)
 +++ games/asteroids3d/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	asteroids3d
  PORTVERSION=	0.5.1
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	games
  MASTER_SITES=	SF/a3d/${PORTVERSION}/ \
  		SF/nemysisfreebsdp/${CATEGORIES}/:icons
 Index: games/atr3d/Makefile
 ===================================================================
 --- games/atr3d/Makefile	(revision 348446)
 +++ games/atr3d/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	atr3d
  PORTVERSION=	0.6
 -PORTREVISION=	14
 +PORTREVISION=	15
  CATEGORIES=	games
  MASTER_SITES=	http://rodrigo.osorio.free.fr/freebsd/distfiles/
  DISTNAME=	${PORTNAME}_source_${PORTVERSION}
 Index: games/balazar/Makefile
 ===================================================================
 --- games/balazar/Makefile	(revision 348446)
 +++ games/balazar/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	balazar
  PORTVERSION=	0.3.4
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	games python
  MASTER_SITES=	http://download.gna.org/balazar/
  DISTNAME=	Balazar-${PORTVERSION}
 @@ -12,7 +12,7 @@
  COMMENT=	3D adventure and roleplaying game
  
  LIB_DEPENDS=	cal3d.12:${PORTSDIR}/graphics/cal3d \
 -		freetype.9:${PORTSDIR}/print/freetype2
 +		libfreetype.so:${PORTSDIR}/print/freetype2
  RUN_DEPENDS=	soya_editor:${PORTSDIR}/graphics/py-soya3d \
  		${PYTHON_SITELIBDIR}/_openal.so:${PORTSDIR}/audio/py-openal \
  		${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis \
 Index: games/balazarbrothers/Makefile
 ===================================================================
 --- games/balazarbrothers/Makefile	(revision 348446)
 +++ games/balazarbrothers/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	balazarbrothers
  PORTVERSION=	0.3.1
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	games python
  MASTER_SITES=	http://download.gna.org/${PORTNAME:S/brothers//}/
  DISTNAME=	${PORTNAME:S/b/B/g}-${PORTVERSION}
 @@ -12,7 +12,7 @@
  COMMENT=	Balazar Brother is a free software 3D puzzle game
  
  LIB_DEPENDS=	cal3d.12:${PORTSDIR}/graphics/cal3d \
 -		freetype.9:${PORTSDIR}/print/freetype2
 +		libfreetype.so:${PORTSDIR}/print/freetype2
  RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cerealizer/__init__.py:${PORTSDIR}/security/py-cerealizer \
  		${PYTHON_SITELIBDIR}/soya/__init__.py:${PORTSDIR}/graphics/py-soya3d \
  		${PYTHON_SITELIBDIR}/tofu/__init__.py:${PORTSDIR}/net/py-tofu \
 Index: games/blobby/Makefile
 ===================================================================
 --- games/blobby/Makefile	(revision 348446)
 +++ games/blobby/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	blobby
  PORTVERSION=	1.0r3
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/Blobby%20Volley%202%20%28Linux%29/1.0RC3/
  DISTNAME=	blobby2-linux-1.0rc3
 Index: games/brutalchess/Makefile
 ===================================================================
 --- games/brutalchess/Makefile	(revision 348446)
 +++ games/brutalchess/Makefile	(working copy)
 @@ -1,31 +1,31 @@
  # Created by: Gustavo Perez Querol <gustau.perez@gmail.com>
  # $FreeBSD$
  
 -PORTNAME=		brutalchess
 -PORTVERSION=		0.5.2
 -PORTREVISION=	10
 -CATEGORIES=		games
 -MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}-alpha/${PORTNAME}-alpha-${PORTVERSION}
 -DISTNAME=		${PORTNAME}-alpha-${PORTVERSION}-src
 +PORTNAME=	brutalchess
 +PORTVERSION=	0.5.2
 +PORTREVISION=	11
 +CATEGORIES=	games
 +MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-alpha/${PORTNAME}-alpha-${PORTVERSION}
 +DISTNAME=	${PORTNAME}-alpha-${PORTVERSION}-src
  
 -LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
 +LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
  
 -MAINTAINER=		gustau.perez@gmail.com
 -COMMENT=		Nice looking OpenGL chess game
 +MAINTAINER=	gustau.perez@gmail.com
 +COMMENT=	Nice looking OpenGL chess game
  
 -WRKSRC=			${WRKDIR}/${PORTNAME}-${PORTVERSION}
 -USE_XORG=		x11 xext xt xmu xi
 +WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 +USE_XORG=	x11 xext xt xmu xi
  
 -USE_GMAKE=		yes
 -USE_AUTOTOOLS=		libtool
 -USE_DOS2UNIX=		yes
 -USE_GL=			yes
 -USE_SDL=		sdl image
 +USE_GMAKE=	yes
 +USE_AUTOTOOLS=	libtool
 +USE_DOS2UNIX=	yes
 +USE_GL=		yes
 +USE_SDL=	sdl image
  
  NO_STAGE=	yes
  pre-build:
  	${CHMOD} 0755 ${WRKSRC}/install-sh
  
 -MANCOMPRESSED=		yes
 +MANCOMPRESSED=	yes
  
  .include <bsd.port.mk>
 Index: games/bubble-chains/Makefile
 ===================================================================
 --- games/bubble-chains/Makefile	(revision 348446)
 +++ games/bubble-chains/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	bubble-chains
  PORTVERSION=	0.1.1
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	games
  MASTER_SITES=	http://bubble-chains.sintegrial.com/files/
  DISTNAME=	chains-${DISTVERSION}
 Index: games/cake/Makefile
 ===================================================================
 --- games/cake/Makefile	(revision 348446)
 +++ games/cake/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	cake
  PORTVERSION=	2005.12.26
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	games
  MASTER_SITES=	http://freebsd.nsu.ru/distfiles/
  DISTNAME=	${PORTNAME}_src_${PORTVERSION:S/.//g}
 Index: games/capicity/Makefile
 ===================================================================
 --- games/capicity/Makefile	(revision 348446)
 +++ games/capicity/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	capicity
  PORTVERSION=	1.0
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	SF/capitalism/Capi%20City/${PORTVERSION}/
  DISTNAME=	CapiCity_${DISTVERSION}
 Index: games/capitalism/Makefile
 ===================================================================
 --- games/capitalism/Makefile	(revision 348446)
 +++ games/capitalism/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	capitalism
  PORTVERSION=	0.5.1
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/Capitalism/0.5/
  EXTRACT_SUFX=	.tbz
 Index: games/chroma/Makefile
 ===================================================================
 --- games/chroma/Makefile	(revision 348446)
 +++ games/chroma/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	chroma
  PORTVERSION=	1.08
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	games
  MASTER_SITES=	http://www.level7.org.uk/chroma/download/ \
  		http://mirror.amdmi3.ru/distfiles/
 Index: games/chromium-bsu/Makefile
 ===================================================================
 --- games/chromium-bsu/Makefile	(revision 348446)
 +++ games/chromium-bsu/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	chromium-bsu
  PORTVERSION=	0.9.15.1
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/Chromium%20B.S.U.%20source%20code/
  
 Index: games/construo/Makefile
 ===================================================================
 --- games/construo/Makefile	(revision 348446)
 +++ games/construo/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	construo
  PORTVERSION=	0.2.2
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	games
  MASTER_SITES=	SAVANNAH/construo
  
 Index: games/corsix-th/Makefile
 ===================================================================
 --- games/corsix-th/Makefile	(revision 348446)
 +++ games/corsix-th/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	corsixth
  PORTVERSION=	0.30
 +PORTREVISION=	1
  CATEGORIES=	games
  
  MAINTAINER=	madpilot@FreeBSD.org
 Index: games/cosmosmash/Makefile
 ===================================================================
 --- games/cosmosmash/Makefile	(revision 348446)
 +++ games/cosmosmash/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	cosmosmash
  DISTVERSION=	1.4.7
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	games
  MASTER_SITES=	http://perso.b2b2c.ca/sarrazip/dev/ \
  		LOCAL/martymac
 Index: games/crack-attack/Makefile
 ===================================================================
 --- games/crack-attack/Makefile	(revision 348446)
 +++ games/crack-attack/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	crack-attack
  PORTVERSION=	1.1.14
 -PORTREVISION=	11
 +PORTREVISION=	12
  CATEGORIES=	games
  MASTER_SITES=	SAVANNAH
  
 Index: games/critterding/Makefile
 ===================================================================
 --- games/critterding/Makefile	(revision 348446)
 +++ games/critterding/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	critterding
  DISTVERSION=	beta12
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/sources
  
 Index: games/crossfire-client/Makefile
 ===================================================================
 --- games/crossfire-client/Makefile	(revision 348446)
 +++ games/crossfire-client/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	crossfire-client
  PORTVERSION=	1.70.0
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	games
  MASTER_SITES=	SF/crossfire/crossfire-${PORTVERSION}
  
 Index: games/cultivation/Makefile
 ===================================================================
 --- games/cultivation/Makefile	(revision 348446)
 +++ games/cultivation/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	cultivation
  PORTVERSION=	8
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
  DISTNAME=	Cultivation_${PORTVERSION}_UnixSource
 Index: games/cuyo/Makefile
 ===================================================================
 --- games/cuyo/Makefile	(revision 348446)
 +++ games/cuyo/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	cuyo
  PORTVERSION=	2.0.0
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	games
  MASTER_SITES=	SAVANNAH
 Index: games/d2x/Makefile
 ===================================================================
 --- games/d2x/Makefile	(revision 348446)
 +++ games/d2x/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	d2x
  PORTVERSION=	0.2.5
 -PORTREVISION=	11
 +PORTREVISION=	12
  CATEGORIES=	games
  MASTER_SITES=	http://offload2.icculus.org:9090/d2x/src/
  
 Index: games/duel/Makefile
 ===================================================================
 --- games/duel/Makefile	(revision 348446)
 +++ games/duel/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	duel
  PORTVERSION=	0.98
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	games
  MASTER_SITES=	${MASTER_SITE_LOCAL}
  MASTER_SITE_SUBDIR=	alepulver
 Index: games/el/Makefile
 ===================================================================
 --- games/el/Makefile	(revision 348446)
 +++ games/el/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	el
  PORTVERSION=	193
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	LOCAL/rene \
  		ftp://rene-ladan.nl/pub/distfiles/
 Index: games/ensemblist/Makefile
 ===================================================================
 --- games/ensemblist/Makefile	(revision 348446)
 +++ games/ensemblist/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ensemblist
  PORTVERSION=	040126
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	games
  MASTER_SITES=	${MASTER_SITE_SAVANNAH}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 Index: games/epiar/Makefile
 ===================================================================
 --- games/epiar/Makefile	(revision 348446)
 +++ games/epiar/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	epiar
  PORTVERSION=	0.5.1
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  
  MAINTAINER=	nemysis@FreeBSD.org
 Index: games/etracer/Makefile
 ===================================================================
 --- games/etracer/Makefile	(revision 348446)
 +++ games/etracer/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=		etracer
  PORTVERSION=		0.4
 -PORTREVISION=		8
 +PORTREVISION=		9
  CATEGORIES=		games
  MASTER_SITES=		SF/extremetuxracer/extreme-tuxracer/${PORTVERSION}
  DISTNAME=		extremetuxracer-${PORTVERSION}
 Index: games/evq3/Makefile
 ===================================================================
 --- games/evq3/Makefile	(revision 348446)
 +++ games/evq3/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	evq3
  PORTVERSION=	1.3.20080810
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	games
  MASTER_SITES=	${MASTER_SITE_LOCAL:S|$|alepulver/|}
  DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 Index: games/flightgear/Makefile
 ===================================================================
 --- games/flightgear/Makefile	(revision 348446)
 +++ games/flightgear/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	flightgear
  PORTVERSION=	2.12.1
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  # see http://www.flightgear.org/templates.js
  MASTER_SITES=	http://mirrors.ibiblio.org/flightgear/ftp/Source/ \
 Index: games/foobillard/Makefile
 ===================================================================
 --- games/foobillard/Makefile	(revision 348446)
 +++ games/foobillard/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	foobillard
  PORTVERSION=	3.0a
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	games
  MASTER_SITES=	http://foobillard.sunsite.dk/dnl/
  
 @@ -11,7 +11,7 @@
  COMMENT=	Free OpenGL billiards game
  
  LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
 -		freetype.9:${PORTSDIR}/print/freetype2
 +		libfreetype.so:${PORTSDIR}/print/freetype2
  
  OPTIONS_DEFINE=	SDL NVIDIA_BUMPREF
  SDL_DESC=	SDL instead of glut
 Index: games/freeminer/Makefile
 ===================================================================
 --- games/freeminer/Makefile	(revision 348446)
 +++ games/freeminer/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	freeminer
  PORTVERSION=	0.4.9.3
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	games
  
  MAINTAINER=	amdmi3@FreeBSD.org
 Index: games/galaxyhack/Makefile
 ===================================================================
 --- games/galaxyhack/Makefile	(revision 348446)
 +++ games/galaxyhack/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	galaxyhack
  PORTVERSION=	1.74
 -PORTREVISION=	15
 +PORTREVISION=	16
  CATEGORIES=	games
  MASTER_SITES=	SF \
  		SF/${PORTNAME}/Fleet%20packages/020906:fleets
 Index: games/gcompris/Makefile
 ===================================================================
 --- games/gcompris/Makefile	(revision 348446)
 +++ games/gcompris/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	gcompris
  PORTVERSION=	13.11
 +PORTREVISION=	1
  CATEGORIES=	games gnome
  MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}/
  
 Index: games/gl-117/Makefile
 ===================================================================
 --- games/gl-117/Makefile	(revision 348446)
 +++ games/gl-117/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  PORTNAME=	gl-117
  PORTVERSION=	1.3.2
  DISTVERSIONSUFFIX=	-src
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/GL-117%20Source
  
 Index: games/glaxium/Makefile
 ===================================================================
 --- games/glaxium/Makefile	(revision 348446)
 +++ games/glaxium/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	glaxium
  PORTVERSION=	0.5
 -PORTREVISION=	12
 +PORTREVISION=	13
  CATEGORIES=	games
  MASTER_SITES=	http://xhosxe.free.fr/glaxium/
  DISTNAME=	${PORTNAME}_${PORTVERSION}
 Index: games/glob2/Makefile
 ===================================================================
 --- games/glob2/Makefile	(revision 348446)
 +++ games/glob2/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	glob2
  PORTVERSION=	0.9.4.4
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	games
  MASTER_SITES=	SAVANNAH/${PORTNAME}/${PORTVERSION:R}/
  
 Index: games/glsfcave/Makefile
 ===================================================================
 --- games/glsfcave/Makefile	(revision 348446)
 +++ games/glsfcave/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	glsfcave
  PORTVERSION=	1.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  MASTER_SITES=	http://user.ecc.u-tokyo.ac.jp/~g650192/glsfcave/ \
  		http://mirror.amdmi3.ru/distfiles/
 Index: games/gnomechess/Makefile
 ===================================================================
 --- games/gnomechess/Makefile	(revision 348446)
 +++ games/gnomechess/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	gnomechess
  PORTVERSION=	3.10.2
 +PORTREVISION=	1
  CATEGORIES=	games gnome
  MASTER_SITES=	GNOME
  MASTER_SITE_SUBDIR=	sources/gnome-chess/3.10
 Index: games/gnubg/Makefile
 ===================================================================
 --- games/gnubg/Makefile	(revision 348446)
 +++ games/gnubg/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gnubg
  PORTVERSION=	1.02.000
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  MASTER_SITES=	http://www.c-s.li/ports/ \
  		http://files.gnubg.org/media/sources/
 Index: games/gracer/Makefile
 ===================================================================
 --- games/gracer/Makefile	(revision 348446)
 +++ games/gracer/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gracer
  PORTVERSION=	0.1.5
 -PORTREVISION=	13
 +PORTREVISION=	14
  CATEGORIES=	games
  MASTER_SITES=	SF
  
 Index: games/gtkevemon/Makefile
 ===================================================================
 --- games/gtkevemon/Makefile	(revision 348446)
 +++ games/gtkevemon/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	gtkevemon
  DISTVERSION=	1.8-135
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	https://bitbucket.org/BattleClinic/${PORTNAME}/get/
  DISTNAME=	Version%20${DISTVERSION}
 Index: games/gtkradiant/Makefile
 ===================================================================
 --- games/gtkradiant/Makefile	(revision 348446)
 +++ games/gtkradiant/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gtkradiant
  PORTVERSION=	1.5.0
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	games cad
  MASTER_SITES=	${MASTER_SITE_IDSOFTWARE:S|$|source/:id|} \
  		http://www.bsd-geek.de/FreeBSD/distfiles/:fb
 Index: games/heretic/Makefile
 ===================================================================
 --- games/heretic/Makefile	(revision 348446)
 +++ games/heretic/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	heretic
  PORTVERSION=	1.2
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	games
  MASTER_SITES=	http://heretic.linuxgames.com/heretic/src/:source \
  		http://heretic.linuxgames.com/wad/:wad
 Index: games/jvgs/Makefile
 ===================================================================
 --- games/jvgs/Makefile	(revision 348446)
 +++ games/jvgs/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	jvgs
  PORTVERSION=	0.5.1
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9]+$//}
  DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 Index: games/kajaani-kombat/Makefile
 ===================================================================
 --- games/kajaani-kombat/Makefile	(revision 348446)
 +++ games/kajaani-kombat/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	kajaani-kombat
  PORTVERSION=	0.7
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  MASTER_SITES=	http://kombat.kajaani.net/dl/
  
 Index: games/kanatest/Makefile
 ===================================================================
 --- games/kanatest/Makefile	(revision 348446)
 +++ games/kanatest/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	kanatest
  PORTVERSION=	0.4.8
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	games
  MASTER_SITES=	http://clayo.org/kanatest/
  
 Index: games/kiki/Makefile
 ===================================================================
 --- games/kiki/Makefile	(revision 348446)
 +++ games/kiki/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	kiki
  PORTVERSION=	1.0.2
 -PORTREVISION=	15
 +PORTREVISION=	16
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION}
  EXTRACT_SUFX=	-src.tgz
 Index: games/klavaro/Makefile
 ===================================================================
 --- games/klavaro/Makefile	(revision 348446)
 +++ games/klavaro/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	klavaro
  PORTVERSION=	1.9.9
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/
  
 Index: games/lander/Makefile
 ===================================================================
 --- games/lander/Makefile	(revision 348446)
 +++ games/lander/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	lander
  PORTVERSION=	0.6.6
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	games
  MASTER_SITES=	http://www.nickg.me.uk/files/ \
  		http://mirror.amdmi3.ru/distfiles/
 Index: games/libmaitretarot/Makefile
 ===================================================================
 --- games/libmaitretarot/Makefile	(revision 348446)
 +++ games/libmaitretarot/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libmaitretarot
  PORTVERSION=	0.1.98
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	games
  MASTER_SITES=	${MASTER_SITE_SAVANNAH}
  MASTER_SITE_SUBDIR=	maitretarot
 Index: games/libmt_client/Makefile
 ===================================================================
 --- games/libmt_client/Makefile	(revision 348446)
 +++ games/libmt_client/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libmt_client
  PORTVERSION=	0.1.98
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	games
  MASTER_SITES=	${MASTER_SITE_SAVANNAH}
  MASTER_SITE_SUBDIR=	maitretarot
 Index: games/lincity-ng/Makefile
 ===================================================================
 --- games/lincity-ng/Makefile	(revision 348446)
 +++ games/lincity-ng/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	lincity-ng
  PORTVERSION=	2.0
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	games
  MASTER_SITES=	${MASTER_SITE_BERLIOS}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 Index: games/maitretarot/Makefile
 ===================================================================
 --- games/maitretarot/Makefile	(revision 348446)
 +++ games/maitretarot/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	maitretarot
  PORTVERSION=	0.1.98
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	games
  MASTER_SITES=	${MASTER_SITE_SAVANNAH}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 Index: games/manaplus/Makefile
 ===================================================================
 --- games/manaplus/Makefile	(revision 348446)
 +++ games/manaplus/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	manaplus
  PORTVERSION=	1.4.2.15
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	http://download.evolonline.org/manaplus/download/${PORTVERSION}/
  
 Index: games/minetest/Makefile
 ===================================================================
 --- games/minetest/Makefile	(revision 348446)
 +++ games/minetest/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	minetest
  PORTVERSION=	0.4.9
 +PORTREVISION=	1
  CATEGORIES=	games
  
  MAINTAINER=	amdmi3@FreeBSD.org
 Index: games/mt_dolphin_ia/Makefile
 ===================================================================
 --- games/mt_dolphin_ia/Makefile	(revision 348446)
 +++ games/mt_dolphin_ia/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=		mt_dolphin_ia
  PORTVERSION=		0.1.98
 -PORTREVISION=	3
 +PORTREVISION=		4
  CATEGORIES=		games
  MASTER_SITES=		${MASTER_SITE_SAVANNAH}
  MASTER_SITE_SUBDIR=	maitretarot
 Index: games/mt_gtk_client/Makefile
 ===================================================================
 --- games/mt_gtk_client/Makefile	(revision 348446)
 +++ games/mt_gtk_client/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=		mt_gtk_client
  PORTVERSION=		0.1.98
 -PORTREVISION=	10
 +PORTREVISION=		11
  CATEGORIES=		games
  MASTER_SITES=		${MASTER_SITE_SAVANNAH}
  MASTER_SITE_SUBDIR=	maitretarot
 Index: games/mudmagic/Makefile
 ===================================================================
 --- games/mudmagic/Makefile	(revision 348446)
 +++ games/mudmagic/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mudmagic
  PORTVERSION=	1.9
 -PORTREVISION=	12
 +PORTREVISION=	13
  CATEGORIES=	games
  MASTER_SITES=	http://www.mudmagic.com/mud-client/downloads/
  
 Index: games/naev/Makefile
 ===================================================================
 --- games/naev/Makefile	(revision 348446)
 +++ games/naev/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	naev
  PORTVERSION=	0.5.3
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
  		${MASTER_SITE_GOOGLE_CODE}
 Index: games/netherearth/Makefile
 ===================================================================
 --- games/netherearth/Makefile	(revision 348446)
 +++ games/netherearth/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	netherearth
  PORTVERSION=	0.51
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	games
  MASTER_SITES=	http://move.kirishi.ru/soft/netherearth/
  
 Index: games/netpanzer/Makefile
 ===================================================================
 --- games/netpanzer/Makefile	(revision 348446)
 +++ games/netpanzer/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	netpanzer
  PORTVERSION=	0.8.4
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	games
  MASTER_SITES=	LOCAL/madpilot/netpanzer
  
 Index: games/netradiant/Makefile
 ===================================================================
 --- games/netradiant/Makefile	(revision 348446)
 +++ games/netradiant/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	netradiant
  PORTVERSION=	20130630
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	games cad
  MASTER_SITES=	http://ingar.satgnu.net/gtkradiant/files/ \
  		http://freebsd.nsu.ru/distfiles/
 Index: games/netwalk/Makefile
 ===================================================================
 --- games/netwalk/Makefile	(revision 348446)
 +++ games/netwalk/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	netwalk
  PORTVERSION=	0.4.10
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	games
  
  MAINTAINER=	nemysis@FreeBSD.org
 Index: games/nexuiz/Makefile
 ===================================================================
 --- games/nexuiz/Makefile	(revision 348446)
 +++ games/nexuiz/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	nexuiz
  PORTVERSION=	2.5.2
 -PORTREVISION=	13
 +PORTREVISION=	14
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/NexuizRelease/Nexuiz%20${PORTVERSION} \
  		SF/${PORTNAME}/mappack/nexmappack_r2:mappack
 Index: games/nighthawk/Makefile
 ===================================================================
 --- games/nighthawk/Makefile	(revision 348446)
 +++ games/nighthawk/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	nighthawk
  PORTVERSION=	3.0.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  MASTER_SITES=	SUNSITE/games/arcade
  
 Index: games/openalchemist/Makefile
 ===================================================================
 --- games/openalchemist/Makefile	(revision 348446)
 +++ games/openalchemist/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	openalchemist
  PORTVERSION=	0.3
 -PORTREVISION=	13
 +PORTREVISION=	14
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 Index: games/openjazz/Makefile
 ===================================================================
 --- games/openjazz/Makefile	(revision 348446)
 +++ games/openjazz/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	openjazz
  PORTVERSION=	20120819
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	games
  MASTER_SITES=	http://alister.eu/jazz/oj/ \
  		LOCAL/martymac
 Index: games/openlierox/Makefile
 ===================================================================
 --- games/openlierox/Makefile	(revision 348446)
 +++ games/openlierox/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	openlierox
  DISTVERSION=	0.58_rc3
 -PORTREVISION=	1
 +PORTREVISION=	2
  PORTEPOCH=	1
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/OpenLieroX%20${DISTVERSION:C/_/%20/}
 Index: games/openmortal/Makefile
 ===================================================================
 --- games/openmortal/Makefile	(revision 348446)
 +++ games/openmortal/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	openmortal
  PORTVERSION=	0.7
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	games
  MASTER_SITES=	SF
  
 Index: games/openssn/Makefile
 ===================================================================
 --- games/openssn/Makefile	(revision 348446)
 +++ games/openssn/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	openssn
  PORTVERSION=	1.4
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 Index: games/openttd/Makefile
 ===================================================================
 --- games/openttd/Makefile	(revision 348446)
 +++ games/openttd/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	openttd
  PORTVERSION=	1.3.3
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	http://ftp.snt.utwente.nl/pub/games/openttd/binaries/releases/${PORTVERSION}/ \
  		http://us.binaries.openttd.org/binaries/releases/${PORTVERSION}/
 Index: games/paintown/Makefile
 ===================================================================
 --- games/paintown/Makefile	(revision 348446)
 +++ games/paintown/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	paintown
  PORTVERSION=	3.6.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  MASTER_SITES=	SF
  
 Index: games/poker-engine/Makefile
 ===================================================================
 --- games/poker-engine/Makefile	(revision 348446)
 +++ games/poker-engine/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	poker-engine
  PORTVERSION=	1.3.6
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	http://download.gna.org/pokersource/sources/
  
 Index: games/ppracer/Makefile
 ===================================================================
 --- games/ppracer/Makefile	(revision 348446)
 +++ games/ppracer/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ppracer
  DISTVERSION=	0.5alpha
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	games
  MASTER_SITES=	BERLIOS \
  		SF/${PORTNAME}.berlios/
 Index: games/quadra/Makefile
 ===================================================================
 --- games/quadra/Makefile	(revision 348446)
 +++ games/quadra/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	quadra
  PORTVERSION=	1.3.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  MASTER_SITES=	http://kbrandt.sdf-eu.org/FreeBSD/distfiles/ \
  		ftp://ftp.bsdforen.de/pub/BSDForen/distfiles/ \
 Index: games/quetoo/Makefile
 ===================================================================
 --- games/quetoo/Makefile	(revision 348446)
 +++ games/quetoo/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	quetoo
  PORTVERSION=	0.6.1
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	games
  MASTER_SITES=	http://tastyspleen.net/~jdolan/ \
  		http://freebsd.nsu.ru/distfiles/
 Index: games/scourge/Makefile
 ===================================================================
 --- games/scourge/Makefile	(revision 348446)
 +++ games/scourge/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	scourge
  PORTVERSION=	0.21.1
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	games
  MASTER_SITES=	SF
  DISTNAME=	${PORTNAME}-${PORTVERSION:S/$/.src/}
 Index: games/searchandrescue/Makefile
 ===================================================================
 --- games/searchandrescue/Makefile	(revision 348446)
 +++ games/searchandrescue/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	SearchAndRescue
  PORTVERSION=	1.4.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME:L}/Program/
  
 Index: games/spellathon/Makefile
 ===================================================================
 --- games/spellathon/Makefile	(revision 348446)
 +++ games/spellathon/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	spellathon
  PORTVERSION=	6.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/Spellathon%20${PORTVERSION}
  
 Index: games/spring/Makefile
 ===================================================================
 --- games/spring/Makefile	(revision 348446)
 +++ games/spring/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	spring
  PORTVERSION=	94.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	games
  MASTER_SITES=	SF/springrts/springrts/${PORTNAME}-${PORTVERSION} \
  		http://springrts.com/dl/
 Index: games/starfighter/Makefile
 ===================================================================
 --- games/starfighter/Makefile	(revision 348446)
 +++ games/starfighter/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	starfighter
  PORTVERSION=	1.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	games
  MASTER_SITES=	SF/pr-${PORTNAME}/ \
  		SF/nemysisfreebsdp/${CATEGORIES}/:icons
 Index: games/stepmania-devel/Makefile
 ===================================================================
 --- games/stepmania-devel/Makefile	(revision 348446)
 +++ games/stepmania-devel/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	stepmania
  PORTVERSION=	5.0.a3
 -PORTREVISION=	1
 +PORTREVISION=	2
  PORTEPOCH=	1
  CATEGORIES=	games
  MASTER_SITES=	GOOGLE_CODE
 Index: games/stonesoup/Makefile
 ===================================================================
 --- games/stonesoup/Makefile	(revision 348446)
 +++ games/stonesoup/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	stonesoup
  PORTVERSION=	0.13.1
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	SF/crawl-ref/Stone%20Soup/${PORTVERSION}
  DISTNAME=	stone_soup-${PORTVERSION}-nodeps
 @@ -61,7 +62,7 @@
  		${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
  RUN_DEPENDS+=	${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
  LIB_DEPENDS+=	png15:${PORTSDIR}/graphics/png \
 -		freetype:${PORTSDIR}/print/freetype2
 +		libfreetype.so:${PORTSDIR}/print/freetype2
  USE_SDL=	sdl image
  .else
  USES+=		ncurses
 Index: games/stormbaancoureur/Makefile
 ===================================================================
 --- games/stormbaancoureur/Makefile	(revision 348446)
 +++ games/stormbaancoureur/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	stormbaancoureur
  PORTVERSION=	2.1.5
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  MASTER_SITES=	http://bram.creative4vision.nl/stormbaancoureur/download/ \
  		http://mirror.amdmi3.ru/distfiles/
 Index: games/supertuxkart/Makefile
 ===================================================================
 --- games/supertuxkart/Makefile	(revision 348446)
 +++ games/supertuxkart/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	supertuxkart
  PORTVERSION=	0.8.1
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	SF/supertuxkart/SuperTuxKart/${PORTVERSION}
  EXTRACT_SUFX=	-src.tar.bz2
 Index: games/teeworlds/Makefile
 ===================================================================
 --- games/teeworlds/Makefile	(revision 348446)
 +++ games/teeworlds/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	teeworlds
  PORTVERSION=	0.6.2
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	https://www.teeworlds.com/files/ \
  		http://mirror.amdmi3.ru/distfiles/
 Index: games/torcs/Makefile
 ===================================================================
 --- games/torcs/Makefile	(revision 348446)
 +++ games/torcs/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	torcs
  DISTVERSION=	1.3.5
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/all-in-one/${PORTVERSION}
  
 Index: games/traingame/Makefile
 ===================================================================
 --- games/traingame/Makefile	(revision 348446)
 +++ games/traingame/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	traingame
  PORTVERSION=	0.2.2
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	games
  MASTER_SITES=	SF/nemysisfreebsdp/${CATEGORIES}/:icons
  DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
 Index: games/tux-aqfh/Makefile
 ===================================================================
 --- games/tux-aqfh/Makefile	(revision 348446)
 +++ games/tux-aqfh/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	tux_aqfh
  PORTVERSION=	1.0.14
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	games
  MASTER_SITES=	SF/tuxaqfh/tuxaqfh/${PORTVERSION}-classic \
  		SF/nemysisfreebsdp/${CATEGORIES}/:icons
 Index: games/tuxmath/Makefile
 ===================================================================
 --- games/tuxmath/Makefile	(revision 348446)
 +++ games/tuxmath/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	tuxmath
  PORTVERSION=	2.0.3
 -PORTREVISION=	1
 +PORTREVISION=	2
  PORTEPOCH=	1
  CATEGORIES=	games
  MASTER_SITES=	http://alioth.debian.org/frs/download.php/3571/ \
 Index: games/tuxpuck/Makefile
 ===================================================================
 --- games/tuxpuck/Makefile	(revision 348446)
 +++ games/tuxpuck/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	tuxpuck
  PORTVERSION=	0.8.2
 -PORTREVISION=	18
 +PORTREVISION=	19
  CATEGORIES=	games
  MASTER_SITES=	http://www.sourcefiles.org/Games/Sports/Miscellaneous/
  
 Index: games/tuxtype/Makefile
 ===================================================================
 --- games/tuxtype/Makefile	(revision 348446)
 +++ games/tuxtype/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	tuxtype
  PORTVERSION=	1.8.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	games
  MASTER_SITES=	http://alioth.debian.org/frs/download.php/3270/ \
  		http://alioth.debian.org/frs/download.php/3540/:t4k_common
 Index: games/tyrquake/Makefile
 ===================================================================
 --- games/tyrquake/Makefile	(revision 348446)
 +++ games/tyrquake/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	tyrquake
  PORTVERSION=	0.59
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	games
  MASTER_SITES=	http://disenchant.net/files/engine/
  
 Index: games/ufoai/Makefile
 ===================================================================
 --- games/ufoai/Makefile	(revision 348446)
 +++ games/ufoai/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ufoai
  PORTVERSION=	2.4
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/UFO_AI%202.x/${PORTVERSION}
  DISTNAME=	${PORTNAME:S/$/-/}${PORTVERSION}-source
 Index: games/vamos/Makefile
 ===================================================================
 --- games/vamos/Makefile	(revision 348446)
 +++ games/vamos/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	vamos
  PORTVERSION=	0.7.1
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/ \
  		SF/nemysisfreebsdp/${CATEGORIES}/:icons
 Index: games/vegastrike/Makefile
 ===================================================================
 --- games/vegastrike/Makefile	(revision 348446)
 +++ games/vegastrike/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	vegastrike
  PORTVERSION=	0.5.1.r1
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.5.1/
  DISTNAME=	vegastrike-src-${PORTVERSION}
 Index: games/warsow/Makefile
 ===================================================================
 --- games/warsow/Makefile	(revision 348446)
 +++ games/warsow/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	warsow
  PORTVERSION=	1.0.3
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	SF/warsow.mirror/Warsow%201.02 \
  		http://www.warsow.net:1337/~warsow/${PORTVERSION:R}${PORTVERSION:E}/
 Index: games/warzone2100/Makefile
 ===================================================================
 --- games/warzone2100/Makefile	(revision 348446)
 +++ games/warzone2100/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	warzone2100
  PORTVERSION=	3.1.1
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/releases/${PORTVERSION}/
  
 Index: games/xmoto/Makefile
 ===================================================================
 --- games/xmoto/Makefile	(revision 348446)
 +++ games/xmoto/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xmoto
  PORTVERSION=	0.5.10
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	games
  MASTER_SITES=	http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \
  		http://mirror.amdmi3.ru/distfiles/
 Index: games/xwelltris/Makefile
 ===================================================================
 --- games/xwelltris/Makefile	(revision 348446)
 +++ games/xwelltris/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xwelltris
  PORTVERSION=	1.0.1
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  MASTER_SITES=	http://www.xnc.dubna.su/xwelltris/src/ \
  		http://freebsd.unixfreunde.de/sources/
 Index: games/zaz/Makefile
 ===================================================================
 --- games/zaz/Makefile	(revision 348446)
 +++ games/zaz/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	zaz
  PORTVERSION=	1.0.0
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}
  
 Index: graphics/GraphicsMagick/Makefile
 ===================================================================
 --- graphics/GraphicsMagick/Makefile	(revision 348446)
 +++ graphics/GraphicsMagick/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	GraphicsMagick
  PORTVERSION=	1.1.15
 -PORTREVISION=	5
 +PORTREVISION=	6
  PORTEPOCH=	1
  CATEGORIES=	graphics
  MASTER_SITES=	SF \
 Index: graphics/GraphicsMagick12/Makefile
 ===================================================================
 --- graphics/GraphicsMagick12/Makefile	(revision 348446)
 +++ graphics/GraphicsMagick12/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	GraphicsMagick
  PORTVERSION=	1.2.10
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	graphics
  MASTER_SITES=	SF \
  		ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.2/
 Index: graphics/GraphicsMagick13/Makefile
 ===================================================================
 --- graphics/GraphicsMagick13/Makefile	(revision 348446)
 +++ graphics/GraphicsMagick13/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	GraphicsMagick
  PORTVERSION=	1.3.19
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	graphics
  MASTER_SITES=	SF \
  		ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/
 Index: graphics/ImageMagick/Makefile
 ===================================================================
 --- graphics/ImageMagick/Makefile	(revision 348446)
 +++ graphics/ImageMagick/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	ImageMagick
  DISTVERSION=	6.8.0-7
 -PORTREVISION=	5
 +PORTREVISION=	7
  PORTEPOCH=	1
  CATEGORIES=	graphics perl5
  MASTER_SITES=	http://www.imagemagick.org/download/ \
 Index: graphics/agg/Makefile
 ===================================================================
 --- graphics/agg/Makefile	(revision 348446)
 +++ graphics/agg/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	agg
  PORTVERSION=	2.5
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	graphics
  MASTER_SITES=	http://www.antigrain.com/ \
  		http://freebsd.unixfreunde.de/sources/
 Index: graphics/amide/Makefile
 ===================================================================
 --- graphics/amide/Makefile	(revision 348446)
 +++ graphics/amide/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	amide
  PORTVERSION=	1.0.5
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics
  MASTER_SITES=	SF
  EXTRACT_SUFX=	.tgz
 Index: graphics/autopano-sift-c/Makefile
 ===================================================================
 --- graphics/autopano-sift-c/Makefile	(revision 348446)
 +++ graphics/autopano-sift-c/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	autopano-sift-C
  PORTVERSION=	2.5.1
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	graphics
  MASTER_SITES=	SF/hugin/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 Index: graphics/blender/Makefile
 ===================================================================
 --- graphics/blender/Makefile	(revision 348446)
 +++ graphics/blender/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	blender
  PORTVERSION=	2.69
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	graphics games
  MASTER_SITES=	http://download.blender.org/source/ \
  		http://mirror.cs.umn.edu/blender.org/source/ \
 Index: graphics/cairo/Makefile
 ===================================================================
 --- graphics/cairo/Makefile	(revision 348446)
 +++ graphics/cairo/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	cairo
  PORTVERSION=	1.10.2
 -PORTREVISION=	7
 +PORTREVISION=	8
  PORTEPOCH?=	2
  CATEGORIES=	graphics
  MASTER_SITES=	http://cairographics.org/releases/
 Index: graphics/cegui/Makefile
 ===================================================================
 --- graphics/cegui/Makefile	(revision 348446)
 +++ graphics/cegui/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	cegui
  PORTVERSION=	0.7.9
 -#PORTREVISION=	1
 +PORTREVISION=	1
  CATEGORIES=	graphics devel
  MASTER_SITES=	SF/crayzedsgui/CEGUI%20Mk-2/${PORTVERSION}
  DISTNAME=	${PORTNAME:U}-${PORTVERSION}
 @@ -13,7 +13,7 @@
  
  LIB_DEPENDS=	IL.2:${PORTSDIR}/graphics/devil \
  		pcre.3:${PORTSDIR}/devel/pcre \
 -		freetype.9:${PORTSDIR}/print/freetype2
 +		libfreetype.so:${PORTSDIR}/print/freetype2
  BUILD_DEPENDS=	${LOCALBASE}/lib/libOgreMain.so.1.8.1:${PORTSDIR}/graphics/ogre3d
  RUN_DEPENDS=	${LOCALBASE}/lib/libOgreMain.so.1.8.1:${PORTSDIR}/graphics/ogre3d
  
 Index: graphics/devil/Makefile
 ===================================================================
 --- graphics/devil/Makefile	(revision 348446)
 +++ graphics/devil/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  PORTNAME=	devil
  PORTVERSION=	1.7.8
  PORTEPOCH=	1
 -PORTREVISION=	15
 +PORTREVISION=	16
  CATEGORIES=	graphics
  MASTER_SITES=	SF/openil/DevIL/${PORTVERSION}
  DISTNAME=	DevIL-${PORTVERSION}
 Index: graphics/dri/Makefile
 ===================================================================
 --- graphics/dri/Makefile	(revision 348446)
 +++ graphics/dri/Makefile	(working copy)
 @@ -21,7 +21,7 @@
  # We only care for 9.x and 8.x, not for old pre-clang default current.
  # This is for 0b0000 binary which gcc 4.3+ understands and is in the i965 driver.
  .if defined(WITH_NEW_XORG)
 -. if ${OSVERSION} >= 901000 && ${OSVERSION} < 902502 \
 +. if ${OSVERSION} >= 901500 && ${OSVERSION} < 902502 \
  		&& (${ARCH} == i386 || ${ARCH} == amd64)
  CC=clang
  CXX=clang++
 Index: graphics/driconf/Makefile
 ===================================================================
 --- graphics/driconf/Makefile	(revision 348446)
 +++ graphics/driconf/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	driconf
  PORTVERSION=	0.9.1
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	graphics
  MASTER_SITES=	${MASTER_SITE_DEBIAN}
  MASTER_SITE_SUBDIR=	pool/main/d/${PORTNAME}
 Index: graphics/dynamechs/Makefile
 ===================================================================
 --- graphics/dynamechs/Makefile	(revision 348446)
 +++ graphics/dynamechs/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	dynamechs
  PORTVERSION=	4.0.p1
 -PORTREVISION=	5
 +PORTREVISION=	6
  PORTEPOCH=	1
  CATEGORIES=	graphics
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/4.0pre1
 Index: graphics/enblend/Makefile
 ===================================================================
 --- graphics/enblend/Makefile	(revision 348446)
 +++ graphics/enblend/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	enblend
  PORTVERSION=	4.1.1
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	graphics
  MASTER_SITES=	SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R}
  DISTNAME=	enblend-enfuse-${PORTVERSION}
 Index: graphics/evas-core/Makefile
 ===================================================================
 --- graphics/evas-core/Makefile	(revision 348446)
 +++ graphics/evas-core/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	core
  PORTVERSION=	1.7.9
 +PORTREVISION=	1
  CATEGORIES=	graphics enlightenment
  MASTER_SITES=	http://download.enlightenment.org/releases/ \
  		LOCAL/gblach/e17/
 Index: graphics/evas-engine-buffer/Makefile
 ===================================================================
 --- graphics/evas-engine-buffer/Makefile	(revision 348446)
 +++ graphics/evas-engine-buffer/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	engine-buffer
  PORTVERSION=	1.7.9
 +PORTREVISION=	1
  CATEGORIES=	graphics enlightenment
  MASTER_SITES=	http://download.enlightenment.org/releases/ \
  		LOCAL/gblach/e17/
 Index: graphics/evas-engine-opengl/Makefile
 ===================================================================
 --- graphics/evas-engine-opengl/Makefile	(revision 348446)
 +++ graphics/evas-engine-opengl/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	engine-opengl
  PORTVERSION=	1.7.9
 +PORTREVISION=	1
  CATEGORIES=	graphics enlightenment
  MASTER_SITES=	http://download.enlightenment.org/releases/ \
  		LOCAL/gblach/e17/
 Index: graphics/evas-engine-sdl/Makefile
 ===================================================================
 --- graphics/evas-engine-sdl/Makefile	(revision 348446)
 +++ graphics/evas-engine-sdl/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	engine-sdl
  PORTVERSION=	1.7.9
 +PORTREVISION=	1
  CATEGORIES=	graphics enlightenment
  MASTER_SITES=	http://download.enlightenment.org/releases/ \
  		LOCAL/gblach/e17/
 Index: graphics/evas-engine-x11/Makefile
 ===================================================================
 --- graphics/evas-engine-x11/Makefile	(revision 348446)
 +++ graphics/evas-engine-x11/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	engine-x11
  PORTVERSION=	1.7.9
 +PORTREVISION=	1
  CATEGORIES=	graphics enlightenment
  MASTER_SITES=	http://download.enlightenment.org/releases/ \
  		LOCAL/gblach/e17/
 Index: graphics/evas-loader-eet/Makefile
 ===================================================================
 --- graphics/evas-loader-eet/Makefile	(revision 348446)
 +++ graphics/evas-loader-eet/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	loader-eet
  PORTVERSION=	1.7.9
 +PORTREVISION=	1
  CATEGORIES=	graphics enlightenment
  MASTER_SITES=	http://download.enlightenment.org/releases/ \
  		LOCAL/gblach/e17/
 Index: graphics/evas-loader-gif/Makefile
 ===================================================================
 --- graphics/evas-loader-gif/Makefile	(revision 348446)
 +++ graphics/evas-loader-gif/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	loader-gif
  PORTVERSION=	1.7.9
 +PORTREVISION=	1
  CATEGORIES=	graphics enlightenment
  MASTER_SITES=	http://download.enlightenment.org/releases/ \
  		LOCAL/gblach/e17/
 Index: graphics/evas-loader-jpeg/Makefile
 ===================================================================
 --- graphics/evas-loader-jpeg/Makefile	(revision 348446)
 +++ graphics/evas-loader-jpeg/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	loader-jpeg
  PORTVERSION=	1.7.9
 +PORTREVISION=	1
  CATEGORIES=	graphics enlightenment
  MASTER_SITES=	http://download.enlightenment.org/releases/ \
  		LOCAL/gblach/e17/
 Index: graphics/evas-loader-png/Makefile
 ===================================================================
 --- graphics/evas-loader-png/Makefile	(revision 348446)
 +++ graphics/evas-loader-png/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	loader-png
  PORTVERSION=	1.7.9
 +PORTREVISION=	1
  CATEGORIES=	graphics enlightenment
  MASTER_SITES=	http://download.enlightenment.org/releases/ \
  		LOCAL/gblach/e17/
 Index: graphics/evas-loader-svg/Makefile
 ===================================================================
 --- graphics/evas-loader-svg/Makefile	(revision 348446)
 +++ graphics/evas-loader-svg/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	loader-svg
  PORTVERSION=	1.7.9
 +PORTREVISION=	1
  CATEGORIES=	graphics enlightenment
  MASTER_SITES=	http://download.enlightenment.org/releases/ \
  		LOCAL/gblach/e17/
 Index: graphics/evas-loader-tiff/Makefile
 ===================================================================
 --- graphics/evas-loader-tiff/Makefile	(revision 348446)
 +++ graphics/evas-loader-tiff/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	loader-tiff
  PORTVERSION=	1.7.9
 +PORTREVISION=	1
  CATEGORIES=	graphics enlightenment
  MASTER_SITES=	http://download.enlightenment.org/releases/ \
  		LOCAL/gblach/e17/
 Index: graphics/evas-loader-xpm/Makefile
 ===================================================================
 --- graphics/evas-loader-xpm/Makefile	(revision 348446)
 +++ graphics/evas-loader-xpm/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	loader-xpm
  PORTVERSION=	1.7.9
 +PORTREVISION=	1
  CATEGORIES=	graphics enlightenment
  MASTER_SITES=	http://download.enlightenment.org/releases/ \
  		LOCAL/gblach/e17/
 Index: graphics/exact-image/Makefile
 ===================================================================
 --- graphics/exact-image/Makefile	(revision 348446)
 +++ graphics/exact-image/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	exact-image
  PORTVERSION=	0.8.9
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics perl5 python
  MASTER_SITES=	http://dl.exactcode.de/oss/${PORTNAME}/ LOCAL/bf
  
 Index: graphics/ffff/Makefile
 ===================================================================
 --- graphics/ffff/Makefile	(revision 348446)
 +++ graphics/ffff/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ffff
  PORTVERSION=	323
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	graphics
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/FFFF%203.2.3
  DISTNAME=	FFFF${PORTVERSION}-src
 Index: graphics/flam3/Makefile
 ===================================================================
 --- graphics/flam3/Makefile	(revision 348446)
 +++ graphics/flam3/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	flam3
  PORTVERSION=	2.7.18
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	graphics
  MASTER_SITES=	http://flam3.com/ \
  		http://interwebfun.org/distfiles/
 @@ -12,7 +12,7 @@
  COMMENT=	A Flame Renderer
  
  LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
 -		xml2.5:${PORTSDIR}/textproc/libxml2 \
 +		libxml2.so:${PORTSDIR}/textproc/libxml2 \
  		jpeg.11:${PORTSDIR}/graphics/jpeg
  
  GNU_CONFIGURE=	yes
 Index: graphics/fpc-opengl/Makefile
 ===================================================================
 --- graphics/fpc-opengl/Makefile	(revision 348446)
 +++ graphics/fpc-opengl/Makefile	(working copy)
 @@ -1,7 +1,7 @@
  # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
  # $FreeBSD$
  
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics lang
  PKGNAMESUFFIX=	-opengl
  
 Index: graphics/freeglut/Makefile
 ===================================================================
 --- graphics/freeglut/Makefile	(revision 348446)
 +++ graphics/freeglut/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	freeglut
  PORTVERSION=	2.8.1
 +PORTREVISION=	1
  CATEGORIES=	graphics
  MASTER_SITES=	SF
  
 @@ -13,7 +14,7 @@
  
  CONFLICTS=	libglut-[0-9].*
  
 -USE_AUTOTOOLS=	libtool
 +USES=		libtool
  GNU_CONFIGURE=	yes
  USE_LDCONFIG=	yes
  USE_XORG=	ice xi xxf86vm xrandr
 Index: graphics/freeglut/pkg-plist
 ===================================================================
 --- graphics/freeglut/pkg-plist	(revision 348446)
 +++ graphics/freeglut/pkg-plist	(working copy)
 @@ -5,7 +5,8 @@
  lib/libglut.a
  lib/libglut.la
  lib/libglut.so
 -lib/libglut.so.12
 +lib/libglut.so.3
 +lib/libglut.so.3.9.0
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/callbackmaker
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fractals
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fractals_random
 Index: graphics/ftgl/Makefile
 ===================================================================
 --- graphics/ftgl/Makefile	(revision 348446)
 +++ graphics/ftgl/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	ftgl
  DISTVERSION=	2.1.3-rc5
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	graphics
  MASTER_SITES=	SF/${PORTNAME}/FTGL%20Source/2.1.3%7Erc5
 Index: graphics/fv/Makefile
 ===================================================================
 --- graphics/fv/Makefile	(revision 348446)
 +++ graphics/fv/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	fv
  PORTVERSION=	1.03
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	graphics
  MASTER_SITES=	http://www.eaflux.com/fv/sources/
  DISTNAME=	${PORTNAME}-src-${PORTVERSION}
 Index: graphics/gauche-gl/Makefile
 ===================================================================
 --- graphics/gauche-gl/Makefile	(revision 348446)
 +++ graphics/gauche-gl/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gl
  PORTVERSION=	0.5.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics scheme
  MASTER_SITES=	SF/gauche/Gauche-gl
  PKGNAMEPREFIX=	gauche-
 Index: graphics/gd/Makefile
 ===================================================================
 --- graphics/gd/Makefile	(revision 348446)
 +++ graphics/gd/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libgd
  PORTVERSION=	2.1.0
 -PORTREVISION?=	1
 +PORTREVISION?=	2
  PORTEPOCH=	1
  CATEGORIES+=	graphics
  MASTER_SITES=	http://cdn.bitbucket.org/libgd/gd-libgd/downloads/
 Index: graphics/gdal/Makefile
 ===================================================================
 --- graphics/gdal/Makefile	(revision 348446)
 +++ graphics/gdal/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gdal
  PORTVERSION=	1.10.1
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	graphics geography
  MASTER_SITES=	http://download.osgeo.org/gdal/${PORTVERSION}/ \
  		ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
 Index: graphics/gdchart/Makefile
 ===================================================================
 --- graphics/gdchart/Makefile	(revision 348446)
 +++ graphics/gdchart/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gdchart
  PORTVERSION=	0.11.5
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	graphics
  MASTER_SITES=	http://www.fred.net/brv/chart/ \
  		ftp://ftp.nuug.no/pub/anders/distfiles/
 @@ -14,7 +14,7 @@
  
  LIB_DEPENDS=	gd:${PORTSDIR}/graphics/gd \
  		jpeg:${PORTSDIR}/graphics/jpeg \
 -		freetype:${PORTSDIR}/print/freetype2
 +		libfreetype.so:${PORTSDIR}/print/freetype2
  
  MAKEFILE=	${FILESDIR}/Makefile
  MAKE_ARGS=	PREFIX="${PREFIX}" LOCALBASE="${LOCALBASE}"
 Index: graphics/gle/Makefile
 ===================================================================
 --- graphics/gle/Makefile	(revision 348446)
 +++ graphics/gle/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gle
  PORTVERSION=	3.1.0
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	graphics
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}\
  		http://linas.org/gle/pub/ \
 Index: graphics/glexcess/Makefile
 ===================================================================
 --- graphics/glexcess/Makefile	(revision 348446)
 +++ graphics/glexcess/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	glexcess
  PORTVERSION=	1.0
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	graphics
  MASTER_SITES=	http://www.glexcess.com/files/
  DISTNAME=	${PORTNAME}
 Index: graphics/gltt/Makefile
 ===================================================================
 --- graphics/gltt/Makefile	(revision 348446)
 +++ graphics/gltt/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gltt
  PORTVERSION=	2.5.2
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	graphics
  MASTER_SITES=	http://gltt.sourceforge.net/download/
  
 Index: graphics/gnash/Makefile
 ===================================================================
 --- graphics/gnash/Makefile	(revision 348446)
 +++ graphics/gnash/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gnash
  PORTVERSION=	0.8.10
 -PORTREVISION=	10
 +PORTREVISION=	11
  CATEGORIES=	graphics
  MASTER_SITES=	GNU/${PORTNAME}/${PORTVERSION}/
  
 Index: graphics/gource/Makefile
 ===================================================================
 --- graphics/gource/Makefile	(revision 348446)
 +++ graphics/gource/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gource
  PORTVERSION=	0.40
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	graphics
  MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 Index: graphics/graphviz/Makefile
 ===================================================================
 --- graphics/graphviz/Makefile	(revision 348446)
 +++ graphics/graphviz/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	graphviz
  PORTVERSION=	2.36.0
 +PORTREVISION=	1
  CATEGORIES=	graphics tk
  MASTER_SITES=	http://www.graphviz.org/pub/graphviz/ARCHIVE/
  
 Index: graphics/grx/Makefile
 ===================================================================
 --- graphics/grx/Makefile	(revision 348446)
 +++ graphics/grx/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	grx
  PORTVERSION=	2.4.9
 +PORTREVISION=	1
  CATEGORIES=	graphics
  MASTER_SITES=	http://grx.gnu.de/download/
  DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
 Index: graphics/hugin/Makefile
 ===================================================================
 --- graphics/hugin/Makefile	(revision 348446)
 +++ graphics/hugin/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	hugin
  PORTVERSION=	2012.0.0
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	graphics
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
  
 Index: graphics/hugin-devel/Makefile
 ===================================================================
 --- graphics/hugin-devel/Makefile	(revision 348446)
 +++ graphics/hugin-devel/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	hugin
  PORTVERSION=	2013.0
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	graphics
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-2013.0
  PKGNAMESUFFIX=  -devel
 Index: graphics/iccxml/Makefile
 ===================================================================
 --- graphics/iccxml/Makefile	(revision 348446)
 +++ graphics/iccxml/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	iccxml
  PORTVERSION=	0.9.6
 +PORTREVISION=	1
  CATEGORIES=	graphics
  MASTER_SITES=	SF/${PORTNAME}/IccXML-Src/${DISTNAME}
  DISTNAME=	IccXML-${PORTVERSION}
 Index: graphics/imlib2/Makefile
 ===================================================================
 --- graphics/imlib2/Makefile	(revision 348446)
 +++ graphics/imlib2/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	imlib2
  PORTVERSION=	1.4.6
 +PORTREVISION=	1
  PORTEPOCH=	2
  CATEGORIES=	graphics enlightenment
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 Index: graphics/inventor/Makefile
 ===================================================================
 --- graphics/inventor/Makefile	(revision 348446)
 +++ graphics/inventor/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	inventor
  PORTVERSION=	2.1.5.p10
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	graphics
  MASTER_SITES=	ftp://oss.sgi.com/projects/inventor/download/
  DISTNAME=	${PORTNAME}-${PORTVERSION:S/.p/-/}
 @@ -12,7 +12,7 @@
  MAINTAINER=	c47g@gmx.at
  COMMENT=	This is SGI's Open Inventor (TM)
  
 -LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2 \
 +LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
  		jpeg.11:${PORTSDIR}/graphics/jpeg \
  		GLU.1:${PORTSDIR}/graphics/libGLU
  
 Index: graphics/jasper/Makefile
 ===================================================================
 --- graphics/jasper/Makefile	(revision 348446)
 +++ graphics/jasper/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	jasper
  PORTVERSION=	1.900.1
 -PORTREVISION=	12
 +PORTREVISION=	13
  CATEGORIES=	graphics
  MASTER_SITES=	http://www.ece.uvic.ca/~mdadams/jasper/software/ \
  		${MASTER_SITE_IMAGEMAGICK}
 Index: graphics/jogamp-jogl/Makefile
 ===================================================================
 --- graphics/jogamp-jogl/Makefile	(revision 348446)
 +++ graphics/jogamp-jogl/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	jogamp-jogl
  PORTVERSION=	2.0.20100914
 +PORTREVISION=	1
  CATEGORIES=	graphics devel java
  MASTER_SITES=	http://www.potion-studios.com/ \
  		LOCAL/makc
 Index: graphics/jogl/Makefile
 ===================================================================
 --- graphics/jogl/Makefile	(revision 348446)
 +++ graphics/jogl/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	jogl
  PORTVERSION=	1.1.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics devel java
  MASTER_SITES=http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1/
  EXTRACT_SUFX=	-src.zip
 Index: graphics/lib3ds/Makefile
 ===================================================================
 --- graphics/lib3ds/Makefile	(revision 348446)
 +++ graphics/lib3ds/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	lib3ds
  PORTVERSION=	1.3.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	graphics
  MASTER_SITES=	GOOGLE_CODE
  
 Index: graphics/libEGL/Makefile
 ===================================================================
 --- graphics/libEGL/Makefile	(revision 348446)
 +++ graphics/libEGL/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libEGL
  PORTVERSION=	${MESAVERSION}
 +PORTREVISION=	1
  CATEGORIES=	graphics
  
  COMMENT=	OpenEGL library
 Index: graphics/libGL/Makefile
 ===================================================================
 --- graphics/libGL/Makefile	(revision 348446)
 +++ graphics/libGL/Makefile	(working copy)
 @@ -30,12 +30,4 @@
  CONFIGURE_ARGS+=--disable-gallium-intel
  .endif
  
 -.if !defined(WITH_NEW_XORG)
 -post-install:
 -	${RM} ${STAGEDIR}${PREFIX}/include/GL/glu.h
 -	${RM} ${STAGEDIR}${PREFIX}/include/GL/glu_mangle.h
 -	${RM} ${STAGEDIR}${PREFIX}/include/GL/internal/dri_interface.h
 -	${RM} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/dri.pc
 -.endif
 -
  .include <bsd.port.mk>
 Index: graphics/libGL/bsd.mesalib.mk
 ===================================================================
 --- graphics/libGL/bsd.mesalib.mk	(revision 348446)
 +++ graphics/libGL/bsd.mesalib.mk	(working copy)
 @@ -27,8 +27,7 @@
  PLIST_SUB+=	OLD="" NEW="@comment "
  .endif
  
 -MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/ \
 -		http://files.etoilebsd.net/mesa/
 +MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/
  DISTFILES=	MesaLib-${MESADISTVERSION}${EXTRACT_SUFX}
  MAINTAINER=	x11@FreeBSD.org
  
 @@ -42,8 +41,8 @@
  USE_LDCONFIG=	yes
  GNU_CONFIGURE=	yes
  
 -CPPFLAGS+=	-I${LOCALBASE}/include
 -LDFLAGS+=	-L${LOCALBASE}/lib
 +CPPFLAGS+=	-isystem${LOCALBASE}/include
 +LDFLAGS+=	-Wl,-Y${LOCALBASE}/lib
  
  .if ${OSVERSION} < 1000033
  BUILD_DEPENDS+=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
 Index: graphics/libafterimage/Makefile
 ===================================================================
 --- graphics/libafterimage/Makefile	(revision 348446)
 +++ graphics/libafterimage/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libafterimage
  PORTVERSION=	1.20
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics
  MASTER_SITES=	SF/afterstep/libAfterImage/${PORTVERSION}
  DISTNAME=	libAfterImage-${PORTVERSION}
 Index: graphics/libaux/Makefile
 ===================================================================
 --- graphics/libaux/Makefile	(revision 348446)
 +++ graphics/libaux/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libaux
  PORTVERSION=	1.0
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	graphics
  MASTER_SITES=	http://www.freebsdbrasil.com.br/~jmelo/
  DISTFILES=	libaux${EXTRACT_SUFX} libtk${EXTRACT_SUFX}
 Index: graphics/libcaca/Makefile
 ===================================================================
 --- graphics/libcaca/Makefile	(revision 348446)
 +++ graphics/libcaca/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libcaca
  DISTVERSION=	0.99.beta18
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	graphics
  MASTER_SITES=	http://caca.zoy.org/raw-attachment/wiki/libcaca/
  
 Index: graphics/libdrm/Makefile
 ===================================================================
 --- graphics/libdrm/Makefile	(revision 348446)
 +++ graphics/libdrm/Makefile	(working copy)
 @@ -49,7 +49,7 @@
  PLIST_SUB+=	MAN="@comment "
  .endif
  
 -LIBDRM_VERSION=	2.4.50
 +LIBDRM_VERSION=	2.4.52
  LIBDRM_REVISION=0
  PLIST_SUB+=	OLD="@comment " NEW=""
  EXTRA_PATCHES+=	${FILESDIR}/extra-configure \
 @@ -65,12 +65,9 @@
  PLIST_SUB+=	OLD="" NEW="@comment " NOUVEAU=""
  .endif
  
 -.if ${ARCH} == "amd64" || ${ARCH} == "i386"
 +.if ${ARCH} == "amd64" || ${ARCH} == "i386" || ${ARCH} == "ia64" || ${ARCH} == "powerpc"
  PLIST_SUB+=	INTEL_DRIVER=""
  PLIST_SUB+=	RADEON_DRIVERS=""
 -.elif ${ARCH} == ia64 || ${ARCH} == powerpc || ${ARCH} == powerpc64
 -PLIST_SUB+=	INTEL_DRIVER="@comment "
 -PLIST_SUB+=	RADEON_DRIVERS=""
  .else
  PLIST_SUB+=	INTEL_DRIVER="@comment "
  PLIST_SUB+=	RADEON_DRIVERS="@comment "
 Index: graphics/libdrm/distinfo
 ===================================================================
 --- graphics/libdrm/distinfo	(revision 348446)
 +++ graphics/libdrm/distinfo	(working copy)
 @@ -1,4 +1,4 @@
  SHA256 (libdrm-2.4.17.tar.bz2) = b8a4e7c610b0e970546d791c06e28882857a49d34698633a89292d7ae142316a
  SIZE (libdrm-2.4.17.tar.bz2) = 408882
 -SHA256 (libdrm-2.4.50.tar.bz2) = 3823d24cda800c2cd36995e01830b890edb8fb1bebf97d5ea4318b8c3933b045
 -SIZE (libdrm-2.4.50.tar.bz2) = 563613
 +SHA256 (libdrm-2.4.52.tar.bz2) = fa693c2f1f61befcefbdcc396673e38481110bac9db610afa4b8afb2be0218c1
 +SIZE (libdrm-2.4.52.tar.bz2) = 551473
 Index: graphics/libetonyek/Makefile
 ===================================================================
 --- graphics/libetonyek/Makefile	(revision 348446)
 +++ graphics/libetonyek/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	libetonyek
  PORTVERSION=	0.0.3
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics
  MASTER_SITES=	http://dev-www.libreoffice.org/src/
  
 Index: graphics/libggi/Makefile
 ===================================================================
 --- graphics/libggi/Makefile	(revision 348446)
 +++ graphics/libggi/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libggi
  PORTVERSION=	2.2.2
 -PORTREVISION=	4
 +PORTREVISION=	5
  PORTEPOCH=	1
  CATEGORIES=	graphics devel
  MASTER_SITES=	SF/ggi/ggi-core/${PORTNAME}-${PORTVERSION}
 Index: graphics/libglesv2/Makefile
 ===================================================================
 --- graphics/libglesv2/Makefile	(revision 348446)
 +++ graphics/libglesv2/Makefile	(working copy)
 @@ -10,6 +10,8 @@
  LIB_DEPENDS+=	libdrm.so:${PORTSDIR}/graphics/libdrm \
  		libexpat.so:${PORTSDIR}/textproc/expat2
  
 +.include <bsd.port.options.mk>
 +
  .if ! defined(WITH_NEW_XORG)
  IGNORE=		Please enable WITH_NEW_XORG, libglesv2 needs libdrm higher then 2.4.24
  .endif
 Index: graphics/libgltext/Makefile
 ===================================================================
 --- graphics/libgltext/Makefile	(revision 348446)
 +++ graphics/libgltext/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libgltext
  PORTVERSION=	0.3.1
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	graphics
  MASTER_SITES=	SF/gltext/gltext/${PORTVERSION}
  DISTNAME=	gltext-${PORTVERSION}
 @@ -13,7 +13,7 @@
  
  BROKEN=		Fails to install
  
 -LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
 +LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
  
  USE_AUTOTOOLS=	libtool
  USE_GL=		glu
 Index: graphics/libgphoto2/Makefile
 ===================================================================
 --- graphics/libgphoto2/Makefile	(revision 348446)
 +++ graphics/libgphoto2/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libgphoto2
  PORTVERSION=	2.5.3.1
 +PORTREVISION=	1
  CATEGORIES=	graphics
  MASTER_SITES=	SF/gphoto/libgphoto/${PORTVERSION}
  
 Index: graphics/libkdcraw-kde4/Makefile
 ===================================================================
 --- graphics/libkdcraw-kde4/Makefile	(revision 348446)
 +++ graphics/libkdcraw-kde4/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libkdcraw
  PORTVERSION=	${KDE4_VERSION}
 +PORTREVISION=	1
  CATEGORIES=	graphics kde
  MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
  DIST_SUBDIR=	KDE/${PORTVERSION}
 Index: graphics/libopenraw/Makefile
 ===================================================================
 --- graphics/libopenraw/Makefile	(revision 348446)
 +++ graphics/libopenraw/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libopenraw
  PORTVERSION=	0.0.8
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	graphics
  MASTER_SITES=	http://libopenraw.freedesktop.org/download/
  
 Index: graphics/libosmesa/Makefile
 ===================================================================
 --- graphics/libosmesa/Makefile	(revision 348446)
 +++ graphics/libosmesa/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libosmesa
  PORTVERSION=	10.0.3
 +PORTREVISION=	1
  CATEGORIES=	graphics
  MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/${PORTVERSION}/
  DISTNAME=	MesaLib-${PORTVERSION}
 Index: graphics/libprojectm/Makefile
 ===================================================================
 --- graphics/libprojectm/Makefile	(revision 348446)
 +++ graphics/libprojectm/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	libprojectM
  PORTVERSION=	2.0.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics audio
  MASTER_SITES=	SF/${PORTNAME:L:S/lib//}/${PORTVERSION}/
  DISTNAME=	${PORTNAME:S/lib//}-${DISTVERSION}-Source
 Index: graphics/libreatlas/Makefile
 ===================================================================
 --- graphics/libreatlas/Makefile	(revision 348446)
 +++ graphics/libreatlas/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libreatlas
  PORTVERSION=	1.0.0a
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	graphics geography
  MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
  
 @@ -24,7 +24,7 @@
  		png15:${PORTSDIR}/graphics/png \
  		proj:${PORTSDIR}/graphics/proj \
  		tiff:${PORTSDIR}/graphics/tiff \
 -		freetype:${PORTSDIR}/print/freetype2 \
 +		libfreetype.so:${PORTSDIR}/print/freetype2 \
  		expat:${PORTSDIR}/textproc/expat2 \
  		freexl:${PORTSDIR}/textproc/freexl \
  		fontconfig:${PORTSDIR}/x11-fonts/fontconfig
 Index: graphics/librsvg2/Makefile
 ===================================================================
 --- graphics/librsvg2/Makefile	(revision 348446)
 +++ graphics/librsvg2/Makefile	(working copy)
 @@ -4,6 +4,7 @@
  
  PORTNAME=	librsvg
  PORTVERSION=	2.36.4
 +PORTREVISION=	1
  CATEGORIES=	graphics gnome
  MASTER_SITES=	GNOME
  PKGNAMESUFFIX=	2
 @@ -12,7 +13,7 @@
  MAINTAINER=	gnome@FreeBSD.org
  COMMENT=	Library for parsing and rendering SVG vector-graphic files
  
 -LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2 \
 +LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
  		croco-0.6:${PORTSDIR}/textproc/libcroco
  RUN_DEPENDS=	gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
  
 Index: graphics/libsvg/Makefile
 ===================================================================
 --- graphics/libsvg/Makefile	(revision 348446)
 +++ graphics/libsvg/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	libsvg
  PORTVERSION=	0.1.4
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	graphics
  MASTER_SITES=	http://cairographics.org/snapshots/
  
 Index: graphics/libwmf/Makefile
 ===================================================================
 --- graphics/libwmf/Makefile	(revision 348446)
 +++ graphics/libwmf/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libwmf
  PORTVERSION=	0.2.8.4
 -PORTREVISION=	10
 +PORTREVISION=	11
  CATEGORIES=	graphics
  MASTER_SITES=	SF/wvware/${PORTNAME}/${PORTVERSION}
  
 Index: graphics/luxrays/Makefile
 ===================================================================
 --- graphics/luxrays/Makefile	(revision 348446)
 +++ graphics/luxrays/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	luxrays
  PORTVERSION=	1.2.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics
  MASTER_SITES=	http://src.luxrender.net/luxrays/archive/
  DISTNAME=	${HG_NODEID}
 Index: graphics/makehuman/Makefile
 ===================================================================
 --- graphics/makehuman/Makefile	(revision 348446)
 +++ graphics/makehuman/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	makehuman
  DISTVERSION=	0.9.1-rc1a
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	graphics
  MASTER_SITES=	SF/${PORTNAME}/MakeHuman%20Source/MakeHuman_091
  
 Index: graphics/mapnik/Makefile
 ===================================================================
 --- graphics/mapnik/Makefile	(revision 348446)
 +++ graphics/mapnik/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  PORTNAME=	mapnik
  PORTVERSION=	2.2.0
  DISTVERSIONPREFIX=	v
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	graphics geography
  MASTER_SITES=	http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/
  
 Index: graphics/mapserver/Makefile
 ===================================================================
 --- graphics/mapserver/Makefile	(revision 348446)
 +++ graphics/mapserver/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=		mapserver
  PORTVERSION=		6.4.0
 -PORTREVISION=		1
 +PORTREVISION=		2
  CATEGORIES=		graphics www geography
  MASTER_SITES=		http://download.osgeo.org/mapserver/
  
 Index: graphics/mate-document-viewer/Makefile
 ===================================================================
 --- graphics/mate-document-viewer/Makefile	(revision 348446)
 +++ graphics/mate-document-viewer/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mate-document-viewer
  PORTVERSION=	1.6.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics print mate
  MASTER_SITES=	MATE
  DIST_SUBDIR=	mate
 Index: graphics/mate-image-viewer/Makefile
 ===================================================================
 --- graphics/mate-image-viewer/Makefile	(revision 348446)
 +++ graphics/mate-image-viewer/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mate-image-viewer
  PORTVERSION=	1.6.1
 +PORTREVISION=	1
  CATEGORIES=	graphics mate
  MASTER_SITES=	MATE
  DIST_SUBDIR=	mate
 Index: graphics/mesa-demos/Makefile
 ===================================================================
 --- graphics/mesa-demos/Makefile	(revision 348446)
 +++ graphics/mesa-demos/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mesa-demos
  PORTVERSION=	8.1.0
 +PORTREVISION=	1
  CATEGORIES=	graphics
  MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/demos/${PORTVERSION}/
  DISTFILES=	mesa-demos-${PORTVERSION}${EXTRACT_SUFX}
 Index: graphics/mhgui/Makefile
 ===================================================================
 --- graphics/mhgui/Makefile	(revision 348446)
 +++ graphics/mhgui/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mhgui
  PORTVERSION=	0.2
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	graphics
  MASTER_SITES=	SF/makehuman/MakeHuman%20Source/MakeHuman_091
  
 Index: graphics/ming/Makefile
 ===================================================================
 --- graphics/ming/Makefile	(revision 348446)
 +++ graphics/ming/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ming
  PORTVERSION=	0.4.5
 -PORTREVISION?=	0
 +PORTREVISION?=	1
  CATEGORIES=	graphics
  MASTER_SITES=	SF/${PORTNAME}/Releases/
  
 Index: graphics/mtpaint/Makefile
 ===================================================================
 --- graphics/mtpaint/Makefile	(revision 348446)
 +++ graphics/mtpaint/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mtpaint
  PORTVERSION=	3.40
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics
  MASTER_SITES=	SF
  
 @@ -17,7 +17,7 @@
  		png15:${PORTSDIR}/graphics/png \
  		tiff.4:${PORTSDIR}/graphics/tiff \
  		gif.5:${PORTSDIR}/graphics/giflib \
 -		freetype.9:${PORTSDIR}/print/freetype2
 +		libfreetype.so:${PORTSDIR}/print/freetype2
  
  OPTIONS_DEFINE=	LCMS2 OPENJPEG NLS
  OPTIONS_DEFAULT=	LCMS2 OPENJPEG
 Index: graphics/mupdf/Makefile
 ===================================================================
 --- graphics/mupdf/Makefile	(revision 348446)
 +++ graphics/mupdf/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mupdf
  PORTVERSION=	1.2
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	graphics
  MASTER_SITES=	GOOGLE_CODE \
 Index: graphics/netpbm/Makefile
 ===================================================================
 --- graphics/netpbm/Makefile	(revision 348446)
 +++ graphics/netpbm/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	netpbm
  PORTVERSION=	10.35.89
 +PORTREVISION=	1
  CATEGORIES=	graphics
  MASTER_SITES=	SF/netpbm/super_stable/${PORTVERSION} \
  		${MASTER_SITE_LOCAL:S/$/:man/}
 Index: graphics/nip2/Makefile
 ===================================================================
 --- graphics/nip2/Makefile	(revision 348446)
 +++ graphics/nip2/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	nip2
  PORTVERSION=	7.26.3
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	graphics
  MASTER_SITES=	http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/
  
 Index: graphics/ocaml-lablgl/Makefile
 ===================================================================
 --- graphics/ocaml-lablgl/Makefile	(revision 348446)
 +++ graphics/ocaml-lablgl/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	lablgl
  PORTVERSION=	20120306
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics
  MASTER_SITES=	http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/ \
  		https://forge.ocamlcore.org/frs/download.php/816/
 Index: graphics/ogre3d/Makefile
 ===================================================================
 --- graphics/ogre3d/Makefile	(revision 348446)
 +++ graphics/ogre3d/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	ogre3d
  PORTVERSION=	1.8.1
 +PORTREVISION=	1
  CATEGORIES=	graphics devel
  MASTER_SITES=	SF/ogre/ogre/${PORTVERSION:C/.[0-9]$//g}/${PORTVERSION}
  DISTNAME=	ogre_src_v${PORTVERSION:S/./-/g}
 Index: graphics/okular/Makefile
 ===================================================================
 --- graphics/okular/Makefile	(revision 348446)
 +++ graphics/okular/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	okular
  PORTVERSION=	${KDE4_VERSION}
 +PORTREVISION=	1
  CATEGORIES=	graphics kde
  MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
  DIST_SUBDIR=	KDE/${PORTVERSION}
 Index: graphics/opencollada/Makefile
 ===================================================================
 --- graphics/opencollada/Makefile	(revision 348446)
 +++ graphics/opencollada/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	opencollada
  PORTVERSION=	1.2.2.20131105
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics devel
  
  MAINTAINER=	mva@FreeBSD.org
 Index: graphics/osg/Makefile
 ===================================================================
 --- graphics/osg/Makefile	(revision 348446)
 +++ graphics/osg/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	osg
  PORTVERSION=	3.2.0
 +PORTREVISION=	1
  CATEGORIES=	graphics
  MASTER_SITES=	http://trac.openscenegraph.org/downloads/developer_releases/ \
  		http://mirror.amdmi3.ru/distfiles/
 Index: graphics/osg-devel/Makefile
 ===================================================================
 --- graphics/osg-devel/Makefile	(revision 348446)
 +++ graphics/osg-devel/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	osg
  PORTVERSION=	3.3.0
 +PORTREVISION=	1
  CATEGORIES=	graphics
  MASTER_SITES=	http://trac.openscenegraph.org/downloads/developer_releases/ \
  		http://mirror.amdmi3.ru/distfiles/
 Index: graphics/oyranos/Makefile
 ===================================================================
 --- graphics/oyranos/Makefile	(revision 348446)
 +++ graphics/oyranos/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	oyranos
  PORTVERSION=	0.9.4
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	graphics
  MASTER_SITES=	SF/${PORTNAME}/Oyranos/Oyranos%20${PORTVERSION:C|(.*)\.[0-9]*$|\1|}
  
 Index: graphics/p5-Imager/Makefile
 ===================================================================
 --- graphics/p5-Imager/Makefile	(revision 348446)
 +++ graphics/p5-Imager/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	Imager
  PORTVERSION=	0.98
 +PORTREVISION=	1
  CATEGORIES=	graphics perl5
  MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
 Index: graphics/p5-OpenGL/Makefile
 ===================================================================
 --- graphics/p5-OpenGL/Makefile	(revision 348446)
 +++ graphics/p5-OpenGL/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	OpenGL
  PORTVERSION=	0.66
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics perl5
  MASTER_SITES=	CPAN
  MASTER_SITE_SUBDIR=	CPAN:CHM
 Index: graphics/partio/Makefile
 ===================================================================
 --- graphics/partio/Makefile	(revision 348446)
 +++ graphics/partio/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	partio
  PORTVERSION=	1.1.0.20130624
 +PORTREVISION=	1
  CATEGORIES=	graphics math
  
  MAINTAINER=	mva@FreeBSD.org
 Index: graphics/pencil/Makefile
 ===================================================================
 --- graphics/pencil/Makefile	(revision 348446)
 +++ graphics/pencil/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pencil
  PORTVERSION=	0.4.4b
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	graphics
  MASTER_SITES=	SF/${PORTNAME}-planner/Pencil/${PORTVERSION}eta
  DISTNAME=	${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFFIX}
 Index: graphics/pfstools/Makefile
 ===================================================================
 --- graphics/pfstools/Makefile	(revision 348446)
 +++ graphics/pfstools/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pfstools
  PORTVERSION=	1.6.4
 -PORTREVISION=	14
 +PORTREVISION=	15
  CATEGORIES=	graphics
  MASTER_SITES=	SF
  
 Index: graphics/phplot/Makefile
 ===================================================================
 --- graphics/phplot/Makefile	(revision 348446)
 +++ graphics/phplot/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	phplot
  PORTVERSION=	6.1.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics www
  MASTER_SITES=	SF:source1 \
  		SF/${PORTNAME}/Manual/20130511:source2
 @@ -32,7 +32,7 @@
  .include <bsd.port.options.mk>
  
  .if ${PORT_OPTIONS:MFONTS}
 -LIB_DEPENDS+=	freetype:${PORTSDIR}/print/freetype2
 +LIB_DEPENDS+=	libfreetype.so:${PORTSDIR}/print/freetype2
  .endif
  
  do-install:
 Index: graphics/pngwriter/Makefile
 ===================================================================
 --- graphics/pngwriter/Makefile	(revision 348446)
 +++ graphics/pngwriter/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pngwriter
  PORTVERSION=	0.5.4
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	graphics devel
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 Index: graphics/podofo/Makefile
 ===================================================================
 --- graphics/podofo/Makefile	(revision 348446)
 +++ graphics/podofo/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	podofo
  PORTVERSION=	0.9.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics print
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}
  
 Index: graphics/poppler/Makefile
 ===================================================================
 --- graphics/poppler/Makefile	(revision 348446)
 +++ graphics/poppler/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	poppler
  PORTVERSION=	0.24.5
 -PORTREVISION?=	1
 +PORTREVISION?=	2
  CATEGORIES=	graphics print
  MASTER_SITES=	http://poppler.freedesktop.org/
  
 Index: graphics/pure-gl/Makefile
 ===================================================================
 --- graphics/pure-gl/Makefile	(revision 348446)
 +++ graphics/pure-gl/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pure-gl
  PORTVERSION=	0.8
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	graphics
  MASTER_SITES	https://cdn.bitbucket.org/purelang/pure-lang/downloads/
  DIST_SUBDIR=	pure
 Index: graphics/py-imaging/Makefile
 ===================================================================
 --- graphics/py-imaging/Makefile	(revision 348446)
 +++ graphics/py-imaging/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	imaging
  PORTVERSION=	1.1.7
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	graphics python
  MASTER_SITES=	http://effbot.org/media/downloads/ \
  		http://www.pythonware.net/storage/
 Index: graphics/py-opengl/Makefile
 ===================================================================
 --- graphics/py-opengl/Makefile	(revision 348446)
 +++ graphics/py-opengl/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	opengl
  PORTVERSION=	3.0.1
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	graphics python
  MASTER_SITES=	SF/py${PORTNAME}/PyOpenGL/${PORTVERSION}
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 Index: graphics/py-pillow/Makefile
 ===================================================================
 --- graphics/py-pillow/Makefile	(revision 348446)
 +++ graphics/py-pillow/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	pillow
  PORTVERSION=	2.3.0
 +PORTREVISION=	1
  CATEGORIES=	graphics python
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
  DISTNAME=	${PORTNAME:C/p/P/}-${PORTVERSION}
 Index: graphics/py-pyglet/Makefile
 ===================================================================
 --- graphics/py-pyglet/Makefile	(revision 348446)
 +++ graphics/py-pyglet/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pyglet
  PORTVERSION=	1.1.4
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	graphics multimedia x11-toolkits python
  MASTER_SITES=	GOOGLE_CODE
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 Index: graphics/py-soya3d/Makefile
 ===================================================================
 --- graphics/py-soya3d/Makefile	(revision 348446)
 +++ graphics/py-soya3d/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	soya3d
  PORTVERSION=	0.14
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	graphics python
  MASTER_SITES=	http://download.gna.org/soya/
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 @@ -17,7 +17,7 @@
  BUILD_DEPENDS=	${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode \
  		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
  LIB_DEPENDS=	cal3d.12:${PORTSDIR}/graphics/cal3d \
 -		freetype.9:${PORTSDIR}/print/freetype2
 +		libfreetype.so:${PORTSDIR}/print/freetype2
  RUN_DEPENDS=	${PYTHON_SITELIBDIR}/editobj/editor.py:${PORTSDIR}/graphics/py-editobj \
  		${PYTHON_SITELIBDIR}/tofu/client.py:${PORTSDIR}/net/py-tofu \
  		${PYTHON_SITELIBDIR}/cerealizer/__init__.py:${PORTSDIR}/security/py-cerealizer
 Index: graphics/pyro/Makefile
 ===================================================================
 --- graphics/pyro/Makefile	(revision 348446)
 +++ graphics/pyro/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pyro
  PORTVERSION=	1.5
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	graphics
  MASTER_SITES=	http://nostatic.org/pyro/
  EXTRACT_SUFX=	.tgz
 Index: graphics/quat-gui/Makefile
 ===================================================================
 --- graphics/quat-gui/Makefile	(revision 348446)
 +++ graphics/quat-gui/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	quat
  PORTVERSION=	1.20
 -PORTREVISION=	12
 +PORTREVISION=	13
  CATEGORIES=	graphics
  #MASTER_SITES=	http://www.physcip.uni-stuttgart.de/phy11733/download/
  MASTER_SITES=	http://www.sourcefiles.org/Graphics/Fractals/
 Index: graphics/quesa/Makefile
 ===================================================================
 --- graphics/quesa/Makefile	(revision 348446)
 +++ graphics/quesa/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	quesa
  PORTVERSION=	1.8
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	graphics
  MASTER_SITES=	SF
  .ifdef (WITH_EXAMPLES)
 Index: graphics/quesoglc/Makefile
 ===================================================================
 --- graphics/quesoglc/Makefile	(revision 348446)
 +++ graphics/quesoglc/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	quesoglc
  PORTVERSION=	0.7.2
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	graphics
  MASTER_SITES=	SF/${PORTNAME}/QuesoGLC/${PORTVERSION}
  
 Index: graphics/qxv/Makefile
 ===================================================================
 --- graphics/qxv/Makefile	(revision 348446)
 +++ graphics/qxv/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	qxv
  PORTVERSION=	0.2
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES+=	graphics
  MASTER_SITES=	http://labs.freehackers.org/attachments/download/422/
  
 @@ -22,11 +22,10 @@
  		libpcre.so:${PORTSDIR}/devel/pcre \
  		libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
  		libexpat.so:${PORTSDIR}/textproc/expat2 \
 -		libxcb.so:${PORTSDIR}/x11/xcb
  
  USES=		iconv qmake
  USE_BZIP2=	yes
 -USE_XORG=	sm xrender xext x11 xau xdmcp ice
 +USE_XORG=	sm xrender xext x11 xau xdmcp ice xcb
  USE_QT4=	corelib gui moc_build uic_build rcc_build
  MAKE_JOBS_UNSAFE=	yes
  
 Index: graphics/rawstudio/Makefile
 ===================================================================
 --- graphics/rawstudio/Makefile	(revision 348446)
 +++ graphics/rawstudio/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	rawstudio
  PORTVERSION=	2.0
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	graphics
  MASTER_SITES=	http://rawstudio.org/files/release/
  
 Index: graphics/reallyslick/Makefile
 ===================================================================
 --- graphics/reallyslick/Makefile	(revision 348446)
 +++ graphics/reallyslick/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	reallyslick
  PORTVERSION=	0.9.1
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	graphics
  MASTER_SITES=	SF/rss-glx/rss-glx/${PORTVERSION}
  DISTNAME=	rss-glx_${PORTVERSION}
 Index: graphics/ruby-gd/Makefile
 ===================================================================
 --- graphics/ruby-gd/Makefile	(revision 348446)
 +++ graphics/ruby-gd/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gd
  PORTVERSION=	0.8.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	graphics ruby
  MASTER_SITES=	http://www.daifukuya.com/archive/kagemai/lib/
  PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
 Index: graphics/rubygem-opengl/Makefile
 ===================================================================
 --- graphics/rubygem-opengl/Makefile	(revision 348446)
 +++ graphics/rubygem-opengl/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	opengl
  PORTVERSION=	0.8.0
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	graphics ruby
  MASTER_SITES=	RG
 Index: graphics/sdl2_ttf/Makefile
 ===================================================================
 --- graphics/sdl2_ttf/Makefile	(revision 348446)
 +++ graphics/sdl2_ttf/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	sdl2_ttf
  PORTVERSION=	2.0.12
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	graphics
  MASTER_SITES=	http://www.libsdl.org/projects/SDL_ttf/release/
  DISTNAME=	SDL2_ttf-${PORTVERSION}
 Index: graphics/sdl_ttf/Makefile
 ===================================================================
 --- graphics/sdl_ttf/Makefile	(revision 348446)
 +++ graphics/sdl_ttf/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	sdl_ttf
  PORTVERSION=	2.0.11
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics
  MASTER_SITES=	http://www.libsdl.org/projects/SDL_ttf/release/
  DISTNAME=	SDL_ttf-${PORTVERSION}
 Index: graphics/silgraphite/Makefile
 ===================================================================
 --- graphics/silgraphite/Makefile	(revision 348446)
 +++ graphics/silgraphite/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	silgraphite
  PORTVERSION=	2.3.1
 +PORTREVISION=	1
  CATEGORIES=	graphics devel
  MASTER_SITES=	SF
  
 @@ -20,7 +21,7 @@
  .include <bsd.port.options.mk>
  
  .if ${PORT_OPTIONS:MFREETYPE}
 -LIB_DEPENDS+=	freetype.9:${PORTSDIR}/print/freetype2
 +LIB_DEPENDS+=	libfreetype.so:${PORTSDIR}/print/freetype2
  USES+=		iconv
  CONFIGURE_ARGS+=	--with-freetype
  PLIST_SUB+=	WITH_FREETYPE=""
 Index: graphics/simpleviewer/Makefile
 ===================================================================
 --- graphics/simpleviewer/Makefile	(revision 348446)
 +++ graphics/simpleviewer/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	simpleviewer
  PORTVERSION=	1.7.1553.8560
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	graphics
  MASTER_SITES=	SF/${PORTNAME}/OpenGL%20edition
  DISTNAME=	sviewgl-src-${PORTVERSION}
 Index: graphics/sk1libs/Makefile
 ===================================================================
 --- graphics/sk1libs/Makefile	(revision 348446)
 +++ graphics/sk1libs/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	sk1libs
  PORTVERSION=	0.9.1
 +PORTREVISION=	1
  CATEGORIES=	graphics python
  MASTER_SITES=	GOOGLE_CODE \
  		http://mirror.amdmi3.ru/distfiles/
 Index: graphics/sodipodi/Makefile
 ===================================================================
 --- graphics/sodipodi/Makefile	(revision 348446)
 +++ graphics/sodipodi/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	sodipodi
  PORTVERSION=	0.34
 -PORTREVISION=	16
 +PORTREVISION=	17
  CATEGORIES=	graphics gnome
  MASTER_SITES=	SF
  
 Index: graphics/sswf/Makefile
 ===================================================================
 --- graphics/sswf/Makefile	(revision 348446)
 +++ graphics/sswf/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	sswf
  PORTVERSION=	1.8.4
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	graphics
  MASTER_SITES=	SF
  DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 Index: graphics/swfmill/Makefile
 ===================================================================
 --- graphics/swfmill/Makefile	(revision 348446)
 +++ graphics/swfmill/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	swfmill
  PORTVERSION=	0.3.3
 +PORTREVISION=	1
  CATEGORIES=	graphics
  MASTER_SITES=	http://swfmill.org/releases/
  
 Index: graphics/swftools/Makefile
 ===================================================================
 --- graphics/swftools/Makefile	(revision 348446)
 +++ graphics/swftools/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	swftools
  PORTVERSION=	0.9.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics
  MASTER_SITES=	http://www.swftools.org/ \
  		http://www.c-s.li/ports/
 Index: graphics/tiff/Makefile
 ===================================================================
 --- graphics/tiff/Makefile	(revision 348446)
 +++ graphics/tiff/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	tiff
  PORTVERSION=	4.0.3
 +PORTREVISION=	1
  CATEGORIES=	graphics
  MASTER_SITES=	ftp://ftp.remotesensing.org/pub/libtiff/ \
  		http://download.osgeo.org/libtiff/
 Index: graphics/tinyows/Makefile
 ===================================================================
 --- graphics/tinyows/Makefile	(revision 348446)
 +++ graphics/tinyows/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=		tinyows
  PORTVERSION=		1.1.0
 +PORTREVISION=		1
  CATEGORIES=		graphics www geography
  MASTER_SITES=		http://download.osgeo.org/mapserver/
  
 Index: graphics/tulip/Makefile
 ===================================================================
 --- graphics/tulip/Makefile	(revision 348446)
 +++ graphics/tulip/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	tulip
  PORTVERSION=	3.8.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	graphics
  MASTER_SITES=	SF/auber/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  DISTFILES=	${DISTNAME}-src${EXTRACT_SUFX}
 @@ -11,7 +11,7 @@
  MAINTAINER=	gahr@FreeBSD.org
  COMMENT=	A system dedicated to the visualization of huge graphs
  
 -LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2 \
 +LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
     		gzstream.0:${PORTSDIR}/devel/gzstream \
  		ftgl.2:${PORTSDIR}/graphics/ftgl \
  		qscintilla2:${PORTSDIR}/devel/qscintilla2 \
 Index: graphics/vips/Makefile
 ===================================================================
 --- graphics/vips/Makefile	(revision 348446)
 +++ graphics/vips/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	vips
  PORTVERSION=	7.26.3
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	graphics
  MASTER_SITES=	http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/
  
 Index: graphics/webp/Makefile
 ===================================================================
 --- graphics/webp/Makefile	(revision 348446)
 +++ graphics/webp/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	webp
  PORTVERSION=	0.3.1
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	graphics
  MASTER_SITES=	GOOGLE_CODE
  DISTNAME=	lib${PORTNAME}-${PORTVERSION}
 Index: graphics/white_dune/Makefile
 ===================================================================
 --- graphics/white_dune/Makefile	(revision 348446)
 +++ graphics/white_dune/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  PORTNAME=	white_dune
  PORTVERSION=	${DISTVERSION:S/pl/./}
  DISTVERSION=	0.30pl5
 -PORTREVISION=	4
 +PORTREVISION=	5
  PORTEPOCH=	1
  CATEGORIES=	graphics
  MASTER_SITES=	http://vrml.cip.ica.uni-stuttgart.de/dune/
 Index: graphics/xmms-dancingparticles/Makefile
 ===================================================================
 --- graphics/xmms-dancingparticles/Makefile	(revision 348446)
 +++ graphics/xmms-dancingparticles/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	dancingparticles
  PORTVERSION=	0.6
 -PORTREVISION=	10
 +PORTREVISION=	11
  CATEGORIES=	graphics
  MASTER_SITES=	http://tardyp.free.fr/dancingparticles/
  PKGNAMEPREFIX=	xmms-
 Index: graphics/xmms-fishmatic/Makefile
 ===================================================================
 --- graphics/xmms-fishmatic/Makefile	(revision 348446)
 +++ graphics/xmms-fishmatic/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xmms-fishmatic
  PORTVERSION=	0.0.1
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	graphics
  MASTER_SITES=	http://stukach.com/hosted/
  DISTNAME=	fishmatic
 Index: graphics/xmms-paranormal/Makefile
 ===================================================================
 --- graphics/xmms-paranormal/Makefile	(revision 348446)
 +++ graphics/xmms-paranormal/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xmms-paranormal
  PORTVERSION=	0.2.0
 -PORTREVISION=	12
 +PORTREVISION=	13
  CATEGORIES=	graphics
  MASTER_SITES=	SF/paranormal/old-paranormal-xmms/${PORTVERSION}
  DISTNAME=	paranormal-${PORTVERSION:S/.p/pre/}
 Index: graphics/xpaint/Makefile
 ===================================================================
 --- graphics/xpaint/Makefile	(revision 348446)
 +++ graphics/xpaint/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	xpaint
  PORTVERSION=	2.9.10
 +PORTREVISION=	1
  CATEGORIES=	graphics
  MASTER_SITES=	SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 Index: graphics/xpdf/Makefile
 ===================================================================
 --- graphics/xpdf/Makefile	(revision 348446)
 +++ graphics/xpdf/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xpdf
  PORTVERSION=	3.03
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	graphics print
  MASTER_SITES=	ftp://ftp.foolabs.com/pub/xpdf/ \
  		${MASTER_SITE_TEX_CTAN}
 Index: graphics/xsane/Makefile
 ===================================================================
 --- graphics/xsane/Makefile	(revision 348446)
 +++ graphics/xsane/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	xsane
  PORTVERSION=	0.999
 +PORTREVISION=	1
  CATEGORIES=	graphics
  MASTER_SITES=	http://www.xsane.org/download/
  
 Index: graphics/zbar/Makefile
 ===================================================================
 --- graphics/zbar/Makefile	(revision 348446)
 +++ graphics/zbar/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	zbar
  PORTVERSION=	0.10
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	graphics
  MASTER_SITES=	SF
  
 Index: irc/hexchat/Makefile
 ===================================================================
 --- irc/hexchat/Makefile	(revision 348446)
 +++ irc/hexchat/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	hexchat
  PORTVERSION=	2.9.6.1
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	irc gnome ipv6
  MASTER_SITES=	http://dl.hexchat.org/${PORTNAME}/
  
 Index: irc/minbif/Makefile
 ===================================================================
 --- irc/minbif/Makefile	(revision 348446)
 +++ irc/minbif/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	minbif
  PORTVERSION=	1.0.5
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	irc net-im
  MASTER_SITES=	https://symlink.me/attachments/download/148/
  
 Index: japanese/mozc-server/Makefile
 ===================================================================
 --- japanese/mozc-server/Makefile	(revision 348446)
 +++ japanese/mozc-server/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mozc
  PORTVERSION=	1.11.1502.102
 +PORTREVISION=	1
  CATEGORIES=	japanese
  MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
  DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 Index: japanese/ochusha/Makefile
 ===================================================================
 --- japanese/ochusha/Makefile	(revision 348446)
 +++ japanese/ochusha/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ochusha
  PORTVERSION=	0.5.8.2
 -PORTREVISION=	11
 +PORTREVISION=	12
  CATEGORIES=	japanese
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
  MASTER_SITE_SUBDIR=		ochusha/16560
 Index: japanese/xdtp/Makefile
 ===================================================================
 --- japanese/xdtp/Makefile	(revision 348446)
 +++ japanese/xdtp/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xdtp
  PORTVERSION=	1.5.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	japanese
  MASTER_SITES=	http://www.ongs.co.jp/software/xdtp/
  EXTRACT_SUFX=	.tgz
 Index: japanese/xdvik/Makefile
 ===================================================================
 --- japanese/xdvik/Makefile	(revision 348446)
 +++ japanese/xdvik/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xdvik
  PORTVERSION=	${VERSION_XDVIK}.${VERSION_JPATCH}
 -PORTREVISION=	15
 +PORTREVISION=	16
  CATEGORIES=	japanese print
  MASTER_SITES=	SF/xdvi/OldFiles
  PKGNAMESUFFIX=	-tetex
 Index: java/openjdk7/Makefile
 ===================================================================
 --- java/openjdk7/Makefile	(revision 348446)
 +++ java/openjdk7/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	openjdk
  PORTVERSION=	${JDK_MAJOR_VERSION}.${PORT_MINOR_VERSION}.${PORT_BUILD_NUMBER}
 -PORTREVISION=	2
 +PORTREVISION=	3
  PORTEPOCH=	1
  CATEGORIES=	java devel
  MASTER_SITES=	http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}u${JDK_MINOR_VERSION}/promoted/b${JDK_BUILD_NUMBER}/ \
 Index: lang/ferite/Makefile
 ===================================================================
 --- lang/ferite/Makefile	(revision 348446)
 +++ lang/ferite/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ferite
  PORTVERSION=	1.0.2
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	lang
  MASTER_SITES=	SF
  
 @@ -11,7 +11,7 @@
  COMMENT=	An embeddable scripting language
  
  LIB_DEPENDS=	pcre.3:${PORTSDIR}/devel/pcre \
 -		xml2.5:${PORTSDIR}/textproc/libxml2
 +		libxml2.so:${PORTSDIR}/textproc/libxml2
  
  USE_AUTOTOOLS=	libtool
  USE_GMAKE=	yes
 Index: lang/fpc-units/Makefile
 ===================================================================
 --- lang/fpc-units/Makefile	(revision 348446)
 +++ lang/fpc-units/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	units
  PORTVERSION=	2.6.2
 -PORTREVISION=	0
 +PORTREVISION=	1
  CATEGORIES=	lang
  MASTER_SITES=	# none
  PKGNAMEPREFIX=	fpc-
 Index: lang/gnustep-base/Makefile
 ===================================================================
 --- lang/gnustep-base/Makefile	(revision 348446)
 +++ lang/gnustep-base/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gnustep-base
  PORTVERSION=	1.24.6
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	lang devel gnustep
  MASTER_SITES=	${MASTER_SITE_GNUSTEP}
  MASTER_SITE_SUBDIR=	core
 Index: lang/hiphop-php/Makefile
 ===================================================================
 --- lang/hiphop-php/Makefile	(revision 348446)
 +++ lang/hiphop-php/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	hiphop-php
  PORTVERSION=	2.1
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	lang devel www
  MASTER_SITES=	https://github.com/facebook/hiphop-php/archive/:main \
  		http://unicode.org/Public/UNIDATA/:unidata \
 Index: lang/hugs/Makefile
 ===================================================================
 --- lang/hugs/Makefile	(revision 348446)
 +++ lang/hugs/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	hugs98
  PORTVERSION=	200609
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	lang haskell
  MASTER_SITES=	http://cvs.haskell.org/Hugs/downloads/2006-09/
  DISTNAME=	${PORTNAME}-plus-${HUGS_DATE}
 Index: lang/ofc/Makefile
 ===================================================================
 --- lang/ofc/Makefile	(revision 348446)
 +++ lang/ofc/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ofc
  PORTVERSION=	0.8.1
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	lang
  MASTER_SITES=	GOOGLE_CODE
  
 Index: lang/phantomjs/Makefile
 ===================================================================
 --- lang/phantomjs/Makefile	(revision 348446)
 +++ lang/phantomjs/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	phantomjs
  PORTVERSION=	1.9.2
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	lang
  MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
  DISTNAME=	${PORTNAME}-${PORTVERSION}-source
 Index: lang/php5/Makefile
 ===================================================================
 --- lang/php5/Makefile	(revision 348446)
 +++ lang/php5/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	php5
  PORTVERSION=	5.4.26
 -PORTREVISION?=	0
 +PORTREVISION?=	1
  CATEGORIES?=	lang devel www
  MASTER_SITES=	${MASTER_SITE_PHP}
  MASTER_SITE_SUBDIR=	distributions
 Index: lang/php53/Makefile
 ===================================================================
 --- lang/php53/Makefile	(revision 348446)
 +++ lang/php53/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	php53
  PORTVERSION=	5.3.28
 -PORTREVISION?=	0
 +PORTREVISION?=	1
  CATEGORIES?=	lang devel www
  MASTER_SITES=	${MASTER_SITE_PHP}
  MASTER_SITE_SUBDIR=	distributions
 Index: lang/php55/Makefile
 ===================================================================
 --- lang/php55/Makefile	(revision 348446)
 +++ lang/php55/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	php55
  PORTVERSION=	5.5.10
 -PORTREVISION?=	0
 +PORTREVISION?=	1
  CATEGORIES?=	lang devel www
  MASTER_SITES=	${MASTER_SITE_PHP}
  MASTER_SITE_SUBDIR=	distributions
 Index: lang/pike76/Makefile
 ===================================================================
 --- lang/pike76/Makefile	(revision 348446)
 +++ lang/pike76/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	pike76
  PORTVERSION=	7.6.132
 +PORTREVISION=	1
  CATEGORIES=	lang
  MASTER_SITES=	ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
  		http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
 Index: lang/pike78/Makefile
 ===================================================================
 --- lang/pike78/Makefile	(revision 348446)
 +++ lang/pike78/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	pike78
  PORTVERSION=	7.8.700
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	lang
  MASTER_SITES=	http://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
  		ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
 Index: lang/smalltalk/Makefile
 ===================================================================
 --- lang/smalltalk/Makefile	(revision 348446)
 +++ lang/smalltalk/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	smalltalk
  PORTVERSION=	3.2.5
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	lang
  MASTER_SITES=	GNU
  
 Index: mail/cone/Makefile
 ===================================================================
 --- mail/cone/Makefile	(revision 348446)
 +++ mail/cone/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	cone
  PORTVERSION=	0.90
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	mail
  NO_STAGE=	yes
  # This is for beta versions, leave it in please:
 Index: mail/gnome-gmail-notifier/Makefile
 ===================================================================
 --- mail/gnome-gmail-notifier/Makefile	(revision 348446)
 +++ mail/gnome-gmail-notifier/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	gnome-gmail-notifier
  PORTVERSION=	0.10.1
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	mail deskutils
  MASTER_SITES=	GOOGLE_CODE
  
 Index: mail/hotwayd/Makefile
 ===================================================================
 --- mail/hotwayd/Makefile	(revision 348446)
 +++ mail/hotwayd/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	hotwayd
  PORTVERSION=	0.8.4
 -PORTREVISION=	1
 +PORTREVISION=	2
  PORTEPOCH=	1
  CATEGORIES=	mail
  MASTER_SITES=	SF
 Index: mail/mail-notification/Makefile
 ===================================================================
 --- mail/mail-notification/Makefile	(revision 348446)
 +++ mail/mail-notification/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mail-notification
  DISTVERSION=	5.4
 -PORTREVISION=	11
 +PORTREVISION=	12
  CATEGORIES=	mail ipv6
  MASTER_SITES=	${MASTER_SITE_SAVANNAH}
  MASTER_SITE_SUBDIR=	mailnotify
 Index: mail/synonym/Makefile
 ===================================================================
 --- mail/synonym/Makefile	(revision 348446)
 +++ mail/synonym/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	synonym
  PORTVERSION=	0.4.3
 +PORTREVISION=	1
  CATEGORIES=	mail security
  MASTER_SITES=	http://www.dv8.ro/Synonym/Synonym/source/
  DISTNAME=	${PORTNAME}-0.4-3
 Index: math/abs/Makefile
 ===================================================================
 --- math/abs/Makefile	(revision 348446)
 +++ math/abs/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	abs
  PORTVERSION=	0908
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	math
  MASTER_SITES=	http://utenti.gufi.org/~gmarco/files/distfiles/ \
  		http://fresh.t-systems-sfr.com/unix/src/privat2/
 Index: math/asir2000/Makefile
 ===================================================================
 --- math/asir2000/Makefile	(revision 348446)
 +++ math/asir2000/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	asir
  PORTVERSION=	20110810
 +PORTREVISION=	1
  CATEGORIES=	math
  MASTER_SITES=	ftp://ftp.jssac.org/pub/distfiles/asir/ \
  		ftp://ftp.asir.org/pub/asir/src/ \
 Index: math/asymptote/Makefile
 ===================================================================
 --- math/asymptote/Makefile	(revision 348446)
 +++ math/asymptote/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	asymptote
  PORTVERSION=	2.16
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	math
  MASTER_SITES=	SF
  MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTVERSION}
 Index: math/carve/Makefile
 ===================================================================
 --- math/carve/Makefile	(revision 348446)
 +++ math/carve/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	carve
  PORTVERSION=	1.4.0
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	math
  MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
  EXTRACT_SUFX=	.tgz
 Index: math/ggobi/Makefile
 ===================================================================
 --- math/ggobi/Makefile	(revision 348446)
 +++ math/ggobi/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ggobi
  PORTVERSION=	2.1.9
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	math graphics
  MASTER_SITES=	http://www.ggobi.org/downloads/
  
 Index: math/gkmap/Makefile
 ===================================================================
 --- math/gkmap/Makefile	(revision 348446)
 +++ math/gkmap/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	gkmap
  PORTVERSION=	0.2
 +PORTREVISION=	1
  CATEGORIES=	math
  MASTER_SITES=	SF/gkmap/gkmap/gkmap-${PORTVERSION}/
  
 Index: math/gnuplot/Makefile
 ===================================================================
 --- math/gnuplot/Makefile	(revision 348446)
 +++ math/gnuplot/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	gnuplot
  PORTVERSION=	4.6.3
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	math graphics
  MASTER_SITES=	SF
  
 Index: math/gretl/Makefile
 ===================================================================
 --- math/gretl/Makefile	(revision 348446)
 +++ math/gretl/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gretl
  PORTVERSION=	1.9.13
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	math finance
  MASTER_SITES=	SF
  
 Index: math/hexcalc/Makefile
 ===================================================================
 --- math/hexcalc/Makefile	(revision 348446)
 +++ math/hexcalc/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	hexcalc
  PORTVERSION=	1.11
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	math
  MASTER_SITES=	http://www.berklix.com/~jhs/ftp/FreeBSD/ports/distfiles/
  DISTNAME=	${PORTNAME}
 Index: math/igraph/Makefile
 ===================================================================
 --- math/igraph/Makefile	(revision 348446)
 +++ math/igraph/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	igraph
  PORTVERSION=	0.5.4
 +PORTREVISION=	1
  CATEGORIES=	math
  MASTER_SITES=	SF/${PORTNAME}/C%20library/${PORTVERSION}
  
 Index: math/libqalculate/Makefile
 ===================================================================
 --- math/libqalculate/Makefile	(revision 348446)
 +++ math/libqalculate/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libqalculate
  PORTVERSION=	0.9.7
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	math
  MASTER_SITES=	SF/qalculate/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 Index: math/mate-calc/Makefile
 ===================================================================
 --- math/mate-calc/Makefile	(revision 348446)
 +++ math/mate-calc/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mate-calc
  PORTVERSION=	1.6.0
 +PORTREVISION=	1
  CATEGORIES=	math mate
  MASTER_SITES=	MATE
  DIST_SUBDIR=	mate
 Index: math/ploticus/Makefile
 ===================================================================
 --- math/ploticus/Makefile	(revision 348446)
 +++ math/ploticus/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ploticus
  PORTVERSION=	2.40
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	math
  MASTER_SITES=	SF
  DISTNAME=	pl${PORTVERSION:S/.//}src
 @@ -15,7 +15,7 @@
  		jpeg:${PORTSDIR}/graphics/jpeg \
  		ming:${PORTSDIR}/graphics/ming \
  		png15:${PORTSDIR}/graphics/png \
 -		freetype:${PORTSDIR}/print/freetype2
 +		libfreetype.so:${PORTSDIR}/print/freetype2
  
  BUILD_WRKSRC=	${WRKSRC}/src
  
 Index: math/plplot/Makefile
 ===================================================================
 --- math/plplot/Makefile	(revision 348446)
 +++ math/plplot/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	plplot
  PORTVERSION=	5.10.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	math science
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source
  
 Index: math/pspp/Makefile
 ===================================================================
 --- math/pspp/Makefile	(revision 348446)
 +++ math/pspp/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pspp
  PORTVERSION=	0.6.2
 -PORTREVISION=	10
 +PORTREVISION=	11
  CATEGORIES=	math
  MASTER_SITES=	GNU
  
 Index: math/py-igraph/Makefile
 ===================================================================
 --- math/py-igraph/Makefile	(revision 348446)
 +++ math/py-igraph/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	igraph
  PORTVERSION=	0.5.4
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	math python
  MASTER_SITES=	CHEESESHOP
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 Index: math/py-matplotlib/Makefile
 ===================================================================
 --- math/py-matplotlib/Makefile	(revision 348446)
 +++ math/py-matplotlib/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	matplotlib
  PORTVERSION=	1.2.0
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	math python
  MASTER_SITES=	http://cloud.github.com/downloads/matplotlib/matplotlib/
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 Index: math/ros-geometry/Makefile
 ===================================================================
 --- math/ros-geometry/Makefile	(revision 348446)
 +++ math/ros-geometry/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ros-geometry
  PORTVERSION=	1.4.2
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	math
  MASTER_SITES=	https://code.ros.org/svn/release/download/stacks/${STACKNAME}/${STACKNAME}-${PORTVERSION}/:rel \
  		http://pr.willowgarage.com/downloads/:pr \
 Index: math/scilab/Makefile
 ===================================================================
 --- math/scilab/Makefile	(revision 348446)
 +++ math/scilab/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	scilab
  PORTVERSION=	5.3.3
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	math cad parallel java
  MASTER_SITES=	http://www.scilab.org/download/${PORTVERSION}/:scilab \
  		http://www.predatorlabs.net/dl/:jgraphx \
 Index: math/tablix/Makefile
 ===================================================================
 --- math/tablix/Makefile	(revision 348446)
 +++ math/tablix/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	tablix2
  PORTVERSION=	0.3.5
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	math www
  MASTER_SITES=	http://www.tablix.org/releases/stable/ \
  		http://my.samba.org/
 Index: math/timbl/Makefile
 ===================================================================
 --- math/timbl/Makefile	(revision 348446)
 +++ math/timbl/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	timbl
  PORTVERSION=	6.4.2
 +PORTREVISION=	1
  CATEGORIES=	math
  MASTER_SITES=	http://ilk.uvt.nl/downloads/pub/software/
  
 Index: math/wxMaxima/Makefile
 ===================================================================
 --- math/wxMaxima/Makefile	(revision 348446)
 +++ math/wxMaxima/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	wxMaxima
  PORTVERSION=	13.04.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	math
  MASTER_SITES=	SF
  MASTER_SITE_SUBDIR=	${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
 Index: math/xgobi/Makefile
 ===================================================================
 --- math/xgobi/Makefile	(revision 348446)
 +++ math/xgobi/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xgobi
  PORTVERSION=	2002.06.20
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	math graphics
  MASTER_SITES=	http://public.research.att.com/~stat/xgobi/
  DISTNAME=	xgobi
 Index: math/xspread/Makefile
 ===================================================================
 --- math/xspread/Makefile	(revision 348446)
 +++ math/xspread/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xspread
  PORTVERSION=	3.1.1c
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	math
  MASTER_SITES=	http://archive.debian.org/%SUBDIR%/ \
  		http://mirror.safehostnet.com/debian-archive/%SUBDIR%/ \
 Index: misc/gimp-help-en/Makefile
 ===================================================================
 --- misc/gimp-help-en/Makefile	(revision 348446)
 +++ misc/gimp-help-en/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	gimp-help
  PORTVERSION=	2.8.1
 +PORTREVISION=	1
  CATEGORIES?=	misc graphics
  MASTER_SITES=	ftp://ftp.gimp.org/pub/%SUBDIR%/ \
  		http://gimp.mirrors.hoobly.com/%SUBDIR%/ \
 Index: misc/hotkeys/Makefile
 ===================================================================
 --- misc/hotkeys/Makefile	(revision 348446)
 +++ misc/hotkeys/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	hotkeys
  PORTVERSION=	0.5.7.1
 -PORTREVISION=	13
 +PORTREVISION=	14
  CATEGORIES=	misc
  MASTER_SITES=	http://ypwong.org/hotkeys/${PORTVERSION}/
  DISTNAME=	hotkeys_${PORTVERSION}
 Index: misc/libisocodes/Makefile
 ===================================================================
 --- misc/libisocodes/Makefile	(revision 348446)
 +++ misc/libisocodes/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libisocodes
  PORTVERSION=	1.0
 +PORTREVISION=	1
  CATEGORIES=	misc
  MASTER_SITES=	http://pkg-isocodes.alioth.debian.org/downloads/
  
 Index: misc/libmetalink/Makefile
 ===================================================================
 --- misc/libmetalink/Makefile	(revision 348446)
 +++ misc/libmetalink/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libmetalink
  PORTVERSION=	0.1.2
 +PORTREVISION=	1
  CATEGORIES=	misc
  MASTER_SITES=	https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ \
  		LOCAL/sunpoet
 Index: misc/libsupertone/Makefile
 ===================================================================
 --- misc/libsupertone/Makefile	(revision 348446)
 +++ misc/libsupertone/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libsupertone
  PORTVERSION=	0.0.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	misc
  MASTER_SITES=	http://www.soft-switch.org/downloads/unicall/
  EXTRACT_SUFX=	.tgz
 Index: misc/nut/Makefile
 ===================================================================
 --- misc/nut/Makefile	(revision 348446)
 +++ misc/nut/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	nut
  PORTVERSION=	18.4
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	misc
  MASTER_SITES=	SF
  PKGNAMEPREFIX=	health-
 @@ -32,7 +32,7 @@
  
  .if ${PORT_OPTIONS:MFLTK}
  LIB_DEPENDS+=	pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
 -		freetype:${PORTSDIR}/print/freetype2 \
 +		libfreetype.so:${PORTSDIR}/print/freetype2 \
  		expat:${PORTSDIR}/textproc/expat2 \
  		fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
  		fltk_images:${PORTSDIR}/x11-toolkits/fltk
 Index: misc/parley/Makefile
 ===================================================================
 --- misc/parley/Makefile	(revision 348446)
 +++ misc/parley/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	parley
  PORTVERSION=	${KDE4_VERSION}
 +PORTREVISION=	1
  CATEGORIES=	misc kde
  MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
  DIST_SUBDIR=	KDE/${PORTVERSION}
 Index: misc/shared-mime-info/Makefile
 ===================================================================
 --- misc/shared-mime-info/Makefile	(revision 348446)
 +++ misc/shared-mime-info/Makefile	(working copy)
 @@ -4,6 +4,7 @@
  
  PORTNAME=	shared-mime-info
  PORTVERSION=	1.1
 +PORTREVISION=	1
  CATEGORIES=	misc gnome
  MASTER_SITES=	http://people.freedesktop.org/~hadess/
  
 Index: misc/xfce4-weather-plugin/Makefile
 ===================================================================
 --- misc/xfce4-weather-plugin/Makefile	(revision 348446)
 +++ misc/xfce4-weather-plugin/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xfce4-weather-plugin
  PORTVERSION=	0.8.3
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	misc xfce geography
  MASTER_SITES=	${MASTER_SITE_XFCE}
  MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
 Index: multimedia/audacious/Makefile
 ===================================================================
 --- multimedia/audacious/Makefile	(revision 348446)
 +++ multimedia/audacious/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	audacious
  PORTVERSION=	3.4.3
 +PORTREVISION=	1
  CATEGORIES=	multimedia audio
  MASTER_SITES=	http://distfiles.audacious-media-player.org/
  
 @@ -11,7 +12,7 @@
  
  LIB_DEPENDS=	mcs:${PORTSDIR}/devel/libmcs \
  		mowgli:${PORTSDIR}/devel/libmowgli \
 -		xml2:${PORTSDIR}/textproc/libxml2
 +		libxml2.so:${PORTSDIR}/textproc/libxml2
  
  GNU_CONFIGURE=	yes
  USES=		pkgconfig gmake
 Index: multimedia/dtv/Makefile
 ===================================================================
 --- multimedia/dtv/Makefile	(revision 348446)
 +++ multimedia/dtv/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	dtv
  PORTVERSION=	0.50
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	multimedia
  MASTER_SITES=	http://apollo.backplane.com/FreeBSDPorts/
  
 Index: multimedia/dvdauthor/Makefile
 ===================================================================
 --- multimedia/dvdauthor/Makefile	(revision 348446)
 +++ multimedia/dvdauthor/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	dvdauthor
  PORTVERSION=	0.7.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	multimedia
  MASTER_SITES=	SF
  
 Index: multimedia/ffmpeg/Makefile
 ===================================================================
 --- multimedia/ffmpeg/Makefile	(revision 348446)
 +++ multimedia/ffmpeg/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ffmpeg
  PORTVERSION=	2.1.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  PORTEPOCH=	1
  CATEGORIES=	multimedia audio ipv6 net
  MASTER_SITES=	http://ffmpeg.org/releases/
 Index: multimedia/ffmpeg0/Makefile
 ===================================================================
 --- multimedia/ffmpeg0/Makefile	(revision 348446)
 +++ multimedia/ffmpeg0/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ffmpeg
  PORTVERSION=	0.7.16
 -PORTREVISION=	1
 +PORTREVISION=	2
  PORTEPOCH=	1
  CATEGORIES=	multimedia audio ipv6 net
  MASTER_SITES=	http://ffmpeg.org/releases/
 Index: multimedia/freetuxtv/Makefile
 ===================================================================
 --- multimedia/freetuxtv/Makefile	(revision 348446)
 +++ multimedia/freetuxtv/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	freetuxtv
  PORTVERSION=	0.6.5
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	multimedia
  MASTER_SITES=	GOOGLE_CODE
  
 Index: multimedia/gmerlin/Makefile
 ===================================================================
 --- multimedia/gmerlin/Makefile	(revision 348446)
 +++ multimedia/gmerlin/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	gmerlin
  PORTVERSION=	1.2.0
 +PORTREVISION=	1
  CATEGORIES=	multimedia
  MASTER_SITES=	SF
  
 Index: multimedia/gstreamer/Makefile
 ===================================================================
 --- multimedia/gstreamer/Makefile	(revision 348446)
 +++ multimedia/gstreamer/Makefile	(working copy)
 @@ -4,6 +4,7 @@
  
  PORTNAME=	gstreamer
  PORTVERSION=	0.10.36
 +PORTREVISION=	1
  CATEGORIES=	multimedia
  MASTER_SITES=	http://gstreamer.freedesktop.org/src/gstreamer/
  
 Index: multimedia/gstreamer1-plugins/Makefile
 ===================================================================
 --- multimedia/gstreamer1-plugins/Makefile	(revision 348446)
 +++ multimedia/gstreamer1-plugins/Makefile	(working copy)
 @@ -6,7 +6,7 @@
  PORTVERSION?=	${BASE_PORTVERSION}
  # When chasing a shared library for a plug-in bump the PORTREVISION in the
  # plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}.
 -PORTREVISION?=	0
 +PORTREVISION?=	1
  CATEGORIES?=	multimedia audio
  MASTER_SITES=	http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \
  		http://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \
 Index: multimedia/gxine/Makefile
 ===================================================================
 --- multimedia/gxine/Makefile	(revision 348446)
 +++ multimedia/gxine/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gxine
  PORTVERSION=	0.5.907
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	multimedia
  MASTER_SITES=	SF/xine/${PORTNAME}/${PORTVERSION}
  
 Index: multimedia/handbrake/Makefile
 ===================================================================
 --- multimedia/handbrake/Makefile	(revision 348446)
 +++ multimedia/handbrake/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	handbrake
  PORTVERSION=	0.9.9
 +PORTREVISION=	1
  CATEGORIES=	multimedia
  MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION} \
  		http://download.handbrake.fr/handbrake/contrib/:contrib
 Index: multimedia/libass/Makefile
 ===================================================================
 --- multimedia/libass/Makefile	(revision 348446)
 +++ multimedia/libass/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	libass
  PORTVERSION=	0.10.2
 +PORTREVISION=	1
  CATEGORIES=	multimedia devel
  MASTER_SITES=	GOOGLE_CODE
  
 Index: multimedia/libav/Makefile
 ===================================================================
 --- multimedia/libav/Makefile	(revision 348446)
 +++ multimedia/libav/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	libav
  PORTVERSION=	9.10
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	multimedia audio ipv6 net
  MASTER_SITES=	http://libav.org/releases/
  
 Index: multimedia/libbluray/Makefile
 ===================================================================
 --- multimedia/libbluray/Makefile	(revision 348446)
 +++ multimedia/libbluray/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libbluray
  PORTVERSION=	0.3.0
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	multimedia
  MASTER_SITES=	ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
 Index: multimedia/libxine/Makefile
 ===================================================================
 --- multimedia/libxine/Makefile	(revision 348446)
 +++ multimedia/libxine/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xine
  PORTVERSION=	1.2.4
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	multimedia ipv6
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION}
  PKGNAMEPREFIX=	lib
 Index: multimedia/mlt/Makefile
 ===================================================================
 --- multimedia/mlt/Makefile	(revision 348446)
 +++ multimedia/mlt/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	mlt
  PORTVERSION=	0.9.0
 -PORTREVISION?=	2
 +PORTREVISION?=	3
  CATEGORIES?=	multimedia
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
  
 Index: multimedia/mplayer2/Makefile
 ===================================================================
 --- multimedia/mplayer2/Makefile	(revision 348446)
 +++ multimedia/mplayer2/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	mplayer2
  PORTVERSION=	${MPLAYER2_PORT_VERSION}
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	multimedia audio
  MASTER_SITES=	LOCAL/gblach/
  
 Index: multimedia/mythtv/Makefile
 ===================================================================
 --- multimedia/mythtv/Makefile	(revision 348446)
 +++ multimedia/mythtv/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mythtv
  PORTVERSION=	0.27.0.20140121
 +PORTREVISION=	1
  CATEGORIES=	multimedia
  MASTER_SITES=	http://people.freebsd.org/~decke/distfiles/
  
 Index: multimedia/mythtv-frontend/Makefile
 ===================================================================
 --- multimedia/mythtv-frontend/Makefile	(revision 348446)
 +++ multimedia/mythtv-frontend/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mythtv-frontend
  PORTVERSION=	0.27.0.20140121
 +PORTREVISION=	1
  CATEGORIES=	multimedia
  MASTER_SITES=	http://people.freebsd.org/~decke/distfiles/
  DISTNAME=	mythtv-${PORTVERSION}
 Index: multimedia/ogmrip/Makefile
 ===================================================================
 --- multimedia/ogmrip/Makefile	(revision 348446)
 +++ multimedia/ogmrip/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ogmrip
  PORTVERSION=	1.0.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	multimedia
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}
  
 Index: multimedia/phonon-gstreamer/Makefile
 ===================================================================
 --- multimedia/phonon-gstreamer/Makefile	(revision 348446)
 +++ multimedia/phonon-gstreamer/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	phonon
  PORTVERSION=	4.7.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	multimedia kde
  MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION}
  PKGNAMESUFFIX=	-gstreamer
 Index: multimedia/phonon-xine/Makefile
 ===================================================================
 --- multimedia/phonon-xine/Makefile	(revision 348446)
 +++ multimedia/phonon-xine/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	phonon
  PORTVERSION=	4.4.4
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	multimedia kde
  MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION}/src
  PKGNAMESUFFIX=	-xine
 Index: multimedia/py-gstreamer/Makefile
 ===================================================================
 --- multimedia/py-gstreamer/Makefile	(revision 348446)
 +++ multimedia/py-gstreamer/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	gstreamer
  PORTVERSION=	0.10.22
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	multimedia python gnome
  MASTER_SITES=	http://gstreamer.freedesktop.org/src/gst-python/
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 Index: multimedia/py-kaa-base/Makefile
 ===================================================================
 --- multimedia/py-kaa-base/Makefile	(revision 348446)
 +++ multimedia/py-kaa-base/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	kaa-base
  PORTVERSION=	0.6.0
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	multimedia python
  MASTER_SITES=	SF/freevo/${PORTNAME}/${PORTVERSION}
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 Index: multimedia/totem-pl-parser/Makefile
 ===================================================================
 --- multimedia/totem-pl-parser/Makefile	(revision 348446)
 +++ multimedia/totem-pl-parser/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	totem-pl-parser
  PORTVERSION=	2.32.3
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	multimedia gnome
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome2
 Index: multimedia/transcode/Makefile
 ===================================================================
 --- multimedia/transcode/Makefile	(revision 348446)
 +++ multimedia/transcode/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	transcode
  PORTVERSION=	1.1.7
 -PORTREVISION=	10
 +PORTREVISION=	11
  CATEGORIES=	multimedia
  MASTER_SITES=	http://cdn.bitbucket.org/france/transcode-tcforge/downloads/
  
 Index: multimedia/vcdimager/Makefile
 ===================================================================
 --- multimedia/vcdimager/Makefile	(revision 348446)
 +++ multimedia/vcdimager/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	vcdimager
  PORTVERSION=	0.7.24
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	multimedia
  MASTER_SITES=	${MASTER_SITE_GNU}
  MASTER_SITE_SUBDIR=	vcdimager
 Index: multimedia/vdr-plugin-softhddevice/Makefile
 ===================================================================
 --- multimedia/vdr-plugin-softhddevice/Makefile	(revision 348446)
 +++ multimedia/vdr-plugin-softhddevice/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	vdr-plugin-softhddevice
  PORTVERSION=	0.5.1
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	multimedia
  MASTER_SITES=	http://projects.vdr-developer.org/attachments/download/1000/
  DISTNAME=	${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
 Index: multimedia/vdr-plugin-xineliboutput/Makefile
 ===================================================================
 --- multimedia/vdr-plugin-xineliboutput/Makefile	(revision 348446)
 +++ multimedia/vdr-plugin-xineliboutput/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	vdr-plugin-xineliboutput
  PORTVERSION=	1.0.90s20120511
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	multimedia
  MASTER_SITES=	SF:release \
  		LOCAL:snapshot
 Index: multimedia/vlc/Makefile
 ===================================================================
 --- multimedia/vlc/Makefile	(revision 348446)
 +++ multimedia/vlc/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	vlc
  DISTVERSION=	2.1.2
 -PORTREVISION=	3
 +PORTREVISION=	4
  PORTEPOCH=	4
  CATEGORIES=	multimedia audio ipv6 net www
  MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
 Index: net/Sockets/Makefile
 ===================================================================
 --- net/Sockets/Makefile	(revision 348446)
 +++ net/Sockets/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	Sockets
  PORTVERSION=	2.3.9.9
 +PORTREVISION=	1
  CATEGORIES=	net
  MASTER_SITES=	http://www.alhem.net/Sockets/ \
  		http://www.netfence.it/Sockets/
 Index: net/asterisk/Makefile
 ===================================================================
 --- net/asterisk/Makefile	(revision 348446)
 +++ net/asterisk/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	asterisk
  PORTVERSION=	1.8.26.1
 +PORTREVISION=	1
  CATEGORIES=	net
  MASTER_SITES=	http://downloads.asterisk.org/pub/telephony/asterisk/ \
  		http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
 Index: net/asterisk11/Makefile
 ===================================================================
 --- net/asterisk11/Makefile	(revision 348446)
 +++ net/asterisk11/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	asterisk
  PORTVERSION=	11.8.1
 +PORTREVISION=	1
  CATEGORIES=	net
  MASTER_SITES=	http://downloads.asterisk.org/pub/telephony/asterisk/ \
  		http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
 Index: net/boinc-client/Makefile
 ===================================================================
 --- net/boinc-client/Makefile	(revision 348446)
 +++ net/boinc-client/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	boinc-client
  PORTVERSION=	7.2.33
 +PORTREVISION=	1
  CATEGORIES=	net
  MASTER_SITES=	${MASTER_SITE_LOCAL} \
  		ftp://rene-ladan.nl/pub/distfiles/
 Index: net/cvsup/Makefile
 ===================================================================
 --- net/cvsup/Makefile	(revision 348446)
 +++ net/cvsup/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	cvsup
  PORTVERSION=	16.1h
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	net devel
  MASTER_SITES=	${MASTER_SITE_FREEBSD_ORG}
  MASTER_SITE_SUBDIR=development/CVSup/snapshots
 Index: net/freedbd/Makefile
 ===================================================================
 --- net/freedbd/Makefile	(revision 348446)
 +++ net/freedbd/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	freedbd
  PORTVERSION=	0.1
 +PORTREVISION=	1
  CATEGORIES=	net audio
  MASTER_SITES=	http://rink.nu/downloads/projects/
  
 Index: net/libcmis/Makefile
 ===================================================================
 --- net/libcmis/Makefile	(revision 348446)
 +++ net/libcmis/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	libcmis
  PORTVERSION=	0.4.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	net devel
  MASTER_SITES=	SF/${PORTNAME}
  
 Index: net/libmateweather/Makefile
 ===================================================================
 --- net/libmateweather/Makefile	(revision 348446)
 +++ net/libmateweather/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libmateweather
  PORTVERSION=	1.6.2
 +PORTREVISION=	1
  CATEGORIES=	net mate
  MASTER_SITES=	MATE
  DIST_SUBDIR=	mate
 Index: net/ntop/Makefile
 ===================================================================
 --- net/ntop/Makefile	(revision 348446)
 +++ net/ntop/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	ntop
  PORTVERSION=	5.0.1
 +PORTREVISION=	1
  CATEGORIES=	net
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Stable
  
 Index: net/openser/Makefile
 ===================================================================
 --- net/openser/Makefile	(revision 348446)
 +++ net/openser/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	openser
  PORTVERSION=	1.2.3
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	net
  MASTER_SITES=	http://openser.org/pub/openser/${PORTVERSION}/src/
  DISTNAME=	${PORTNAME}-${PORTVERSION}-tls_src
 Index: net/ser/Makefile
 ===================================================================
 --- net/ser/Makefile	(revision 348446)
 +++ net/ser/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ser
  PORTVERSION=	0.9.6
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	net
  MASTER_SITES=	http://download.berlios.de/ser/ \
  		http://download2.berlios.de/ser/
 Index: net/tigervnc/Makefile
 ===================================================================
 --- net/tigervnc/Makefile	(revision 348446)
 +++ net/tigervnc/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	tigervnc
  PORTVERSION=	1.3.0
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	net x11-servers
  MASTER_SITES=	SF:tigervnc
  MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTVERSION}/:tigervnc
 Index: net/twitux/Makefile
 ===================================================================
 --- net/twitux/Makefile	(revision 348446)
 +++ net/twitux/Makefile	(working copy)
 @@ -1,24 +1,24 @@
  # Created by: Arnaud Berthomier
  # $FreeBSD$
  
 -PORTNAME=		twitux
 +PORTNAME=	twitux
  PORTVERSION=	0.69
 -PORTREVISION=	6
 -CATEGORIES=		net
 +PORTREVISION=	7
 +CATEGORIES=	net
  MASTER_SITES=	SF
  
 -MAINTAINER=		oz@cyprio.net
 -COMMENT=		GNOME client for Twitter
 +MAINTAINER=	oz@cyprio.net
 +COMMENT=	GNOME client for Twitter
  
  LIB_DEPENDS=	soup-2.4.1:${PORTSDIR}/devel/libsoup \
 -	sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
 -	notify.4:${PORTSDIR}/devel/libnotify \
 -	canberra:${PORTSDIR}/audio/libcanberra
 +		sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
 +		notify.4:${PORTSDIR}/devel/libnotify \
 +		canberra:${PORTSDIR}/audio/libcanberra
  
 -USE_XORG=		x11
 -USE_GNOME=		glib20 gtk20 gconf2 libxml2 gnomedocutils
 +USE_XORG=	x11
 +USE_GNOME=	glib20 gtk20 gconf2 libxml2 gnomedocutils
  INSTALLS_OMF=	yes
 -USE_BZIP2=		yes
 +USE_BZIP2=	yes
  GNU_CONFIGURE=	yes
  USES=		gettext gmake pkgconfig
  CONFIGURE_ENV+=	GMSGFMT="${LOCALBASE}/bin/msgfmt"
 Index: net/x11vnc/Makefile
 ===================================================================
 --- net/x11vnc/Makefile	(revision 348446)
 +++ net/x11vnc/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	x11vnc
  PORTVERSION=	0.9.13
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	net
  MASTER_SITES=	SF/libvncserver/${PORTNAME}/${PORTVERSION}
  
 Index: net/yaz/Makefile
 ===================================================================
 --- net/yaz/Makefile	(revision 348446)
 +++ net/yaz/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	yaz
  PORTVERSION=	5.0.18
 +PORTREVISION=	1
  CATEGORIES=	net
  MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
  
 Index: net-im/ekiga/Makefile
 ===================================================================
 --- net-im/ekiga/Makefile	(revision 348446)
 +++ net-im/ekiga/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ekiga
  PORTVERSION=	4.0.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	net-im
  MASTER_SITES=	GNOME
  #MASTER_SITES=	http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/
 Index: net-im/kmess-kde4/Makefile
 ===================================================================
 --- net-im/kmess-kde4/Makefile	(revision 348446)
 +++ net-im/kmess-kde4/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	kmess
  PORTVERSION=	2.0.6.2
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	net-im kde
  MASTER_SITES=	SF/${PORTNAME}/Latest%20versions/${PORTVERSION}/
  
 Index: net-im/kopete-kde4/Makefile
 ===================================================================
 --- net-im/kopete-kde4/Makefile	(revision 348446)
 +++ net-im/kopete-kde4/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	kopete
  PORTVERSION=	${KDE4_VERSION}
 +PORTREVISION=	1
  CATEGORIES=	net-im kde
  MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
  DIST_SUBDIR=	KDE/${PORTVERSION}
 Index: net-im/libpurple/Makefile
 ===================================================================
 --- net-im/libpurple/Makefile	(revision 348446)
 +++ net-im/libpurple/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME?=	libpurple
  PORTVERSION=	2.10.9
 -PORTREVISION?=	0
 +PORTREVISION?=	1
  CATEGORIES?=	net-im
  MASTER_SITES=	SF/pidgin/Pidgin/${PORTVERSION}
  DISTNAME=	pidgin-${PORTVERSION}
 Index: net-im/pidgin-twitter/Makefile
 ===================================================================
 --- net-im/pidgin-twitter/Makefile	(revision 348446)
 +++ net-im/pidgin-twitter/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pidgin-twitter
  PORTVERSION=	0.9.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	net-im
  MASTER_SITES=	http://www.honeyplanet.jp/
  
 Index: net-im/py-pyxmpp/Makefile
 ===================================================================
 --- net-im/py-pyxmpp/Makefile	(revision 348446)
 +++ net-im/py-pyxmpp/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pyxmpp
  PORTVERSION=	1.1.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	net-im python
  MASTER_SITES=	http://cloud.github.com/downloads/Jajcus/pyxmpp/
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 Index: net-im/telepathy-logger/Makefile
 ===================================================================
 --- net-im/telepathy-logger/Makefile	(revision 348446)
 +++ net-im/telepathy-logger/Makefile	(working copy)
 @@ -4,6 +4,7 @@
  
  PORTNAME=	telepathy-logger
  PORTVERSION=	0.4.0
 +PORTREVISION=	1
  CATEGORIES=	net-im
  MASTER_SITES=	http://telepathy.freedesktop.org/releases/${PORTNAME}/
  
 Index: net-im/telepathy-logger-qt4/Makefile
 ===================================================================
 --- net-im/telepathy-logger-qt4/Makefile	(revision 348446)
 +++ net-im/telepathy-logger-qt4/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	telepathy-logger-qt4
  PORTVERSION=	0.6.0
 +PORTREVISION=	1
  CATEGORIES=	net-im
  MASTER_SITES=	${MASTER_SITE_KDE}
  MASTER_SITE_SUBDIR=	stable/kde-telepathy/${PORTVERSION}/src
 Index: net-mgmt/collectd/Makefile
 ===================================================================
 --- net-mgmt/collectd/Makefile	(revision 348446)
 +++ net-mgmt/collectd/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	collectd
  PORTVERSION=	4.10.9
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	net-mgmt
  MASTER_SITES=	http://collectd.org/files/
  
 Index: net-mgmt/collectd5/Makefile
 ===================================================================
 --- net-mgmt/collectd5/Makefile	(revision 348446)
 +++ net-mgmt/collectd5/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	collectd
  PORTVERSION=	5.4.0
 -PORTREVISION=	3
 +PORTREVISION=	4
  PKGNAMESUFFIX=	5
  CATEGORIES=	net-mgmt
  MASTER_SITES=	http://collectd.org/files/
 Index: net-mgmt/ndpmon/Makefile
 ===================================================================
 --- net-mgmt/ndpmon/Makefile	(revision 348446)
 +++ net-mgmt/ndpmon/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ndpmon
  PORTVERSION=	1.4.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	net-mgmt ipv6
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.4/
  EXTRACT_SUFX=	.tgz
 Index: net-mgmt/ramond/Makefile
 ===================================================================
 --- net-mgmt/ramond/Makefile	(revision 348446)
 +++ net-mgmt/ramond/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ramond
  PORTVERSION=	0.5
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	net-mgmt ipv6
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/_${PORTVERSION}/
  
 Index: net-mgmt/scli/Makefile
 ===================================================================
 --- net-mgmt/scli/Makefile	(revision 348446)
 +++ net-mgmt/scli/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	scli
  PORTVERSION=	0.3.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	net-mgmt
  MASTER_SITES=	ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \
  		http://matt.peterson.org/FreeBSD/ports/
 Index: net-mgmt/torrus/Makefile
 ===================================================================
 --- net-mgmt/torrus/Makefile	(revision 348446)
 +++ net-mgmt/torrus/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	torrus
  PORTVERSION=	2.05
 +PORTREVISION=	1
  CATEGORIES=	net-mgmt
  MASTER_SITES=	SF/torrus/torrus/
  
 Index: net-mgmt/zabbix22-server/Makefile
 ===================================================================
 --- net-mgmt/zabbix22-server/Makefile	(revision 348446)
 +++ net-mgmt/zabbix22-server/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	zabbix22
  PORTVERSION=	2.2.2
 -PORTREVISION?=	0
 +PORTREVISION?=	1
  CATEGORIES=	net-mgmt
  MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
  PKGNAMESUFFIX?=	-server
 Index: net-p2p/dclib/Makefile
 ===================================================================
 --- net-p2p/dclib/Makefile	(revision 348446)
 +++ net-p2p/dclib/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	dclib
  PORTVERSION=	0.3.23
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	net-p2p
  MASTER_SITES=	SF/wxdcgui/${PORTNAME}/${PORTVERSION}
  
 Index: net-p2p/gtk-gnutella/Makefile
 ===================================================================
 --- net-p2p/gtk-gnutella/Makefile	(revision 348446)
 +++ net-p2p/gtk-gnutella/Makefile	(working copy)
 @@ -34,6 +34,7 @@
  
  PORTNAME=	gtk-gnutella
  PORTVERSION=	1.0.1
 +PORTREVISION=	1
  CATEGORIES=	net-p2p ipv6
  MASTER_SITES=	SF
  
 Index: net-p2p/microdc2/Makefile
 ===================================================================
 --- net-p2p/microdc2/Makefile	(revision 348446)
 +++ net-p2p/microdc2/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	microdc2
  PORTVERSION=	0.15.6
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	net-p2p
  MASTER_SITES=	http://corsair626.no-ip.org/microdc/
  
 Index: net-p2p/minder/Makefile
 ===================================================================
 --- net-p2p/minder/Makefile	(revision 348446)
 +++ net-p2p/minder/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	minder
  PORTVERSION=	2.0.2
 +PORTREVISION=	1
  CATEGORIES=	net-p2p
  MASTER_SITES=	http://www.alhem.net/project/minder/
  
 Index: net-p2p/retroshare/Makefile
 ===================================================================
 --- net-p2p/retroshare/Makefile	(revision 348446)
 +++ net-p2p/retroshare/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	retroshare
  PORTVERSION=	0.5.5a
 +PORTREVISION=	1
  CATEGORIES=	net-p2p
  MASTER_SITES=	SF
  MASTER_SITE_SUBDIR=${PORTNAME}/${BINARY}/${PORTVERSION}
 Index: net-p2p/valknut/Makefile
 ===================================================================
 --- net-p2p/valknut/Makefile	(revision 348446)
 +++ net-p2p/valknut/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	valknut
  PORTVERSION=	0.4.9
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	net-p2p
  MASTER_SITES=	SF/wxdcgui/${PORTNAME}-qt4/${PORTVERSION}
  
 Index: news/nzbget/Makefile
 ===================================================================
 --- news/nzbget/Makefile	(revision 348446)
 +++ news/nzbget/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	nzbget
  PORTVERSION=	12.0
 +PORTREVISION=	1
  CATEGORIES=	news
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
  
 Index: print/acroread9/Makefile
 ===================================================================
 --- print/acroread9/Makefile	(revision 348446)
 +++ print/acroread9/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	acroread9
  PORTVERSION?=	9.5.5
 +PORTREVISION=	1
  CATEGORIES?=	print linux
  MASTER_SITES?=	http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/ \
  		ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/
 Index: print/fontforge/Makefile
 ===================================================================
 --- print/fontforge/Makefile	(revision 348446)
 +++ print/fontforge/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	fontforge
  DISTVERSION=	20120731-b
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	print
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-source \
  		SF/freetype/${PORTNAME}/${PORTVERSION}:freetype \
 Index: print/foomatic-db/Makefile
 ===================================================================
 --- print/foomatic-db/Makefile	(revision 348446)
 +++ print/foomatic-db/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	db
  PORTVERSION=	20140106
 +PORTREVISION=	1
  CATEGORIES=	print
  MASTER_SITES=	http://www.openprinting.org/download/foomatic/ \
  		ftp://ftp.wart.ru/pub/FreeBSD/ports/distfiles/foomatic/
 Index: print/foomatic-db-engine/Makefile
 ===================================================================
 --- print/foomatic-db-engine/Makefile	(revision 348446)
 +++ print/foomatic-db-engine/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	engine
  PORTVERSION=	4.0.9
 +PORTREVISION=	1
  PORTEPOCH=	2
  CATEGORIES=	print
  MASTER_SITES=	http://www.openprinting.org/download/foomatic/ \
 Index: print/freetype2/Makefile
 ===================================================================
 --- print/freetype2/Makefile	(revision 348446)
 +++ print/freetype2/Makefile	(working copy)
 @@ -4,6 +4,7 @@
  
  PORTNAME=	freetype2
  PORTVERSION=	2.5.3
 +PORTREVISION=	1
  CATEGORIES=	print
  MASTER_SITES=	http://savannah.nongnu.org/download/freetype/ \
  		SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/ \
 @@ -18,12 +19,10 @@
  COMMENT=	Free and portable TrueType font rendering engine
  
  USE_BZIP2=	yes
 -USES=		gmake
 +USES=		gmake libtool
  MAKE_ENV=	TOP=""
  USE_LDCONFIG=	yes
  GNU_CONFIGURE=	yes
 -USE_GNOME=	ltverhack:9
 -ltverhack_PATCH_FILES=	builds/unix/ltmain.sh
  CONFIGURE_ARGS=	--without-harfbuzz
  CONFIGURE_WRKSRC=	${WRKSRC}/builds/unix
  
 Index: print/freetype2/pkg-plist
 ===================================================================
 --- print/freetype2/pkg-plist	(revision 348446)
 +++ print/freetype2/pkg-plist	(working copy)
 @@ -53,7 +53,8 @@
  lib/libfreetype.a
  lib/libfreetype.la
  lib/libfreetype.so
 -lib/libfreetype.so.9
 +lib/libfreetype.so.6
 +lib/libfreetype.so.6.11.2
  libdata/pkgconfig/freetype2.pc
  man/man1/freetype-config.1.gz
  share/aclocal/freetype2.m4
 Index: print/ft2demos/Makefile
 ===================================================================
 --- print/ft2demos/Makefile	(revision 348446)
 +++ print/ft2demos/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	ft2demos
  PORTVERSION=	2.5.2
 +PORTREVISION=	1
  CATEGORIES=	print
  MASTER_SITES=	SF/freetype/freetype-demos/${PORTVERSION} \
  		RINGSERVER/graphics/freetype/freetype2
 Index: print/ghostscript8/Makefile
 ===================================================================
 --- print/ghostscript8/Makefile	(revision 348446)
 +++ print/ghostscript8/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ghostscript
  PORTVERSION=	8.71
 -PORTREVISION=	14
 +PORTREVISION=	15
  CATEGORIES=	print
  MASTER_SITES=	http://downloads.ghostscript.com/public/:gs_srcs \
  		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
 Index: print/ghostscript9/Makefile
 ===================================================================
 --- print/ghostscript9/Makefile	(revision 348446)
 +++ print/ghostscript9/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	ghostscript
  PORTVERSION=	9.06
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	print
  MASTER_SITES=	http://downloads.ghostscript.com/public/:gs_srcs \
  		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
 Index: print/ghostscript9-agpl/Makefile
 ===================================================================
 --- print/ghostscript9-agpl/Makefile	(revision 348446)
 +++ print/ghostscript9-agpl/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	ghostscript
  PORTVERSION=	9.07
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	print
  MASTER_SITES=	http://downloads.ghostscript.com/public/:gs_srcs \
  		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
 Index: print/harfbuzz/Makefile
 ===================================================================
 --- print/harfbuzz/Makefile	(revision 348446)
 +++ print/harfbuzz/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	harfbuzz
  PORTVERSION=	0.9.25
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	print
  MASTER_SITES=	http://www.freedesktop.org/software/harfbuzz/release/
  
 Index: print/libgnomeprint/Makefile
 ===================================================================
 --- print/libgnomeprint/Makefile	(revision 348446)
 +++ print/libgnomeprint/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	libgnomeprint
  PORTVERSION=	2.18.8
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	print gnome
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome2
 Index: print/libotf/Makefile
 ===================================================================
 --- print/libotf/Makefile	(revision 348446)
 +++ print/libotf/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libotf
  PORTVERSION=	0.9.13
 +PORTREVISION=	1
  CATEGORIES=	print devel
  MASTER_SITES=	${MASTER_SITE_SAVANNAH}:m17n
  MASTER_SITE_SUBDIR=	m17n
 Index: print/lilypond/Makefile
 ===================================================================
 --- print/lilypond/Makefile	(revision 348446)
 +++ print/lilypond/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	lilypond
  PORTVERSION=	2.18.1
 +PORTREVISION=	1
  CATEGORIES=	print audio
  MASTER_SITES=	http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
  
 Index: print/lilypond-devel/Makefile
 ===================================================================
 --- print/lilypond-devel/Makefile	(revision 348446)
 +++ print/lilypond-devel/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	lilypond
  PORTVERSION=	2.19.3
 +PORTREVISION=	1
  CATEGORIES=	print audio
  MASTER_SITES=	http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
  PKGNAMESUFFIX=	-devel
 Index: print/p5-Font-FreeType/Makefile
 ===================================================================
 --- print/p5-Font-FreeType/Makefile	(revision 348446)
 +++ print/p5-Font-FreeType/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	Font-FreeType
  PORTVERSION=	0.03
 +PORTREVISION=	1
  CATEGORIES=	print perl5
  MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
 Index: print/pdfcube/Makefile
 ===================================================================
 --- print/pdfcube/Makefile	(revision 348446)
 +++ print/pdfcube/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pdfcube
  PORTVERSION=	0.0.5
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	print
  MASTER_SITES=	http://code.100allora.it/releases/pdfcube/
  
 Index: print/photoprint/Makefile
 ===================================================================
 --- print/photoprint/Makefile	(revision 348446)
 +++ print/photoprint/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	photoprint
  DISTVERSION=	0.4.2-pre2
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	print graphics
  MASTER_SITES=	http://www.blackfiveimaging.co.uk/photoprint/
  
 Index: print/py-reportlab/Makefile
 ===================================================================
 --- print/py-reportlab/Makefile	(revision 348446)
 +++ print/py-reportlab/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	reportlab
  PORTVERSION=	3.0
 +PORTREVISION=	1
  CATEGORIES=	print python
  MASTER_SITES=	CHEESESHOP \
  		http://www.reportlab.com/ftp/
 Index: print/py-reportlab2/Makefile
 ===================================================================
 --- print/py-reportlab2/Makefile	(revision 348446)
 +++ print/py-reportlab2/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	reportlab2
  PORTVERSION=	2.5
 +PORTREVISION=	1
  CATEGORIES=	print python
  MASTER_SITES=	http://www.reportlab.com/ftp/
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 @@ -57,7 +58,7 @@
  .endif
  
  .if ${PORT_OPTIONS:MFREETYPE}
 -LIB_DEPENDS+=	freetype.9:${PORTSDIR}/print/freetype2
 +LIB_DEPENDS+=	libfreetype.so:${PORTSDIR}/print/freetype2
  .endif
  
  post-install:
 Index: print/scribus/Makefile
 ===================================================================
 --- print/scribus/Makefile	(revision 348446)
 +++ print/scribus/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	scribus
  PORTVERSION=	1.4.3
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	print editors
  MASTER_SITES=	SF \
  		http://www.scribus.net/downloads/${PORTVERSION}/
 Index: print/scribus-devel/Makefile
 ===================================================================
 --- print/scribus-devel/Makefile	(revision 348446)
 +++ print/scribus-devel/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	scribus
  PORTVERSION=	1.5.0
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	print editors
  MASTER_SITES=	http://download.tuxfamily.org/bartcoding/FreeBSD/ \
  				${MASTER_SITE_LOCAL}
 Index: print/tex-aleph/Makefile
 ===================================================================
 --- print/tex-aleph/Makefile	(revision 348446)
 +++ print/tex-aleph/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	aleph
  PORTVERSION=	0.0.r.4
 +PORTREVISION=	1
  CATEGORIES=	print
  MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2012/
  PKGNAMEPREFIX=	tex-
 Index: print/tex-luatex/Makefile
 ===================================================================
 --- print/tex-luatex/Makefile	(revision 348446)
 +++ print/tex-luatex/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	luatex
  PORTVERSION=	0.70.2
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	print
  MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2012/
  PKGNAMEPREFIX=	tex-
 Index: print/tex-xdvik/Makefile
 ===================================================================
 --- print/tex-xdvik/Makefile	(revision 348446)
 +++ print/tex-xdvik/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	xdvik
  PORTVERSION=	22.86
 +PORTREVISION=	1
  CATEGORIES=	print
  MASTER_SITES=	SF/xdvi/${PORTNAME}/${PORTVERSION}
  PKGNAMEPREFIX=	tex-
 @@ -11,7 +12,7 @@
  MAINTAINER=	hrs@FreeBSD.org
  COMMENT=	DVI Previewer(kpathsearch) for X
  
 -LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2 \
 +LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
  		paper:${PORTSDIR}/print/libpaper
  
  USES=		iconv gmake motif
 Index: print/tex-xetex/Makefile
 ===================================================================
 --- print/tex-xetex/Makefile	(revision 348446)
 +++ print/tex-xetex/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xetex
  PORTVERSION=	0.9999
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	print
  MASTER_SITES=	http://people.allbsd.org/~hrs/FreeBSD/:web2c \
  		ftp://tug.org/historic/systems/texlive/2012/:texmf
 Index: print/texlive-base/Makefile
 ===================================================================
 --- print/texlive-base/Makefile	(revision 348446)
 +++ print/texlive-base/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	texlive
  PORTVERSION=	20120701
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	print
  MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2012/
  PKGNAMESUFFIX=	-base
 Index: print/ttf2pt1/Makefile
 ===================================================================
 --- print/ttf2pt1/Makefile	(revision 348446)
 +++ print/ttf2pt1/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ttf2pt1
  PORTVERSION=	3.4.4
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	print
  MASTER_SITES=	SF
  EXTRACT_SUFX=	.tgz
 Index: print/wprint/Makefile
 ===================================================================
 --- print/wprint/Makefile	(revision 348446)
 +++ print/wprint/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	wprint
  PORTVERSION=	2.05
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	print
  MASTER_SITES=	http://programoj.esperanto.org.uy/angle/
  
 Index: science/flounder/Makefile
 ===================================================================
 --- science/flounder/Makefile	(revision 348446)
 +++ science/flounder/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	flounder
  PORTVERSION=	0.40
 -PORTREVISION=	17
 +PORTREVISION=	18
  CATEGORIES=	science
  MASTER_SITES=	http://www.enel.ucalgary.ca/People/vigmond/flounder/
  EXTRACT_SUFX=	.tgz
 Index: science/gchemutils/Makefile
 ===================================================================
 --- science/gchemutils/Makefile	(revision 348446)
 +++ science/gchemutils/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	gchemutils
  PORTVERSION=	0.14.7
 +PORTREVISION=	1
  CATEGORIES=	science
  MASTER_SITES=	${MASTER_SITE_SAVANNAH}
  MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTVERSION:R}
 Index: science/ghemical/Makefile
 ===================================================================
 --- science/ghemical/Makefile	(revision 348446)
 +++ science/ghemical/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ghemical
  PORTVERSION=	3.0.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	science
  MASTER_SITES=	http://bioinformatics.org/ghemical/download/release20111012/	\
  		http://bioinformatics.org/ghemical/download/current
 Index: science/gwyddion/Makefile
 ===================================================================
 --- science/gwyddion/Makefile	(revision 348446)
 +++ science/gwyddion/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	gwyddion
  PORTVERSION=	2.35
 +PORTREVISION=	1
  CATEGORIES=	science graphics
  MASTER_SITES=	SF
  
 Index: science/liboglappth/Makefile
 ===================================================================
 --- science/liboglappth/Makefile	(revision 348446)
 +++ science/liboglappth/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	liboglappth
  PORTVERSION=	1.0.0
 +PORTREVISION=	1
  CATEGORIES=	science
  MASTER_SITES=	http://bioinformatics.org/ghemical/download/release20111012/	\
  		http://bioinformatics.org/ghemical/download/current
 Index: science/linsmith/Makefile
 ===================================================================
 --- science/linsmith/Makefile	(revision 348446)
 +++ science/linsmith/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	linsmith
  PORTVERSION=	0.99.26
 +PORTREVISION=	1
  CATEGORIES=	science hamradio
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 Index: science/massxpert/Makefile
 ===================================================================
 --- science/massxpert/Makefile	(revision 348446)
 +++ science/massxpert/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	massxpert
  PORTVERSION=	3.4.0
 +PORTREVISION=	1
  CATEGORIES=	science
  MASTER_SITES=	http://download.tuxfamily.org/massxpert/source/
  
 Index: science/medit/Makefile
 ===================================================================
 --- science/medit/Makefile	(revision 348446)
 +++ science/medit/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	medit
  PORTVERSION=	2012.02.05
 +PORTREVISION=	1
  CATEGORIES=	science graphics
  MASTER_SITES=	http://www.ann.jussieu.fr/~frey/ftp/archives/
  EXTRACT_SUFX=	.tgz
 Index: science/ncs/Makefile
 ===================================================================
 --- science/ncs/Makefile	(revision 348446)
 +++ science/ncs/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ncs
  PORTVERSION=	2.0.4
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	science parallel
  MASTER_SITES=	http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/
  DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//g}
 Index: science/openbabel/Makefile
 ===================================================================
 --- science/openbabel/Makefile	(revision 348446)
 +++ science/openbabel/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	openbabel
  PORTVERSION=	2.3.2
 +PORTREVISION=	1
  CATEGORIES=	science
  MASTER_SITES=	SF
  
 Index: science/paraview/Makefile
 ===================================================================
 --- science/paraview/Makefile	(revision 348446)
 +++ science/paraview/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	paraview
  PORTVERSION=	3.10.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	science graphics
  MASTER_SITES=	http://www.paraview.org/files/v${VERMAJORMINOR}/
  DISTNAME=	ParaView-${PORTVERSION}
 Index: science/xmakemol/Makefile
 ===================================================================
 --- science/xmakemol/Makefile	(revision 348446)
 +++ science/xmakemol/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xmakemol
  PORTVERSION=	5.16
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	science
  MASTER_SITES=	SAVANNAH
  
 Index: security/clamav/Makefile
 ===================================================================
 --- security/clamav/Makefile	(revision 348446)
 +++ security/clamav/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	clamav
  PORTVERSION=	0.98.1
 +PORTREVISION=	1
  CATEGORIES=	security
  MASTER_SITES=	SF
  
 Index: security/kc/Makefile
 ===================================================================
 --- security/kc/Makefile	(revision 348446)
 +++ security/kc/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	kc
  PORTVERSION=	2.3.2
 +PORTREVISION=	1
  CATEGORIES=	security
  MASTER_SITES=	http://github.com/levaidaniel/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
  
 Index: security/lasso/Makefile
 ===================================================================
 --- security/lasso/Makefile	(revision 348446)
 +++ security/lasso/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	lasso
  PORTVERSION=	2.1.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	security
  MASTER_SITES=	http://labs.libre-entreprise.org/frs/download.php/594/
  
 Index: security/lsh/Makefile
 ===================================================================
 --- security/lsh/Makefile	(revision 348446)
 +++ security/lsh/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	lsh
  PORTVERSION=	2.0.4
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	security ipv6
  MASTER_SITES=	${MASTER_SITE_GNUPG} \
  		ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/
 Index: security/oath-toolkit/Makefile
 ===================================================================
 --- security/oath-toolkit/Makefile	(revision 348446)
 +++ security/oath-toolkit/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	oath-toolkit
  PORTVERSION=	2.4.0
 +PORTREVISION=	1
  CATEGORIES=	security
  MASTER_SITES=	${MASTER_SITE_SAVANNAH}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 Index: security/openconnect/Makefile
 ===================================================================
 --- security/openconnect/Makefile	(revision 348446)
 +++ security/openconnect/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	openconnect
  PORTVERSION=	5.03
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	security
  MASTER_SITES=	ftp://ftp.infradead.org/pub/openconnect/ \
  		http://mirrors.rit.edu/zi/
 Index: security/prelude-manager/Makefile
 ===================================================================
 --- security/prelude-manager/Makefile	(revision 348446)
 +++ security/prelude-manager/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	prelude-manager
  PORTVERSION=	1.0.2
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	security
  MASTER_SITES=	https://www.prelude-ids.org/attachments/download/243/
  
 Index: security/pwman/Makefile
 ===================================================================
 --- security/pwman/Makefile	(revision 348446)
 +++ security/pwman/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	pwman
  PORTVERSION=	0.4.0
 +PORTREVISION=	1
  CATEGORIES=	security
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 @@ -9,7 +10,7 @@
  MAINTAINER=	anders@FreeBSD.org
  COMMENT=	Console password management application based on gpg(me)
  
 -LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
 +LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2
  RUN_DEPENDS=	gpgv:${PORTSDIR}/security/gnupg1
  
  GNU_CONFIGURE=	yes
 Index: security/py-xmlsec/Makefile
 ===================================================================
 --- security/py-xmlsec/Makefile	(revision 348446)
 +++ security/py-xmlsec/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xmlsec
  PORTVERSION=	0.3.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	security python
  MASTER_SITES=	http://labs.libre-entreprise.org/frs/download.php/430/
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 Index: security/razorback-scriptNugget/Makefile
 ===================================================================
 --- security/razorback-scriptNugget/Makefile	(revision 348446)
 +++ security/razorback-scriptNugget/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	scriptNugget
  PORTVERSION=	0.5.0
 +PORTREVISION=	1
  CATEGORIES=	security
  MASTER_SITES=	SF/razorbacktm/Nuggets
  PKGNAMEPREFIX=	razorback-
 Index: security/sssd/Makefile
 ===================================================================
 --- security/sssd/Makefile	(revision 348446)
 +++ security/sssd/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	sssd
  DISTVERSION=	1.9.6
 +PORTREVISION=	1
  CATEGORIES=	security
  MASTER_SITES=   https://fedorahosted.org/released/${PORTNAME}/ \
  		http://mirrors.rit.edu/zi/
 Index: security/xmlsec1/Makefile
 ===================================================================
 --- security/xmlsec1/Makefile	(revision 348446)
 +++ security/xmlsec1/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	xmlsec1
  PORTVERSION=	1.2.19
 +PORTREVISION=	1
  CATEGORIES=	security
  MASTER_SITES=	http://www.aleksey.com/xmlsec/download/ \
  		ftp://ftp.aleksey.com/pub/xmlsec/releases/ \
 Index: sysutils/asfsm/Makefile
 ===================================================================
 --- sysutils/asfsm/Makefile	(revision 348446)
 +++ sysutils/asfsm/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	asfsm
  DISTVERSION=	1.0pre15
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	sysutils afterstep
  MASTER_SITES=	AFTERSTEP/apps/asfsm/ \
  		http://tigr.net/afterstep/download/asfsm/
 Index: sysutils/conky/Makefile
 ===================================================================
 --- sysutils/conky/Makefile	(revision 348446)
 +++ sysutils/conky/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	conky
  PORTVERSION=	1.9.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	sysutils
  MASTER_SITES=	SF
  
 Index: sysutils/createrepo/Makefile
 ===================================================================
 --- sysutils/createrepo/Makefile	(revision 348446)
 +++ sysutils/createrepo/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	createrepo
  PORTVERSION=	0.9.8
 +PORTREVISION=	1
  CATEGORIES=	sysutils
  MASTER_SITES=	http://createrepo.baseurl.org/download/
  
 Index: sysutils/dunst/Makefile
 ===================================================================
 --- sysutils/dunst/Makefile	(revision 348446)
 +++ sysutils/dunst/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	dunst
  PORTVERSION=	1.0.0
 +PORTREVISION=	1
  CATEGORIES=	sysutils
  MASTER_SITES=	http://www.knopwob.org/public/dunst-release/
  
 Index: sysutils/epylog/Makefile
 ===================================================================
 --- sysutils/epylog/Makefile	(revision 348446)
 +++ sysutils/epylog/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	epylog
  PORTVERSION=	1.0.3
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	sysutils
  MASTER_SITES=	http://linux.duke.edu/projects/epylog/download/
  
 Index: sysutils/fusefs-s3fs/Makefile
 ===================================================================
 --- sysutils/fusefs-s3fs/Makefile	(revision 348446)
 +++ sysutils/fusefs-s3fs/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	s3fs
  DISTVERSION=	1.71
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	sysutils
  MASTER_SITES=	GOOGLE_CODE
  PKGNAMEPREFIX=	fusefs-
 Index: sysutils/grub2/Makefile
 ===================================================================
 --- sysutils/grub2/Makefile	(revision 348446)
 +++ sysutils/grub2/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	grub2
  PORTVERSION=	2.00
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	sysutils
  MASTER_SITES=	GNU/grub
  DISTNAME=	grub-${PORTVERSION}
 @@ -45,7 +45,7 @@
  PLIST_SUB+=	EFIEMU=${EFIEMU}
  
  .if ${PORT_OPTIONS:MMKFONT}
 -LIB_DEPENDS+=	freetype.9:${PORTSDIR}/print/freetype2
 +LIB_DEPENDS+=	libfreetype.so:${PORTSDIR}/print/freetype2
  BUILD_DEPENDS+=	${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
  MAN1+=		grub-mkfont.1
  .else
 Index: sysutils/gtk-imonc/Makefile
 ===================================================================
 --- sysutils/gtk-imonc/Makefile	(revision 348446)
 +++ sysutils/gtk-imonc/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gtk-imonc
  PORTVERSION=	0.6.4.1
 -PORTREVISION=	14
 +PORTREVISION=	15
  CATEGORIES=	sysutils
  MASTER_SITES=	http://stefan-strigler.de/download/
  
 Index: sysutils/heartbeat/Makefile
 ===================================================================
 --- sysutils/heartbeat/Makefile	(revision 348446)
 +++ sysutils/heartbeat/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	heartbeat
  PORTVERSION=	2.1.4
 -PORTREVISION=	20
 +PORTREVISION=	21
  CATEGORIES=	sysutils
  #MASTER_SITES=	http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2
  MASTER_SITES=	${MASTER_SITE_LOCAL}
 Index: sysutils/istatd/Makefile
 ===================================================================
 --- sysutils/istatd/Makefile	(revision 348446)
 +++ sysutils/istatd/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	istatd
  PORTVERSION=	0.5.8
 +PORTREVISION=	1
  CATEGORIES=	sysutils
  MASTER_SITES=	http://cloud.github.com/downloads/tiwilliam/${PORTNAME}/
  
 Index: sysutils/krename-kde4/Makefile
 ===================================================================
 --- sysutils/krename-kde4/Makefile	(revision 348446)
 +++ sysutils/krename-kde4/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	krename
  PORTVERSION=	4.0.9
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	sysutils kde
  MASTER_SITES=	SF/${PORTNAME}/KDE4%20${PORTNAME}-stable/${PORTVERSION}
  
 Index: sysutils/lcdproc/Makefile
 ===================================================================
 --- sysutils/lcdproc/Makefile	(revision 348446)
 +++ sysutils/lcdproc/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	lcdproc
  PORTVERSION=	0.5.6
 +PORTREVISION=	1
  CATEGORIES=	sysutils
  MASTER_SITES=	SF
  
 @@ -110,7 +111,7 @@
  .endif
  
  .if ${PORT_OPTIONS:MFREETYPE}
 -LIB_DEPENDS+=		freetype:${PORTSDIR}/print/freetype2
 +LIB_DEPENDS+=		libfreetype.so:${PORTSDIR}/print/freetype2
  .else
  CONFIGURE_ARGS+=	--disable-freetype
  .endif
 Index: sysutils/libfvde/Makefile
 ===================================================================
 --- sysutils/libfvde/Makefile	(revision 348446)
 +++ sysutils/libfvde/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libfvde
  PORTVERSION=	20130305
 +PORTREVISION=	1
  CATEGORIES=	sysutils
  MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSLUVJYl9XRWhKSjg/
  DISTFILES=	${PORTNAME}-experimental-${PORTVERSION}${EXTRACT_SUFX}
 Index: sysutils/lire/Makefile
 ===================================================================
 --- sysutils/lire/Makefile	(revision 348446)
 +++ sysutils/lire/Makefile	(working copy)
 @@ -9,7 +9,7 @@
  
  PORTNAME=	lire
  PORTVERSION=	2.1
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	sysutils
  MASTER_SITES=	http://download.logreport.org/pub/
  
 Index: sysutils/mate-control-center/Makefile
 ===================================================================
 --- sysutils/mate-control-center/Makefile	(revision 348446)
 +++ sysutils/mate-control-center/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mate-control-center
  PORTVERSION=	1.6.1
 +PORTREVISION=	1
  CATEGORIES=	sysutils mate
  MASTER_SITES=	MATE
  DIST_SUBDIR=	mate
 Index: sysutils/mate-system-monitor/Makefile
 ===================================================================
 --- sysutils/mate-system-monitor/Makefile	(revision 348446)
 +++ sysutils/mate-system-monitor/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mate-system-monitor
  PORTVERSION=	1.6.1
 +PORTREVISION=	1
  CATEGORIES=	sysutils mate
  MASTER_SITES=	MATE
  DIST_SUBDIR=	mate
 Index: sysutils/moreutils/Makefile
 ===================================================================
 --- sysutils/moreutils/Makefile	(revision 348446)
 +++ sysutils/moreutils/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	moreutils
  PORTVERSION=	0.51
 +PORTREVISION=	1
  CATEGORIES=	sysutils
  MASTER_SITES=	DEBIAN_POOL
  DISTNAME=	${PORTNAME}_${PORTVERSION}
 Index: sysutils/nitrogen/Makefile
 ===================================================================
 --- sysutils/nitrogen/Makefile	(revision 348446)
 +++ sysutils/nitrogen/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	nitrogen
  PORTVERSION=	1.5.2
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	sysutils
  MASTER_SITES=	http://projects.l3ib.org/nitrogen/files/
  
 Index: sysutils/pam_mount/Makefile
 ===================================================================
 --- sysutils/pam_mount/Makefile	(revision 348446)
 +++ sysutils/pam_mount/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	pam_mount
  PORTVERSION=	2.12
 +PORTREVISION=	1
  CATEGORIES=	sysutils
  MASTER_SITES=	SF/${PORTNAME:S/_/-/}/${PORTNAME}/${PORTVERSION}/
  
 Index: sysutils/xbatt/Makefile
 ===================================================================
 --- sysutils/xbatt/Makefile	(revision 348446)
 +++ sysutils/xbatt/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xbatt
  PORTVERSION=	1.2.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	sysutils
  MASTER_SITES=	http://www.clave.gr.jp/~eto/xbatt/
  
 Index: sysutils/xcpustate/Makefile
 ===================================================================
 --- sysutils/xcpustate/Makefile	(revision 348446)
 +++ sysutils/xcpustate/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xcpustate
  PORTVERSION=	2.9
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	sysutils
  MASTER_SITES=	http://ftp.cs.toronto.edu/pub/jdd/xcpustate/
  EXTRACT_SUFX=	.shar
 Index: sysutils/xdu/Makefile
 ===================================================================
 --- sysutils/xdu/Makefile	(revision 348446)
 +++ sysutils/xdu/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xdu
  PORTVERSION=	3.0
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	sysutils
  MASTER_SITES=	http://sd.wareonearth.com/~phil/xdu/
  EXTRACT_SUFX=	.tar.Z
 Index: sysutils/xsi/Makefile
 ===================================================================
 --- sysutils/xsi/Makefile	(revision 348446)
 +++ sysutils/xsi/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	xsi
  PORTVERSION=	1.0.b2
 +PORTREVISION=	1
  CATEGORIES=	sysutils
  MASTER_SITES=	SF/xmlsysinfo/xmlsysinfo/1.0-beta2/
  DISTNAME=	${PORTNAME}-1.0-beta2
 Index: textproc/R-cran-XML/Makefile
 ===================================================================
 --- textproc/R-cran-XML/Makefile	(revision 348446)
 +++ textproc/R-cran-XML/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	XML
  DISTVERSION=	3.98-1.1
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	textproc
  DISTNAME=	${PORTNAME}_${DISTVERSION}
  
 Index: textproc/apertium/Makefile
 ===================================================================
 --- textproc/apertium/Makefile	(revision 348446)
 +++ textproc/apertium/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	apertium
  PORTVERSION=	${APVER}.${APREV}
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	textproc
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${APVER}
  
 Index: textproc/augeas/Makefile
 ===================================================================
 --- textproc/augeas/Makefile	(revision 348446)
 +++ textproc/augeas/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	augeas
  PORTVERSION=	1.1.0
 +PORTREVISION=	1
  CATEGORIES=	textproc
  MASTER_SITES=	http://download.augeas.net/
  
 Index: textproc/diffmark/Makefile
 ===================================================================
 --- textproc/diffmark/Makefile	(revision 348446)
 +++ textproc/diffmark/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	diffmark
  PORTVERSION=	0.10
 +PORTREVISION=	1
  CATEGORIES=	textproc
  MASTER_SITES=	http://www.mangrove.cz/diffmark/ \
  		http://penguin.cz/~vbarta/diffmark/
 Index: textproc/ebook-tools/Makefile
 ===================================================================
 --- textproc/ebook-tools/Makefile	(revision 348446)
 +++ textproc/ebook-tools/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	ebook-tools
  PORTVERSION=	0.2.2
 +PORTREVISION=	1
  CATEGORIES=	textproc kde
  MASTER_SITES=	SF
  
 Index: textproc/ecromedos/Makefile
 ===================================================================
 --- textproc/ecromedos/Makefile	(revision 348446)
 +++ textproc/ecromedos/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ecromedos
  PORTVERSION=	1.0.1
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	textproc print www
  MASTER_SITES=	http://www.ecromedos.net/files/${PORTVERSION}/
  
 Index: textproc/exmpp/Makefile
 ===================================================================
 --- textproc/exmpp/Makefile	(revision 348446)
 +++ textproc/exmpp/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	exmpp
  PORTVERSION=	0.9.7
 +PORTREVISION=	1
  CATEGORIES=	textproc net-im
  MASTER_SITES=	http://download.process-one.net/${PORTNAME}/
  EXTRACT_SUFX=	.tgz
 @@ -13,7 +14,7 @@
  BUILD_DEPENDS=	erlc:${PORTSDIR}/lang/erlang
  RUN_DEPENDS=	erl:${PORTSDIR}/lang/erlang
  LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2 \
 -		xml2.5:${PORTSDIR}/textproc/libxml2
 +		libxml2.so:${PORTSDIR}/textproc/libxml2
  
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS+=	--enable-static=yes \
 Index: textproc/gdome2/Makefile
 ===================================================================
 --- textproc/gdome2/Makefile	(revision 348446)
 +++ textproc/gdome2/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gdome2
  PORTVERSION=	0.8.1
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	textproc
  MASTER_SITES=	http://gdome2.cs.unibo.it/tarball/
  
 Index: textproc/gmetadom/Makefile
 ===================================================================
 --- textproc/gmetadom/Makefile	(revision 348446)
 +++ textproc/gmetadom/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	gmetadom
  PORTVERSION=	0.2.6
 +PORTREVISION=	1
  CATEGORIES=	textproc
  MASTER_SITES=	SF
  
 Index: textproc/gnome-doc-utils/Makefile
 ===================================================================
 --- textproc/gnome-doc-utils/Makefile	(revision 348446)
 +++ textproc/gnome-doc-utils/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	gnome-doc-utils
  PORTVERSION=	0.20.10
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	textproc gnome
  MASTER_SITES=	GNOME
  
 Index: textproc/hs-libxml/Makefile
 ===================================================================
 --- textproc/hs-libxml/Makefile	(revision 348446)
 +++ textproc/hs-libxml/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	libxml
  PORTVERSION=	0.1.1
 -PORTREVISION=	11
 +PORTREVISION=	12
  CATEGORIES=	textproc haskell
  
  MAINTAINER=	haskell@FreeBSD.org
 Index: textproc/itstool/Makefile
 ===================================================================
 --- textproc/itstool/Makefile	(revision 348446)
 +++ textproc/itstool/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	itstool
  PORTVERSION=	2.0.2
 +PORTREVISION=	1
  CATEGORIES=	textproc
  MASTER_SITES=	http://files.itstool.org/itstool/
  
 Index: textproc/libcroco/Makefile
 ===================================================================
 --- textproc/libcroco/Makefile	(revision 348446)
 +++ textproc/libcroco/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libcroco
  PORTVERSION=	0.6.8
 +PORTREVISION=	1
  CATEGORIES=	textproc gnome
  MASTER_SITES=	GNOME
  
 Index: textproc/liblingoteach/Makefile
 ===================================================================
 --- textproc/liblingoteach/Makefile	(revision 348446)
 +++ textproc/liblingoteach/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	liblingoteach
  PORTVERSION=	0.2.1
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	textproc
  MASTER_SITES=	SF/lingoteach/OldFiles
  
 Index: textproc/liblrdf/Makefile
 ===================================================================
 --- textproc/liblrdf/Makefile	(revision 348446)
 +++ textproc/liblrdf/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	liblrdf
  PORTVERSION=	0.5.0
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	textproc
  MASTER_SITES=	GENTOO/distfiles
  
 Index: textproc/libtranslate/Makefile
 ===================================================================
 --- textproc/libtranslate/Makefile	(revision 348446)
 +++ textproc/libtranslate/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=		libtranslate
  PORTVERSION=		0.99
 -PORTREVISION=		6
 +PORTREVISION=		7
  CATEGORIES=		textproc
  MASTER_SITES=		${MASTER_SITE_SAVANNAH}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 Index: textproc/libxml++26/Makefile
 ===================================================================
 --- textproc/libxml++26/Makefile	(revision 348446)
 +++ textproc/libxml++26/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	libxml++
  PORTVERSION=	2.34.2
 -PORTREVISION?=	0
 +PORTREVISION?=	1
  CATEGORIES=	textproc
  MASTER_SITES=	GNOME
  
 Index: textproc/libxml2/Makefile
 ===================================================================
 --- textproc/libxml2/Makefile	(revision 348446)
 +++ textproc/libxml2/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	libxml2
  PORTVERSION=	2.8.0
 -PORTREVISION?=	3
 +PORTREVISION?=	4
  CATEGORIES?=	textproc gnome
  MASTER_SITES=	ftp://xmlsoft.org/libxml2/ \
  		http://xmlsoft.org/sources/ \
 @@ -17,7 +17,7 @@
  .if !defined(REFERENCE_PORT)
  USE_CSTD=	gnu89
  GNU_CONFIGURE=	yes
 -USES=		pathfix gmake iconv pkgconfig
 +USES=		gmake iconv libtool pathfix pkgconfig
  USE_LDCONFIG=	yes
  CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \
  		--with-html-dir=${PREFIX}/share/doc \
 @@ -25,6 +25,9 @@
  		--with-lzma=/usr \
  		--without-python
  
 +LIBVERSION=	${PORTVERSION}
 +PLIST_SUB+=	LIBVERSION=${LIBVERSION}
 +
  .if !defined(MASTERDIR)
  OPTIONS_DEFINE= SCHEMA THREADS MEM_DEBUG XMLLINT_HIST THREAD_ALLOC
  OPTIONS_DEFAULT=SCHEMA THREADS
 @@ -60,6 +63,11 @@
  		-e 's|freebsd\[123\]\*)|freebsd[123].*)|g' \$$0; \
  		touch -mt \$$mtime \$$0" {} \; || /usr/bin/true
  
 +.if !defined(MASTERDIR)
 +post-install:
 +	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxml2.so.${LIBVERSION}
 +.endif # !defined(MASTERDIR)
 +
  .include <bsd.port.mk>
  
  .endif
 Index: textproc/libxml2/files/patch-Makefile.in
 ===================================================================
 --- textproc/libxml2/files/patch-Makefile.in	(revision 348446)
 +++ textproc/libxml2/files/patch-Makefile.in	(working copy)
 @@ -11,15 +11,6 @@
   DIST_SUBDIRS = include . doc example python xstc
   INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@ @LZMA_CFLAGS@
   bin_SCRIPTS = xml2-config
 -@@ -596,7 +596,7 @@
 - @USE_VERSION_SCRIPT_TRUE@LIBXML2_VERSION_SCRIPT = $(VERSION_SCRIPT_FLAGS)$(srcdir)/libxml2.syms
 - libxml2_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ \
 -                      $(LIBXML2_VERSION_SCRIPT) \
 --		     -version-info @LIBXML_VERSION_INFO@ \
 -+		     -version-info 5:0:0 \
 - 		     @MODULE_PLATFORM_LIBS@
 - 
 - @WITH_TRIO_SOURCES_FALSE@libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c  \
  @@ -712,7 +712,7 @@
   runxmlconf_DEPENDENCIES = $(DEPS)
   runxmlconf_LDADD = $(LDADDS)
 Index: textproc/libxml2/pkg-plist
 ===================================================================
 --- textproc/libxml2/pkg-plist	(revision 348446)
 +++ textproc/libxml2/pkg-plist	(working copy)
 @@ -52,7 +52,8 @@
  lib/libxml2.a
  lib/libxml2.la
  lib/libxml2.so
 -lib/libxml2.so.5
 +lib/libxml2.so.2
 +lib/libxml2.so.%%LIBVERSION%%
  libdata/pkgconfig/libxml-2.0.pc
  share/aclocal/libxml.m4
  man/man1/xml2-config.1.gz
 Index: textproc/lttoolbox/Makefile
 ===================================================================
 --- textproc/lttoolbox/Makefile	(revision 348446)
 +++ textproc/lttoolbox/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	lttoolbox
  PORTVERSION=	${APVER}.${APREV}
 +PORTREVISION=	1
  CATEGORIES=	textproc
  MASTER_SITES=	SF/apertium/${PORTNAME}/${APVER}
  
 @@ -9,7 +10,7 @@
  MAINTAINER=	i@levsha.me
  COMMENT=	A tool for lexical, morphological analysis and generation of words
  
 -LIB_DEPENDS=	xml2:${PORTSDIR}/textproc/libxml2
 +LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2
  
  APVER=	3.2
  APREV=	0
 Index: textproc/mate-doc-utils/Makefile
 ===================================================================
 --- textproc/mate-doc-utils/Makefile	(revision 348446)
 +++ textproc/mate-doc-utils/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mate-doc-utils
  PORTVERSION=	1.6.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	textproc mate
  MASTER_SITES=	MATE
  DIST_SUBDIR=	mate
 Index: textproc/ots/Makefile
 ===================================================================
 --- textproc/ots/Makefile	(revision 348446)
 +++ textproc/ots/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ots
  PORTVERSION=	0.5.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	textproc
  MASTER_SITES=	SF/lib${PORTNAME}/lib${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 Index: textproc/p5-XML-CanonicalizeXML/Makefile
 ===================================================================
 --- textproc/p5-XML-CanonicalizeXML/Makefile	(revision 348446)
 +++ textproc/p5-XML-CanonicalizeXML/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	XML-CanonicalizeXML
  PORTVERSION=	0.03
 +PORTREVISION=	1
  CATEGORIES=	textproc perl5
  MASTER_SITES=	CPAN
  MASTER_SITE_SUBDIR=	XML
 Index: textproc/p5-XML-LibXML/Makefile
 ===================================================================
 --- textproc/p5-XML-LibXML/Makefile	(revision 348446)
 +++ textproc/p5-XML-LibXML/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	XML-LibXML
  PORTVERSION=	2.0108
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	textproc perl5
  MASTER_SITES=	CPAN
 Index: textproc/p5-XML-LibXSLT/Makefile
 ===================================================================
 --- textproc/p5-XML-LibXSLT/Makefile	(revision 348446)
 +++ textproc/p5-XML-LibXSLT/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	XML-LibXSLT
  PORTVERSION=	1.88
 +PORTREVISION=	1
  CATEGORIES=	textproc perl5
  MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
 Index: textproc/pure-xml/Makefile
 ===================================================================
 --- textproc/pure-xml/Makefile	(revision 348446)
 +++ textproc/pure-xml/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pure-xml
  PORTVERSION=	0.6
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	textproc
  MASTER_SITES=	https://cdn.bitbucket.org/purelang/pure-lang/downloads/
  DIST_SUBDIR=	pure
 Index: textproc/py-libxml2/Makefile
 ===================================================================
 --- textproc/py-libxml2/Makefile	(revision 348446)
 +++ textproc/py-libxml2/Makefile	(working copy)
 @@ -1,7 +1,7 @@
  # Created by: Alexander Nedotsukov <bland@FreeBSD.org>
  # $FreeBSD$
  
 -PORTREVISION=	0
 +PORTREVISION=	1
  CATEGORIES=	textproc gnome python
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
  
 @@ -28,7 +28,8 @@
  EXAMPLESDIR=	${PREFIX}/share/examples/py-libxml2
  
  post-install:
 -	@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${STAGEDIR}${PYTHON_SITELIBDIR}
 -	@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${STAGEDIR}${PYTHON_SITELIBDIR}
 +	@cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
 +	@cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
 +	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/libxml2mod.so
  
  .include "${MASTERDIR}/Makefile"
 Index: textproc/py-pyx12/Makefile
 ===================================================================
 --- textproc/py-pyx12/Makefile	(revision 348446)
 +++ textproc/py-pyx12/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	pyx12
  PORTVERSION=	1.5.0
 +PORTREVISION=	1
  CATEGORIES=	textproc python
  MASTER_SITES=	SF
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 Index: textproc/raptor/Makefile
 ===================================================================
 --- textproc/raptor/Makefile	(revision 348446)
 +++ textproc/raptor/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	raptor
  PORTVERSION=	1.4.21
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	textproc
  MASTER_SITES=	SF/librdf/${PORTNAME}/${PORTVERSION} \
  		http://download.librdf.org/source/
 Index: textproc/raptor2/Makefile
 ===================================================================
 --- textproc/raptor2/Makefile	(revision 348446)
 +++ textproc/raptor2/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	raptor2
  PORTVERSION=	2.0.13
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	textproc
  MASTER_SITES=	http://download.librdf.org/source/ \
  		SF/librdf/${PORTNAME}/${PORTVERSION}
 Index: textproc/rubygem-augeas/Makefile
 ===================================================================
 --- textproc/rubygem-augeas/Makefile	(revision 348446)
 +++ textproc/rubygem-augeas/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	ruby-augeas
  PORTVERSION=	0.5.0
 +PORTREVISION=	1
  CATEGORIES=	textproc rubygems
  MASTER_SITES=	http://download.augeas.net/ruby/
  
 Index: textproc/rubygem-libxml-ruby/Makefile
 ===================================================================
 --- textproc/rubygem-libxml-ruby/Makefile	(revision 348446)
 +++ textproc/rubygem-libxml-ruby/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libxml-ruby
  PORTVERSION=	2.6.0
 +PORTREVISION=	1
  CATEGORIES=	textproc rubygems
  MASTER_SITES=	RG
  
 Index: textproc/rubygem-nokogiri/Makefile
 ===================================================================
 --- textproc/rubygem-nokogiri/Makefile	(revision 348446)
 +++ textproc/rubygem-nokogiri/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	nokogiri
  PORTVERSION=	1.6.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	textproc rubygems
  MASTER_SITES=	RG
  
 Index: textproc/scim-kmfl-imengine/Makefile
 ===================================================================
 --- textproc/scim-kmfl-imengine/Makefile	(revision 348446)
 +++ textproc/scim-kmfl-imengine/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	scim-kmfl-imengine
  PORTVERSION=	0.9.9
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	textproc
  MASTER_SITES=	SF/kmfl/kmfl/${PORTVERSION} \
  		http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
 Index: textproc/ssddiff/Makefile
 ===================================================================
 --- textproc/ssddiff/Makefile	(revision 348446)
 +++ textproc/ssddiff/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ssddiff
  PORTVERSION=	0.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	textproc
  MASTER_SITES=	http://alioth.debian.org/frs/download.php/1469/
  
 Index: textproc/xml2/Makefile
 ===================================================================
 --- textproc/xml2/Makefile	(revision 348446)
 +++ textproc/xml2/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	xml2
  PORTVERSION=	0.5
 +PORTREVISION=	1
  CATEGORIES=	textproc
  MASTER_SITES=	http://download.ofb.net/gale/ \
  		http://www.it.ca/~paul/src/
 Index: textproc/xmlroff/Makefile
 ===================================================================
 --- textproc/xmlroff/Makefile	(revision 348446)
 +++ textproc/xmlroff/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xmlroff
  PORTVERSION=	0.6.2
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	textproc
  MASTER_SITES=	http://xmlroff.org/download/
  
 Index: textproc/xmlto/Makefile
 ===================================================================
 --- textproc/xmlto/Makefile	(revision 348446)
 +++ textproc/xmlto/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xmlto
  PORTVERSION=	0.0.25
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	textproc
  MASTER_SITES=	https://fedorahosted.org/releases/x/m/xmlto/:xmlto \
  		LOCAL/mandree/:xmlto \
 Index: textproc/xmlwrapp/Makefile
 ===================================================================
 --- textproc/xmlwrapp/Makefile	(revision 348446)
 +++ textproc/xmlwrapp/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xmlwrapp
  PORTVERSION=	0.7.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	textproc
  MASTER_SITES=	SF
  
 Index: textproc/yelp-tools/Makefile
 ===================================================================
 --- textproc/yelp-tools/Makefile	(revision 348446)
 +++ textproc/yelp-tools/Makefile	(working copy)
 @@ -4,6 +4,7 @@
  
  PORTNAME=	yelp-tools
  PORTVERSION=	3.6.1
 +PORTREVISION=	1
  CATEGORIES=	textproc gnome
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome3
 Index: textproc/yelp-xsl/Makefile
 ===================================================================
 --- textproc/yelp-xsl/Makefile	(revision 348446)
 +++ textproc/yelp-xsl/Makefile	(working copy)
 @@ -4,6 +4,7 @@
  
  PORTNAME=	yelp-xsl
  PORTVERSION=	3.6.1
 +PORTREVISION=	1
  CATEGORIES=	textproc gnome
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome3
 Index: textproc/zorba/Makefile
 ===================================================================
 --- textproc/zorba/Makefile	(revision 348446)
 +++ textproc/zorba/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	zorba
  PORTVERSION=	2.7.0
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	textproc
  MASTER_SITES=	https://launchpadlibrarian.net/119058962/
  DISTNAME=	${PORTNAME}-src-${PORTVERSION}
 Index: www/apache24/Makefile
 ===================================================================
 --- www/apache24/Makefile	(revision 348446)
 +++ www/apache24/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	apache24
  PORTVERSION=	2.4.6
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	www ipv6
  MASTER_SITES=	${MASTER_SITE_APACHE_HTTPD}
  DISTNAME=	httpd-${PORTVERSION}
 Index: www/aria2/Makefile
 ===================================================================
 --- www/aria2/Makefile	(revision 348446)
 +++ www/aria2/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	aria2
  PORTVERSION=	1.18.3
 +PORTREVISION=	1
  CATEGORIES=	www
  MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
  
 Index: www/bookmarkbridge/Makefile
 ===================================================================
 --- www/bookmarkbridge/Makefile	(revision 348446)
 +++ www/bookmarkbridge/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	bookmarkbridge
  PORTVERSION=	0.76
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	www
  MASTER_SITES=	SF
  
 Index: www/castget/Makefile
 ===================================================================
 --- www/castget/Makefile	(revision 348446)
 +++ www/castget/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	castget
  PORTVERSION=	1.0.1
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	www
  MASTER_SITES=	SAVANNAH CENKES
  
 Index: www/chimera/Makefile
 ===================================================================
 --- www/chimera/Makefile	(revision 348446)
 +++ www/chimera/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	chimera
  PORTVERSION=	1.70p0
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	www
  MASTER_SITES=	http://www.rocklinux.net/people/ripclaw/projects/software/chimera/devel/
  
 Index: www/chromium/Makefile
 ===================================================================
 --- www/chromium/Makefile	(revision 348446)
 +++ www/chromium/Makefile	(working copy)
 @@ -5,6 +5,7 @@
  
  PORTNAME=	chromium
  PORTVERSION=	33.0.1750.152
 +PORTREVISION=	1
  CATEGORIES=	www
  MASTER_SITES=	http://commondatastorage.googleapis.com/chromium-browser-official/
  DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 Index: www/cssed/Makefile
 ===================================================================
 --- www/cssed/Makefile	(revision 348446)
 +++ www/cssed/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	cssed
  PORTVERSION=	0.4.0
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	www
  MASTER_SITES=	SF
  
 Index: www/flickcurl/Makefile
 ===================================================================
 --- www/flickcurl/Makefile	(revision 348446)
 +++ www/flickcurl/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	flickcurl
  PORTVERSION=	1.25
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	www
  MASTER_SITES=	http://download.dajobe.org/flickcurl/
  
 Index: www/kannel/Makefile
 ===================================================================
 --- www/kannel/Makefile	(revision 348446)
 +++ www/kannel/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	kannel
  PORTVERSION=	1.5.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	www
  MASTER_SITES=	http://www.kannel.org/download/${PORTVERSION}/
  MASTER_SITE_SUBDIR=	${PORTVERSION}
 Index: www/kdewebdev4/Makefile
 ===================================================================
 --- www/kdewebdev4/Makefile	(revision 348446)
 +++ www/kdewebdev4/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	kdewebdev
  PORTVERSION=	${KDE4_VERSION}
 +PORTREVISION=	1
  CATEGORIES=	www kde
  MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
  DIST_SUBDIR=	KDE/${PORTVERSION}
 Index: www/lighttpd/Makefile
 ===================================================================
 --- www/lighttpd/Makefile	(revision 348446)
 +++ www/lighttpd/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME?=	lighttpd
  PORTVERSION=	1.4.35
 +PORTREVISION=	1
  CATEGORIES?=	www
  MASTER_SITES?=	http://download.lighttpd.net/lighttpd/releases-1.4.x/
  
 Index: www/links-hacked/Makefile
 ===================================================================
 --- www/links-hacked/Makefile	(revision 348446)
 +++ www/links-hacked/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	links-hacked
  DISTVERSION=	101110
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES?=	www
  MASTER_SITES=	http://xray.sai.msu.ru/~karpov/links-hacked/downloads/ http://links-hacked.nm.ru/
  
 @@ -73,7 +73,7 @@
  .endif
  
  .if ${PORT_OPTIONS:MFREETYPE}
 -LIB_DEPENDS+=	freetype.9:${PORTSDIR}/print/freetype2
 +LIB_DEPENDS+=		libfreetype.so:${PORTSDIR}/print/freetype2
  CONFIGURE_ARGS+=	--with-freetype
  .else
  CONFIGURE_ARGS+=	--without-freetype
 Index: www/midori/Makefile
 ===================================================================
 --- www/midori/Makefile	(revision 348446)
 +++ www/midori/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	midori
  PORTVERSION=	0.5.7
 +PORTREVISION=	1
  CATEGORIES=	www xfce
  MASTER_SITES=	http://www.midori-browser.org/downloads/
  DISTNAME=	${PORTNAME}_${PORTVERSION}_all_
 Index: www/mod_authnz_crowd/Makefile
 ===================================================================
 --- www/mod_authnz_crowd/Makefile	(revision 348446)
 +++ www/mod_authnz_crowd/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mod_authnz_crowd
  PORTVERSION=	2.2.2
 +PORTREVISION=	1
  CATEGORIES=	www
  MASTER_SITES=	http://downloads.atlassian.com/software/crowd/downloads/cwdapache/
  DIST_SUBDIR=	apache2
 Index: www/mod_proxy_html/Makefile
 ===================================================================
 --- www/mod_proxy_html/Makefile	(revision 348446)
 +++ www/mod_proxy_html/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mod_proxy_html
  PORTVERSION=	3.1.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	www
  MASTER_SITES=	http://apache.webthing.com/${PORTNAME}/
  DISTNAME=	${PORTNAME}
 Index: www/mod_proxy_xml/Makefile
 ===================================================================
 --- www/mod_proxy_xml/Makefile	(revision 348446)
 +++ www/mod_proxy_xml/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mod_proxy_xml
  PORTVERSION=	0.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	www
  MASTER_SITES=	http://apache.webthing.com/svn/apache/filters/xmlns/
  PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
 Index: www/mod_security/Makefile
 ===================================================================
 --- www/mod_security/Makefile	(revision 348446)
 +++ www/mod_security/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	mod_security
  PORTVERSION=	2.7.7
 +PORTREVISION=	1
  CATEGORIES=	www security
  MASTER_SITES=	http://www.modsecurity.org/tarball/${PORTVERSION}/
  PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
 Index: www/mod_xml2enc/Makefile
 ===================================================================
 --- www/mod_xml2enc/Makefile	(revision 348446)
 +++ www/mod_xml2enc/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mod_xml2enc
  PORTVERSION=	1.0.3
 +PORTREVISION=	1
  CATEGORIES=	www
  MASTER_SITES=	http://apache.webthing.com/mod_proxy_html/
  DISTNAME=	mod_proxy_html
 Index: www/mod_xmlns/Makefile
 ===================================================================
 --- www/mod_xmlns/Makefile	(revision 348446)
 +++ www/mod_xmlns/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mod_xmlns
  PORTVERSION=	0.97
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	www
  MASTER_SITES=	http://apache.webthing.com/svn/apache/filters/xmlns/
  PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
 Index: www/neon29/Makefile
 ===================================================================
 --- www/neon29/Makefile	(revision 348446)
 +++ www/neon29/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	neon29
  PORTVERSION=	0.29.6
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	www
  MASTER_SITES=	http://www.webdav.org/neon/
  DISTNAME=	neon-${PORTVERSION}
 Index: www/newsbeuter/Makefile
 ===================================================================
 --- www/newsbeuter/Makefile	(revision 348446)
 +++ www/newsbeuter/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	newsbeuter
  PORTVERSION=	2.8
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	www
  MASTER_SITES=	http://newsbeuter.org/downloads/
  
 Index: www/nghttp2/Makefile
 ===================================================================
 --- www/nghttp2/Makefile	(revision 348446)
 +++ www/nghttp2/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	nghttp2
  PORTVERSION=	0.3.2
 +PORTREVISION=	1
  CATEGORIES=	www net
  MASTER_SITES=	https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
  		LOCAL/sunpoet
 Index: www/nginx/Makefile
 ===================================================================
 --- www/nginx/Makefile	(revision 348446)
 +++ www/nginx/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	nginx
  PORTVERSION=	1.4.6
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	www
  MASTER_SITES=	http://nginx.org/download/
 Index: www/nginx-devel/Makefile
 ===================================================================
 --- www/nginx-devel/Makefile	(revision 348446)
 +++ www/nginx-devel/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	nginx
  PORTVERSION=	1.5.11
 +PORTREVISION=	1
  CATEGORIES=	www
  MASTER_SITES=	http://nginx.org/download/
  MASTER_SITES+=	${MASTER_SITE_LOCAL}
 Index: www/opera/Makefile
 ===================================================================
 --- www/opera/Makefile	(revision 348446)
 +++ www/opera/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	opera
  PORTVERSION=	${OPERA_VER}
 +PORTREVISION=	1
  CATEGORIES=	www ipv6
  MASTER_SITES=	ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}/ \
  		ftp://opera.inode.at/${MASTER_SITES_VER_PATH}/ \
 Index: www/opera-devel/Makefile
 ===================================================================
 --- www/opera-devel/Makefile	(revision 348446)
 +++ www/opera-devel/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	opera
  PORTVERSION=	${OPERA_VER}
 -PORTREVISION=	5
 +PORTREVISION=	6
  PORTEPOCH=	1
  CATEGORIES=	www ipv6
  MASTER_SITES=	http://snapshot.opera.com/${MASTER_SITES_VER_PATH}/
 @@ -14,7 +14,7 @@
  COMMENT=	Blazingly fast, full-featured, standards-compliant browser (Next version)
  IGNORE=		Development version is not currently active. Use www/opera instead of
  
 -LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2 \
 +LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
  		fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
  BUILD_DEPENDS=	${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info
  RUN_DEPENDS=	${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info
 Index: www/pecl-solr/Makefile
 ===================================================================
 --- www/pecl-solr/Makefile	(revision 348446)
 +++ www/pecl-solr/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	solr
  PORTVERSION=	1.0.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	www
  MASTER_SITES=	http://pecl.php.net/get/
  PKGNAMEPREFIX=	pecl-
 Index: www/rssroll/Makefile
 ===================================================================
 --- www/rssroll/Makefile	(revision 348446)
 +++ www/rssroll/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	rssroll
  PORTVERSION=	0.4
 +PORTREVISION=	1
  CATEGORIES=	www
  MASTER_SITES=	http://chaosophia.net/downloads/rssroll/ \
  		http://ns1.chaosophia.net/downloads/rssroll/
 @@ -12,7 +13,7 @@
  LICENSE=	BSD
  
  LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 -		xml2:${PORTSDIR}/textproc/libxml2 \
 +		libxml2.so:${PORTSDIR}/textproc/libxml2 \
  		sqlite3:${PORTSDIR}/databases/sqlite3
  
  GNU_CONFIGURE=	yes
 Index: www/rsstool/Makefile
 ===================================================================
 --- www/rsstool/Makefile	(revision 348446)
 +++ www/rsstool/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	rsstool
  DISTVERSION=	1.0.0
 +PORTREVISION=	1
  DISTVERSIONSUFFIX=	-src
  CATEGORIES=	www
  MASTER_SITES=	BERLIOS
 Index: www/sitecopy/Makefile
 ===================================================================
 --- www/sitecopy/Makefile	(revision 348446)
 +++ www/sitecopy/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	sitecopy
  PORTVERSION=	0.16.6
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	www
  MASTER_SITES=	http://www.manyfish.co.uk/${PORTNAME}/ \
  		${MASTER_SITE_GENTOO}
 Index: www/snownews/Makefile
 ===================================================================
 --- www/snownews/Makefile	(revision 348446)
 +++ www/snownews/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	snownews
  PORTVERSION=	1.5.12
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	www
  MASTER_SITES=	http://kiza.kcore.de/media/software/snownews/
  
 Index: www/spdylay/Makefile
 ===================================================================
 --- www/spdylay/Makefile	(revision 348446)
 +++ www/spdylay/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	spdylay
  PORTVERSION=	1.2.3
 +PORTREVISION=	1
  CATEGORIES=	www net
  MASTER_SITES=	https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
  		LOCAL/sunpoet
 Index: www/squid32/Makefile
 ===================================================================
 --- www/squid32/Makefile	(revision 348446)
 +++ www/squid32/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	squid
  PORTVERSION=	3.2.${SQUID_STABLE_VER}
 +PORTREVISION=	1
  CATEGORIES=	www ipv6
  MASTER_SITES=	ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
  		http://mirrors.ccs.neu.edu/Squid/ \
 Index: www/squid33/Makefile
 ===================================================================
 --- www/squid33/Makefile	(revision 348446)
 +++ www/squid33/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	squid
  PORTVERSION=	3.3.${SQUID_STABLE_VER}
 +PORTREVISION=	1
  CATEGORIES=	www ipv6
  MASTER_SITES=	ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
  		http://mirrors.ccs.neu.edu/Squid/ \
 Index: www/swish-e/Makefile
 ===================================================================
 --- www/swish-e/Makefile	(revision 348446)
 +++ www/swish-e/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	swish-e
  PORTVERSION=	2.4.7
 +PORTREVISION=	1
  CATEGORIES=	www textproc
  MASTER_SITES=	http://swish-e.org/distribution/
  
 Index: www/tickr/Makefile
 ===================================================================
 --- www/tickr/Makefile	(revision 348446)
 +++ www/tickr/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	tickr
  PORTVERSION=	0.6.4
 -#PORTREVISION=	0
 +PORTREVISION=	1
  CATEGORIES=	www
  MASTER_SITES=	http://www.newsrssticker.com/src/ \
  		LOCAL/nivit/
 Index: www/tinyproxy/Makefile
 ===================================================================
 --- www/tinyproxy/Makefile	(revision 348446)
 +++ www/tinyproxy/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	tinyproxy
  PORTVERSION=	1.8.3
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	www
  MASTER_SITES=	https://banu.com/pub/tinyproxy/1.8/
 Index: www/trafficserver/Makefile
 ===================================================================
 --- www/trafficserver/Makefile	(revision 348446)
 +++ www/trafficserver/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	trafficserver
  PORTVERSION=	4.1.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	www
  MASTER_SITES=	APACHE/${PORTNAME}
  
 Index: www/webkit-qt5/Makefile
 ===================================================================
 --- www/webkit-qt5/Makefile	(revision 348446)
 +++ www/webkit-qt5/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	webkit
  DISTVERSION=	${QT5_VERSION}
 +PORTREVISION=	1
  CATEGORIES=	www
  PKGNAMEPREFIX=	qt5-
  
 Index: x11/3ddesktop/Makefile
 ===================================================================
 --- x11/3ddesktop/Makefile	(revision 348446)
 +++ x11/3ddesktop/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	3ddesktop
  PORTVERSION=	0.2.9
 -PORTREVISION=	10
 +PORTREVISION=	11
  CATEGORIES=	x11
  MASTER_SITES=	SF/desk3d/${PORTNAME}/${PORTVERSION}
  
 Index: x11/apwal/Makefile
 ===================================================================
 --- x11/apwal/Makefile	(revision 348446)
 +++ x11/apwal/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	apwal
  PORTVERSION=	0.4.5
 -PORTREVISION=	10
 +PORTREVISION=	11
  CATEGORIES=	x11
  MASTER_SITES=	http://apwal.free.fr/download/
  
 Index: x11/beforelight/Makefile
 ===================================================================
 --- x11/beforelight/Makefile	(revision 348446)
 +++ x11/beforelight/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	beforelight
  PORTVERSION=	1.0.5
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/blast/Makefile
 ===================================================================
 --- x11/blast/Makefile	(revision 348446)
 +++ x11/blast/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	blast
  PORTVERSION=	1.1
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	x11
  MASTER_SITES=	${MASTER_SITE_DEBIAN}
  MASTER_SITE_SUBDIR=	pool/main/b/blast
 Index: x11/eaglemode/Makefile
 ===================================================================
 --- x11/eaglemode/Makefile	(revision 348446)
 +++ x11/eaglemode/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	eaglemode
  PORTVERSION=	0.84.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 Index: x11/gnome-panel/Makefile
 ===================================================================
 --- x11/gnome-panel/Makefile	(revision 348446)
 +++ x11/gnome-panel/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	gnome-panel
  PORTVERSION=	2.32.1
 -PORTREVISION?=	3
 +PORTREVISION?=	4
  CATEGORIES=	x11 gnome
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome2
 Index: x11/gnome-session/Makefile
 ===================================================================
 --- x11/gnome-session/Makefile	(revision 348446)
 +++ x11/gnome-session/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	gnome-session
  PORTVERSION=	2.32.1
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11 gnome
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome2
 Index: x11/i3lock/Makefile
 ===================================================================
 --- x11/i3lock/Makefile	(revision 348446)
 +++ x11/i3lock/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	i3lock
  PORTVERSION=	2.5
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11
  MASTER_SITES=	http://i3wm.org/${PORTNAME}/
  
 Index: x11/kde4-workspace/Makefile
 ===================================================================
 --- x11/kde4-workspace/Makefile	(revision 348446)
 +++ x11/kde4-workspace/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	kde-workspace
  PORTVERSION=	${KDE4_WORKSPACE_VERSION}
 +PORTREVISION=	1
  CATEGORIES=	x11 kde
  MASTER_SITES=	KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src
  DIST_SUBDIR=	KDE/${PORTVERSION}
 Index: x11/kdelibs4/Makefile
 ===================================================================
 --- x11/kdelibs4/Makefile	(revision 348446)
 +++ x11/kdelibs4/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	kdelibs
  PORTVERSION=	${KDE4_VERSION}
 +PORTREVISION=	1
  CATEGORIES=	x11 kde
  MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
  DIST_SUBDIR=	KDE/${PORTVERSION}
 Index: x11/libICE/Makefile
 ===================================================================
 --- x11/libICE/Makefile	(revision 348446)
 +++ x11/libICE/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libICE
  PORTVERSION=	1.0.8
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	x11
  
 Index: x11/libICE/pkg-plist
 ===================================================================
 --- x11/libICE/pkg-plist	(revision 348446)
 +++ x11/libICE/pkg-plist	(working copy)
 @@ -8,6 +8,7 @@
  lib/libICE.la
  lib/libICE.so
  lib/libICE.so.6
 +lib/libICE.so.6.3.0
  libdata/pkgconfig/ice.pc
  %%DOCSDIR%%/ICElib.xml
  %%DOCSDIR%%/ice.xml
 Index: x11/libSM/Makefile
 ===================================================================
 --- x11/libSM/Makefile	(revision 348446)
 +++ x11/libSM/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libSM
  PORTVERSION=	1.2.2
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	x11
  
 Index: x11/libSM/pkg-plist
 ===================================================================
 --- x11/libSM/pkg-plist	(revision 348446)
 +++ x11/libSM/pkg-plist	(working copy)
 @@ -5,5 +5,6 @@
  lib/libSM.la
  lib/libSM.so
  lib/libSM.so.6
 +lib/libSM.so.6.0.1
  libdata/pkgconfig/sm.pc
  @dirrm include/X11/SM
 Index: x11/libX11/Makefile
 ===================================================================
 --- x11/libX11/Makefile	(revision 348446)
 +++ x11/libX11/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libX11
  PORTVERSION=	1.6.2
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	x11
  
 Index: x11/libX11/pkg-plist
 ===================================================================
 --- x11/libX11/pkg-plist	(revision 348446)
 +++ x11/libX11/pkg-plist	(working copy)
 @@ -199,10 +199,12 @@
  lib/libX11-xcb.la
  lib/libX11-xcb.so
  lib/libX11-xcb.so.1
 +lib/libX11-xcb.so.1.0.0
  lib/libX11.a
  lib/libX11.la
  lib/libX11.so
  lib/libX11.so.6
 +lib/libX11.so.6.3.0
  libdata/pkgconfig/x11-xcb.pc
  libdata/pkgconfig/x11.pc
  man/man3/AllPlanes.3.gz
 Index: x11/libXScrnSaver/Makefile
 ===================================================================
 --- x11/libXScrnSaver/Makefile	(revision 348446)
 +++ x11/libXScrnSaver/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	libXScrnSaver
  PORTVERSION=	1.2.2
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libXScrnSaver/pkg-plist
 ===================================================================
 --- x11/libXScrnSaver/pkg-plist	(revision 348446)
 +++ x11/libXScrnSaver/pkg-plist	(working copy)
 @@ -1,8 +1,9 @@
  include/X11/extensions/scrnsaver.h
 +lib/libXss.a
 +lib/libXss.la
 +lib/libXss.so
  lib/libXss.so.1
 -lib/libXss.so
 -lib/libXss.la
 -lib/libXss.a
 +lib/libXss.so.1.0.0
  libdata/pkgconfig/xscrnsaver.pc
  man/man3/Xss.3.gz
  man/man3/XScreenSaverAllocInfo.3.gz
 Index: x11/libXTrap/Makefile
 ===================================================================
 --- x11/libXTrap/Makefile	(revision 348446)
 +++ x11/libXTrap/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	libXTrap
  PORTVERSION=	1.0.1
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 @@ -9,6 +10,5 @@
  
  XORG_CAT=	lib
  USE_XORG=	trapproto:both x11 xext xextproto xt
 -USE_AUTOTOOLS=	libtool
  
  .include <bsd.port.mk>
 Index: x11/libXTrap/pkg-plist
 ===================================================================
 --- x11/libXTrap/pkg-plist	(revision 348446)
 +++ x11/libXTrap/pkg-plist	(working copy)
 @@ -1,5 +1,6 @@
 +lib/libXTrap.a
 +lib/libXTrap.la
 +lib/libXTrap.so
  lib/libXTrap.so.6
 -lib/libXTrap.so
 -lib/libXTrap.la
 -lib/libXTrap.a
 +lib/libXTrap.so.6.4.0
  libdata/pkgconfig/xtrap.pc
 Index: x11/libXau/Makefile
 ===================================================================
 --- x11/libXau/Makefile	(revision 348446)
 +++ x11/libXau/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXau
  PORTVERSION=	1.0.8
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 @@ -11,7 +12,4 @@
  XORG_CAT=	lib
  USE_XORG=	xproto:both
  
 -post-install:
 -	${LN} -sf ${PREFIX}/lib/libXau.so.6 ${STAGEDIR}${PREFIX}/lib/libXau.so.0
 -
  .include <bsd.port.mk>
 Index: x11/libXau/pkg-plist
 ===================================================================
 --- x11/libXau/pkg-plist	(revision 348446)
 +++ x11/libXau/pkg-plist	(working copy)
 @@ -2,8 +2,8 @@
  lib/libXau.a
  lib/libXau.la
  lib/libXau.so
 -lib/libXau.so.0
  lib/libXau.so.6
 +lib/libXau.so.6.0.0
  libdata/pkgconfig/xau.pc
  man/man3/Xau.3.gz
  man/man3/XauDisposeAuth.3.gz
 Index: x11/libXcomposite/Makefile
 ===================================================================
 --- x11/libXcomposite/Makefile	(revision 348446)
 +++ x11/libXcomposite/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXcomposite
  PORTVERSION=	0.4.4
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	x11
  
 Index: x11/libXcomposite/pkg-plist
 ===================================================================
 --- x11/libXcomposite/pkg-plist	(revision 348446)
 +++ x11/libXcomposite/pkg-plist	(working copy)
 @@ -3,6 +3,7 @@
  lib/libXcomposite.la
  lib/libXcomposite.so
  lib/libXcomposite.so.1
 +lib/libXcomposite.so.1.0.0
  libdata/pkgconfig/xcomposite.pc
  man/man3/Xcomposite.3.gz
  man/man3/XCompositeQueryExtension.3.gz
 Index: x11/libXcursor/Makefile
 ===================================================================
 --- x11/libXcursor/Makefile	(revision 348446)
 +++ x11/libXcursor/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXcursor
  PORTVERSION=	1.1.14
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libXcursor/pkg-plist
 ===================================================================
 --- x11/libXcursor/pkg-plist	(revision 348446)
 +++ x11/libXcursor/pkg-plist	(working copy)
 @@ -3,6 +3,7 @@
  lib/libXcursor.la
  lib/libXcursor.so
  lib/libXcursor.so.1
 +lib/libXcursor.so.1.0.2
  libdata/pkgconfig/xcursor.pc
  man/man3/Xcursor.3.gz
  man/man3/XcursorImageCreate.3.gz
 Index: x11/libXdamage/Makefile
 ===================================================================
 --- x11/libXdamage/Makefile	(revision 348446)
 +++ x11/libXdamage/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXdamage
  PORTVERSION=	1.1.4
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libXdamage/pkg-plist
 ===================================================================
 --- x11/libXdamage/pkg-plist	(revision 348446)
 +++ x11/libXdamage/pkg-plist	(working copy)
 @@ -3,5 +3,6 @@
  lib/libXdamage.la
  lib/libXdamage.so
  lib/libXdamage.so.1
 +lib/libXdamage.so.1.1.0
  libdata/pkgconfig/xdamage.pc
  @dirrmtry include/X11/extensions
 Index: x11/libXdmcp/Makefile
 ===================================================================
 --- x11/libXdmcp/Makefile	(revision 348446)
 +++ x11/libXdmcp/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXdmcp
  PORTVERSION=	1.1.1
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libXdmcp/pkg-plist
 ===================================================================
 --- x11/libXdmcp/pkg-plist	(revision 348446)
 +++ x11/libXdmcp/pkg-plist	(working copy)
 @@ -3,4 +3,5 @@
  lib/libXdmcp.la
  lib/libXdmcp.so
  lib/libXdmcp.so.6
 +lib/libXdmcp.so.6.0.0
  libdata/pkgconfig/xdmcp.pc
 Index: x11/libXevie/Makefile
 ===================================================================
 --- x11/libXevie/Makefile	(revision 348446)
 +++ x11/libXevie/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	libXevie
  PORTVERSION=	1.0.3
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libXevie/pkg-plist
 ===================================================================
 --- x11/libXevie/pkg-plist	(revision 348446)
 +++ x11/libXevie/pkg-plist	(working copy)
 @@ -1,8 +1,9 @@
  include/X11/extensions/Xevie.h
 +lib/libXevie.a
 +lib/libXevie.la
 +lib/libXevie.so
  lib/libXevie.so.1
 -lib/libXevie.so
 -lib/libXevie.la
 -lib/libXevie.a
 +lib/libXevie.so.1.0.0
  libdata/pkgconfig/xevie.pc
  man/man3/Xevie.3.gz
  man/man3/XevieEnd.3.gz
 Index: x11/libXext/Makefile
 ===================================================================
 --- x11/libXext/Makefile	(revision 348446)
 +++ x11/libXext/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXext
  PORTVERSION=	1.3.2
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	x11
  
 Index: x11/libXext/pkg-plist
 ===================================================================
 --- x11/libXext/pkg-plist	(revision 348446)
 +++ x11/libXext/pkg-plist	(working copy)
 @@ -2,6 +2,7 @@
  lib/libXext.la
  lib/libXext.so
  lib/libXext.so.6
 +lib/libXext.so.6.4.0
  include/X11/extensions/MITMisc.h
  include/X11/extensions/XEVI.h
  include/X11/extensions/XLbx.h
 Index: x11/libXfixes/Makefile
 ===================================================================
 --- x11/libXfixes/Makefile	(revision 348446)
 +++ x11/libXfixes/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXfixes
  PORTVERSION=	5.0.1
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libXfixes/pkg-plist
 ===================================================================
 --- x11/libXfixes/pkg-plist	(revision 348446)
 +++ x11/libXfixes/pkg-plist	(working copy)
 @@ -3,5 +3,6 @@
  lib/libXfixes.la
  lib/libXfixes.so
  lib/libXfixes.so.3
 +lib/libXfixes.so.3.1.0
  libdata/pkgconfig/xfixes.pc
  man/man3/Xfixes.3.gz
 Index: x11/libXi/Makefile
 ===================================================================
 --- x11/libXi/Makefile	(revision 348446)
 +++ x11/libXi/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXi
  PORTVERSION=	1.7.2
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	x11
  
 Index: x11/libXi/pkg-plist
 ===================================================================
 --- x11/libXi/pkg-plist	(revision 348446)
 +++ x11/libXi/pkg-plist	(working copy)
 @@ -4,6 +4,7 @@
  lib/libXi.la
  lib/libXi.so
  lib/libXi.so.6
 +lib/libXi.so.6.1.0
  libdata/pkgconfig/xi.pc
  man/man3/XAllowDeviceEvents.3.gz
  man/man3/XChangeDeviceControl.3.gz
 Index: x11/libXinerama/Makefile
 ===================================================================
 --- x11/libXinerama/Makefile	(revision 348446)
 +++ x11/libXinerama/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXinerama
  PORTVERSION=	1.1.3
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	x11
  
 @@ -13,6 +14,5 @@
  
  XORG_CAT=	lib
  USE_XORG=	x11 xext xextproto xineramaproto:both
 -USE_AUTOTOOLS=	libtool
  
  .include <bsd.port.mk>
 Index: x11/libXinerama/pkg-plist
 ===================================================================
 --- x11/libXinerama/pkg-plist	(revision 348446)
 +++ x11/libXinerama/pkg-plist	(working copy)
 @@ -4,6 +4,7 @@
  lib/libXinerama.la
  lib/libXinerama.so
  lib/libXinerama.so.1
 +lib/libXinerama.so.1.0.0
  libdata/pkgconfig/xinerama.pc
  man/man3/Xinerama.3.gz
  man/man3/XineramaQueryExtension.3.gz
 Index: x11/libXp/Makefile
 ===================================================================
 --- x11/libXp/Makefile	(revision 348446)
 +++ x11/libXp/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXp
  PORTVERSION=	1.0.2
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	x11
  
 @@ -13,6 +14,5 @@
  
  XORG_CAT=	lib
  USE_XORG=	x11 xext xextproto xau printproto:both
 -USE_AUTOTOOLS=	libtool
  
  .include <bsd.port.mk>
 Index: x11/libXp/pkg-plist
 ===================================================================
 --- x11/libXp/pkg-plist	(revision 348446)
 +++ x11/libXp/pkg-plist	(working copy)
 @@ -2,6 +2,7 @@
  lib/libXp.la
  lib/libXp.so
  lib/libXp.so.6
 +lib/libXp.so.6.2.0
  libdata/pkgconfig/xp.pc
  man/man3/XpCancelDoc.3.gz
  man/man3/XpCancelJob.3.gz
 Index: x11/libXpm/Makefile
 ===================================================================
 --- x11/libXpm/Makefile	(revision 348446)
 +++ x11/libXpm/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXpm
  PORTVERSION=	3.5.11
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libXpm/pkg-plist
 ===================================================================
 --- x11/libXpm/pkg-plist	(revision 348446)
 +++ x11/libXpm/pkg-plist	(working copy)
 @@ -5,6 +5,7 @@
  lib/libXpm.la
  lib/libXpm.so
  lib/libXpm.so.4
 +lib/libXpm.so.4.11.0
  libdata/pkgconfig/xpm.pc
  man/man1/cxpm.1.gz
  man/man1/sxpm.1.gz
 Index: x11/libXprintAppUtil/Makefile
 ===================================================================
 --- x11/libXprintAppUtil/Makefile	(revision 348446)
 +++ x11/libXprintAppUtil/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	libXprintAppUtil
  PORTVERSION=	1.0.1
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 @@ -9,5 +10,5 @@
  
  XORG_CAT=	lib
  USE_XORG=	printproto x11 xau xp xprintutil xproto:both
 -USE_AUTOTOOLS=	libtool
 +
  .include <bsd.port.mk>
 Index: x11/libXprintAppUtil/pkg-plist
 ===================================================================
 --- x11/libXprintAppUtil/pkg-plist	(revision 348446)
 +++ x11/libXprintAppUtil/pkg-plist	(working copy)
 @@ -1,7 +1,8 @@
  include/X11/XprintAppUtil/xpapputil.h
 +lib/libXprintAppUtil.a
 +lib/libXprintAppUtil.la
 +lib/libXprintAppUtil.so
  lib/libXprintAppUtil.so.1
 -lib/libXprintAppUtil.so
 -lib/libXprintAppUtil.la
 -lib/libXprintAppUtil.a
 +lib/libXprintAppUtil.so.1.0.0
  libdata/pkgconfig/xprintapputil.pc
  @dirrm include/X11/XprintAppUtil
 Index: x11/libXprintUtil/Makefile
 ===================================================================
 --- x11/libXprintUtil/Makefile	(revision 348446)
 +++ x11/libXprintUtil/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	libXprintUtil
  PORTVERSION=	1.0.1
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 @@ -9,5 +10,5 @@
  
  XORG_CAT=	lib
  USE_XORG=	printproto:both x11 xau xp xt
 -USE_AUTOTOOLS=	libtool
 +
  .include <bsd.port.mk>
 Index: x11/libXprintUtil/pkg-plist
 ===================================================================
 --- x11/libXprintUtil/pkg-plist	(revision 348446)
 +++ x11/libXprintUtil/pkg-plist	(working copy)
 @@ -3,5 +3,6 @@
  lib/libXprintUtil.la
  lib/libXprintUtil.so
  lib/libXprintUtil.so.1
 +lib/libXprintUtil.so.1.0.0
  libdata/pkgconfig/xprintutil.pc
  @dirrm include/X11/XprintUtil
 Index: x11/libXrandr/Makefile
 ===================================================================
 --- x11/libXrandr/Makefile	(revision 348446)
 +++ x11/libXrandr/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXrandr
  PORTVERSION=	1.4.2
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libXrandr/pkg-plist
 ===================================================================
 --- x11/libXrandr/pkg-plist	(revision 348446)
 +++ x11/libXrandr/pkg-plist	(working copy)
 @@ -3,6 +3,7 @@
  lib/libXrandr.la
  lib/libXrandr.so
  lib/libXrandr.so.2
 +lib/libXrandr.so.2.2.0
  libdata/pkgconfig/xrandr.pc
  man/man3/Xrandr.3.gz
  man/man3/XRRConfigCurrentConfiguration.3.gz
 Index: x11/libXrender/Makefile
 ===================================================================
 --- x11/libXrender/Makefile	(revision 348446)
 +++ x11/libXrender/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXrender
  PORTVERSION=	0.9.8
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libXrender/pkg-plist
 ===================================================================
 --- x11/libXrender/pkg-plist	(revision 348446)
 +++ x11/libXrender/pkg-plist	(working copy)
 @@ -3,6 +3,7 @@
  lib/libXrender.la
  lib/libXrender.so
  lib/libXrender.so.1
 +lib/libXrender.so.1.3.0
  libdata/pkgconfig/xrender.pc
  %%DOCSDIR%%/libXrender.txt
  @dirrm %%DOCSDIR%%
 Index: x11/libXres/Makefile
 ===================================================================
 --- x11/libXres/Makefile	(revision 348446)
 +++ x11/libXres/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXres
  PORTVERSION=	1.0.7
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libXres/pkg-plist
 ===================================================================
 --- x11/libXres/pkg-plist	(revision 348446)
 +++ x11/libXres/pkg-plist	(working copy)
 @@ -3,6 +3,7 @@
  lib/libXRes.la
  lib/libXRes.so
  lib/libXRes.so.1
 +lib/libXRes.so.1.0.0
  libdata/pkgconfig/xres.pc
  man/man3/XRes.3.gz
  man/man3/XResQueryClients.3.gz
 Index: x11/libXtst/Makefile
 ===================================================================
 --- x11/libXtst/Makefile	(revision 348446)
 +++ x11/libXtst/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXtst
  PORTVERSION=	1.2.2
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 @@ -13,7 +14,6 @@
  XORG_CAT=	lib
  USE_XORG=	x11 xext recordproto:both xextproto inputproto:both \
  		xi
 -USE_AUTOTOOLS=	libtool
  
  CONFIGURE_ARGS+=--disable-specs --without-xmlto
  
 Index: x11/libXtst/pkg-plist
 ===================================================================
 --- x11/libXtst/pkg-plist	(revision 348446)
 +++ x11/libXtst/pkg-plist	(working copy)
 @@ -4,6 +4,7 @@
  lib/libXtst.la
  lib/libXtst.so
  lib/libXtst.so.6
 +lib/libXtst.so.6.1.0
  libdata/pkgconfig/xtst.pc
  man/man3/XTestCompareCurrentCursorWithWindow.3.gz
  man/man3/XTestCompareCursorWithWindow.3.gz
 Index: x11/libXv/Makefile
 ===================================================================
 --- x11/libXv/Makefile	(revision 348446)
 +++ x11/libXv/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXv
  PORTVERSION=	1.0.10
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	x11
  
 Index: x11/libXv/pkg-plist
 ===================================================================
 --- x11/libXv/pkg-plist	(revision 348446)
 +++ x11/libXv/pkg-plist	(working copy)
 @@ -3,6 +3,7 @@
  lib/libXv.la
  lib/libXv.so
  lib/libXv.so.1
 +lib/libXv.so.1.0.0
  libdata/pkgconfig/xv.pc
  man/man3/Xv.3.gz
  man/man3/XvFreeAdaptorInfo.3.gz
 Index: x11/libXvMC/Makefile
 ===================================================================
 --- x11/libXvMC/Makefile	(revision 348446)
 +++ x11/libXvMC/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXvMC
  PORTVERSION=	1.0.8
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libXvMC/pkg-plist
 ===================================================================
 --- x11/libXvMC/pkg-plist	(revision 348446)
 +++ x11/libXvMC/pkg-plist	(working copy)
 @@ -3,10 +3,12 @@
  lib/libXvMC.la
  lib/libXvMC.so
  lib/libXvMC.so.1
 +lib/libXvMC.so.1.0.0
  lib/libXvMCW.a
  lib/libXvMCW.la
  lib/libXvMCW.so
  lib/libXvMCW.so.1
 +lib/libXvMCW.so.1.0.0
  libdata/pkgconfig/xvmc.pc
  %%DOCSDIR%%/XvMC_API.txt
  @dirrm %%DOCSDIR%%
 Index: x11/libXxf86dga/Makefile
 ===================================================================
 --- x11/libXxf86dga/Makefile	(revision 348446)
 +++ x11/libXxf86dga/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXxf86dga
  PORTVERSION=	1.1.4
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libXxf86dga/pkg-plist
 ===================================================================
 --- x11/libXxf86dga/pkg-plist	(revision 348446)
 +++ x11/libXxf86dga/pkg-plist	(working copy)
 @@ -4,6 +4,7 @@
  lib/libXxf86dga.la
  lib/libXxf86dga.so
  lib/libXxf86dga.so.1
 +lib/libXxf86dga.so.1.0.0
  libdata/pkgconfig/xxf86dga.pc
  man/man3/XDGA.3.gz
  man/man3/XDGAOpenFramebuffer.3.gz
 Index: x11/libXxf86misc/Makefile
 ===================================================================
 --- x11/libXxf86misc/Makefile	(revision 348446)
 +++ x11/libXxf86misc/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXxf86misc
  PORTVERSION=	1.0.3
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libXxf86misc/pkg-plist
 ===================================================================
 --- x11/libXxf86misc/pkg-plist	(revision 348446)
 +++ x11/libXxf86misc/pkg-plist	(working copy)
 @@ -2,6 +2,7 @@
  lib/libXxf86misc.la
  lib/libXxf86misc.so
  lib/libXxf86misc.so.1
 +lib/libXxf86misc.so.1.1.0
  libdata/pkgconfig/xxf86misc.pc
  man/man3/XF86Misc.3.gz
  man/man3/XF86MiscGetKbdSettings.3.gz
 Index: x11/libXxf86vm/Makefile
 ===================================================================
 --- x11/libXxf86vm/Makefile	(revision 348446)
 +++ x11/libXxf86vm/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXxf86vm
  PORTVERSION=	1.1.3
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libXxf86vm/pkg-plist
 ===================================================================
 --- x11/libXxf86vm/pkg-plist	(revision 348446)
 +++ x11/libXxf86vm/pkg-plist	(working copy)
 @@ -3,6 +3,7 @@
  lib/libXxf86vm.la
  lib/libXxf86vm.so
  lib/libXxf86vm.so.1
 +lib/libXxf86vm.so.1.0.0
  libdata/pkgconfig/xxf86vm.pc
  man/man3/XF86VM.3.gz
  man/man3/XF86VidModeLockModeSwitch.3.gz
 Index: x11/libdmx/Makefile
 ===================================================================
 --- x11/libdmx/Makefile	(revision 348446)
 +++ x11/libdmx/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libdmx
  PORTVERSION=	1.1.3
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libdmx/pkg-plist
 ===================================================================
 --- x11/libdmx/pkg-plist	(revision 348446)
 +++ x11/libdmx/pkg-plist	(working copy)
 @@ -3,6 +3,7 @@
  lib/libdmx.la
  lib/libdmx.so
  lib/libdmx.so.1
 +lib/libdmx.so.1.0.0
  libdata/pkgconfig/dmx.pc
  man/man3/DMX.3.gz
  man/man3/DMXAddInput.3.gz
 Index: x11/liboldX/Makefile
 ===================================================================
 --- x11/liboldX/Makefile	(revision 348446)
 +++ x11/liboldX/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	liboldX
  PORTVERSION=	1.0.1
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 @@ -9,5 +10,5 @@
  
  XORG_CAT=	lib
  USE_XORG=	x11
 -USE_AUTOTOOLS=	libtool
 +
  .include <bsd.port.mk>
 Index: x11/liboldX/pkg-plist
 ===================================================================
 --- x11/liboldX/pkg-plist	(revision 348446)
 +++ x11/liboldX/pkg-plist	(working copy)
 @@ -3,4 +3,5 @@
  lib/liboldX.la
  lib/liboldX.so
  lib/liboldX.so.6
 +lib/liboldX.so.6.0.0
  libdata/pkgconfig/oldx.pc
 Index: x11/libxcb/Makefile
 ===================================================================
 --- x11/libxcb/Makefile	(revision 348446)
 +++ x11/libxcb/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	libxcb
 -PORTVERSION=	1.9.3
 +PORTVERSION=	1.10
  CATEGORIES=	x11 python
  MASTER_SITES=	http://xcb.freedesktop.org/dist/
  
 @@ -19,14 +19,12 @@
  
  CONFIGURE_ARGS+=	--disable-build-docs --without-doxygen --enable-xinput
  
 -USE_BZIP2=	yes
 -USES=		gmake pathfix pkgconfig
 +XORG_CAT=	lib
 +USES=		gmake
  USE_GNOME=	libxslt:build
 -USE_LDCONFIG=	yes
  USE_XORG=	xau xdmcp
 -USE_PYTHON_BUILD=	yes
 +USE_PYTHON_BUILD=YES
  
 -GNU_CONFIGURE=	yes
  .for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS
  CONFIGURE_ARGS+=${f}="${${f}}"
  .endfor
 Index: x11/libxcb/distinfo
 ===================================================================
 --- x11/libxcb/distinfo	(revision 348446)
 +++ x11/libxcb/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (libxcb-1.9.3.tar.bz2) = aad09d223fcb5bd345ce4d1737f178a557b6f2e201128e1ee3c83af46028018b
 -SIZE (libxcb-1.9.3.tar.bz2) = 400283
 +SHA256 (xorg/lib/libxcb-1.10.tar.bz2) = 98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5
 +SIZE (xorg/lib/libxcb-1.10.tar.bz2) = 475211
 Index: x11/libxcb/files/patch-64bit-packed
 ===================================================================
 --- x11/libxcb/files/patch-64bit-packed	(revision 0)
 +++ x11/libxcb/files/patch-64bit-packed	(working copy)
 @@ -0,0 +1,102 @@
 +From 3b72a2c9d1d656c74c691a45689e1d637f669e3a Mon Sep 17 00:00:00 2001
 +From: Kenneth Graunke <kenneth@whitecape.org>
 +Date: Fri, 03 Jan 2014 23:08:33 +0000
 +Subject: Force XCB event structures with 64-bit extended fields to be packed.
 +
 +With the advent of the Present extension, some events (such as
 +PresentCompleteNotify) now use native 64-bit types on the wire.
 +
 +For XGE events, we insert an extra "uint32_t full_sequence" field
 +immediately after the first 32 bytes of data.  Normally, this causes
 +the subsequent fields to be shifted over by 4 bytes, and the structure
 +to grow in size by 4 bytes.  Everything works fine.
 +
 +However, if event contains 64-bit extended fields, this may result in
 +the compiler adding an extra 4 bytes of padding so that those fields
 +remain aligned on 64-bit boundaries.  This causes the structure to grow
 +by 8 bytes, not 4.  Unfortunately, XCB doesn't realize this, and
 +always believes that the length only increased by 4.  read_packet()
 +then fails to malloc enough memory to hold the event, and the event
 +processing code uses the wrong offsets.
 +
 +To fix this, mark any event structures containing 64-bit extended
 +fields with __attribute__((__packed__)).
 +
 +v2: Use any(...) instead of True in (...), as suggested by
 +    Daniel Martin.
 +
 +v3 (Alan Coopersmith): Fix build with Solaris Studio 12.3 by moving the
 +attribute to after the structure definition.
 +
 +Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
 +Reviewed-by: Keith Packard <keithp@keithp.com> [v1]
 +Reviewed-by: Josh Triplett <josh@joshtriplett.org> [v1]
 +Reviewed-by: Daniel Martin <consume.noise@gmail.com>
 +Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
 +---
 +diff --git a/src/c_client.py b/src/c_client.py
 +index 99fd307..45de544 100644
 +--- src/c_client.py
 ++++ src/c_client.py
 +@@ -1762,7 +1762,7 @@ def c_simple(self, name):
 +         # Iterator
 +         _c_iterator(self, name)
 + 
 +-def _c_complex(self):
 ++def _c_complex(self, force_packed = False):
 +     '''
 +     Helper function for handling all structure types.
 +     Called for all structs, requests, replies, events, errors.
 +@@ -1817,7 +1817,7 @@ def _c_complex(self):
 +             if b.type.has_name:
 +                 _h('    } %s;', b.c_field_name)
 + 
 +-    _h('} %s;', self.c_type)
 ++    _h('} %s%s;', 'XCB_PACKED ' if force_packed else '', self.c_type)
 + 
 + def c_struct(self, name):
 +     '''
 +@@ -2902,6 +2902,7 @@ def c_event(self, name):
 +     # events while generating the structure for them. Otherwise we would read
 +     # garbage (the internal full_sequence) when accessing normal event fields
 +     # there.
 ++    force_packed = False
 +     if hasattr(self, 'is_ge_event') and self.is_ge_event and self.name == name:
 +         event_size = 0
 +         for field in self.fields:
 +@@ -2911,6 +2912,11 @@ def c_event(self, name):
 +                 full_sequence = Field(tcard32, tcard32.name, 'full_sequence', False, True, True)
 +                 idx = self.fields.index(field)
 +                 self.fields.insert(idx + 1, full_sequence)
 ++
 ++                # If the event contains any 64-bit extended fields, they need
 ++                # to remain aligned on a 64-bit boundary.  Adding full_sequence
 ++                # would normally break that; force the struct to be packed.
 ++                force_packed = any(f.type.size == 8 and f.type.is_simple for f in self.fields[(idx+1):])
 +                 break
 + 
 +     _c_type_setup(self, name, ('event',))
 +@@ -2920,7 +2926,7 @@ def c_event(self, name):
 + 
 +     if self.name == name:
 +         # Structure definition
 +-        _c_complex(self)
 ++        _c_complex(self, force_packed)
 +     else:
 +         # Typedef
 +         _h('')
 +diff --git a/src/xcb.h b/src/xcb.h
 +index e62c985..73c77a3 100644
 +--- src/xcb.h
 ++++ src/xcb.h
 +@@ -51,6 +51,8 @@ extern "C" {
 +  * @file xcb.h
 +  */
 + 
 ++#define XCB_PACKED __attribute__((__packed__))
 ++
 + /**
 +  * @defgroup XCB_Core_API XCB Core API
 +  * @brief Core API of the XCB library.
 +--
 +cgit v0.9.0.2-2-gbebe
 
 Property changes on: x11/libxcb/files/patch-64bit-packed
 ___________________________________________________________________
 Added: svn:mime-type
 ## -0,0 +1 ##
 +text/plain
 \ No newline at end of property
 Added: fbsd:nokeywords
 ## -0,0 +1 ##
 +yes
 \ No newline at end of property
 Added: svn:eol-style
 ## -0,0 +1 ##
 +native
 \ No newline at end of property
 Index: x11/libxcb/files/patch-src__c_client.py
 ===================================================================
 --- x11/libxcb/files/patch-src__c_client.py	(revision 348446)
 +++ x11/libxcb/files/patch-src__c_client.py	(working copy)
 @@ -1,34 +0,0 @@
 ---- src/c_client.py.orig	2013-11-11 14:30:55.471622828 +0100
 -+++ src/c_client.py	2013-11-11 14:32:05.334624142 +0100
 -@@ -1133,11 +1133,11 @@
 -             _c('    %s *xcb_out = *_buffer;', self.c_type)
 -             _c('    unsigned int xcb_out_pad = -sizeof(%s) & 3;', self.c_type)
 -             _c('    unsigned int xcb_buffer_len = sizeof(%s) + xcb_out_pad;', self.c_type)
 --            _c('    unsigned int xcb_align_to;')
 -+            _c('    unsigned int xcb_align_to = 0;')
 -         else:
 -             _c('    char *xcb_out = *_buffer;')
 -             _c('    unsigned int xcb_buffer_len = 0;')
 --            _c('    unsigned int xcb_align_to;')
 -+            _c('    unsigned int xcb_align_to = 0;')
 -         prefix = [('_aux', '->', self)]
 -         aux_ptr = 'xcb_out'
 - 
 -@@ -1160,7 +1160,7 @@
 -         _c('    unsigned int xcb_buffer_len = 0;')
 -         _c('    unsigned int xcb_block_len = 0;')
 -         _c('    unsigned int xcb_pad = 0;')
 --        _c('    unsigned int xcb_align_to;')
 -+        _c('    unsigned int xcb_align_to = 0;')
 - 
 -     elif 'sizeof' == context:
 -         param_names = [p[2] for p in params]
 -@@ -1205,7 +1205,7 @@
 -             _c('    unsigned int xcb_buffer_len = 0;')
 -             _c('    unsigned int xcb_block_len = 0;')
 -             _c('    unsigned int xcb_pad = 0;')        
 --            _c('    unsigned int xcb_align_to;')
 -+            _c('    unsigned int xcb_align_to = 0;')
 - 
 -     _c('')
 -     for t in temp_vars:
 Index: x11/libxcb/pkg-plist
 ===================================================================
 --- x11/libxcb/pkg-plist	(revision 348446)
 +++ x11/libxcb/pkg-plist	(working copy)
 @@ -33,106 +33,132 @@
  lib/libxcb-composite.la
  lib/libxcb-composite.so
  lib/libxcb-composite.so.0
 +lib/libxcb-composite.so.0.0.0
  lib/libxcb-damage.a
  lib/libxcb-damage.la
  lib/libxcb-damage.so
  lib/libxcb-damage.so.0
 +lib/libxcb-damage.so.0.0.0
  lib/libxcb-dpms.a
  lib/libxcb-dpms.la
  lib/libxcb-dpms.so
  lib/libxcb-dpms.so.0
 +lib/libxcb-dpms.so.0.0.0
  lib/libxcb-dri2.a
  lib/libxcb-dri2.la
  lib/libxcb-dri2.so
  lib/libxcb-dri2.so.0
 +lib/libxcb-dri2.so.0.0.0
  lib/libxcb-dri3.a
  lib/libxcb-dri3.la
  lib/libxcb-dri3.so
  lib/libxcb-dri3.so.0
 +lib/libxcb-dri3.so.0.0.0
  lib/libxcb-glx.a
  lib/libxcb-glx.la
  lib/libxcb-glx.so
  lib/libxcb-glx.so.0
 +lib/libxcb-glx.so.0.0.0
  lib/libxcb-present.a
  lib/libxcb-present.la
  lib/libxcb-present.so
  lib/libxcb-present.so.0
 +lib/libxcb-present.so.0.0.0
  lib/libxcb-randr.a
  lib/libxcb-randr.la
  lib/libxcb-randr.so
 -lib/libxcb-randr.so.1
 +lib/libxcb-randr.so.0
 +lib/libxcb-randr.so.0.1.0
  lib/libxcb-record.a
  lib/libxcb-record.la
  lib/libxcb-record.so
  lib/libxcb-record.so.0
 +lib/libxcb-record.so.0.0.0
  lib/libxcb-render.a
  lib/libxcb-render.la
  lib/libxcb-render.so
  lib/libxcb-render.so.0
 +lib/libxcb-render.so.0.0.0
  lib/libxcb-res.a
  lib/libxcb-res.la
  lib/libxcb-res.so
  lib/libxcb-res.so.0
 +lib/libxcb-res.so.0.0.0
  lib/libxcb-screensaver.a
  lib/libxcb-screensaver.la
  lib/libxcb-screensaver.so
  lib/libxcb-screensaver.so.0
 +lib/libxcb-screensaver.so.0.0.0
  lib/libxcb-shape.a
  lib/libxcb-shape.la
  lib/libxcb-shape.so
  lib/libxcb-shape.so.0
 +lib/libxcb-shape.so.0.0.0
  lib/libxcb-shm.a
  lib/libxcb-shm.la
  lib/libxcb-shm.so
  lib/libxcb-shm.so.0
 +lib/libxcb-shm.so.0.0.0
  lib/libxcb-sync.a
  lib/libxcb-sync.la
  lib/libxcb-sync.so
 -lib/libxcb-sync.so.0
 +lib/libxcb-sync.so.1
 +lib/libxcb-sync.so.1.0.0
  lib/libxcb-xevie.a
  lib/libxcb-xevie.la
  lib/libxcb-xevie.so
  lib/libxcb-xevie.so.0
 +lib/libxcb-xevie.so.0.0.0
  lib/libxcb-xf86dri.a
  lib/libxcb-xf86dri.la
  lib/libxcb-xf86dri.so
  lib/libxcb-xf86dri.so.0
 +lib/libxcb-xf86dri.so.0.0.0
  lib/libxcb-xfixes.a
  lib/libxcb-xfixes.la
  lib/libxcb-xfixes.so
  lib/libxcb-xfixes.so.0
 +lib/libxcb-xfixes.so.0.0.0
  lib/libxcb-xinerama.a
  lib/libxcb-xinerama.la
  lib/libxcb-xinerama.so
  lib/libxcb-xinerama.so.0
 +lib/libxcb-xinerama.so.0.0.0
  lib/libxcb-xinput.a
  lib/libxcb-xinput.la
  lib/libxcb-xinput.so
  lib/libxcb-xinput.so.0
 +lib/libxcb-xinput.so.0.1.0
  lib/libxcb-xkb.a
  lib/libxcb-xkb.la
  lib/libxcb-xkb.so
 -lib/libxcb-xkb.so.0
 +lib/libxcb-xkb.so.1
 +lib/libxcb-xkb.so.1.0.0
  lib/libxcb-xprint.a
  lib/libxcb-xprint.la
  lib/libxcb-xprint.so
  lib/libxcb-xprint.so.0
 +lib/libxcb-xprint.so.0.0.0
  lib/libxcb-xtest.a
  lib/libxcb-xtest.la
  lib/libxcb-xtest.so
  lib/libxcb-xtest.so.0
 +lib/libxcb-xtest.so.0.0.0
  lib/libxcb-xv.a
  lib/libxcb-xv.la
  lib/libxcb-xv.so
  lib/libxcb-xv.so.0
 +lib/libxcb-xv.so.0.0.0
  lib/libxcb-xvmc.a
  lib/libxcb-xvmc.la
  lib/libxcb-xvmc.so
  lib/libxcb-xvmc.so.0
 +lib/libxcb-xvmc.so.0.0.0
  lib/libxcb.a
  lib/libxcb.la
  lib/libxcb.so
 -lib/libxcb.so.2
 +lib/libxcb.so.1
 +lib/libxcb.so.1.1.0
  libdata/pkgconfig/xcb-composite.pc
  libdata/pkgconfig/xcb-damage.pc
  libdata/pkgconfig/xcb-dpms.pc
 @@ -395,7 +421,7 @@
  man/man3/xcb_free_gc_checked.3.gz
  man/man3/xcb_free_pixmap.3.gz
  man/man3/xcb_free_pixmap_checked.3.gz
 -man/man3/xcb_ge_event_t.3.gz
 +man/man3/xcb_ge_generic_event_t.3.gz
  man/man3/xcb_get_atom_name.3.gz
  man/man3/xcb_get_atom_name_name.3.gz
  man/man3/xcb_get_atom_name_name_end.3.gz
 @@ -2225,23 +2251,6 @@
  man/man3/xcb_xkb_get_device_info_name_length.3.gz
  man/man3/xcb_xkb_get_device_info_reply.3.gz
  man/man3/xcb_xkb_get_device_info_unchecked.3.gz
 -man/man3/xcb_xkb_get_geometry.3.gz
 -man/man3/xcb_xkb_get_geometry_colors_iterator.3.gz
 -man/man3/xcb_xkb_get_geometry_colors_length.3.gz
 -man/man3/xcb_xkb_get_geometry_doodads_iterator.3.gz
 -man/man3/xcb_xkb_get_geometry_doodads_length.3.gz
 -man/man3/xcb_xkb_get_geometry_key_aliases.3.gz
 -man/man3/xcb_xkb_get_geometry_key_aliases_iterator.3.gz
 -man/man3/xcb_xkb_get_geometry_key_aliases_length.3.gz
 -man/man3/xcb_xkb_get_geometry_label_font.3.gz
 -man/man3/xcb_xkb_get_geometry_properties_iterator.3.gz
 -man/man3/xcb_xkb_get_geometry_properties_length.3.gz
 -man/man3/xcb_xkb_get_geometry_reply.3.gz
 -man/man3/xcb_xkb_get_geometry_sections_iterator.3.gz
 -man/man3/xcb_xkb_get_geometry_sections_length.3.gz
 -man/man3/xcb_xkb_get_geometry_shapes_iterator.3.gz
 -man/man3/xcb_xkb_get_geometry_shapes_length.3.gz
 -man/man3/xcb_xkb_get_geometry_unchecked.3.gz
  man/man3/xcb_xkb_get_indicator_map.3.gz
  man/man3/xcb_xkb_get_indicator_map_maps.3.gz
  man/man3/xcb_xkb_get_indicator_map_maps_iterator.3.gz
 @@ -2305,8 +2314,6 @@
  man/man3/xcb_xkb_set_debugging_flags_unchecked.3.gz
  man/man3/xcb_xkb_set_device_info.3.gz
  man/man3/xcb_xkb_set_device_info_checked.3.gz
 -man/man3/xcb_xkb_set_geometry.3.gz
 -man/man3/xcb_xkb_set_geometry_checked.3.gz
  man/man3/xcb_xkb_set_indicator_map.3.gz
  man/man3/xcb_xkb_set_indicator_map_checked.3.gz
  man/man3/xcb_xkb_set_map.3.gz
 Index: x11/libxkbfile/Makefile
 ===================================================================
 --- x11/libxkbfile/Makefile	(revision 348446)
 +++ x11/libxkbfile/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libxkbfile
  PORTVERSION=	1.0.8
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libxkbfile/pkg-plist
 ===================================================================
 --- x11/libxkbfile/pkg-plist	(revision 348446)
 +++ x11/libxkbfile/pkg-plist	(working copy)
 @@ -8,5 +8,6 @@
  lib/libxkbfile.la
  lib/libxkbfile.so
  lib/libxkbfile.so.1
 +lib/libxkbfile.so.1.0.2
  libdata/pkgconfig/xkbfile.pc
  @dirrmtry include/X11/extensions
 Index: x11/libxkbui/Makefile
 ===================================================================
 --- x11/libxkbui/Makefile	(revision 348446)
 +++ x11/libxkbui/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libxkbui
  PORTVERSION=	1.0.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libxkbui/pkg-plist
 ===================================================================
 --- x11/libxkbui/pkg-plist	(revision 348446)
 +++ x11/libxkbui/pkg-plist	(working copy)
 @@ -3,5 +3,6 @@
  lib/libxkbui.la
  lib/libxkbui.so
  lib/libxkbui.so.1
 +lib/libxkbui.so.1.0.0
  libdata/pkgconfig/xkbui.pc
  @dirrmtry include/X11/extensions
 Index: x11/libxklavier/Makefile
 ===================================================================
 --- x11/libxklavier/Makefile	(revision 348446)
 +++ x11/libxklavier/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	libxklavier
  PORTVERSION=	5.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  PORTEPOCH=	1
  CATEGORIES=	x11 gnome
  MASTER_SITES=	GNOME
 Index: x11/libxshmfence/Makefile
 ===================================================================
 --- x11/libxshmfence/Makefile	(revision 348446)
 +++ x11/libxshmfence/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	libxshmfence
  PORTVERSION=	1.1
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/libxshmfence/pkg-plist
 ===================================================================
 --- x11/libxshmfence/pkg-plist	(revision 348446)
 +++ x11/libxshmfence/pkg-plist	(working copy)
 @@ -3,4 +3,5 @@
  lib/libxshmfence.la
  lib/libxshmfence.so
  lib/libxshmfence.so.1
 +lib/libxshmfence.so.1.0.0
  libdata/pkgconfig/xshmfence.pc
 Index: x11/mate-applets/Makefile
 ===================================================================
 --- x11/mate-applets/Makefile	(revision 348446)
 +++ x11/mate-applets/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mate-applets
  PORTVERSION=	1.6.1
 +PORTREVISION=	1
  CATEGORIES=	x11 mate
  MASTER_SITES=	MATE
  DIST_SUBDIR=	mate
 Index: x11/mate-panel/Makefile
 ===================================================================
 --- x11/mate-panel/Makefile	(revision 348446)
 +++ x11/mate-panel/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mate-panel
  PORTVERSION=	1.6.1
 +PORTREVISION=	1
  CATEGORIES=	x11 mate
  MASTER_SITES=	MATE
  DIST_SUBDIR=	mate
 Index: x11/mate-session-manager/Makefile
 ===================================================================
 --- x11/mate-session-manager/Makefile	(revision 348446)
 +++ x11/mate-session-manager/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mate-session-manager
  PORTVERSION=	1.6.1
 +PORTREVISION=	1
  CATEGORIES=	x11 mate
  MASTER_SITES=	MATE
  DIST_SUBDIR=	mate
 Index: x11/ooxcb/Makefile
 ===================================================================
 --- x11/ooxcb/Makefile	(revision 348446)
 +++ x11/ooxcb/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	ooxcb
  PORTVERSION=	1.1
 +PORTREVISION=	1
  CATEGORIES=	x11
  MASTER_SITES=	http://samurai-x.org/downloads/
  
 Index: x11/pixman/Makefile
 ===================================================================
 --- x11/pixman/Makefile	(revision 348446)
 +++ x11/pixman/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	pixman
  PORTVERSION=	0.32.4
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 @@ -10,24 +11,7 @@
  USES=		perl5
  USE_PERL5=	build
  XORG_CAT=	lib
 -USE_AUTOTOOLS=	libtool
  CONFIGURE_ARGS=	--disable-gtk
 -USE_GNOME=	ltverhack:30
 +INSTALL_TARGET=	install-strip
  
 -OPTIONS_DEFINE=	SIMD
 -
 -.include <bsd.port.options.mk>
 -
 -.if ! ${PORT_OPTIONS:MSIMD}
 -CONFIGURE_ARGS=	--disable-vmx --disable-arm-simd
 -. if defined(MACHINE_CPU)
 -. if ! ${MACHINE_CPU:Mmmx}
 -CONFIGURE_ARGS+=	--disable-mmx
 -. endif
 -. if ! ${MACHINE_CPU:Msse2}
 -CONFIGURE_ARGS+=	--disable-sse2
 -. endif
 -. endif
 -.endif
 -
  .include <bsd.port.mk>
 Index: x11/pixman/pkg-plist
 ===================================================================
 --- x11/pixman/pkg-plist	(revision 348446)
 +++ x11/pixman/pkg-plist	(working copy)
 @@ -3,6 +3,7 @@
  lib/libpixman-1.a
  lib/libpixman-1.la
  lib/libpixman-1.so
 -lib/libpixman-1.so.30
 +lib/libpixman-1.so.0
 +lib/libpixman-1.so.0.32.4
  libdata/pkgconfig/pixman-1.pc
  @dirrm include/pixman-1
 Index: x11/slim/Makefile
 ===================================================================
 --- x11/slim/Makefile	(revision 348446)
 +++ x11/slim/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	slim
  PORTVERSION=	1.3.6
 +PORTREVISION=	1
  CATEGORIES=	x11
  MASTER_SITES=	ftp://ftp.berlios.de/pub/slim/ \
  		SF/slim.berlios
 Index: x11/sterm/Makefile
 ===================================================================
 --- x11/sterm/Makefile	(revision 348446)
 +++ x11/sterm/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	sterm
  PORTVERSION=	0.4.1
 +PORTREVISION=	1
  CATEGORIES=	x11
  MASTER_SITES=	http://dl.suckless.org/st/
  DISTNAME=	st-${PORTVERSION}
 Index: x11/xauth/Makefile
 ===================================================================
 --- x11/xauth/Makefile	(revision 348446)
 +++ x11/xauth/Makefile	(working copy)
 @@ -1,6 +1,7 @@
  # $FreeBSD$
  
  PORTNAME=	xauth
 +PORTREVISION=	1
  PORTVERSION=	1.0.8
  CATEGORIES=	x11
  
 Index: x11/xbacklight/Makefile
 ===================================================================
 --- x11/xbacklight/Makefile	(revision 348446)
 +++ x11/xbacklight/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xbacklight
  PORTVERSION=	1.2.1
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/xbitmaps/Makefile
 ===================================================================
 --- x11/xbitmaps/Makefile	(revision 348446)
 +++ x11/xbitmaps/Makefile	(working copy)
 @@ -10,7 +10,7 @@
  
  LICENSE=	MIT
  
 -USES=	pathfix
 +USES=		pathfix
  
  XORG_CAT=	data
  
 Index: x11/xcb-proto/Makefile
 ===================================================================
 --- x11/xcb-proto/Makefile	(revision 348446)
 +++ x11/xcb-proto/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	xcb-proto
 -PORTVERSION=	1.9
 +PORTVERSION=	1.10
  CATEGORIES=	x11 python
  MASTER_SITES=	http://xcb.freedesktop.org/dist/
  
 @@ -11,10 +11,8 @@
  
  BUILD_DEPENDS=	xmllint:${PORTSDIR}/textproc/libxml2
  
 -USE_BZIP2=	yes
 -USES=		pathfix
 -USE_PYTHON=	yes
 -GNU_CONFIGURE=	yes
 +XORG_CAT=	proto
 +USE_PYTHON=	2.5+
  
  DATADIR=	${PREFIX}/share/xcb
  
 Index: x11/xcb-proto/distinfo
 ===================================================================
 --- x11/xcb-proto/distinfo	(revision 348446)
 +++ x11/xcb-proto/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (xcb-proto-1.9.tar.bz2) = 895afe21793e6e26c5ce999b1900c02a5984c201d96d55cc42c182d3c3bde43c
 -SIZE (xcb-proto-1.9.tar.bz2) = 136421
 +SHA256 (xorg/proto/xcb-proto-1.10.tar.bz2) = 7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05
 +SIZE (xorg/proto/xcb-proto-1.10.tar.bz2) = 138834
 Index: x11/xcb-proto/files/patch-src_sync.xml
 ===================================================================
 --- x11/xcb-proto/files/patch-src_sync.xml	(revision 348446)
 +++ x11/xcb-proto/files/patch-src_sync.xml	(working copy)
 @@ -1,50 +0,0 @@
 -From 9c343995eacdc39db2ec7f93cbeab00c88a55026 Mon Sep 17 00:00:00 2001
 -From: Peter Harris <pharris@opentext.com>
 -Date: Fri, 15 Nov 2013 16:07:39 +0000
 -Subject: sync: Add missing namespace for the INT64 struct
 -
 -Signed-off-by: Peter Harris <pharris@opentext.com>
 -Reviewed-By: Daniel Martin <consume.noise@gmail.com>
 ----
 -diff --git a/src/sync.xml b/src/sync.xml
 -index bc07c5b..dd70a08 100644
 ---- src/sync.xml
 -+++ src/sync.xml
 -@@ -147,7 +147,7 @@ for licensing information.
 -       </bitcase>
 -       <bitcase>
 -         <enumref ref="CA">Value</enumref>
 --        <field type="INT64" name="value" />
 -+        <field type="sync:INT64" name="value" />
 -       </bitcase>
 -       <bitcase>
 -         <enumref ref="CA">TestType</enumref>
 -@@ -155,7 +155,7 @@ for licensing information.
 -       </bitcase>
 -       <bitcase>
 -         <enumref ref="CA">Delta</enumref>
 --        <field type="INT64" name="delta" />
 -+        <field type="sync:INT64" name="delta" />
 -       </bitcase>
 -       <bitcase>
 -         <enumref ref="CA">Events</enumref>
 -@@ -179,7 +179,7 @@ for licensing information.
 -       </bitcase>
 -       <bitcase>
 -         <enumref ref="CA">Value</enumref>
 --        <field type="INT64" name="value" />
 -+        <field type="sync:INT64" name="value" />
 -       </bitcase>
 -       <bitcase>
 -         <enumref ref="CA">TestType</enumref>
 -@@ -187,7 +187,7 @@ for licensing information.
 -       </bitcase>
 -       <bitcase>
 -         <enumref ref="CA">Delta</enumref>
 --        <field type="INT64" name="delta" />
 -+        <field type="sync:INT64" name="delta" />
 -       </bitcase>
 -       <bitcase>
 -         <enumref ref="CA">Events</enumref>
 ---
 -cgit v0.9.0.2-2-gbebe
 Index: x11/xcb-util/Makefile
 ===================================================================
 --- x11/xcb-util/Makefile	(revision 348446)
 +++ x11/xcb-util/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xcb-util
  PORTVERSION=	0.3.9
 -PORTREVISION=	1
 +PORTREVISION=	2
  PORTEPOCH=	1
  CATEGORIES=	x11
  MASTER_SITES=	http://xcb.freedesktop.org/dist/
 @@ -11,14 +11,11 @@
  MAINTAINER=	garga@FreeBSD.org
  COMMENT=	A module with libxcb/libX11 extension/replacement libraries
  
 +XORG_CAT=	lib
  USE_BZIP2=	yes
 -USES=		gmake pathfix pkgconfig
 -USE_LDCONFIG=	yes
 -USE_XORG=	xau xcb xdmcp xorg-macros
 -USE_AUTOTOOLS=	libtool
 +USES=		gmake
 +USE_XORG=	xau xcb xdmcp
  
 -GNU_CONFIGURE=	yes
 -
  post-patch:
  	@${REINPLACE_CMD} -e \
  		's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
 Index: x11/xcb-util/distinfo
 ===================================================================
 --- x11/xcb-util/distinfo	(revision 348446)
 +++ x11/xcb-util/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (xcb-util-0.3.9.tar.bz2) = c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4
 -SIZE (xcb-util-0.3.9.tar.bz2) = 287855
 +SHA256 (xorg/lib/xcb-util-0.3.9.tar.bz2) = c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4
 +SIZE (xorg/lib/xcb-util-0.3.9.tar.bz2) = 287855
 Index: x11/xcb-util/pkg-plist
 ===================================================================
 --- x11/xcb-util/pkg-plist	(revision 348446)
 +++ x11/xcb-util/pkg-plist	(working copy)
 @@ -1,7 +1,8 @@
 +lib/libxcb-util.a
 +lib/libxcb-util.la
 +lib/libxcb-util.so
  lib/libxcb-util.so.1
 -lib/libxcb-util.so
 -lib/libxcb-util.la
 -lib/libxcb-util.a
 +lib/libxcb-util.so.1.0.0
  libdata/pkgconfig/xcb-atom.pc
  libdata/pkgconfig/xcb-aux.pc
  libdata/pkgconfig/xcb-event.pc
 Index: x11/xcb-util-cursor/Makefile
 ===================================================================
 --- x11/xcb-util-cursor/Makefile	(revision 348446)
 +++ x11/xcb-util-cursor/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xcb-util-cursor
  PORTVERSION=	0.1.1
 +PORTREVISION=	1
  CATEGORIES=	x11
  MASTER_SITES=	http://xcb.freedesktop.org/dist/
  
 @@ -17,12 +18,10 @@
  		${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil \
  		${LOCALBASE}/libdata/pkgconfig/xcb-image.pc:${PORTSDIR}/x11/xcb-util-image
  
 -USE_BZIP2=	yes
 -USE_LDCONFIG=	yes
 -USE_XORG=	xcb xorg-macros
 -USES=		gmake pkgconfig
 +XORG_CAT=	lib
 +USE_XORG=	xcb
 +USES=		gmake
  
 -GNU_CONFIGURE=	yes
  CONFIGURE_ENV=	GPERF="${LOCALBASE}/bin/gperf"
  
  post-patch:
 Index: x11/xcb-util-cursor/distinfo
 ===================================================================
 --- x11/xcb-util-cursor/distinfo	(revision 348446)
 +++ x11/xcb-util-cursor/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (xcb-util-cursor-0.1.1.tar.bz2) = 517a1febcede3bc994e356c4c066e297a12ca219063b7d39047e29c7a8860652
 -SIZE (xcb-util-cursor-0.1.1.tar.bz2) = 280852
 +SHA256 (xorg/lib/xcb-util-cursor-0.1.1.tar.bz2) = 517a1febcede3bc994e356c4c066e297a12ca219063b7d39047e29c7a8860652
 +SIZE (xorg/lib/xcb-util-cursor-0.1.1.tar.bz2) = 280852
 Index: x11/xcb-util-cursor/pkg-plist
 ===================================================================
 --- x11/xcb-util-cursor/pkg-plist	(revision 348446)
 +++ x11/xcb-util-cursor/pkg-plist	(working copy)
 @@ -3,5 +3,6 @@
  lib/libxcb-cursor.la
  lib/libxcb-cursor.so
  lib/libxcb-cursor.so.0
 +lib/libxcb-cursor.so.0.0.0
  libdata/pkgconfig/xcb-cursor.pc
  @dirrmtry include/xcb
 Index: x11/xcb-util-image/Makefile
 ===================================================================
 --- x11/xcb-util-image/Makefile	(revision 348446)
 +++ x11/xcb-util-image/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xcb-util-image
  PORTVERSION=	0.3.9
 +PORTREVISION=	1
  CATEGORIES=	x11
  MASTER_SITES=	http://xcb.freedesktop.org/dist/
  
 @@ -10,13 +11,10 @@
  
  LIB_DEPENDS=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
  
 -USE_BZIP2=	yes
 -USES=		gmake pkgconfig
 -USE_LDCONFIG=	yes
 -USE_XORG=	xcb xorg-macros
 +XORG_CAT=	lib
 +USES=		gmake
 +USE_XORG=	xcb
  
 -GNU_CONFIGURE=	yes
 -
  post-patch:
  	@${REINPLACE_CMD} -e \
  		's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
 Index: x11/xcb-util-image/distinfo
 ===================================================================
 --- x11/xcb-util-image/distinfo	(revision 348446)
 +++ x11/xcb-util-image/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (xcb-util-image-0.3.9.tar.bz2) = d35a3c0eaae171f5081ec127fb9cec174b716ce5d78196a87f2785376da021df
 -SIZE (xcb-util-image-0.3.9.tar.bz2) = 310947
 +SHA256 (xorg/lib/xcb-util-image-0.3.9.tar.bz2) = d35a3c0eaae171f5081ec127fb9cec174b716ce5d78196a87f2785376da021df
 +SIZE (xorg/lib/xcb-util-image-0.3.9.tar.bz2) = 310947
 Index: x11/xcb-util-image/pkg-plist
 ===================================================================
 --- x11/xcb-util-image/pkg-plist	(revision 348446)
 +++ x11/xcb-util-image/pkg-plist	(working copy)
 @@ -1,8 +1,9 @@
  include/xcb/xcb_bitops.h
  include/xcb/xcb_image.h
  include/xcb/xcb_pixel.h
 +lib/libxcb-image.a
 +lib/libxcb-image.la
 +lib/libxcb-image.so
  lib/libxcb-image.so.0
 -lib/libxcb-image.so
 -lib/libxcb-image.la
 -lib/libxcb-image.a
 +lib/libxcb-image.so.0.0.0
  libdata/pkgconfig/xcb-image.pc
 Index: x11/xcb-util-keysyms/Makefile
 ===================================================================
 --- x11/xcb-util-keysyms/Makefile	(revision 348446)
 +++ x11/xcb-util-keysyms/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xcb-util-keysyms
  PORTVERSION=	0.3.9
 +PORTREVISION=	1
  CATEGORIES=	x11
  MASTER_SITES=	http://xcb.freedesktop.org/dist/
  
 @@ -10,13 +11,10 @@
  
  LIB_DEPENDS=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
  
 -USES=		gmake pkgconfig
 -USE_BZIP2=	yes
 -USE_LDCONFIG=	yes
 -USE_XORG=	xcb xorg-macros
 +XORG_CAT=	lib
 +USES=		gmake
 +USE_XORG=	xcb
  
 -GNU_CONFIGURE=	yes
 -
  post-patch:
  	@${REINPLACE_CMD} -e \
  		's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
 Index: x11/xcb-util-keysyms/distinfo
 ===================================================================
 --- x11/xcb-util-keysyms/distinfo	(revision 348446)
 +++ x11/xcb-util-keysyms/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (xcb-util-keysyms-0.3.9.tar.bz2) = 7be1acf053bd68a1910fc861b2cbcbad7637b5618590dd5484d43a96f7995c6e
 -SIZE (xcb-util-keysyms-0.3.9.tar.bz2) = 286075
 +SHA256 (xorg/lib/xcb-util-keysyms-0.3.9.tar.bz2) = 7be1acf053bd68a1910fc861b2cbcbad7637b5618590dd5484d43a96f7995c6e
 +SIZE (xorg/lib/xcb-util-keysyms-0.3.9.tar.bz2) = 286075
 Index: x11/xcb-util-keysyms/pkg-plist
 ===================================================================
 --- x11/xcb-util-keysyms/pkg-plist	(revision 348446)
 +++ x11/xcb-util-keysyms/pkg-plist	(working copy)
 @@ -1,6 +1,7 @@
  include/xcb/xcb_keysyms.h
 +lib/libxcb-keysyms.a
 +lib/libxcb-keysyms.la
 +lib/libxcb-keysyms.so
  lib/libxcb-keysyms.so.1
 -lib/libxcb-keysyms.so
 -lib/libxcb-keysyms.la
 -lib/libxcb-keysyms.a
 +lib/libxcb-keysyms.so.1.0.0
  libdata/pkgconfig/xcb-keysyms.pc
 Index: x11/xcb-util-renderutil/Makefile
 ===================================================================
 --- x11/xcb-util-renderutil/Makefile	(revision 348446)
 +++ x11/xcb-util-renderutil/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xcb-util-renderutil
  PORTVERSION=	0.3.8
 +PORTREVISION=	1
  CATEGORIES=	x11
  MASTER_SITES=	http://xcb.freedesktop.org/dist/
  
 @@ -10,13 +11,10 @@
  
  LIB_DEPENDS=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
  
 -USE_BZIP2=	yes
 -USES=		gmake pkgconfig
 -USE_XORG=	xcb xorg-macros
 -USE_LDCONFIG=	yes
 +XORG_CAT=	lib
 +USES=		gmake
 +USE_XORG=	xcb
  
 -GNU_CONFIGURE=	yes
 -
  post-patch:
  	@${REINPLACE_CMD} -e \
  		's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
 Index: x11/xcb-util-renderutil/distinfo
 ===================================================================
 --- x11/xcb-util-renderutil/distinfo	(revision 348446)
 +++ x11/xcb-util-renderutil/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (xcb-util-renderutil-0.3.8.tar.bz2) = 9789a5c55728fa7bae374d9fdf1c61095869bdc68561911760879095644c7452
 -SIZE (xcb-util-renderutil-0.3.8.tar.bz2) = 257492
 +SHA256 (xorg/lib/xcb-util-renderutil-0.3.8.tar.bz2) = 9789a5c55728fa7bae374d9fdf1c61095869bdc68561911760879095644c7452
 +SIZE (xorg/lib/xcb-util-renderutil-0.3.8.tar.bz2) = 257492
 Index: x11/xcb-util-renderutil/pkg-plist
 ===================================================================
 --- x11/xcb-util-renderutil/pkg-plist	(revision 348446)
 +++ x11/xcb-util-renderutil/pkg-plist	(working copy)
 @@ -1,6 +1,7 @@
  include/xcb/xcb_renderutil.h
 +lib/libxcb-render-util.a
 +lib/libxcb-render-util.la
 +lib/libxcb-render-util.so
  lib/libxcb-render-util.so.0
 -lib/libxcb-render-util.so
 -lib/libxcb-render-util.la
 -lib/libxcb-render-util.a
 +lib/libxcb-render-util.so.0.0.0
  libdata/pkgconfig/xcb-renderutil.pc
 Index: x11/xcb-util-wm/Makefile
 ===================================================================
 --- x11/xcb-util-wm/Makefile	(revision 348446)
 +++ x11/xcb-util-wm/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xcb-util-wm
  PORTVERSION=	0.4.1
 +PORTREVISION=	1
  CATEGORIES=	x11
  MASTER_SITES=	http://xcb.freedesktop.org/dist/
  
 @@ -12,13 +13,10 @@
  
  LIB_DEPENDS=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
  
 -USE_BZIP2=	yes
 -USES=		gmake pkgconfig
 -USE_LDCONFIG=	yes
 -USE_XORG=	xcb xorg-macros
 +XORG_CAT=	lib
 +USES=		gmake
 +USE_XORG=	xcb
  
 -GNU_CONFIGURE=	yes
 -
  post-patch:
  	@${REINPLACE_CMD} -e \
  		's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
 Index: x11/xcb-util-wm/distinfo
 ===================================================================
 --- x11/xcb-util-wm/distinfo	(revision 348446)
 +++ x11/xcb-util-wm/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (xcb-util-wm-0.4.1.tar.bz2) = 28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f
 -SIZE (xcb-util-wm-0.4.1.tar.bz2) = 321855
 +SHA256 (xorg/lib/xcb-util-wm-0.4.1.tar.bz2) = 28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f
 +SIZE (xorg/lib/xcb-util-wm-0.4.1.tar.bz2) = 321855
 Index: x11/xcb-util-wm/pkg-plist
 ===================================================================
 --- x11/xcb-util-wm/pkg-plist	(revision 348446)
 +++ x11/xcb-util-wm/pkg-plist	(working copy)
 @@ -1,13 +1,15 @@
  include/xcb/xcb_icccm.h
  include/xcb/xcb_ewmh.h
 +lib/libxcb-icccm.a
 +lib/libxcb-icccm.la
 +lib/libxcb-icccm.so
  lib/libxcb-icccm.so.4
 -lib/libxcb-icccm.so
 -lib/libxcb-icccm.la
 -lib/libxcb-icccm.a
 +lib/libxcb-icccm.so.4.0.0
 +lib/libxcb-ewmh.a
 +lib/libxcb-ewmh.la
 +lib/libxcb-ewmh.so
  lib/libxcb-ewmh.so.2
 -lib/libxcb-ewmh.so
 -lib/libxcb-ewmh.la
 -lib/libxcb-ewmh.a
 +lib/libxcb-ewmh.so.2.0.0
  libdata/pkgconfig/xcb-icccm.pc
  libdata/pkgconfig/xcb-ewmh.pc
  @dirrmtry include/xcb
 Index: x11/xconsole/Makefile
 ===================================================================
 --- x11/xconsole/Makefile	(revision 348446)
 +++ x11/xconsole/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xconsole
  PORTVERSION=	1.0.6
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/xdbedizzy/Makefile
 ===================================================================
 --- x11/xdbedizzy/Makefile	(revision 348446)
 +++ x11/xdbedizzy/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xdbedizzy
  PORTVERSION=	1.1.0
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/xdm/Makefile
 ===================================================================
 --- x11/xdm/Makefile	(revision 348446)
 +++ x11/xdm/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xdm
  PORTVERSION=	1.1.11
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/xdpyinfo/Makefile
 ===================================================================
 --- x11/xdpyinfo/Makefile	(revision 348446)
 +++ x11/xdpyinfo/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xdpyinfo
  PORTVERSION=	1.3.1
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/xextproto/Makefile
 ===================================================================
 --- x11/xextproto/Makefile	(revision 348446)
 +++ x11/xextproto/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	xextproto
 -PORTVERSION=	7.2.1
 +PORTVERSION=	7.3.0
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/xextproto/distinfo
 ===================================================================
 --- x11/xextproto/distinfo	(revision 348446)
 +++ x11/xextproto/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (xorg/proto/xextproto-7.2.1.tar.bz2) = 7c53b105407ef3b2eb180a361bd672c1814524a600166a0a7dbbe76b97556d1a
 -SIZE (xorg/proto/xextproto-7.2.1.tar.bz2) = 229282
 +SHA256 (xorg/proto/xextproto-7.3.0.tar.bz2) = f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0
 +SIZE (xorg/proto/xextproto-7.3.0.tar.bz2) = 229310
 Index: x11/xf86dga/Makefile
 ===================================================================
 --- x11/xf86dga/Makefile	(revision 348446)
 +++ x11/xf86dga/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xf86dga
  PORTVERSION=	1.0.3
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/xfce4-terminal/Makefile
 ===================================================================
 --- x11/xfce4-terminal/Makefile	(revision 348446)
 +++ x11/xfce4-terminal/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	xfce4-terminal
  PORTVERSION=	0.6.3
 +PORTREVISION=	1
  CATEGORIES=	x11 xfce
  MASTER_SITES=	${MASTER_SITE_XFCE}
  MASTER_SITE_SUBDIR=	src/apps/${PORTNAME}/${PORTVERSION:R}
 Index: x11/xfd/Makefile
 ===================================================================
 --- x11/xfd/Makefile	(revision 348446)
 +++ x11/xfd/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xfd
  PORTVERSION=	1.1.2
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 @@ -9,7 +10,7 @@
  
  LICENSE=	MIT
  
 -LIB_DEPENDS=	libfreetype.so.9:${PORTSDIR}/print/freetype2
 +LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
  BUILD_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
  RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
  
 Index: x11/xhost/Makefile
 ===================================================================
 --- x11/xhost/Makefile	(revision 348446)
 +++ x11/xhost/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xhost
  PORTVERSION=	1.0.6
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/xkeyboard-config/Makefile
 ===================================================================
 --- x11/xkeyboard-config/Makefile	(revision 348446)
 +++ x11/xkeyboard-config/Makefile	(working copy)
 @@ -1,7 +1,7 @@
  # $FreeBSD$
  
  PORTNAME=	xkeyboard-config
 -PORTVERSION=	2.10.1
 +PORTVERSION=	2.11
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/xkeyboard-config/distinfo
 ===================================================================
 --- x11/xkeyboard-config/distinfo	(revision 348446)
 +++ x11/xkeyboard-config/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (xorg/data/xkeyboard-config-2.10.1.tar.bz2) = 7d58064d86bb0155a3acc4ca35097dab4dfef334cdd0555fb5965ebca1fca18b
 -SIZE (xorg/data/xkeyboard-config-2.10.1.tar.bz2) = 908897
 +SHA256 (xorg/data/xkeyboard-config-2.11.tar.bz2) = e7125460892c2b5c3a8d843cb18c24b60c46051e925c2888a61fa672a2f76d76
 +SIZE (xorg/data/xkeyboard-config-2.11.tar.bz2) = 920222
 Index: x11/xlockmore/Makefile
 ===================================================================
 --- x11/xlockmore/Makefile	(revision 348446)
 +++ x11/xlockmore/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	xlockmore
  PORTVERSION=	5.43
 +PORTREVISION=	1
  CATEGORIES?=	x11
  MASTER_SITES=	http://www.tux.org/~bagleyd/xlock/${PORTNAME}-${PORTVERSION}/ \
  		ftp://ibiblio.org/pub/Linux/X11/screensavers/ \
 Index: x11/xlogo/Makefile
 ===================================================================
 --- x11/xlogo/Makefile	(revision 348446)
 +++ x11/xlogo/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xlogo
  PORTVERSION=	1.0.4
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/xorg-minimal/Makefile
 ===================================================================
 --- x11/xorg-minimal/Makefile	(revision 348446)
 +++ x11/xorg-minimal/Makefile	(working copy)
 @@ -14,6 +14,8 @@
  NO_BUILD=	yes
  NO_MTREE=	yes
  
 +.include <bsd.port.options.mk>
 +
  VIDEO_DRIVER?=	vesa
  
  RUN_DEPENDS+=	${LOCALBASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server \
 Index: x11/xpyb/Makefile
 ===================================================================
 --- x11/xpyb/Makefile	(revision 348446)
 +++ x11/xpyb/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	xpyb
  PORTVERSION=	1.3.1
 +PORTREVISION=	1
  CATEGORIES=	x11 python
  MASTER_SITES=	http://xcb.freedesktop.org/%SUBDIR%/
  MASTER_SITE_SUBDIR=	dist
 Index: x11/xrx/Makefile
 ===================================================================
 --- x11/xrx/Makefile	(revision 348446)
 +++ x11/xrx/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xrx
  PORTVERSION=	1.0.4
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 @@ -9,8 +10,8 @@
  
  XORG_CAT=	app
  USE_XORG=	x11 xt xext xtrans xproxymngproto xau xaw ice
 +USES=		libtool
  USE_LDCONFIG=	yes
 -USE_AUTOTOOLS=	libtool
  
  post-patch:
  	@${REINPLACE_CMD} -e 's|mozilla-plugin|disabled-libxul-plugin|g' \
 Index: x11/xscreensaver/Makefile
 ===================================================================
 --- x11/xscreensaver/Makefile	(revision 348446)
 +++ x11/xscreensaver/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	xscreensaver
  PORTVERSION=	5.26
 +PORTREVISION=	1
  CATEGORIES=	x11
  MASTER_SITES=	http://www.jwz.org/xscreensaver/
  
 Index: x11/xtrans/Makefile
 ===================================================================
 --- x11/xtrans/Makefile	(revision 348446)
 +++ x11/xtrans/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	xtrans
 -PORTVERSION=	1.3.2
 +PORTVERSION=	1.3.3
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11/xtrans/distinfo
 ===================================================================
 --- x11/xtrans/distinfo	(revision 348446)
 +++ x11/xtrans/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (xorg/lib/xtrans-1.3.2.tar.bz2) = 94177c89b74f594bcddc6a12825e9b464e17ab1977de671d25f67a4ea922cb87
 -SIZE (xorg/lib/xtrans-1.3.2.tar.bz2) = 177812
 +SHA256 (xorg/lib/xtrans-1.3.3.tar.bz2) = 622db4adce224581a44fbe41321bbb0bdc0c78aec586ba83548f1f1c6e8a09bf
 +SIZE (xorg/lib/xtrans-1.3.3.tar.bz2) = 177244
 Index: x11/xtrans/files/patch-Xtransint.h
 ===================================================================
 --- x11/xtrans/files/patch-Xtransint.h	(revision 348446)
 +++ x11/xtrans/files/patch-Xtransint.h	(working copy)
 @@ -1,11 +0,0 @@
 ---- Xtransint.h.orig	2013-11-08 10:46:59.086340096 +0100
 -+++ Xtransint.h	2013-11-08 11:02:02.275278727 +0100
 -@@ -72,7 +72,7 @@
 - #  define XTRANSDEBUG 1
 - #endif
 - 
 --#if XTRANS_SEND_FDS && !(defined(linux) || defined(__sun))
 -+#if XTRANS_SEND_FDS && !(defined(linux) || defined(__sun) || defined(__FreeBSD__))
 - #error "FD passing support only on Linux & Solaris"
 - #endif
 - 
 Index: x11/xwininfo/Makefile
 ===================================================================
 --- x11/xwininfo/Makefile	(revision 348446)
 +++ x11/xwininfo/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xwininfo
  PORTVERSION=	1.1.3
 +PORTREVISION=	1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-clocks/abclock/Makefile
 ===================================================================
 --- x11-clocks/abclock/Makefile	(revision 348446)
 +++ x11-clocks/abclock/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	abclock
  PORTVERSION=	1.0d
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-clocks
  MASTER_SITES=	http://odur.let.rug.nl/~kleiweg/abclock/
  
 Index: x11-clocks/bbdate/Makefile
 ===================================================================
 --- x11-clocks/bbdate/Makefile	(revision 348446)
 +++ x11-clocks/bbdate/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	bbdate
  PORTVERSION=	0.2.4
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-clocks
  MASTER_SITES=	SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 Index: x11-clocks/eyeclock/Makefile
 ===================================================================
 --- x11-clocks/eyeclock/Makefile	(revision 348446)
 +++ x11-clocks/eyeclock/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	eyeclock
  PORTVERSION=	2.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-clocks
  MASTER_SITES=	http://ftp.vector.co.jp/pack/unix/personal/tokei/
  DISTNAME=	eyeclk20
 Index: x11-clocks/glclock/Makefile
 ===================================================================
 --- x11-clocks/glclock/Makefile	(revision 348446)
 +++ x11-clocks/glclock/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	glclock
  DISTVERSION=	6.0b6.0
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	x11-clocks
  MASTER_SITES=	http://www.daionet.gr.jp/~masa/archives/
  
 Index: x11-clocks/mlclock/Makefile
 ===================================================================
 --- x11-clocks/mlclock/Makefile	(revision 348446)
 +++ x11-clocks/mlclock/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mlclock
  PORTVERSION=	1.1
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-clocks
  MASTER_SITES=	http://www2u.biglobe.ne.jp/~y-miyata/mlvwm/
  
 Index: x11-clocks/pclock/Makefile
 ===================================================================
 --- x11-clocks/pclock/Makefile	(revision 348446)
 +++ x11-clocks/pclock/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pclock
  PORTVERSION=	0.13.1
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	x11-clocks windowmaker afterstep
  MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
  DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
 Index: x11-clocks/rclock/Makefile
 ===================================================================
 --- x11-clocks/rclock/Makefile	(revision 348446)
 +++ x11-clocks/rclock/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	rclock
  PORTVERSION=	2.7.10
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-clocks
  MASTER_SITES=	SF/rxvt/rxvt-dev/${PORTVERSION}
  DISTNAME=	rxvt-${PORTVERSION}
 Index: x11-clocks/wmblueclock/Makefile
 ===================================================================
 --- x11-clocks/wmblueclock/Makefile	(revision 348446)
 +++ x11-clocks/wmblueclock/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	wmblueclock
  PORTVERSION=	0.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-clocks windowmaker
  MASTER_SITES=	${MASTER_SITE_SUNSITE}
  MASTER_SITE_SUBDIR=	X11/xutils
 Index: x11-clocks/wmtimer/Makefile
 ===================================================================
 --- x11-clocks/wmtimer/Makefile	(revision 348446)
 +++ x11-clocks/wmtimer/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	wmtimer
  PORTVERSION=	2.92
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	x11-clocks windowmaker
  MASTER_SITES=	http://www.darkops.net/wmtimer/ \
  		${MASTER_SITE_LOCAL}
 Index: x11-drivers/input-wacom/Makefile
 ===================================================================
 --- x11-drivers/input-wacom/Makefile	(revision 348446)
 +++ x11-drivers/input-wacom/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	input-wacom
  PORTVERSION=	${KLD_VERSION}.${WACOM_VERSION:C/-/./g}
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	x11-drivers kld
  MASTER_SITES=	http://www.chillt.de/bsdwacom/:bsdwacom \
  		SF/linuxwacom/xf86-input-wacom/:linuxwacom
 Index: x11-drivers/xf86-input-acecad/Makefile
 ===================================================================
 --- x11-drivers/xf86-input-acecad/Makefile	(revision 348446)
 +++ x11-drivers/xf86-input-acecad/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-input-acecad
  PORTVERSION=	1.5.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-input-fpit/Makefile
 ===================================================================
 --- x11-drivers/xf86-input-fpit/Makefile	(revision 348446)
 +++ x11-drivers/xf86-input-fpit/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-input-fpit
  PORTVERSION=	1.4.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-input-fpit/pkg-plist
 ===================================================================
 --- x11-drivers/xf86-input-fpit/pkg-plist	(revision 348446)
 +++ x11-drivers/xf86-input-fpit/pkg-plist	(working copy)
 @@ -2,6 +2,7 @@
  lib/xorg/modules/input/fpit_drv.so
  share/X11/xorg.conf.d/50-fpit.conf
  man/man4/fpit.4x.gz
 +@dirrmtry share/X11/xorg.conf.d
  @dirrmtry lib/xorg/modules/input
  @dirrmtry lib/xorg/modules
  @dirrmtry lib/xorg
 Index: x11-drivers/xf86-input-keyboard/Makefile
 ===================================================================
 --- x11-drivers/xf86-input-keyboard/Makefile	(revision 348446)
 +++ x11-drivers/xf86-input-keyboard/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xf86-input-keyboard
  PORTVERSION=	1.8.0
 +PORTREVISION=	1
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-input-magictouch/Makefile
 ===================================================================
 --- x11-drivers/xf86-input-magictouch/Makefile	(revision 348446)
 +++ x11-drivers/xf86-input-magictouch/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-input-magictouch
  PORTVERSION=	1.0.0.5
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 @@ -9,6 +9,8 @@
  COMMENT=	X.Org magictouch input driver
  
  BROKEN=		Does not compile
 +DEPRECATED=	Does not compile
 +EXPIRATION_DATE=2014-05-01
  
  .include <bsd.port.options.mk>
  
 @@ -17,6 +19,6 @@
  .endif
  
  XORG_CAT=	driver
 -USE_AUTOTOOLS=	libtool
 +USES=		libtool
  
  .include <bsd.port.mk>
 Index: x11-drivers/xf86-input-mouse/Makefile
 ===================================================================
 --- x11-drivers/xf86-input-mouse/Makefile	(revision 348446)
 +++ x11-drivers/xf86-input-mouse/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-input-mouse
  PORTVERSION=	1.9.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-input-synaptics/Makefile
 ===================================================================
 --- x11-drivers/xf86-input-synaptics/Makefile	(revision 348446)
 +++ x11-drivers/xf86-input-synaptics/Makefile	(working copy)
 @@ -14,8 +14,10 @@
  USE_XORG=	x11 xtst
  XORG_CAT=	driver
  
 +.include <bsd.port.options.mk>
 +
  .if defined(WITH_NEW_XORG)
 -SYNAPTICS_VERSION=	1.7.2
 +SYNAPTICS_VERSION=	1.7.4
  SYNAPTICS_REVISION=	0
  PLIST_SUB+=	NEW="" OLD="@comment "
  .else
 Index: x11-drivers/xf86-input-synaptics/distinfo
 ===================================================================
 --- x11-drivers/xf86-input-synaptics/distinfo	(revision 348446)
 +++ x11-drivers/xf86-input-synaptics/distinfo	(working copy)
 @@ -1,4 +1,4 @@
  SHA256 (xorg/driver/xf86-input-synaptics-1.6.4.tar.bz2) = fe15b1afc61b40800f74a0dcf976c15b299ca0680ae5e537baef543455a732ee
  SIZE (xorg/driver/xf86-input-synaptics-1.6.4.tar.bz2) = 447004
 -SHA256 (xorg/driver/xf86-input-synaptics-1.7.2.tar.bz2) = 63957fa55f0d8662ef8c57f6325155c9884a854554d33921f0738e097f2a7dcd
 -SIZE (xorg/driver/xf86-input-synaptics-1.7.2.tar.bz2) = 448170
 +SHA256 (xorg/driver/xf86-input-synaptics-1.7.4.tar.bz2) = 56a2d2df7bd39e29f56102c62f153e023f3e9b2f5e255309d33fab8e81945af7
 +SIZE (xorg/driver/xf86-input-synaptics-1.7.4.tar.bz2) = 451614
 Index: x11-drivers/xf86-input-vmmouse/Makefile
 ===================================================================
 --- x11-drivers/xf86-input-vmmouse/Makefile	(revision 348446)
 +++ x11-drivers/xf86-input-vmmouse/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xf86-input-vmmouse
  PORTVERSION=	13.0.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-input-vmmouse/pkg-plist
 ===================================================================
 --- x11-drivers/xf86-input-vmmouse/pkg-plist	(revision 348446)
 +++ x11-drivers/xf86-input-vmmouse/pkg-plist	(working copy)
 @@ -6,6 +6,7 @@
  man/man4/vmmouse.4x.gz
  %%NEW%%share/X11/xorg.conf.d/50-vmmouse.conf
  share/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi
 +%%NEW%%@dirrmtry share/X11/xorg.conf.d
  @dirrmtry lib/xorg/modules/input
  @dirrmtry lib/xorg/modules
  @dirrmtry lib/xorg
 Index: x11-drivers/xf86-video-apm/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-apm/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-apm/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-apm
  PORTVERSION=	1.2.5
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-ark/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-ark/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-ark/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-ark
  PORTVERSION=	0.7.5
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-ati/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-ati/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-ati/Makefile	(working copy)
 @@ -14,16 +14,16 @@
  
  .include <bsd.port.options.mk>
  
 -.if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG) || \
 -	(${ARCH} != i386 && ${ARCH} != amd64)
 +.if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG)
  ATI_VERSION=	6.14.6
 -ATI_REVISION=	1
 +ATI_REVISION=	2
  CONFIGURE_ARGS+=--disable-kms
  PLIST_SUB+=	OLD=""
  .else
  ATI_VERSION=	7.2.0
 -ATI_REVISION=	1
 +ATI_REVISION=	2
  CONFIGURE_ARGS+=--disable-udev
 +CONFIGURE_ARGS+=--disable-glamor
  EXTRA_PATCHES+=	${FILESDIR}/extra-src__radeon_kms.c
  PLIST_SUB+=	OLD="@comment "
  .endif
 Index: x11-drivers/xf86-video-ati/files/extra-src__radeon_kms.c
 ===================================================================
 --- x11-drivers/xf86-video-ati/files/extra-src__radeon_kms.c	(revision 348446)
 +++ x11-drivers/xf86-video-ati/files/extra-src__radeon_kms.c	(working copy)
 @@ -1,6 +1,15 @@
  --- src/radeon_kms.c.orig	2013-08-07 10:44:09.000000000 +0200
 -+++ src/radeon_kms.c	2013-08-31 01:20:44.370468797 +0200
 -@@ -270,7 +270,7 @@
 ++++ src/radeon_kms.c	2013-08-31 19:29:11.369001510 +0200
 +@@ -30,6 +30,8 @@
 + 
 + #include <errno.h>
 + #include <sys/ioctl.h>
 ++#include <sys/param.h>
 ++#include <sys/linker.h>
 + /* Driver data structures */
 + #include "radeon.h"
 + #include "radeon_reg.h"
 +@@ -270,7 +272,7 @@
   radeon_dirty_update(ScreenPtr screen)
   {
   	RegionPtr region;
 @@ -9,12 +18,20 @@
   
   	if (xorg_list_is_empty(&screen->pixmap_dirty_list))
   		return;
 -@@ -606,7 +606,7 @@
 +@@ -606,6 +608,16 @@
   		      dev->domain, dev->bus, dev->dev, dev->func);
   #endif
   
 --    info->dri2.drm_fd = drmOpen("radeon", busid);
 -+    info->dri2.drm_fd = drmOpen("radeonkms", busid);
 ++    err = kldload("radeonkms");
 ++    if (err == -1 && errno != EEXIST) {
 ++
 ++	xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
 ++		   "[drm] Failed to load kernel module for %s: %s\n",
 ++		   busid, strerror(errno));
 ++	free(busid);
 ++	return FALSE;
 ++    }
 ++
 +     info->dri2.drm_fd = drmOpen("radeon", busid);
       if (info->dri2.drm_fd == -1) {
   
 - 	xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
 Index: x11-drivers/xf86-video-chips/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-chips/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-chips/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-chips
  PORTVERSION=	1.2.5
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-cirrus/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-cirrus/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-cirrus/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-cirrus
  PORTVERSION=	1.5.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-cyrix/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-cyrix/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-cyrix/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-cyrix
  PORTVERSION=	1.1.0
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 @@ -9,6 +9,8 @@
  COMMENT=	X.Org cyrix display driver
  
  IGNORE=		requires pciVideoPtr typedef
 +DEPRECATED=	requires pciVideoPtr typedef
 +EXPIRATION_DATE=2014-05-01
  
  XORG_CAT=	driver
  USE_XORG=	xextproto xf86dgaproto
 Index: x11-drivers/xf86-video-dummy/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-dummy/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-dummy/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-dummy
  PORTVERSION=	0.3.7
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-fbdev/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-fbdev/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-fbdev/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-fbdev
  PORTVERSION=	0.4.4
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-glint/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-glint/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-glint/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-glint
  PORTVERSION=	1.2.8
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-i128/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-i128/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-i128/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-i128
  PORTVERSION=	1.3.6
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-i740/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-i740/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-i740/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-i740
  PORTVERSION=	1.3.4
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-intel/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-intel/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-intel/Makefile	(working copy)
 @@ -27,9 +27,10 @@
  
  .if defined(WITH_NEW_XORG)
  INTEL_VERSION=	2.21.15
 -INTEL_REVISION=	1
 +INTEL_REVISION=	2
  CONFIGURE_ENV+=	xorg_cv_cc_flag__Wno_maybe_uninitialized=no
  CONFIGURE_ARGS+=	--enable-sna
 +CONFIGURE_ARGS+=	--disable-glamor
  MAKE_JOBS_UNSAFE=yes
  PLIST_SUB+=	OLD="@comment "
  EXTRA_PATCHES+=	${PATCHDIR}/extra-src__sna__sna_threads.c \
 @@ -39,7 +40,7 @@
  LIB_DEPENDS+=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
  .else
  INTEL_VERSION=	2.7.1
 -INTEL_REVISION=	6
 +INTEL_REVISION=	7
  PLIST_SUB+=	OLD=""
  
  EXTRA_PATCHES+=	${PATCHDIR}/extra-src_ch7017_ch7017.c \
 Index: x11-drivers/xf86-video-intel/pkg-plist
 ===================================================================
 --- x11-drivers/xf86-video-intel/pkg-plist	(revision 348446)
 +++ x11-drivers/xf86-video-intel/pkg-plist	(working copy)
 @@ -1,9 +1,11 @@
  lib/libI810XvMC.la
  lib/libI810XvMC.so
  lib/libI810XvMC.so.1
 +lib/libI810XvMC.so.1.0.0
  lib/libIntelXvMC.la
  lib/libIntelXvMC.so.1
  lib/libIntelXvMC.so
 +lib/libIntelXvMC.so.1.0.0
  %%OLD%%lib/xorg/modules/drivers/ch7017.la
  %%OLD%%lib/xorg/modules/drivers/ch7017.so
  %%OLD%%lib/xorg/modules/drivers/ch7xxx.la
 Index: x11-drivers/xf86-video-mach64/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-mach64/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-mach64/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-mach64
  PORTVERSION=	6.9.4
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-mga/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-mga/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-mga/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-mga
  PORTVERSION=	1.6.3
 -PORTREVISION=	1
 +PORTREVISION=	2
  PORTEPOCH=	3
  CATEGORIES=	x11-drivers
  
 Index: x11-drivers/xf86-video-neomagic/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-neomagic/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-neomagic/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-neomagic
  PORTVERSION=	1.2.8
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-newport/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-newport/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-newport/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-newport
  PORTVERSION=	0.2.4
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-nv/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-nv/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-nv/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-nv
  PORTVERSION=	2.1.20
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-openchrome/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-openchrome/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-openchrome/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-openchrome
  PORTVERSION=	0.3.3
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-openchrome/pkg-plist
 ===================================================================
 --- x11-drivers/xf86-video-openchrome/pkg-plist	(revision 348446)
 +++ x11-drivers/xf86-video-openchrome/pkg-plist	(working copy)
 @@ -1,9 +1,11 @@
  lib/libchromeXvMC.la
  lib/libchromeXvMC.so
  lib/libchromeXvMC.so.1
 +lib/libchromeXvMC.so.1.0.0
  lib/libchromeXvMCPro.la
  lib/libchromeXvMCPro.so
  lib/libchromeXvMCPro.so.1
 +lib/libchromeXvMCPro.so.1.0.0
  lib/xorg/modules/drivers/openchrome_drv.la
  lib/xorg/modules/drivers/openchrome_drv.so
  man/man4/openchrome.4x.gz
 Index: x11-drivers/xf86-video-r128/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-r128/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-r128/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-r128
  PORTVERSION=	6.9.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-rdc/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-rdc/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-rdc/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xf86-video-rdc
  PORTVERSION=	0.9
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  MASTER_SITES=	http://www.SpringDaemons.com/stas/
  
 Index: x11-drivers/xf86-video-rendition/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-rendition/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-rendition/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-rendition
  PORTVERSION=	4.2.5
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-s3/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-s3/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-s3/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-s3
  PORTVERSION=	0.6.5
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-s3virge/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-s3virge/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-s3virge/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-s3virge
  PORTVERSION=	1.10.6
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-savage/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-savage/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-savage/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-savage
  PORTVERSION=	2.3.7
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-scfb/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-scfb/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-scfb/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	xf86-video-scfb
  PORTVERSION=	0.0.3
 +PORTREVISION=	1
  CATEGORIES=	x11-drivers
  MASTER_SITES=	ftp://rene-ladan.nl/pub/distfiles/ \
  		LOCAL/rene 
 Index: x11-drivers/xf86-video-siliconmotion/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-siliconmotion/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-siliconmotion/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-siliconmotion
  PORTVERSION=	1.7.7
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-sis/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-sis/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-sis/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-sis
  PORTVERSION=	0.10.7
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-sis-intel/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-sis-intel/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-sis-intel/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xf86-video-sis-intel
  PORTVERSION=	300407
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	x11-drivers
  MASTER_SITES=	http://downloadmirror.intel.com/15443/eng/
  DISTNAME=	sis_drv_src_300407
 @@ -12,6 +12,8 @@
  COMMENT=	X.Org sis display driver provided by Intel
  
  IGNORE=		requires pciVideoPtr typedef
 +DEPRECATED=	requires pciVideoPtr typedef
 +EXPIRATION_DATE=2014-05-01
  
  CONFLICTS=	xf86-video-sis-[0-9]*
  WRKSRC=		${WRKDIR}/2d-driver
 Index: x11-drivers/xf86-video-sunffb/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-sunffb/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-sunffb/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-sunffb
  PORTVERSION=	1.2.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-tdfx/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-tdfx/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-tdfx/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-tdfx
  PORTVERSION=	1.4.5
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-tga/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-tga/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-tga/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-tga
  PORTVERSION=	1.2.2
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-trident/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-trident/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-trident/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-trident
  PORTVERSION=	1.3.6
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-tseng/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-tseng/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-tseng/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-tseng
  PORTVERSION=	1.2.5
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-vesa/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-vesa/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-vesa/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-vesa
  PORTVERSION=	2.3.3
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-vmware/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-vmware/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-vmware/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-vmware
  PORTVERSION=	13.0.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-drivers/xf86-video-voodoo/Makefile
 ===================================================================
 --- x11-drivers/xf86-video-voodoo/Makefile	(revision 348446)
 +++ x11-drivers/xf86-video-voodoo/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	xf86-video-voodoo
  PORTVERSION=	1.2.5
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-drivers
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-fm/mate-file-manager/Makefile
 ===================================================================
 --- x11-fm/mate-file-manager/Makefile	(revision 348446)
 +++ x11-fm/mate-file-manager/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mate-file-manager
  PORTVERSION=	1.6.2
 +PORTREVISION=	1
  CATEGORIES=	x11-fm mate
  MASTER_SITES=	MATE
  DIST_SUBDIR=	mate
 Index: x11-fm/rodent/Makefile
 ===================================================================
 --- x11-fm/rodent/Makefile	(revision 348446)
 +++ x11-fm/rodent/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	rodent
  PORTVERSION=	4.8.0
 +PORTREVISION=	1
  CATEGORIES=	x11-fm
  MASTER_SITES=	SF/xffm/${PORTVERSION}/
  
 Index: x11-fm/rox-filer/Makefile
 ===================================================================
 --- x11-fm/rox-filer/Makefile	(revision 348446)
 +++ x11-fm/rox-filer/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	rox-filer
  PORTVERSION=	2.11
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-fm gnome
  MASTER_SITES=	SF/rox/rox/${PORTVERSION}
  DISTNAME=	rox-filer-${PORTVERSION}
 Index: x11-fm/rox-session/Makefile
 ===================================================================
 --- x11-fm/rox-session/Makefile	(revision 348446)
 +++ x11-fm/rox-session/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	rox-session
  PORTVERSION=	0.40.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-fm
  MASTER_SITES=	SF/rox/ROX-Session/${PORTVERSION}/
  
 Index: x11-fm/tdfsb/Makefile
 ===================================================================
 --- x11-fm/tdfsb/Makefile	(revision 348446)
 +++ x11-fm/tdfsb/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	tdfsb
  PORTVERSION=	0.0.10
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	x11-fm
  MASTER_SITES=	http://www.determinate.net/webdata/data/
  
 Index: x11-fm/thunar-vfs/Makefile
 ===================================================================
 --- x11-fm/thunar-vfs/Makefile	(revision 348446)
 +++ x11-fm/thunar-vfs/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	thunar-vfs
  PORTVERSION=	1.2.0
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	x11-fm xfce
  MASTER_SITES=	${MASTER_SITE_XFCE}
  MASTER_SITE_SUBDIR=	src/archive/${PORTNAME}/${PORTVERSION:R}
 Index: x11-fonts/alfont/Makefile
 ===================================================================
 --- x11-fonts/alfont/Makefile	(revision 348446)
 +++ x11-fonts/alfont/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	alfont
  PORTVERSION=	209
 +PORTREVISION=	1
  CATEGORIES=	x11-fonts
  MASTER_SITES=	http://opensnc.sourceforge.net/alfont/mirror/ \
  		SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:nemysis
 Index: x11-fonts/font-manager/Makefile
 ===================================================================
 --- x11-fonts/font-manager/Makefile	(revision 348446)
 +++ x11-fonts/font-manager/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	font-manager
  PORTVERSION=	0.5.7
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	x11-fonts gnome
  MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
  
 Index: x11-fonts/fontconfig/Makefile
 ===================================================================
 --- x11-fonts/fontconfig/Makefile	(revision 348446)
 +++ x11-fonts/fontconfig/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	fontconfig
  PORTVERSION=	2.11.0
 -PORTREVISION?=	1
 +PORTREVISION?=	2
  PORTEPOCH?=	1
  CATEGORIES=	x11-fonts
  MASTER_SITES=	http://www.freedesktop.org/software/fontconfig/release/
 Index: x11-fonts/fonttosfnt/Makefile
 ===================================================================
 --- x11-fonts/fonttosfnt/Makefile	(revision 348446)
 +++ x11-fonts/fonttosfnt/Makefile	(working copy)
 @@ -2,12 +2,13 @@
  
  PORTNAME=	fonttosfnt
  PORTVERSION=	1.0.4
 +PORTREVISION=	1
  CATEGORIES=	x11-fonts
  
  MAINTAINER=	x11@FreeBSD.org
  COMMENT=	Wrap a bitmap font in a sftn wrapper
  
 -LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
 +LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
  
  XORG_CAT=	app
  USE_XORG=	xproto fontenc
 Index: x11-fonts/libFS/Makefile
 ===================================================================
 --- x11-fonts/libFS/Makefile	(revision 348446)
 +++ x11-fonts/libFS/Makefile	(working copy)
 @@ -1,7 +1,7 @@
  # $FreeBSD$
  
  PORTNAME=	libFS
 -PORTVERSION=	1.0.5
 +PORTVERSION=	1.0.6
  CATEGORIES=	x11-fonts
  
  MAINTAINER=	x11@FreeBSD.org
 @@ -9,6 +9,5 @@
  
  XORG_CAT=	lib
  USE_XORG=	fontsproto:both xproto:both xtrans
 -USE_AUTOTOOLS=	libtool
  
  .include <bsd.port.mk>
 Index: x11-fonts/libFS/distinfo
 ===================================================================
 --- x11-fonts/libFS/distinfo	(revision 348446)
 +++ x11-fonts/libFS/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (xorg/lib/libFS-1.0.5.tar.bz2) = 22eb3005dd8053aef7ff82758da5dd59ca9738410bcf847e675780e3a1f96107
 -SIZE (xorg/lib/libFS-1.0.5.tar.bz2) = 303806
 +SHA256 (xorg/lib/libFS-1.0.6.tar.bz2) = 9007fcfbd37bfa6ede4000ec4b5c2dc6dc0f52789358361b43f68e9ae4d6aed7
 +SIZE (xorg/lib/libFS-1.0.6.tar.bz2) = 323246
 Index: x11-fonts/libFS/pkg-plist
 ===================================================================
 --- x11-fonts/libFS/pkg-plist	(revision 348446)
 +++ x11-fonts/libFS/pkg-plist	(working copy)
 @@ -1,9 +1,10 @@
  %%DOCSDIR%%/FSlib.txt
  include/X11/fonts/FSlib.h
 +lib/libFS.a
 +lib/libFS.la
 +lib/libFS.so
  lib/libFS.so.6
 -lib/libFS.so
 -lib/libFS.la
 -lib/libFS.a
 +lib/libFS.so.6.0.0
  libdata/pkgconfig/libfs.pc
  @dirrmtry include/X11/fonts
  @dirrm %%DOCSDIR%%
 Index: x11-fonts/libXfont/Makefile
 ===================================================================
 --- x11-fonts/libXfont/Makefile	(revision 348446)
 +++ x11-fonts/libXfont/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXfont
  PORTVERSION=	1.4.7
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	x11-fonts
  
 Index: x11-fonts/libXfont/pkg-plist
 ===================================================================
 --- x11-fonts/libXfont/pkg-plist	(revision 348446)
 +++ x11-fonts/libXfont/pkg-plist	(working copy)
 @@ -17,5 +17,6 @@
  lib/libXfont.la
  lib/libXfont.so
  lib/libXfont.so.1
 +lib/libXfont.so.1.4.1
  libdata/pkgconfig/xfont.pc
  @dirrmtry include/X11/fonts
 Index: x11-fonts/libXfontcache/Makefile
 ===================================================================
 --- x11-fonts/libXfontcache/Makefile	(revision 348446)
 +++ x11-fonts/libXfontcache/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	libXfontcache
  PORTVERSION=	1.0.5
 +PORTREVISION=	1
  CATEGORIES=	x11-fonts
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-fonts/libXfontcache/pkg-plist
 ===================================================================
 --- x11-fonts/libXfontcache/pkg-plist	(revision 348446)
 +++ x11-fonts/libXfontcache/pkg-plist	(working copy)
 @@ -2,6 +2,7 @@
  lib/libXfontcache.la
  lib/libXfontcache.so
  lib/libXfontcache.so.1
 +lib/libXfontcache.so.1.0.0
  libdata/pkgconfig/xfontcache.pc
  man/man3/FontCacheChangeCacheSettings.3.gz
  man/man3/FontCacheQueryExtension.3.gz
 Index: x11-fonts/libXft/Makefile
 ===================================================================
 --- x11-fonts/libXft/Makefile	(revision 348446)
 +++ x11-fonts/libXft/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	libXft
  PORTVERSION=	2.3.1
 +PORTREVISION=	1
  CATEGORIES=	x11-fonts
  
  MAINTAINER=	gnome@FreeBSD.org
 Index: x11-fonts/libXft/pkg-plist
 ===================================================================
 --- x11-fonts/libXft/pkg-plist	(revision 348446)
 +++ x11-fonts/libXft/pkg-plist	(working copy)
 @@ -5,6 +5,7 @@
  lib/libXft.la
  lib/libXft.so
  lib/libXft.so.2
 +lib/libXft.so.2.3.1
  libdata/pkgconfig/xft.pc
  man/man3/Xft.3.gz
  @dirrm include/X11/Xft
 Index: x11-fonts/libfontenc/Makefile
 ===================================================================
 --- x11-fonts/libfontenc/Makefile	(revision 348446)
 +++ x11-fonts/libfontenc/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libfontenc
  PORTVERSION=	1.1.2
 +PORTREVISION=	1
  CATEGORIES=	x11-fonts
  
  MAINTAINER=	x11@FreeBSD.org
 Index: x11-fonts/libfontenc/pkg-plist
 ===================================================================
 --- x11-fonts/libfontenc/pkg-plist	(revision 348446)
 +++ x11-fonts/libfontenc/pkg-plist	(working copy)
 @@ -3,5 +3,6 @@
  lib/libfontenc.la
  lib/libfontenc.so
  lib/libfontenc.so.1
 +lib/libfontenc.so.1.0.0
  libdata/pkgconfig/fontenc.pc
  @dirrmtry include/X11/fonts
 Index: x11-fonts/mkfontscale/Makefile
 ===================================================================
 --- x11-fonts/mkfontscale/Makefile	(revision 348446)
 +++ x11-fonts/mkfontscale/Makefile	(working copy)
 @@ -3,12 +3,13 @@
  
  PORTNAME=	mkfontscale
  PORTVERSION=	1.1.1
 +PORTREVISION=	1
  CATEGORIES=	x11-fonts
  
  MAINTAINER=	x11@FreeBSD.org
  COMMENT=	Creates an index of scalable font files for X
  
 -LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
 +LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
  
  XORG_CAT=	app
  USE_XORG=	xproto fontenc
 Index: x11-fonts/ttmkfdir/Makefile
 ===================================================================
 --- x11-fonts/ttmkfdir/Makefile	(revision 348446)
 +++ x11-fonts/ttmkfdir/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ttmkfdir
  PORTVERSION=	3.0.9
 -PORTREVISION=	2
 +PORTREVISION=	3
  PORTEPOCH=	1
  CATEGORIES=	x11-fonts x11
  MASTER_SITES=	${MASTER_SITE_GENTOO}
 Index: x11-servers/xephyr/Makefile
 ===================================================================
 --- x11-servers/xephyr/Makefile	(revision 348446)
 +++ x11-servers/xephyr/Makefile	(working copy)
 @@ -21,6 +21,8 @@
  SLAVE_PORT=	yes
  PLIST_FILES=	bin/Xephyr man/man1/Xephyr.1.gz
  
 +.include <bsd.port.options.mk>
 +
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/hw/kdrive/ephyr/Xephyr ${STAGEDIR}${PREFIX}/bin/
  .if defined(WITH_NEW_XORG)
 Index: x11-servers/xorg-nestserver/Makefile
 ===================================================================
 --- x11-servers/xorg-nestserver/Makefile	(revision 348446)
 +++ x11-servers/xorg-nestserver/Makefile	(working copy)
 @@ -22,6 +22,8 @@
  SLAVE_PORT=	yes
  PLIST_FILES=	bin/Xnest man/man1/Xnest.1.gz
  
 +.include <bsd.port.options.mk>
 +
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/hw/xnest/Xnest ${STAGEDIR}${PREFIX}/bin/
  .if defined(WITH_NEW_XORG)
 Index: x11-servers/xorg-server/Makefile
 ===================================================================
 --- x11-servers/xorg-server/Makefile	(revision 348446)
 +++ x11-servers/xorg-server/Makefile	(working copy)
 @@ -35,7 +35,7 @@
  
  .if defined(WITH_NEW_XORG)
  XORG_VERSION=	1.12.4
 -XORG_REVISION=	4
 +XORG_REVISION=	5
  PLIST_SUB+=	OLD="@comment " NEW=""
  EXTRA_PATCHES+=	${FILESDIR}/extra-clang \
  		${FILESDIR}/extra-configure \
 @@ -42,7 +42,7 @@
  		${FILESDIR}/extra-new-dix_dixfonts.c
  .else
  XORG_VERSION=	1.7.7
 -XORG_REVISION=	11
 +XORG_REVISION=	12
  PLIST_SUB+=	OLD="" NEW="@comment "
  EXTRA_PATCHES+=	${FILESDIR}/extra-Xext-xace.c \
  		${FILESDIR}/extra-Xserver-os-xprintf.c \
 @@ -54,7 +54,7 @@
  .endif
  
  USE_BZIP2=	yes
 -USES=		gmake perl5
 +USES=		gmake perl5 libtool
  USE_PERL5=	build
  USE_GL=		gl
  USE_XORG?=	xf86driproto glproto xdmcp x11 xkbfile xxf86misc xxf86vm xaw7 \
 Index: x11-servers/xorg-vfbserver/Makefile
 ===================================================================
 --- x11-servers/xorg-vfbserver/Makefile	(revision 348446)
 +++ x11-servers/xorg-vfbserver/Makefile	(working copy)
 @@ -20,14 +20,10 @@
  		--localstatedir=/var --without-dtrace
  
  SLAVE_PORT=	yes
 -PLIST_FILES=	bin/Xvfb man/man1/Xvfb.1.gz
 +PLIST_FILES=	bin/Xvfb \
 +		man/man1/Xvfb.1.gz
  
  do-install:
 -	${INSTALL_PROGRAM} ${WRKSRC}/hw/vfb/Xvfb ${STAGEDIR}${PREFIX}/bin/
 -	if [ -f ${WRKSRC}/hw/vfb/man/Xvfb.1 ] ; then \
 -		${INSTALL_MAN} ${WRKSRC}/hw/vfb/man/Xvfb.1 ${STAGEDIR}${PREFIX}/man/man1/ ; \
 -	else \
 -		${INSTALL_MAN} ${WRKSRC}/hw/vfb/Xvfb.1 ${STAGEDIR}${PREFIX}/man/man1/ ; \
 -	fi
 +	cd ${WRKSRC}/hw/vfb; DESTDIR=${STAGEDIR} ${MAKE} install
  
  .include "${MASTERDIR}/Makefile"
 Index: x11-themes/gtk-murrine-engine/Makefile
 ===================================================================
 --- x11-themes/gtk-murrine-engine/Makefile	(revision 348446)
 +++ x11-themes/gtk-murrine-engine/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	murrine
  PORTVERSION=	0.98.2
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-themes
  MASTER_SITES=	GNOME
  PKGNAMEPREFIX=	gtk-
 Index: x11-toolkits/fltk-devel/Makefile
 ===================================================================
 --- x11-toolkits/fltk-devel/Makefile	(revision 348446)
 +++ x11-toolkits/fltk-devel/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	fltk
  DISTVERSION=	1.3.x-r${SNAPSHOT_VERS}
 +PORTREVISION=	1
  CATEGORIES=	x11-toolkits
  MASTER_SITES=	http://fltk.org/pub/${PORTNAME}/snapshots/
  PKGNAMESUFFIX=	-devel
 Index: x11-toolkits/fox17/Makefile
 ===================================================================
 --- x11-toolkits/fox17/Makefile	(revision 348446)
 +++ x11-toolkits/fox17/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	fox
  PORTVERSION=	1.7.46
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-toolkits
  MASTER_SITES=	http://ftp.fox-toolkit.org/pub/ \
     		ftp://ftp.fox-toolkit.org/pub/
 Index: x11-toolkits/gigi/Makefile
 ===================================================================
 --- x11-toolkits/gigi/Makefile	(revision 348446)
 +++ x11-toolkits/gigi/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gigi
  PORTVERSION=	0.8.0.1074
 -PORTREVISION=	4
 +PORTREVISION=	5
  PORTEPOCH=	1
  CATEGORIES=	x11-toolkits
  MASTER_SITES=	${MASTER_SITE_LOCAL}
 Index: x11-toolkits/gnustep-back/Makefile
 ===================================================================
 --- x11-toolkits/gnustep-back/Makefile	(revision 348446)
 +++ x11-toolkits/gnustep-back/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	gnustep-back
  PORTVERSION=	0.24.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-toolkits gnustep
  MASTER_SITES=	${MASTER_SITE_GNUSTEP}
  MASTER_SITE_SUBDIR=	core
 Index: x11-toolkits/gtkglext/Makefile
 ===================================================================
 --- x11-toolkits/gtkglext/Makefile	(revision 348446)
 +++ x11-toolkits/gtkglext/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gtkglext
  PORTVERSION=	1.2.0
 -PORTREVISION=	13
 +PORTREVISION=	14
  CATEGORIES=	x11-toolkits
  MASTER_SITES=	SF
  DIST_SUBDIR=	gnome2
 Index: x11-toolkits/gtkmathview/Makefile
 ===================================================================
 --- x11-toolkits/gtkmathview/Makefile	(revision 348446)
 +++ x11-toolkits/gtkmathview/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gtkmathview
  PORTVERSION=	0.8.0
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	x11-toolkits
  MASTER_SITES=	http://helm.cs.unibo.it/mml-widget/sources/
  
 Index: x11-toolkits/gtksourceview2/Makefile
 ===================================================================
 --- x11-toolkits/gtksourceview2/Makefile	(revision 348446)
 +++ x11-toolkits/gtksourceview2/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	gtksourceview2
  PORTVERSION=	2.10.5
 -PORTREVISION?=	1
 +PORTREVISION?=	2
  CATEGORIES=	x11-toolkits gnome
  MASTER_SITES=	GNOME
  MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
 Index: x11-toolkits/gtksourceview3/Makefile
 ===================================================================
 --- x11-toolkits/gtksourceview3/Makefile	(revision 348446)
 +++ x11-toolkits/gtksourceview3/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	gtksourceview
  PORTVERSION=	3.4.2
 -PORTREVISION?=	0
 +PORTREVISION?=	1
  CATEGORIES=	x11-toolkits gnome
  MASTER_SITES=	GNOME
  PKGNAMESUFFIX=	3
 Index: x11-toolkits/hs-GLUT/Makefile
 ===================================================================
 --- x11-toolkits/hs-GLUT/Makefile	(revision 348446)
 +++ x11-toolkits/hs-GLUT/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	GLUT
  PORTVERSION=	2.4.0.0
 -PORTREVISION=	3
 +PORTREVISION=	4
  PORTEPOCH=	1
  CATEGORIES=	x11-toolkits haskell
  
 Index: x11-toolkits/hs-OpenGLRaw/Makefile
 ===================================================================
 --- x11-toolkits/hs-OpenGLRaw/Makefile	(revision 348446)
 +++ x11-toolkits/hs-OpenGLRaw/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	OpenGLRaw
  PORTVERSION=	1.3.0.0
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	x11-toolkits haskell
  
  MAINTAINER=	haskell@FreeBSD.org
 Index: x11-toolkits/lesstif/Makefile
 ===================================================================
 --- x11-toolkits/lesstif/Makefile	(revision 348446)
 +++ x11-toolkits/lesstif/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	lesstif
  PORTVERSION=	0.95.2
 -PORTREVISION=	2
 +PORTREVISION=	3
  PORTEPOCH=	2
  CATEGORIES=	x11-toolkits
  MASTER_SITES=	SF
 Index: x11-toolkits/libXaw/Makefile
 ===================================================================
 --- x11-toolkits/libXaw/Makefile	(revision 348446)
 +++ x11-toolkits/libXaw/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXaw
  PORTVERSION=	1.0.12
 +PORTREVISION=	1
  PORTEPOCH=	2
  CATEGORIES=	x11-toolkits
  
 Index: x11-toolkits/libXaw/pkg-plist
 ===================================================================
 --- x11-toolkits/libXaw/pkg-plist	(revision 348446)
 +++ x11-toolkits/libXaw/pkg-plist	(working copy)
 @@ -76,10 +76,12 @@
  lib/libXaw6.la
  lib/libXaw6.so
  lib/libXaw6.so.6
 +lib/libXaw6.so.6.0.1
  lib/libXaw7.a
  lib/libXaw7.la
  lib/libXaw7.so
  lib/libXaw7.so.7
 +lib/libXaw7.so.7.0.0
  libdata/pkgconfig/xaw6.pc
  libdata/pkgconfig/xaw7.pc
  man/man3/Xaw.3.gz
 Index: x11-toolkits/libXmu/Makefile
 ===================================================================
 --- x11-toolkits/libXmu/Makefile	(revision 348446)
 +++ x11-toolkits/libXmu/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXmu
  PORTVERSION=	1.1.2
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	x11-toolkits
  
 Index: x11-toolkits/libXmu/pkg-plist
 ===================================================================
 --- x11-toolkits/libXmu/pkg-plist	(revision 348446)
 +++ x11-toolkits/libXmu/pkg-plist	(working copy)
 @@ -25,10 +25,12 @@
  lib/libXmu.la
  lib/libXmu.so
  lib/libXmu.so.6
 +lib/libXmu.so.6.2.0
  lib/libXmuu.a
  lib/libXmuu.la
  lib/libXmuu.so
  lib/libXmuu.so.1
 +lib/libXmuu.so.1.0.0
  libdata/pkgconfig/xmu.pc
  libdata/pkgconfig/xmuu.pc
  %%DOCSDIR%%/Xmu.xml
 Index: x11-toolkits/libXt/Makefile
 ===================================================================
 --- x11-toolkits/libXt/Makefile	(revision 348446)
 +++ x11-toolkits/libXt/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libXt
  PORTVERSION=	1.1.4
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	x11-toolkits
  
 Index: x11-toolkits/libXt/pkg-plist
 ===================================================================
 --- x11-toolkits/libXt/pkg-plist	(revision 348446)
 +++ x11-toolkits/libXt/pkg-plist	(working copy)
 @@ -35,6 +35,7 @@
  lib/libXt.la
  lib/libXt.so
  lib/libXt.so.6
 +lib/libXt.so.6.0.0
  libdata/pkgconfig/xt.pc
  man/man3/MenuPopdown.3.gz
  man/man3/MenuPopup.3.gz
 Index: x11-toolkits/libsexy/Makefile
 ===================================================================
 --- x11-toolkits/libsexy/Makefile	(revision 348446)
 +++ x11-toolkits/libsexy/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libsexy
  PORTVERSION=	0.1.11
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	x11-toolkits devel
  MASTER_SITES=	http://releases.chipx86.com/libsexy/libsexy/
  
 Index: x11-toolkits/libxaw3dxft/Makefile
 ===================================================================
 --- x11-toolkits/libxaw3dxft/Makefile	(revision 348446)
 +++ x11-toolkits/libxaw3dxft/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	libxaw3dxft
  DISTVERSION=	1.6.2c
 +PORTREVISION=	1
  CATEGORIES=	x11-toolkits
  MASTER_SITES=	SF/sf-xpaint/${PORTNAME}
  DISTNAME=	libXaw3dXft-${DISTVERSION}
 Index: x11-toolkits/mygui/Makefile
 ===================================================================
 --- x11-toolkits/mygui/Makefile	(revision 348446)
 +++ x11-toolkits/mygui/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mygui
  PORTVERSION=	3.2.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-toolkits graphics devel
  MASTER_SITES=	SF/my-gui/MyGUI/MyGUI_${PORTVERSION}
  DISTNAME=	MyGUI_${PORTVERSION}
 Index: x11-toolkits/nucleo/Makefile
 ===================================================================
 --- x11-toolkits/nucleo/Makefile	(revision 348446)
 +++ x11-toolkits/nucleo/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	nucleo
  PORTVERSION=	0.7.6
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	x11-toolkits
  MASTER_SITES=	http://insitu.lri.fr/metisse/download/nucleo/
  
 Index: x11-toolkits/otk/Makefile
 ===================================================================
 --- x11-toolkits/otk/Makefile	(revision 348446)
 +++ x11-toolkits/otk/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	otk
  PORTVERSION=	0.96
 +PORTREVISION=	1
  CATEGORIES=	x11-toolkits graphics
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
  DISTNAME=	${PORTNAME}_lib_${PORTVERSION}
 Index: x11-toolkits/pango/Makefile
 ===================================================================
 --- x11-toolkits/pango/Makefile	(revision 348446)
 +++ x11-toolkits/pango/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	pango
  PORTVERSION=	1.34.1
 -PORTREVISION?=	2
 +PORTREVISION?=	3
  CATEGORIES=	x11-toolkits
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome2
 Index: x11-toolkits/paragui-devel/Makefile
 ===================================================================
 --- x11-toolkits/paragui-devel/Makefile	(revision 348446)
 +++ x11-toolkits/paragui-devel/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	paragui
  PORTVERSION=	1.1.8
 -PORTREVISION=	12
 +PORTREVISION=	13
  CATEGORIES=	x11-toolkits
  MASTER_SITES=	${MASTER_SITE_SAVANNAH}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 Index: x11-toolkits/py-kivy/Makefile
 ===================================================================
 --- x11-toolkits/py-kivy/Makefile	(revision 348446)
 +++ x11-toolkits/py-kivy/Makefile	(working copy)
 @@ -44,16 +44,6 @@
  OPTIONS_GROUP_SPELLING=	ENCHANT
  OPTIONS_GROUP_CLIPBOARD=	PYGAME
  
 -.if !defined(ARCH)
 -ARCH!=		uname -p
 -.endif
 -.if ${ARCH} == i386
 -OPTIONS_GROUP_VIDEO+=	PYGLET
 -.if !defined(WITH_NEW_XORG)
 -BROKEN=		Does not compile with old libGL on i386: Undefined symbol glBlendEquationSeparate
 -.endif
 -.endif
 -
  CAMERA_DESC=	Camera support
  CLIPBOARD_DESC=	Clipboard support
  IMAGE_DESC=	Image support
 @@ -84,8 +74,22 @@
  X11_MAKE_ENV=		USE_X11=1
  X11_USE=		XORG=x11
  
 +.if !defined(ARCH)
 +ARCH!=		uname -p
 +.endif
 +
 +.if ${ARCH} == i386
 +OPTIONS_GROUP_VIDEO+=	PYGLET
 +.endif
 +
  .include <bsd.port.options.mk>
  
 +.if ${ARCH} == i386
 +.if !defined(WITH_NEW_XORG)
 +BROKEN=		Does not compile with old libGL on i386: Undefined symbol glBlendEquationSeparate
 +.endif
 +.endif
 +
  .if ${PORT_OPTIONS:MPDF}
  .if empty(PORT_OPTIONS:MDOCS)
  IGNORE=		option PDF requires DOCS
 Index: x11-toolkits/py-wmdockapps/Makefile
 ===================================================================
 --- x11-toolkits/py-wmdockapps/Makefile	(revision 348446)
 +++ x11-toolkits/py-wmdockapps/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	wmdockapps
  PORTVERSION=	1.21
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-toolkits python windowmaker
  MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 Index: x11-toolkits/qt5-gui/Makefile
 ===================================================================
 --- x11-toolkits/qt5-gui/Makefile	(revision 348446)
 +++ x11-toolkits/qt5-gui/Makefile	(working copy)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	gui
  DISTVERSION=	${QT5_VERSION}
 +PORTREVISION=	1
  CATEGORIES=	x11-toolkits graphics
  PKGNAMEPREFIX=	qt5-
  
 Index: x11-toolkits/v/Makefile
 ===================================================================
 --- x11-toolkits/v/Makefile	(revision 348446)
 +++ x11-toolkits/v/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	v
  PORTVERSION=	1.90
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	x11-toolkits devel graphics
  MASTER_SITES=	SF/${PORTNAME}gui/V%20GUI/${PORTVERSION}
  DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
 Index: x11-wm/afterstep-stable/Makefile
 ===================================================================
 --- x11-wm/afterstep-stable/Makefile	(revision 348446)
 +++ x11-wm/afterstep-stable/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	afterstep
  PORTVERSION=	2.2.12
 +PORTREVISION=	1
  CATEGORIES=	x11-wm afterstep
  MASTER_SITES=	${MASTER_SITE_AFTERSTEP}
  MASTER_SITE_SUBDIR=	stable
 Index: x11-wm/awesome/Makefile
 ===================================================================
 --- x11-wm/awesome/Makefile	(revision 348446)
 +++ x11-wm/awesome/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	awesome
  PORTVERSION=	3.5.2
 -PORTREVISION=	4
 +PORTREVISION=	5
  PORTEPOCH=	1
  CATEGORIES=	x11-wm
  MASTER_SITES=	http://awesome.naquadah.org/download/
 Index: x11-wm/awesome2/Makefile
 ===================================================================
 --- x11-wm/awesome2/Makefile	(revision 348446)
 +++ x11-wm/awesome2/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	awesome2
  PORTVERSION=	2.3.6
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	x11-wm
  MASTER_SITES=	http://awesome.naquadah.org/download/
  DISTNAME=	awesome-${PORTVERSION}
 Index: x11-wm/bbpager/Makefile
 ===================================================================
 --- x11-wm/bbpager/Makefile	(revision 348446)
 +++ x11-wm/bbpager/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	bbpager
  DISTVERSION=	0.4.7
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-wm
  MASTER_SITES=	SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 Index: x11-wm/dwm/Makefile
 ===================================================================
 --- x11-wm/dwm/Makefile	(revision 348446)
 +++ x11-wm/dwm/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	dwm
  PORTVERSION=	6.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-wm
  MASTER_SITES=	http://dl.suckless.org/${PORTNAME}/ \
  		http://schot.a-eskwadraat.nl/files/
 Index: x11-wm/echinus/Makefile
 ===================================================================
 --- x11-wm/echinus/Makefile	(revision 348446)
 +++ x11-wm/echinus/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	echinus
  PORTVERSION=	0.4.9
 +PORTREVISION=	1
  CATEGORIES=	x11-wm
  MASTER_SITES=	http://plhk.ru/static/echinus/
  
 Index: x11-wm/epplets/Makefile
 ===================================================================
 --- x11-wm/epplets/Makefile	(revision 348446)
 +++ x11-wm/epplets/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	epplets
  PORTVERSION=	0.14
 +PORTREVISION=	1
  CATEGORIES=	x11-wm
  MASTER_SITES=	SF/enlightenment/${PORTNAME}/${PORTVERSION}
  
 Index: x11-wm/i3/Makefile
 ===================================================================
 --- x11-wm/i3/Makefile	(revision 348446)
 +++ x11-wm/i3/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	i3
  DISTVERSION=	4.7.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-wm
  MASTER_SITES=	http://i3wm.org/downloads/
  
 Index: x11-wm/libcompizconfig/Makefile
 ===================================================================
 --- x11-wm/libcompizconfig/Makefile	(revision 348446)
 +++ x11-wm/libcompizconfig/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libcompizconfig
  PORTVERSION=	0.8.4
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	x11-wm
  MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
  
 Index: x11-wm/openbox/Makefile
 ===================================================================
 --- x11-wm/openbox/Makefile	(revision 348446)
 +++ x11-wm/openbox/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	openbox
  PORTVERSION=	3.5.2
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	x11-wm
  MASTER_SITES=	http://openbox.org/dist/openbox/
  
 Index: x11-wm/spectrwm/Makefile
 ===================================================================
 --- x11-wm/spectrwm/Makefile	(revision 348446)
 +++ x11-wm/spectrwm/Makefile	(working copy)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	spectrwm
  PORTVERSION=	2.4.0
 +PORTREVISION=	1
  CATEGORIES=	x11-wm
  MASTER_SITES=	https://opensource.conformal.com/snapshots/${PORTNAME}/
  EXTRACT_SUFX=	.tgz
 Index: x11-wm/wmfs/Makefile
 ===================================================================
 --- x11-wm/wmfs/Makefile	(revision 348446)
 +++ x11-wm/wmfs/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	wmfs
  DISTVERSION=	201104
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	x11-wm
  MASTER_SITES=	http://wmfs.info/attachments/download/45/ \
  		http://cloud.github.com/downloads/xorg62/wmfs/
 
 --------------000207090608090301090703--
Responsible-Changed-From-To: portmgr->bdrewery 
Responsible-Changed-By: bdrewery 
Responsible-Changed-When: Mon Mar 17 13:07:20 CDT 2014 
Responsible-Changed-Why:  
take for exp-run 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187602 
Responsible-Changed-From-To: bdrewery->zeising 
Responsible-Changed-By: bdrewery 
Responsible-Changed-When: Thu Mar 20 16:48:33 CDT 2014 
Responsible-Changed-Why:  
exp-run done, results in private 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187602 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187602: commit references a PR
Date: Wed, 16 Apr 2014 18:29:15 +0000 (UTC)

 Author: zeising
 Date: Wed Apr 16 18:28:47 2014
 New Revision: 351411
 URL: http://svnweb.freebsd.org/changeset/ports/351411
 QAT: https://qat.redports.org/buildarchive/r351411/
 
 Log:
   The FreeBSD x11@ and graphics team proudly presents
   a zeising, kwm production, with help from dumbbell, bdrewery:
   
   NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
   
   This update switches over to use the new xorg stack by default on FreeBSD 9
   and 10 stable, on osversions where vt(9) is available.
   It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
   /etc/make.conf .
   FreeBSD 8-STABLE and released versions of FreeBSD still use
   the old version.
   A package repository with binary packages for new xorg will
   be available soon.
   
   This patch also contains updates of libxcb and related ports, pixman, as well
   as some drivers and utilities.
   
   Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
   to xserver version change.
   
   Apart from these updates, the way shared libraries are handled has been
   changed for all xorg ports, as well as libxml2 and freetype, which means
   ltverhack is gone and as a consequence shared libraries have been bumped.
   The plan is that this change will make library bumps less likely in the
   future.
   All affected ports have had their portrevisions bumped as a consequence of
   this.
   
   Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
   
   Update instructions, hardware support, and more notes can be found on
   https://wiki.freebsd.org/Graphics
   
   Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
   exp-run by:	bdrewery [1]
   PR:		ports/187602 [1]
   Approved by:	portmgr (bdrewery), core (jhb)
 
 Added:
   head/x11/libxcb/files/patch-64bit-packed   (contents, props changed)
 Deleted:
   head/x11/libxcb/files/patch-src__c_client.py
   head/x11/xcb-proto/files/
   head/x11/xtrans/files/
 Modified:
   head/Mk/bsd.port.mk
   head/Mk/bsd.xorg.mk
   head/UPDATING
   head/accessibility/gok/Makefile
   head/archivers/libarchive/Makefile
   head/archivers/xar/Makefile
   head/astro/boinc-astropulse/Makefile
   head/astro/boinc-setiathome-v7/Makefile
   head/astro/celestia/Makefile
   head/astro/foxtrotgps/Makefile
   head/astro/gpscorrelate/Makefile
   head/astro/nightfall/Makefile
   head/astro/openuniverse/Makefile
   head/astro/viking/Makefile
   head/astro/xplanet/Makefile
   head/audio/amarok-kde4/Makefile
   head/audio/aqualung/Makefile
   head/audio/denemo/Makefile
   head/audio/enscribe/Makefile
   head/audio/ezstream/Makefile
   head/audio/fmit/Makefile
   head/audio/gbemol/Makefile
   head/audio/gmpc-discogs/Makefile
   head/audio/gmpc-extraplaylist/Makefile
   head/audio/gmpc-lastfm/Makefile
   head/audio/gmpc-lyrics/Makefile
   head/audio/gmpc-lyricsplugin/Makefile
   head/audio/gmpc-lyricwiki/Makefile
   head/audio/gmpc-mdcover/Makefile
   head/audio/gmpc-mserver/Makefile
   head/audio/gmpc-shout/Makefile
   head/audio/gnome-media/Makefile
   head/audio/gspeakers/Makefile
   head/audio/icecast-kh/Makefile
   head/audio/ices/Makefile
   head/audio/jack-rack/Makefile
   head/audio/jamin/Makefile
   head/audio/lash/Makefile
   head/audio/mate-media/Makefile
   head/audio/nas/Makefile
   head/audio/py-karaoke/Makefile
   head/audio/sooperlooper/Makefile
   head/audio/specimen/Makefile
   head/audio/terminatorx/Makefile
   head/audio/vagalume/Makefile
   head/audio/wavbreaker/Makefile
   head/audio/xcdplayer/Makefile
   head/audio/xmcd/Makefile
   head/audio/xmix/Makefile
   head/audio/xmixer/Makefile
   head/audio/xmms-curses/Makefile
   head/audio/xmms-flac/Makefile
   head/audio/xmms2/Makefile
   head/audio/xwave/Makefile
   head/biology/libsbml/Makefile
   head/biology/phylip/Makefile
   head/biology/protomol/Makefile
   head/biology/pymol/Makefile
   head/cad/brlcad/Makefile
   head/cad/calculix/Makefile
   head/cad/leocad/Makefile
   head/cad/opencascade/Makefile
   head/cad/openvsp/Makefile
   head/cad/repsnapper/Makefile
   head/cad/slffea/Makefile
   head/chinese/fcitx/Makefile
   head/chinese/ttfm/Makefile
   head/comms/chirp/Makefile
   head/comms/hamlib/Makefile
   head/comms/soundmodem/Makefile
   head/converters/osm2pgsql/Makefile
   head/converters/wkhtmltopdf/Makefile
   head/databases/evolution-data-server/Makefile
   head/databases/grass/Makefile
   head/databases/hk_classes/Makefile
   head/databases/kbibtex/Makefile
   head/databases/mysql-workbench51/Makefile
   head/databases/mysql-workbench52/Makefile
   head/databases/mysql-xql/Makefile
   head/databases/pgadmin3/Makefile
   head/databases/postgis20/Makefile
   head/databases/postgis21/Makefile
   head/databases/postgresql84-contrib/Makefile
   head/databases/postgresql84-server/Makefile
   head/databases/postgresql90-contrib/Makefile
   head/databases/postgresql91-contrib/Makefile
   head/databases/postgresql91-server/Makefile
   head/databases/postgresql92-contrib/Makefile
   head/databases/postgresql92-server/Makefile
   head/databases/postgresql93-contrib/Makefile
   head/databases/rrdtool/Makefile
   head/databases/rrdtool12/Makefile
   head/databases/spatialite/Makefile
   head/databases/spatialite_gui/Makefile
   head/databases/virtuoso/Makefile
   head/deskutils/cairo-dock-plugins/Makefile
   head/deskutils/cairo-dock/Makefile
   head/deskutils/dlume/Makefile
   head/deskutils/fusenshi/Makefile
   head/deskutils/gnote/Makefile
   head/deskutils/ithought/Makefile
   head/deskutils/kdepim4-runtime/Makefile
   head/deskutils/kdepim4/Makefile
   head/deskutils/libgcal/Makefile
   head/deskutils/libopensync-plugin-sunbird/Makefile
   head/deskutils/libstreamanalyzer/Makefile
   head/deskutils/logjam/Makefile
   head/deskutils/nagaina/Makefile
   head/deskutils/osmo/Makefile
   head/deskutils/pybookreader/Makefile
   head/deskutils/pypanel/Makefile
   head/deskutils/strigidaemon/Makefile
   head/deskutils/virt-manager/Makefile
   head/deskutils/xfce4-tumbler/Makefile
   head/deskutils/xwrits/Makefile
   head/devel/aegis/Makefile
   head/devel/apiextractor/Makefile
   head/devel/autogen/Makefile
   head/devel/buildtool-doc/Makefile
   head/devel/bullet/Makefile
   head/devel/csoap/Makefile
   head/devel/dbus/Makefile
   head/devel/dcmtk/Makefile
   head/devel/dia2code/Makefile
   head/devel/directfb/Makefile
   head/devel/flowdesigner/Makefile
   head/devel/gconf2/Makefile
   head/devel/gjstest/Makefile
   head/devel/glade3/Makefile
   head/devel/glui/Makefile
   head/devel/hwloc/Makefile
   head/devel/libassetml/Makefile
   head/devel/libbonobo/Makefile
   head/devel/libdap/Makefile
   head/devel/libg19draw/Makefile
   head/devel/libglade2/Makefile
   head/devel/libgsf/Makefile
   head/devel/libgtop/Makefile
   head/devel/libiqxmlrpc/Makefile
   head/devel/liblangtag/Makefile
   head/devel/liblouisxml/Makefile
   head/devel/libopensync/Makefile
   head/devel/libopensync022/Makefile
   head/devel/libpciaccess/Makefile
   head/devel/libpciaccess/pkg-plist
   head/devel/libplist/Makefile
   head/devel/librcc/Makefile
   head/devel/librest/Makefile
   head/devel/libsoup/Makefile
   head/devel/libvirt/Makefile
   head/devel/love/Makefile
   head/devel/love07/Makefile
   head/devel/love5/Makefile
   head/devel/m17n-lib/Makefile
   head/devel/py-lxml/Makefile
   head/devel/py-yum-metadata-parser/Makefile
   head/devel/sdl_sge/Makefile
   head/devel/seed/Makefile
   head/devel/seed3/Makefile
   head/devel/sfml/Makefile
   head/devel/shiboken/Makefile
   head/devel/simgear/Makefile
   head/devel/uatraits/Makefile
   head/devel/umbrello/Makefile
   head/devel/upp/Makefile
   head/devel/xorg-macros/Makefile
   head/devel/xorg-macros/distinfo
   head/dns/bind98/Makefile
   head/dns/bind99/Makefile
   head/dns/opendnssec/Makefile
   head/dns/opendnssec13/Makefile
   head/dns/samba-nsupdate/Makefile
   head/editors/abiword/Makefile
   head/editors/calligra/Makefile
   head/editors/emacs-devel/Makefile
   head/editors/emacs/Makefile
   head/editors/emacs23/Makefile
   head/editors/libreoffice/Makefile
   head/editors/mate-text-editor/Makefile
   head/editors/openoffice-4/Makefile
   head/editors/openoffice-devel/Makefile
   head/editors/texmacs/Makefile
   head/editors/xemacs-devel-mule/Makefile
   head/editors/xmlcopyeditor/Makefile
   head/emulators/adamem/Makefile
   head/emulators/advancemame/Makefile
   head/emulators/advancemenu/Makefile
   head/emulators/advancemess/Makefile
   head/emulators/catapult/Makefile
   head/emulators/dolphin-emu/Makefile
   head/emulators/fuse/Makefile
   head/emulators/jzintv/Makefile
   head/emulators/loemu/Makefile
   head/emulators/mtools/Makefile
   head/emulators/mupen64-sdlinput/Makefile
   head/emulators/nonpareil/Makefile
   head/emulators/openmsx/Makefile
   head/emulators/qemu-devel/Makefile
   head/emulators/snes9x-gtk/Makefile
   head/emulators/tme/Makefile
   head/emulators/virtualbox-ose-additions/Makefile
   head/emulators/wine-devel/Makefile
   head/emulators/wine/Makefile
   head/emulators/yabause/Makefile
   head/finance/gnucash-docs/Makefile
   head/finance/gnucash/Makefile
   head/finance/grisbi/Makefile
   head/finance/openerp-server/Makefile
   head/french/verbiste/Makefile
   head/games/0ad/Makefile
   head/games/KnightCap/Makefile
   head/games/adgali/Makefile
   head/games/adonthell/Makefile
   head/games/alienarena/Makefile
   head/games/armagetron/Makefile
   head/games/arx-libertatis/Makefile
   head/games/asteroid/Makefile
   head/games/asteroids3d/Makefile
   head/games/atr3d/Makefile
   head/games/balazar/Makefile
   head/games/balazarbrothers/Makefile
   head/games/blobby/Makefile
   head/games/brutalchess/Makefile
   head/games/bubble-chains/Makefile
   head/games/cake/Makefile
   head/games/capicity/Makefile
   head/games/capitalism/Makefile
   head/games/chroma/Makefile
   head/games/chromium-bsu/Makefile
   head/games/construo/Makefile
   head/games/corsix-th/Makefile
   head/games/cosmosmash/Makefile
   head/games/crack-attack/Makefile
   head/games/critterding/Makefile
   head/games/crossfire-client/Makefile
   head/games/cultivation/Makefile
   head/games/cuyo/Makefile
   head/games/d2x/Makefile
   head/games/duel/Makefile
   head/games/el/Makefile
   head/games/ensemblist/Makefile
   head/games/epiar/Makefile
   head/games/etracer/Makefile
   head/games/evq3/Makefile
   head/games/flightgear/Makefile
   head/games/foobillard/Makefile
   head/games/freeminer/Makefile
   head/games/galaxyhack/Makefile
   head/games/gcompris/Makefile
   head/games/gl-117/Makefile
   head/games/glaxium/Makefile
   head/games/glob2/Makefile
   head/games/glsfcave/Makefile
   head/games/gnomechess/Makefile
   head/games/gnubg/Makefile
   head/games/gracer/Makefile
   head/games/gtkevemon/Makefile
   head/games/gtkradiant/Makefile
   head/games/heretic/Makefile
   head/games/jvgs/Makefile
   head/games/kajaani-kombat/Makefile
   head/games/kanatest/Makefile
   head/games/kiki/Makefile
   head/games/klavaro/Makefile
   head/games/lander/Makefile
   head/games/libmaitretarot/Makefile
   head/games/libmt_client/Makefile
   head/games/lincity-ng/Makefile
   head/games/maitretarot/Makefile
   head/games/manaplus/Makefile
   head/games/minetest/Makefile
   head/games/mt_dolphin_ia/Makefile
   head/games/mt_gtk_client/Makefile
   head/games/mudmagic/Makefile
   head/games/naev/Makefile
   head/games/netherearth/Makefile
   head/games/netpanzer/Makefile
   head/games/netradiant/Makefile
   head/games/netwalk/Makefile
   head/games/nexuiz/Makefile
   head/games/nighthawk/Makefile
   head/games/openalchemist/Makefile
   head/games/openjazz/Makefile
   head/games/openlierox/Makefile
   head/games/openmortal/Makefile
   head/games/openssn/Makefile
   head/games/openttd/Makefile
   head/games/paintown/Makefile
   head/games/poker-engine/Makefile
   head/games/ppracer/Makefile
   head/games/quadra/Makefile
   head/games/quetoo/Makefile
   head/games/scourge/Makefile
   head/games/searchandrescue/Makefile
   head/games/spellathon/Makefile
   head/games/spring/Makefile
   head/games/starfighter/Makefile
   head/games/stepmania-devel/Makefile
   head/games/stonesoup/Makefile
   head/games/stormbaancoureur/Makefile
   head/games/supertuxkart/Makefile
   head/games/teeworlds/Makefile
   head/games/torcs/Makefile
   head/games/traingame/Makefile
   head/games/tux-aqfh/Makefile
   head/games/tuxmath/Makefile
   head/games/tuxpuck/Makefile
   head/games/tuxtype/Makefile
   head/games/tyrquake/Makefile
   head/games/ufoai/Makefile
   head/games/vamos/Makefile
   head/games/vegastrike/Makefile
   head/games/warsow/Makefile
   head/games/warzone2100/Makefile
   head/games/xmoto/Makefile
   head/games/xwelltris/Makefile
   head/games/zaz/Makefile
   head/graphics/GraphicsMagick/Makefile
   head/graphics/GraphicsMagick12/Makefile
   head/graphics/GraphicsMagick13/Makefile
   head/graphics/ImageMagick/Makefile
   head/graphics/agg/Makefile
   head/graphics/amide/Makefile
   head/graphics/autopano-sift-c/Makefile
   head/graphics/blender/Makefile
   head/graphics/cairo/Makefile
   head/graphics/cegui/Makefile
   head/graphics/devil/Makefile
   head/graphics/dri/Makefile
   head/graphics/driconf/Makefile
   head/graphics/dynamechs/Makefile
   head/graphics/enblend/Makefile
   head/graphics/evas-core/Makefile
   head/graphics/evas-engine-buffer/Makefile
   head/graphics/evas-engine-opengl/Makefile
   head/graphics/evas-engine-sdl/Makefile
   head/graphics/evas-engine-x11/Makefile
   head/graphics/evas-loader-eet/Makefile
   head/graphics/evas-loader-gif/Makefile
   head/graphics/evas-loader-jpeg/Makefile
   head/graphics/evas-loader-png/Makefile
   head/graphics/evas-loader-svg/Makefile
   head/graphics/evas-loader-tiff/Makefile
   head/graphics/evas-loader-xpm/Makefile
   head/graphics/exact-image/Makefile
   head/graphics/ffff/Makefile
   head/graphics/flam3/Makefile
   head/graphics/fpc-opengl/Makefile
   head/graphics/freeglut/Makefile
   head/graphics/freeglut/pkg-plist
   head/graphics/ftgl/Makefile
   head/graphics/fv/Makefile
   head/graphics/gauche-gl/Makefile
   head/graphics/gd/Makefile
   head/graphics/gdal/Makefile
   head/graphics/gdchart/Makefile
   head/graphics/gle/Makefile
   head/graphics/glexcess/Makefile
   head/graphics/gltt/Makefile
   head/graphics/gnash/Makefile
   head/graphics/gource/Makefile
   head/graphics/graphviz/Makefile
   head/graphics/grx/Makefile
   head/graphics/hugin-devel/Makefile
   head/graphics/hugin/Makefile
   head/graphics/iccxml/Makefile
   head/graphics/imlib2/Makefile
   head/graphics/inventor/Makefile
   head/graphics/jasper/Makefile
   head/graphics/jogamp-jogl/Makefile
   head/graphics/jogl/Makefile
   head/graphics/lib3ds/Makefile
   head/graphics/libEGL/Makefile
   head/graphics/libGL/bsd.mesalib.mk
   head/graphics/libafterimage/Makefile
   head/graphics/libaux/Makefile
   head/graphics/libcaca/Makefile
   head/graphics/libdrm/Makefile
   head/graphics/libdrm/distinfo
   head/graphics/libetonyek/Makefile
   head/graphics/libggi/Makefile
   head/graphics/libglesv2/Makefile
   head/graphics/libgltext/Makefile
   head/graphics/libgphoto2/Makefile
   head/graphics/libkdcraw-kde4/Makefile
   head/graphics/libopenraw/Makefile
   head/graphics/libosmesa/Makefile
   head/graphics/libprojectm/Makefile
   head/graphics/libreatlas/Makefile
   head/graphics/librsvg2/Makefile
   head/graphics/libsvg/Makefile
   head/graphics/libwmf/Makefile
   head/graphics/luxrays/Makefile
   head/graphics/makehuman/Makefile
   head/graphics/mapnik/Makefile
   head/graphics/mapserver/Makefile
   head/graphics/mate-document-viewer/Makefile
   head/graphics/mate-image-viewer/Makefile
   head/graphics/mesa-demos/Makefile
   head/graphics/mhgui/Makefile
   head/graphics/ming/Makefile
   head/graphics/mtpaint/Makefile
   head/graphics/mupdf/Makefile
   head/graphics/netpbm/Makefile
   head/graphics/nip2/Makefile
   head/graphics/ocaml-lablgl/Makefile
   head/graphics/ogre3d/Makefile
   head/graphics/okular/Makefile
   head/graphics/opencollada/Makefile
   head/graphics/osg-devel/Makefile
   head/graphics/osg/Makefile
   head/graphics/oyranos/Makefile
   head/graphics/p5-Imager/Makefile
   head/graphics/p5-OpenGL/Makefile
   head/graphics/partio/Makefile
   head/graphics/pencil/Makefile
   head/graphics/pfstools/Makefile
   head/graphics/phplot/Makefile
   head/graphics/pngwriter/Makefile
   head/graphics/podofo/Makefile
   head/graphics/poppler/Makefile
   head/graphics/pure-gl/Makefile
   head/graphics/py-imaging/Makefile
   head/graphics/py-opengl/Makefile
   head/graphics/py-pillow/Makefile
   head/graphics/py-pyglet/Makefile
   head/graphics/py-soya3d/Makefile
   head/graphics/pyro/Makefile
   head/graphics/quat-gui/Makefile
   head/graphics/quesa/Makefile
   head/graphics/quesoglc/Makefile
   head/graphics/qxv/Makefile
   head/graphics/rawstudio/Makefile
   head/graphics/reallyslick/Makefile
   head/graphics/ruby-gd/Makefile
   head/graphics/rubygem-opengl/Makefile
   head/graphics/sdl2_ttf/Makefile
   head/graphics/sdl_ttf/Makefile
   head/graphics/silgraphite/Makefile
   head/graphics/simpleviewer/Makefile
   head/graphics/sk1libs/Makefile
   head/graphics/sswf/Makefile
   head/graphics/swfmill/Makefile
   head/graphics/swftools/Makefile
   head/graphics/tiff/Makefile
   head/graphics/tinyows/Makefile
   head/graphics/tulip/Makefile
   head/graphics/vips/Makefile
   head/graphics/webp/Makefile
   head/graphics/white_dune/Makefile
   head/graphics/xpaint/Makefile
   head/graphics/xpdf/Makefile
   head/graphics/xsane/Makefile
   head/graphics/zbar/Makefile
   head/irc/hexchat/Makefile
   head/irc/minbif/Makefile
   head/japanese/mozc-server/Makefile
   head/japanese/ochusha/Makefile
   head/japanese/xdtp/Makefile
   head/japanese/xdvik/Makefile
   head/java/openjdk6/Makefile
   head/java/openjdk7/Makefile
   head/java/openjdk8/Makefile
   head/lang/ferite/Makefile
   head/lang/fpc-units/Makefile
   head/lang/gnustep-base/Makefile
   head/lang/hiphop-php/Makefile
   head/lang/hugs/Makefile
   head/lang/ofc/Makefile
   head/lang/phantomjs/Makefile
   head/lang/php5/Makefile
   head/lang/php53/Makefile
   head/lang/php55/Makefile
   head/lang/pike76/Makefile
   head/lang/pike78/Makefile
   head/lang/smalltalk/Makefile
   head/mail/cone/Makefile
   head/mail/gnome-gmail-notifier/Makefile
   head/mail/hotwayd/Makefile
   head/mail/mail-notification/Makefile
   head/mail/synonym/Makefile
   head/math/abs/Makefile
   head/math/asir2000/Makefile
   head/math/asymptote/Makefile
   head/math/carve/Makefile
   head/math/ggobi/Makefile
   head/math/gkmap/Makefile
   head/math/gnuplot/Makefile
   head/math/gretl/Makefile
   head/math/hexcalc/Makefile
   head/math/igraph/Makefile
   head/math/libqalculate/Makefile
   head/math/mate-calc/Makefile
   head/math/ploticus/Makefile
   head/math/plplot/Makefile
   head/math/pspp/Makefile
   head/math/py-igraph/Makefile
   head/math/py-matplotlib/Makefile
   head/math/scilab/Makefile
   head/math/tablix/Makefile
   head/math/timbl/Makefile
   head/math/wxMaxima/Makefile
   head/math/xgobi/Makefile
   head/math/xspread/Makefile
   head/misc/gimp-help-en/Makefile
   head/misc/hotkeys/Makefile
   head/misc/libisocodes/Makefile
   head/misc/libmetalink/Makefile
   head/misc/libsupertone/Makefile
   head/misc/nut/Makefile
   head/misc/parley/Makefile
   head/misc/shared-mime-info/Makefile
   head/misc/xfce4-weather-plugin/Makefile
   head/multimedia/audacious/Makefile
   head/multimedia/dtv/Makefile
   head/multimedia/dvdauthor/Makefile
   head/multimedia/ffmpeg/Makefile
   head/multimedia/ffmpeg0/Makefile
   head/multimedia/freetuxtv/Makefile
   head/multimedia/gmerlin/Makefile
   head/multimedia/gstreamer/Makefile
   head/multimedia/gstreamer1-plugins/Makefile
   head/multimedia/gxine/Makefile
   head/multimedia/handbrake/Makefile
   head/multimedia/libass/Makefile
   head/multimedia/libav/Makefile
   head/multimedia/libbluray/Makefile
   head/multimedia/libxine/Makefile
   head/multimedia/mlt/Makefile
   head/multimedia/mplayer2/Makefile
   head/multimedia/mythtv-frontend/Makefile
   head/multimedia/mythtv/Makefile
   head/multimedia/ogmrip/Makefile
   head/multimedia/phonon-gstreamer/Makefile
   head/multimedia/phonon-xine/Makefile
   head/multimedia/py-gstreamer/Makefile
   head/multimedia/py-kaa-base/Makefile
   head/multimedia/totem-pl-parser/Makefile
   head/multimedia/transcode/Makefile
   head/multimedia/vcdimager/Makefile
   head/multimedia/vdr-plugin-softhddevice/Makefile
   head/multimedia/vdr-plugin-xineliboutput/Makefile
   head/multimedia/vlc/Makefile
   head/net-im/ekiga/Makefile
   head/net-im/kmess-kde4/Makefile
   head/net-im/kopete-kde4/Makefile
   head/net-im/libpurple/Makefile
   head/net-im/pidgin-twitter/Makefile
   head/net-im/py-pyxmpp/Makefile
   head/net-im/telepathy-logger-qt4/Makefile
   head/net-im/telepathy-logger/Makefile
   head/net-mgmt/collectd/Makefile
   head/net-mgmt/collectd5/Makefile
   head/net-mgmt/ndpmon/Makefile
   head/net-mgmt/ramond/Makefile
   head/net-mgmt/scli/Makefile
   head/net-mgmt/torrus/Makefile
   head/net-mgmt/zabbix22-server/Makefile
   head/net-p2p/dclib/Makefile
   head/net-p2p/gtk-gnutella/Makefile
   head/net-p2p/microdc2/Makefile
   head/net-p2p/minder/Makefile
   head/net-p2p/retroshare/Makefile
   head/net-p2p/valknut/Makefile
   head/net/Sockets/Makefile
   head/net/asterisk/Makefile
   head/net/asterisk11/Makefile
   head/net/boinc-client/Makefile
   head/net/cvsup/Makefile
   head/net/freedbd/Makefile
   head/net/libcmis/Makefile
   head/net/libmateweather/Makefile
   head/net/ntop/Makefile
   head/net/openser/Makefile
   head/net/ser/Makefile
   head/net/tigervnc/Makefile
   head/net/twitux/Makefile
   head/net/x11vnc/Makefile
   head/net/yaz/Makefile
   head/news/nzbget/Makefile
   head/print/acroread9/Makefile
   head/print/fontforge/Makefile
   head/print/foomatic-db-engine/Makefile
   head/print/foomatic-db/Makefile
   head/print/freetype2/Makefile
   head/print/freetype2/pkg-plist
   head/print/ft2demos/Makefile
   head/print/ghostscript8/Makefile
   head/print/ghostscript9-agpl/Makefile
   head/print/ghostscript9/Makefile
   head/print/harfbuzz/Makefile
   head/print/libgnomeprint/Makefile
   head/print/libotf/Makefile
   head/print/lilypond-devel/Makefile
   head/print/lilypond/Makefile
   head/print/p5-Font-FreeType/Makefile
   head/print/pdfcube/Makefile
   head/print/photoprint/Makefile
   head/print/py-reportlab/Makefile
   head/print/py-reportlab2/Makefile
   head/print/scribus-devel/Makefile
   head/print/scribus/Makefile
   head/print/tex-aleph/Makefile
   head/print/tex-luatex/Makefile
   head/print/tex-xdvik/Makefile
   head/print/tex-xetex/Makefile
   head/print/texlive-base/Makefile
   head/print/ttf2pt1/Makefile
   head/print/wprint/Makefile
   head/science/flounder/Makefile
   head/science/gchemutils/Makefile
   head/science/ghemical/Makefile
   head/science/gwyddion/Makefile
   head/science/liboglappth/Makefile
   head/science/linsmith/Makefile
   head/science/massxpert/Makefile
   head/science/medit/Makefile
   head/science/ncs/Makefile
   head/science/openbabel/Makefile
   head/science/paraview/Makefile
   head/science/xmakemol/Makefile
   head/security/clamav/Makefile
   head/security/kc/Makefile
   head/security/lasso/Makefile
   head/security/lsh/Makefile
   head/security/oath-toolkit/Makefile
   head/security/openconnect/Makefile
   head/security/prelude-manager/Makefile
   head/security/pwman/Makefile
   head/security/py-xmlsec/Makefile
   head/security/razorback-scriptNugget/Makefile
   head/security/sssd/Makefile
   head/security/xmlsec1/Makefile
   head/sysutils/asfsm/Makefile
   head/sysutils/conky/Makefile
   head/sysutils/createrepo/Makefile
   head/sysutils/dunst/Makefile
   head/sysutils/fusefs-s3fs/Makefile
   head/sysutils/grub2/Makefile
   head/sysutils/gtk-imonc/Makefile
   head/sysutils/heartbeat/Makefile
   head/sysutils/istatd/Makefile
   head/sysutils/krename-kde4/Makefile
   head/sysutils/lcdproc/Makefile
   head/sysutils/libfvde/Makefile
   head/sysutils/lire/Makefile
   head/sysutils/mate-control-center/Makefile
   head/sysutils/mate-system-monitor/Makefile
   head/sysutils/moreutils/Makefile
   head/sysutils/nitrogen/Makefile
   head/sysutils/pam_mount/Makefile
   head/sysutils/xbatt/Makefile
   head/sysutils/xcpustate/Makefile
   head/sysutils/xdu/Makefile
   head/sysutils/xsi/Makefile
   head/textproc/R-cran-XML/Makefile
   head/textproc/apertium/Makefile
   head/textproc/augeas/Makefile
   head/textproc/diffmark/Makefile
   head/textproc/ebook-tools/Makefile
   head/textproc/ecromedos/Makefile
   head/textproc/exmpp/Makefile
   head/textproc/gdome2/Makefile
   head/textproc/gmetadom/Makefile
   head/textproc/gnome-doc-utils/Makefile
   head/textproc/hs-libxml/Makefile
   head/textproc/itstool/Makefile
   head/textproc/libcroco/Makefile
   head/textproc/liblingoteach/Makefile
   head/textproc/liblrdf/Makefile
   head/textproc/libtranslate/Makefile
   head/textproc/libxml++26/Makefile
   head/textproc/libxml2/Makefile
   head/textproc/libxml2/files/patch-Makefile.in
   head/textproc/libxml2/pkg-plist
   head/textproc/lttoolbox/Makefile
   head/textproc/mate-doc-utils/Makefile
   head/textproc/ots/Makefile
   head/textproc/p5-XML-CanonicalizeXML/Makefile
   head/textproc/p5-XML-LibXML/Makefile
   head/textproc/p5-XML-LibXSLT/Makefile
   head/textproc/pure-xml/Makefile
   head/textproc/py-libxml2/Makefile
   head/textproc/py-pyx12/Makefile
   head/textproc/raptor/Makefile
   head/textproc/raptor2/Makefile
   head/textproc/rubygem-augeas/Makefile
   head/textproc/rubygem-libxml-ruby/Makefile
   head/textproc/rubygem-nokogiri/Makefile
   head/textproc/scim-kmfl-imengine/Makefile
   head/textproc/ssddiff/Makefile
   head/textproc/xml2/Makefile
   head/textproc/xmlroff/Makefile
   head/textproc/xmlto/Makefile
   head/textproc/xmlwrapp/Makefile
   head/textproc/yelp-tools/Makefile
   head/textproc/yelp-xsl/Makefile
   head/textproc/zorba/Makefile
   head/www/apache24/Makefile
   head/www/aria2/Makefile
   head/www/bookmarkbridge/Makefile
   head/www/castget/Makefile
   head/www/chimera/Makefile
   head/www/chromium/Makefile
   head/www/cssed/Makefile
   head/www/flickcurl/Makefile
   head/www/kannel/Makefile
   head/www/kdewebdev4/Makefile
   head/www/lighttpd/Makefile
   head/www/links-hacked/Makefile
   head/www/midori/Makefile
   head/www/mod_authnz_crowd/Makefile
   head/www/mod_proxy_html/Makefile
   head/www/mod_proxy_xml/Makefile
   head/www/mod_security/Makefile
   head/www/mod_xml2enc/Makefile
   head/www/mod_xmlns/Makefile
   head/www/neon29/Makefile
   head/www/newsbeuter/Makefile
   head/www/nghttp2/Makefile
   head/www/nginx-devel/Makefile
   head/www/nginx/Makefile
   head/www/opera-devel/Makefile
   head/www/opera/Makefile
   head/www/pecl-solr/Makefile
   head/www/rssroll/Makefile
   head/www/rsstool/Makefile
   head/www/sitecopy/Makefile
   head/www/snownews/Makefile
   head/www/spdylay/Makefile
   head/www/squid32/Makefile
   head/www/squid33/Makefile
   head/www/swish-e/Makefile
   head/www/tickr/Makefile
   head/www/tinyproxy/Makefile
   head/www/trafficserver/Makefile
   head/www/webkit-qt5/Makefile
   head/x11-clocks/abclock/Makefile
   head/x11-clocks/bbdate/Makefile
   head/x11-clocks/eyeclock/Makefile
   head/x11-clocks/glclock/Makefile
   head/x11-clocks/mlclock/Makefile
   head/x11-clocks/pclock/Makefile
   head/x11-clocks/rclock/Makefile
   head/x11-clocks/wmblueclock/Makefile
   head/x11-clocks/wmtimer/Makefile
   head/x11-drivers/input-wacom/Makefile
   head/x11-drivers/xf86-input-acecad/Makefile
   head/x11-drivers/xf86-input-fpit/Makefile
   head/x11-drivers/xf86-input-fpit/pkg-plist
   head/x11-drivers/xf86-input-keyboard/Makefile
   head/x11-drivers/xf86-input-magictouch/Makefile
   head/x11-drivers/xf86-input-mouse/Makefile
   head/x11-drivers/xf86-input-synaptics/Makefile
   head/x11-drivers/xf86-input-synaptics/distinfo
   head/x11-drivers/xf86-input-vmmouse/Makefile
   head/x11-drivers/xf86-input-vmmouse/pkg-plist
   head/x11-drivers/xf86-video-apm/Makefile
   head/x11-drivers/xf86-video-ark/Makefile
   head/x11-drivers/xf86-video-ati/Makefile
   head/x11-drivers/xf86-video-ati/files/extra-src__radeon_kms.c
   head/x11-drivers/xf86-video-chips/Makefile
   head/x11-drivers/xf86-video-cirrus/Makefile
   head/x11-drivers/xf86-video-cyrix/Makefile
   head/x11-drivers/xf86-video-dummy/Makefile
   head/x11-drivers/xf86-video-fbdev/Makefile
   head/x11-drivers/xf86-video-glint/Makefile
   head/x11-drivers/xf86-video-i128/Makefile
   head/x11-drivers/xf86-video-i740/Makefile
   head/x11-drivers/xf86-video-intel/Makefile
   head/x11-drivers/xf86-video-intel/pkg-plist
   head/x11-drivers/xf86-video-mach64/Makefile
   head/x11-drivers/xf86-video-mga/Makefile
   head/x11-drivers/xf86-video-neomagic/Makefile
   head/x11-drivers/xf86-video-newport/Makefile
   head/x11-drivers/xf86-video-nv/Makefile
   head/x11-drivers/xf86-video-openchrome/Makefile
   head/x11-drivers/xf86-video-openchrome/pkg-plist
   head/x11-drivers/xf86-video-r128/Makefile
   head/x11-drivers/xf86-video-rdc/Makefile
   head/x11-drivers/xf86-video-rendition/Makefile
   head/x11-drivers/xf86-video-s3/Makefile
   head/x11-drivers/xf86-video-s3virge/Makefile
   head/x11-drivers/xf86-video-savage/Makefile
   head/x11-drivers/xf86-video-scfb/Makefile
   head/x11-drivers/xf86-video-siliconmotion/Makefile
   head/x11-drivers/xf86-video-sis-intel/Makefile
   head/x11-drivers/xf86-video-sis/Makefile
   head/x11-drivers/xf86-video-sunffb/Makefile
   head/x11-drivers/xf86-video-tdfx/Makefile
   head/x11-drivers/xf86-video-tga/Makefile
   head/x11-drivers/xf86-video-trident/Makefile
   head/x11-drivers/xf86-video-tseng/Makefile
   head/x11-drivers/xf86-video-vesa/Makefile
   head/x11-drivers/xf86-video-vmware/Makefile
   head/x11-drivers/xf86-video-voodoo/Makefile
   head/x11-fm/mate-file-manager/Makefile
   head/x11-fm/rodent/Makefile
   head/x11-fm/rox-filer/Makefile
   head/x11-fm/rox-session/Makefile
   head/x11-fm/tdfsb/Makefile
   head/x11-fm/thunar-vfs/Makefile
   head/x11-fonts/alfont/Makefile
   head/x11-fonts/font-manager/Makefile
   head/x11-fonts/fontconfig/Makefile
   head/x11-fonts/fonttosfnt/Makefile
   head/x11-fonts/libFS/Makefile
   head/x11-fonts/libFS/distinfo
   head/x11-fonts/libFS/pkg-plist
   head/x11-fonts/libXfont/Makefile
   head/x11-fonts/libXfont/pkg-plist
   head/x11-fonts/libXfontcache/Makefile
   head/x11-fonts/libXfontcache/pkg-plist
   head/x11-fonts/libXft/Makefile
   head/x11-fonts/libXft/pkg-plist
   head/x11-fonts/libfontenc/Makefile
   head/x11-fonts/libfontenc/pkg-plist
   head/x11-fonts/mkfontscale/Makefile
   head/x11-fonts/ttmkfdir/Makefile
   head/x11-servers/xephyr/Makefile
   head/x11-servers/xorg-nestserver/Makefile
   head/x11-servers/xorg-server/Makefile
   head/x11-servers/xorg-vfbserver/Makefile
   head/x11-themes/gtk-murrine-engine/Makefile
   head/x11-toolkits/fltk-devel/Makefile
   head/x11-toolkits/fox17/Makefile
   head/x11-toolkits/gigi/Makefile
   head/x11-toolkits/gnustep-back/Makefile
   head/x11-toolkits/gtk20/Makefile
   head/x11-toolkits/gtkglext/Makefile
   head/x11-toolkits/gtkmathview/Makefile
   head/x11-toolkits/gtksourceview2/Makefile
   head/x11-toolkits/gtksourceview3/Makefile
   head/x11-toolkits/hs-GLUT/Makefile
   head/x11-toolkits/hs-OpenGLRaw/Makefile
   head/x11-toolkits/lesstif/Makefile
   head/x11-toolkits/libXaw/Makefile
   head/x11-toolkits/libXaw/pkg-plist
   head/x11-toolkits/libXmu/Makefile
   head/x11-toolkits/libXmu/pkg-plist
   head/x11-toolkits/libXt/Makefile
   head/x11-toolkits/libXt/pkg-plist
   head/x11-toolkits/libsexy/Makefile
   head/x11-toolkits/libxaw3dxft/Makefile
   head/x11-toolkits/mygui/Makefile
   head/x11-toolkits/nucleo/Makefile
   head/x11-toolkits/otk/Makefile
   head/x11-toolkits/pango/Makefile
   head/x11-toolkits/paragui-devel/Makefile
   head/x11-toolkits/py-kivy/Makefile
   head/x11-toolkits/py-wmdockapps/Makefile
   head/x11-toolkits/qt5-gui/Makefile
   head/x11-toolkits/v/Makefile
   head/x11-wm/afterstep-stable/Makefile
   head/x11-wm/awesome/Makefile
   head/x11-wm/awesome2/Makefile
   head/x11-wm/bbpager/Makefile
   head/x11-wm/dwm/Makefile
   head/x11-wm/echinus/Makefile
   head/x11-wm/epplets/Makefile
   head/x11-wm/i3/Makefile
   head/x11-wm/libcompizconfig/Makefile
   head/x11-wm/openbox/Makefile
   head/x11-wm/spectrwm/Makefile
   head/x11-wm/wmfs/Makefile
   head/x11/3ddesktop/Makefile
   head/x11/apwal/Makefile
   head/x11/beforelight/Makefile
   head/x11/blast/Makefile
   head/x11/eaglemode/Makefile
   head/x11/gnome-panel/Makefile
   head/x11/gnome-session/Makefile
   head/x11/i3lock/Makefile
   head/x11/kde4-workspace/Makefile
   head/x11/kdelibs4/Makefile
   head/x11/libICE/Makefile
   head/x11/libICE/pkg-plist
   head/x11/libSM/Makefile
   head/x11/libSM/pkg-plist
   head/x11/libX11/Makefile
   head/x11/libX11/pkg-plist
   head/x11/libXScrnSaver/Makefile
   head/x11/libXScrnSaver/pkg-plist
   head/x11/libXTrap/Makefile
   head/x11/libXTrap/pkg-plist
   head/x11/libXau/Makefile
   head/x11/libXau/pkg-plist
   head/x11/libXcm/Makefile
   head/x11/libXcm/pkg-plist
   head/x11/libXcomposite/Makefile
   head/x11/libXcomposite/pkg-plist
   head/x11/libXcursor/Makefile
   head/x11/libXcursor/pkg-plist
   head/x11/libXdamage/Makefile
   head/x11/libXdamage/pkg-plist
   head/x11/libXdmcp/Makefile
   head/x11/libXdmcp/pkg-plist
   head/x11/libXevie/Makefile
   head/x11/libXevie/pkg-plist
   head/x11/libXext/Makefile
   head/x11/libXext/pkg-plist
   head/x11/libXfixes/Makefile
   head/x11/libXfixes/pkg-plist
   head/x11/libXi/Makefile
   head/x11/libXi/pkg-plist
   head/x11/libXinerama/Makefile
   head/x11/libXinerama/pkg-plist
   head/x11/libXp/Makefile
   head/x11/libXp/pkg-plist
   head/x11/libXpm/Makefile
   head/x11/libXpm/pkg-plist
   head/x11/libXprintAppUtil/Makefile
   head/x11/libXprintAppUtil/pkg-plist
   head/x11/libXprintUtil/Makefile
   head/x11/libXprintUtil/pkg-plist
   head/x11/libXrandr/Makefile
   head/x11/libXrandr/pkg-plist
   head/x11/libXrender/Makefile
   head/x11/libXrender/pkg-plist
   head/x11/libXres/Makefile
   head/x11/libXres/pkg-plist
   head/x11/libXtst/Makefile
   head/x11/libXtst/pkg-plist
   head/x11/libXv/Makefile
   head/x11/libXv/pkg-plist
   head/x11/libXvMC/Makefile
   head/x11/libXvMC/pkg-plist
   head/x11/libXxf86dga/Makefile
   head/x11/libXxf86dga/pkg-plist
   head/x11/libXxf86misc/Makefile
   head/x11/libXxf86misc/pkg-plist
   head/x11/libXxf86vm/Makefile
   head/x11/libXxf86vm/pkg-plist
   head/x11/libdmx/Makefile
   head/x11/libdmx/pkg-plist
   head/x11/liboldX/Makefile
   head/x11/liboldX/pkg-plist
   head/x11/libxcb/Makefile
   head/x11/libxcb/distinfo
   head/x11/libxcb/pkg-plist
   head/x11/libxkbcommon/Makefile
   head/x11/libxkbcommon/distinfo
   head/x11/libxkbcommon/pkg-plist
   head/x11/libxkbfile/Makefile
   head/x11/libxkbfile/pkg-plist
   head/x11/libxkbui/Makefile
   head/x11/libxkbui/pkg-plist
   head/x11/libxklavier/Makefile
   head/x11/libxshmfence/Makefile
   head/x11/libxshmfence/pkg-plist
   head/x11/mate-applets/Makefile
   head/x11/mate-panel/Makefile
   head/x11/mate-session-manager/Makefile
   head/x11/ooxcb/Makefile
   head/x11/pixman/Makefile
   head/x11/pixman/pkg-plist
   head/x11/slim/Makefile
   head/x11/sterm/Makefile
   head/x11/xauth/Makefile
   head/x11/xbacklight/Makefile
   head/x11/xbitmaps/Makefile
   head/x11/xcb-proto/Makefile
   head/x11/xcb-proto/distinfo
   head/x11/xcb-util-cursor/Makefile
   head/x11/xcb-util-cursor/distinfo
   head/x11/xcb-util-cursor/pkg-plist
   head/x11/xcb-util-image/Makefile
   head/x11/xcb-util-image/distinfo
   head/x11/xcb-util-image/pkg-plist
   head/x11/xcb-util-keysyms/Makefile
   head/x11/xcb-util-keysyms/distinfo
   head/x11/xcb-util-keysyms/pkg-plist
   head/x11/xcb-util-renderutil/Makefile
   head/x11/xcb-util-renderutil/distinfo
   head/x11/xcb-util-renderutil/pkg-plist
   head/x11/xcb-util-wm/Makefile
   head/x11/xcb-util-wm/distinfo
   head/x11/xcb-util-wm/pkg-plist
   head/x11/xcb-util/Makefile
   head/x11/xcb-util/distinfo
   head/x11/xcb-util/pkg-plist
   head/x11/xconsole/Makefile
   head/x11/xdbedizzy/Makefile
   head/x11/xdm/Makefile
   head/x11/xdpyinfo/Makefile
   head/x11/xextproto/Makefile
   head/x11/xextproto/distinfo
   head/x11/xf86dga/Makefile
   head/x11/xfce4-terminal/Makefile
   head/x11/xfd/Makefile
   head/x11/xhost/Makefile
   head/x11/xkeyboard-config/Makefile
   head/x11/xkeyboard-config/distinfo
   head/x11/xlockmore/Makefile
   head/x11/xlogo/Makefile
   head/x11/xorg-minimal/Makefile
   head/x11/xpyb/Makefile
   head/x11/xrandr/Makefile
   head/x11/xrandr/distinfo
   head/x11/xrx/Makefile
   head/x11/xscreensaver/Makefile
   head/x11/xtrans/Makefile
   head/x11/xtrans/distinfo
   head/x11/xwininfo/Makefile
 
 Modified: head/Mk/bsd.port.mk
 ==============================================================================
 --- head/Mk/bsd.port.mk	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/Mk/bsd.port.mk	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -1253,7 +1253,7 @@ WARNING+=	"If you do not want to see thi
  
  # Enable new xorg for FreeBSD versions after Radeon KMS was imported unless
  # WITHOUT_NEW_XORG is set.
 -.if ${OSVERSION} >= 1100000
 +.if (${OSVERSION} >= 902510 && ${OSVERSION} < 1000000) || ${OSVERSION} >= 1000704
  . if !defined(WITHOUT_NEW_XORG)
  WITH_NEW_XORG?=	yes
  . else
 
 Modified: head/Mk/bsd.xorg.mk
 ==============================================================================
 --- head/Mk/bsd.xorg.mk	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/Mk/bsd.xorg.mk	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -29,7 +29,7 @@ Xorg_Pre_Include=		bsd.xorg.mk
  
  .if defined(XORG_CAT)
  # Default variables, common to all new modular xorg ports.
 -.if !defined(USE_TGZ)
 +.if !defined(USE_TGZ) && !defined(USE_XZ)
  USE_BZIP2=    	yes
  .endif
  GNU_CONFIGURE= 	yes
 @@ -65,6 +65,7 @@ USE_XORG+=	xorg-server xproto randrproto
  CFLAGS+=	-fno-optimize-sibling-calls
  .  endif
  CONFIGURE_ENV+=	DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
 +USES+=		libtool
  . endif
  
  . if ${XORG_CAT} == "font"
 @@ -139,7 +140,7 @@ post-install:
  .endif
  
  . if ${XORG_CAT} == "lib"
 -USES+=	pathfix
 +USES+=	pathfix libtool
  USE_LDCONFIG=	yes
  CONFIGURE_ARGS+=--enable-malloc0returnsnull
  . endif
 
 Modified: head/UPDATING
 ==============================================================================
 --- head/UPDATING	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/UPDATING	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -5,6 +5,58 @@ they are unavoidable.
  You should get into the habit of checking this file for changes each time
  you update your ports collection, before attempting any port upgrades.
  
 +20140416:
 +  AFFECTS: users of x11/xorg graphics/dri graphics/libGL and related ports
 +  AUTHOR: x11@FreeBSD.org
 +
 +  The default xorg version has been switched on FreeBSD 10-STABLE and
 +  FreeBSD 9-STABLE.
 +
 +  To upgrade graphics/libGL, graphics/dri and related MESA ports, it is
 +  necessary to first remove the old versions of those ports.
 +  No special upgrade procedure is needed for xorg ports but it is
 +  necessary to recompile all xorg drivers (xf86-*) and other ports that
 +  depend on the xserver version, including
 +  emulators/virtualbox-ose-additions.  Portrevisions have been bumped
 +  where needed, but users of drivers not in the ports tree will need to
 +  recompile those.
 +
 +  If it is important to stay on the old versions, it is possible to
 +  specify WITHOUT_NEW_XORG= in /etc/make.conf to get the old xorg
 +  distribution.
 +
 +  For users in need of working console when using KMS drivers (intel and
 +  radeon graphics cards) please use the new vt(9) console driver.
 +  For more information, see https://wiki.freebsd.org/Graphics and
 +  https://wiki.freebsd.org/Newcons .
 +
 +  To update:
 +
 +  # pkg_delete -f libGL-\* dri-\*
 +    or
 +  # pkg delete -f libGL dri
 +    followed by
 +  # portmaster graphics/dri graphics/libGL
 +    or
 +  # portupgrade graphics/dri graphics/libGL
 +    and then
 +  # portmaster -a
 +    or
 +  # portupgrade -a
 +
 +20140416:
 +  AFFECTS: users of print/freetype2 textproc/libxml2 x11/pixman and
 +           graphics/freeglut
 +  AUTHOR: x11@FreeBSD.org and gnome@FreeBSD.org
 +
 +  The library version of the above libraries has been brought in line
 +  with what upstream expects. To do this all users of these ports need
 +  to be rebuilt. Portrevisions have been bumped as a consequence.
 +
 +  # portmaster -r freetype2 -r libxml2 -r pixman -r freeglut
 +  or
 +  # portupgrade -rf freetype2 libxml2 pixman freeglut
 +
  20140415:
    AFFECTS: Users of mod_python3
    AUTHOR: ohauer@FreeBSD.org
 
 Modified: head/accessibility/gok/Makefile
 ==============================================================================
 --- head/accessibility/gok/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/accessibility/gok/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	gok
  PORTVERSION=	2.30.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  PORTEPOCH=	1
  CATEGORIES=	accessibility sysutils gnome
  MASTER_SITES=	GNOME
 
 Modified: head/archivers/libarchive/Makefile
 ==============================================================================
 --- head/archivers/libarchive/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/archivers/libarchive/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	libarchive
  PORTVERSION=	3.1.2
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	archivers
  MASTER_SITES=	http://libarchive.org/downloads/
 
 Modified: head/archivers/xar/Makefile
 ==============================================================================
 --- head/archivers/xar/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/archivers/xar/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	xar
  PORTVERSION=	1.5.2
 +PORTREVISION=	1
  CATEGORIES=	archivers
  MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
  		${MASTER_SITE_GENTOO}
 
 Modified: head/astro/boinc-astropulse/Makefile
 ==============================================================================
 --- head/astro/boinc-astropulse/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/astro/boinc-astropulse/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	boinc-astropulse
  PORTVERSION=	6.01
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	astro
  MASTER_SITES=	${MASTER_SITE_LOCAL} \
  		ftp://rene-ladan.nl/pub/distfiles/
 
 Modified: head/astro/boinc-setiathome-v7/Makefile
 ==============================================================================
 --- head/astro/boinc-setiathome-v7/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/astro/boinc-setiathome-v7/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	boinc-setiathome-v7
  PORTVERSION=	7.00
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	astro
  MASTER_SITES=	${MASTER_SITE_LOCAL} \
  		ftp://rene-ladan.nl/pub/distfiles/
 
 Modified: head/astro/celestia/Makefile
 ==============================================================================
 --- head/astro/celestia/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/astro/celestia/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	celestia
  PORTVERSION=	1.6.1
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	astro
  MASTER_SITES=	SF/${PORTNAME}/Celestia-source/${PORTVERSION}
  PKGNAMESUFFIX=	-${CELESTIA_UI}
 
 Modified: head/astro/foxtrotgps/Makefile
 ==============================================================================
 --- head/astro/foxtrotgps/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/astro/foxtrotgps/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	foxtrotgps
  PORTVERSION=	1.1.1
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	astro geography
  MASTER_SITES=	http://www.foxtrotgps.org/releases/
  
 
 Modified: head/astro/gpscorrelate/Makefile
 ==============================================================================
 --- head/astro/gpscorrelate/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/astro/gpscorrelate/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gpscorrelate
  PORTVERSION=	1.6.1
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	astro geography
  MASTER_SITES=	GH
  DIST_SUBDIR=	repacked
 
 Modified: head/astro/nightfall/Makefile
 ==============================================================================
 --- head/astro/nightfall/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/astro/nightfall/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	nightfall
  PORTVERSION=	1.70
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	astro
  MASTER_SITES=	http://www.la-samhna.de/nightfall/
  
 
 Modified: head/astro/openuniverse/Makefile
 ==============================================================================
 --- head/astro/openuniverse/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/astro/openuniverse/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	openuniverse
  DISTVERSION=	1.0beta3
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	astro
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/1.0beta3
  
 
 Modified: head/astro/viking/Makefile
 ==============================================================================
 --- head/astro/viking/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/astro/viking/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	viking
  PORTVERSION=	1.5.1
 +PORTREVISION=	1
  CATEGORIES=	astro
  MASTER_SITES=	SF/${PORTNAME}/
  
 
 Modified: head/astro/xplanet/Makefile
 ==============================================================================
 --- head/astro/xplanet/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/astro/xplanet/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xplanet
  PORTVERSION=	1.3.0
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	astro geography
  MASTER_SITES=	SF
  
 
 Modified: head/audio/amarok-kde4/Makefile
 ==============================================================================
 --- head/audio/amarok-kde4/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/amarok-kde4/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	amarok
  PORTVERSION=	2.7.0
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	audio kde
  MASTER_SITES=	${MASTER_SITE_KDE}
  MASTER_SITE_SUBDIR=	stable/${PORTNAME}/${PORTVERSION}/src
 
 Modified: head/audio/aqualung/Makefile
 ==============================================================================
 --- head/audio/aqualung/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/aqualung/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	aqualung
  DISTVERSION=	0.9beta11
 -PORTREVISION=	17
 +PORTREVISION=	18
  CATEGORIES=	audio
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \
   		http://wickedmachine.net/mirror/
 
 Modified: head/audio/denemo/Makefile
 ==============================================================================
 --- head/audio/denemo/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/denemo/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	denemo
  PORTVERSION=	1.1.0
 +PORTREVISION=	1
  CATEGORIES=	audio
  MASTER_SITES=	GNU
  
 
 Modified: head/audio/enscribe/Makefile
 ==============================================================================
 --- head/audio/enscribe/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/enscribe/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	enscribe
  PORTVERSION=	0.1.0
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	audio graphics
  MASTER_SITES=	http://www.coppercloudmusic.com/enscribe/
  EXTRACT_SUFX=	.tgz
 
 Modified: head/audio/ezstream/Makefile
 ==============================================================================
 --- head/audio/ezstream/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/ezstream/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ezstream
  PORTVERSION=	0.5.6
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	audio
  MASTER_SITES=	http://downloads.xiph.org/releases/ezstream/ \
  		http://svn.xiph.org/releases/ezstream/
 
 Modified: head/audio/fmit/Makefile
 ==============================================================================
 --- head/audio/fmit/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/fmit/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	fmit
  PORTVERSION=	0.99.2
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	audio
  MASTER_SITES=	http://download.gna.org/fmit/
  DISTNAME=	${PORTNAME}-${PORTVERSION}-Source
 
 Modified: head/audio/gbemol/Makefile
 ==============================================================================
 --- head/audio/gbemol/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/gbemol/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gbemol
  PORTVERSION=	0.3.2
 -PORTREVISION=	10
 +PORTREVISION=	11
  CATEGORIES=	audio
  MASTER_SITES=	SF
  
 
 Modified: head/audio/gmpc-discogs/Makefile
 ==============================================================================
 --- head/audio/gmpc-discogs/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/gmpc-discogs/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-discogs
  PORTVERSION=	0.20.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
  		http://freebsd.unixfreunde.de/sources/
 
 Modified: head/audio/gmpc-extraplaylist/Makefile
 ==============================================================================
 --- head/audio/gmpc-extraplaylist/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/gmpc-extraplaylist/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-extraplaylist
  PORTVERSION=	0.20.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
  		http://freebsd.unixfreunde.de/sources/
 
 Modified: head/audio/gmpc-lastfm/Makefile
 ==============================================================================
 --- head/audio/gmpc-lastfm/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/gmpc-lastfm/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-lastfm
  PORTVERSION=	0.20.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
  		http://freebsd.unixfreunde.de/sources/
 
 Modified: head/audio/gmpc-lyrics/Makefile
 ==============================================================================
 --- head/audio/gmpc-lyrics/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/gmpc-lyrics/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-lyrics
  PORTVERSION=	11.8.16
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
  
 
 Modified: head/audio/gmpc-lyricsplugin/Makefile
 ==============================================================================
 --- head/audio/gmpc-lyricsplugin/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/gmpc-lyricsplugin/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-lyricsplugin
  PORTVERSION=	0.20.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
  		http://freebsd.unixfreunde.de/sources/
 
 Modified: head/audio/gmpc-lyricwiki/Makefile
 ==============================================================================
 --- head/audio/gmpc-lyricwiki/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/gmpc-lyricwiki/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-lyricwiki
  PORTVERSION=	11.8.16
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
  
 
 Modified: head/audio/gmpc-mdcover/Makefile
 ==============================================================================
 --- head/audio/gmpc-mdcover/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/gmpc-mdcover/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-mdcover
  PORTVERSION=	0.20.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
  		http://freebsd.unixfreunde.de/sources/
 
 Modified: head/audio/gmpc-mserver/Makefile
 ==============================================================================
 --- head/audio/gmpc-mserver/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/gmpc-mserver/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-mserver
  PORTVERSION=	0.20.0
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
  		http://freebsd.unixfreunde.de/sources/
 
 Modified: head/audio/gmpc-shout/Makefile
 ==============================================================================
 --- head/audio/gmpc-shout/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/gmpc-shout/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	gmpc-shout
  PORTVERSION=	0.20.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
  		http://freebsd.unixfreunde.de/sources/
 
 Modified: head/audio/gnome-media/Makefile
 ==============================================================================
 --- head/audio/gnome-media/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/gnome-media/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	gnome-media
  PORTVERSION=	2.32.0
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	audio gnome
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome2
 
 Modified: head/audio/gspeakers/Makefile
 ==============================================================================
 --- head/audio/gspeakers/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/gspeakers/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	gspeakers
  PORTVERSION=	0.11
 -PORTREVISION=	13
 +PORTREVISION=	14
  CATEGORIES=	audio
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 
 Modified: head/audio/icecast-kh/Makefile
 ==============================================================================
 --- head/audio/icecast-kh/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/icecast-kh/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	icecast
  PORTVERSION=	${ICVERSION}.k${KH}
 +PORTREVISION=	1
  CATEGORIES=	audio net ipv6
  PKGNAMESUFFIX=	-kh
  DISTNAME=	${PORTNAME}-${ICVERSION}-kh${KH}
 
 Modified: head/audio/ices/Makefile
 ==============================================================================
 --- head/audio/ices/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/ices/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	ices
  PORTVERSION=	2.0.2
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	audio net
  MASTER_SITES=	http://downloads.xiph.org/releases/ices/ \
 
 Modified: head/audio/jack-rack/Makefile
 ==============================================================================
 --- head/audio/jack-rack/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/jack-rack/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	jack-rack
  PORTVERSION=	1.4.7
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	audio
  MASTER_SITES=	SF
  
 
 Modified: head/audio/jamin/Makefile
 ==============================================================================
 --- head/audio/jamin/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/jamin/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	jamin
  PORTVERSION=	0.95.0
 -PORTREVISION=	10
 +PORTREVISION=	11
  CATEGORIES=	audio
  MASTER_SITES=	SF
  
 
 Modified: head/audio/lash/Makefile
 ==============================================================================
 --- head/audio/lash/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/lash/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	lash
  PORTVERSION=	0.5.4
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	audio
  MASTER_SITES=	SAVANNAH
  
 
 Modified: head/audio/mate-media/Makefile
 ==============================================================================
 --- head/audio/mate-media/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/mate-media/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	mate-media
  PORTVERSION=	1.6.0
 +PORTREVISION=	1
  CATEGORIES=	audio mate
  MASTER_SITES=	MATE
  DIST_SUBDIR=	mate
 
 Modified: head/audio/nas/Makefile
 ==============================================================================
 --- head/audio/nas/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/nas/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	nas
  PORTVERSION=	1.9.4
 +PORTREVISION=	1
  CATEGORIES=	audio
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}%20%28stable%29
  EXTRACT_SUFX=	.src.tar.gz
 
 Modified: head/audio/py-karaoke/Makefile
 ==============================================================================
 --- head/audio/py-karaoke/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/py-karaoke/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	karaoke
  PORTVERSION=	0.7.5
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	audio python
  MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 Modified: head/audio/sooperlooper/Makefile
 ==============================================================================
 --- head/audio/sooperlooper/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/sooperlooper/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	sooperlooper
  PORTVERSION=	1.7.0
 +PORTREVISION=	1
  CATEGORIES=	audio
  MASTER_SITES=	http://essej.net/sooperlooper/
  
 
 Modified: head/audio/specimen/Makefile
 ==============================================================================
 --- head/audio/specimen/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/specimen/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	specimen
  DISTVERSION=	0.5.2-rc3
 -PORTREVISION=	7
 +PORTREVISION=	8
  CATEGORIES=	audio
  MASTER_SITES=	http://zhevny.com/specimen/files/
  
 
 Modified: head/audio/terminatorx/Makefile
 ==============================================================================
 --- head/audio/terminatorx/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/terminatorx/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	terminatorx
  PORTVERSION=	3.84
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	audio
  MASTER_SITES=	http://terminatorx.org/dist/
  DISTNAME=	terminatorX-${PORTVERSION}
 
 Modified: head/audio/vagalume/Makefile
 ==============================================================================
 --- head/audio/vagalume/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/vagalume/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	vagalume
  PORTVERSION=	0.8.6
 +PORTREVISION=	1
  CATEGORIES=	audio
  MASTER_SITES=	http://vagalume.igalia.com/files/source/ \
  		${MASTER_SITE_DEBIAN_POOL}
 
 Modified: head/audio/wavbreaker/Makefile
 ==============================================================================
 --- head/audio/wavbreaker/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/wavbreaker/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	wavbreaker
  PORTVERSION=	0.11
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	audio
  MASTER_SITES=	SF
  
 
 Modified: head/audio/xcdplayer/Makefile
 ==============================================================================
 --- head/audio/xcdplayer/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/xcdplayer/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xcdplayer
  PORTVERSION=	2.2
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	audio
  MASTER_SITES=	XCONTRIB/../R5contrib
  EXTRACT_SUFX=	.tar.Z
 
 Modified: head/audio/xmcd/Makefile
 ==============================================================================
 --- head/audio/xmcd/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/xmcd/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xmcd
  PORTVERSION=	3.3.2
 -PORTREVISION=	15
 +PORTREVISION=	16
  CATEGORIES=	audio
  MASTER_SITES=	http://www.ibiblio.org/tkan/download/xmcd/3.3.2/src/
  
 
 Modified: head/audio/xmix/Makefile
 ==============================================================================
 --- head/audio/xmix/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/xmix/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xmix
  PORTVERSION=	2.1
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	${MASTER_SITE_SUNSITE}
  MASTER_SITE_SUBDIR=	apps/sound/mixers
 
 Modified: head/audio/xmixer/Makefile
 ==============================================================================
 --- head/audio/xmixer/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/xmixer/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xmixer
  PORTVERSION=	0.9.4
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	audio
  MASTER_SITES=	http://mpx.freeshell.net/
  
 
 Modified: head/audio/xmms-curses/Makefile
 ==============================================================================
 --- head/audio/xmms-curses/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/xmms-curses/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xmms-curses
  PORTVERSION=	0.2.2
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	audio
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 
 Modified: head/audio/xmms-flac/Makefile
 ==============================================================================
 --- head/audio/xmms-flac/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/xmms-flac/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	xmms-flac
  PORTVERSION=	1.3.0
 +PORTREVISION=	1
  CATEGORIES=	audio
  MASTER_SITES=	http://downloads.xiph.org/releases/flac/
  DISTNAME=	flac-${PORTVERSION}
 
 Modified: head/audio/xmms2/Makefile
 ==============================================================================
 --- head/audio/xmms2/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/xmms2/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -4,7 +4,7 @@
  PORTNAME?=	xmms2
  PORTVERSION=	0.8
  DISTVERSIONSUFFIX=DrO_o
 -PORTREVISION?=	5
 +PORTREVISION?=	6
  CATEGORIES?=	audio
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}
  
 
 Modified: head/audio/xwave/Makefile
 ==============================================================================
 --- head/audio/xwave/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/audio/xwave/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	xwave
  PORTVERSION=	2.2
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio
  MASTER_SITES=	${MASTER_SITE_LOCAL}
  MASTER_SITE_SUBDIR=	arved
 
 Modified: head/biology/libsbml/Makefile
 ==============================================================================
 --- head/biology/libsbml/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/biology/libsbml/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	libsbml
  PORTVERSION=	4.2.0
 +PORTREVISION=	1
  CATEGORIES=	biology devel
  MASTER_SITES=	SF
  MASTER_SITE_SUBDIR=	sbml/${PORTNAME}/${PORTVERSION}
 
 Modified: head/biology/phylip/Makefile
 ==============================================================================
 --- head/biology/phylip/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/biology/phylip/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	phylip
  PORTVERSION=	3.695
 -PORTREVISION=	2
 +PORTREVISION=	3
  PORTEPOCH=	1
  CATEGORIES=	biology
  MASTER_SITES=	http://evolution.gs.washington.edu/phylip/download/
 
 Modified: head/biology/protomol/Makefile
 ==============================================================================
 --- head/biology/protomol/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/biology/protomol/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	protomol
  PORTVERSION=	2.0.3
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	biology
  MASTER_SITES=	SF/${PORTNAME}/ProtoMol/${PORTVERSION}
  DISTNAME=	${PORTNAME}-${PORTVERSION}-tar.gz
 
 Modified: head/biology/pymol/Makefile
 ==============================================================================
 --- head/biology/pymol/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/biology/pymol/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pymol
  PORTVERSION=	${VERSION}.${SVNREVISION}
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	biology python
  MASTER_SITES=	${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/pymol|}
  
 
 Modified: head/cad/brlcad/Makefile
 ==============================================================================
 --- head/cad/brlcad/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/cad/brlcad/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	brlcad
  PORTVERSION=	7.24.0
 +PORTREVISION=	1
  CATEGORIES=	cad
  MASTER_SITES=	SF/${PORTNAME}/BRL-CAD%20Source/${PORTVERSION}
  
 
 Modified: head/cad/calculix/Makefile
 ==============================================================================
 --- head/cad/calculix/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/cad/calculix/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	CalculiX
  PORTVERSION=	2.7
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	cad
  MASTER_SITES=	http://www.dhondt.de/
  DISTFILES=	${DIST_SOURCES}
 
 Modified: head/cad/leocad/Makefile
 ==============================================================================
 --- head/cad/leocad/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/cad/leocad/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	leocad
  PORTVERSION=	0.80.2
 +PORTREVISION=	1
  CATEGORIES=	cad
  MASTER_SITES=	SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/
  DISTFILES=	${PORTNAME}-${PORTVERSION}-src.tgz
 
 Modified: head/cad/opencascade/Makefile
 ==============================================================================
 --- head/cad/opencascade/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/cad/opencascade/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	OpenCASCADE
  PORTVERSION=	6.6.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	cad science
  MASTER_SITES=	http://files.opencascade.com/OCCT/OCC_${PORTVERSION}_release/
  DISTNAME=	${PORTNAME}${PORTVERSION:C/\.//g}
 
 Modified: head/cad/openvsp/Makefile
 ==============================================================================
 --- head/cad/openvsp/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/cad/openvsp/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	openvsp
  PORTVERSION=	2.3.0
 +PORTREVISION=	1
  CATEGORIES=	cad
  MASTER_SITES=	GH
  
 
 Modified: head/cad/repsnapper/Makefile
 ==============================================================================
 --- head/cad/repsnapper/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/cad/repsnapper/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	repsnapper
  PORTVERSION=	2.3.2a3
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	cad
  MASTER_SITES=	https://codeload.github.com/timschmidt/repsnapper/tar.gz/
  DISTNAME=	${PORTVERSION}
 
 Modified: head/cad/slffea/Makefile
 ==============================================================================
 --- head/cad/slffea/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/cad/slffea/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	slffea
  PORTVERSION=	1.5
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	cad
  MASTER_SITES=	SF/${PORTNAME}/SLFFEA/${PORTVERSION}
  DISTNAME=	${PORTNAME}15
 
 Modified: head/chinese/fcitx/Makefile
 ==============================================================================
 --- head/chinese/fcitx/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/chinese/fcitx/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,8 +3,8 @@
  
  PORTNAME=	fcitx
  PORTVERSION=	4.2.6.1
 +PORTREVISION=	4
  CATEGORIES=	chinese x11
 -PORTREVISION=	3
  MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
  DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
  		pinyin.tar.gz table.tar.gz en_dict-${_DICT_VER}.tar.gz
 
 Modified: head/chinese/ttfm/Makefile
 ==============================================================================
 --- head/chinese/ttfm/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/chinese/ttfm/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ttfm
  PORTVERSION=	0.9.5
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	chinese print
  MASTER_SITES=	LOCAL/rafan/chinese
  
 
 Modified: head/comms/chirp/Makefile
 ==============================================================================
 --- head/comms/chirp/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/comms/chirp/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	chirp
  PORTVERSION=	0.3.1
 +PORTREVISION=	1
  CATEGORIES=	comms hamradio
  MASTER_SITES=	http://chirp.danplanet.com/download/${PORTVERSION}/ \
  		${MASTER_SITE_LOCAL}
 
 Modified: head/comms/hamlib/Makefile
 ==============================================================================
 --- head/comms/hamlib/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/comms/hamlib/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	hamlib
  PORTVERSION=	1.2.15.3
 +PORTREVISION=	1
  CATEGORIES=	comms hamradio
  MASTER_SITES=	SF
  
 
 Modified: head/comms/soundmodem/Makefile
 ==============================================================================
 --- head/comms/soundmodem/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/comms/soundmodem/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	soundmodem
  PORTVERSION=	0.17
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	comms hamradio
  MASTER_SITES=	http://www.baycom.org/~tom/ham/soundmodem/ \
  		http://chronos.org.uk/distfiles/
 
 Modified: head/converters/osm2pgsql/Makefile
 ==============================================================================
 --- head/converters/osm2pgsql/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/converters/osm2pgsql/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	osm2pgsql
  PORTVERSION=	0.84.0
 +PORTREVISION=	1
  CATEGORIES=	converters geography
  
  MAINTAINER=	amdmi3@FreeBSD.org
 
 Modified: head/converters/wkhtmltopdf/Makefile
 ==============================================================================
 --- head/converters/wkhtmltopdf/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/converters/wkhtmltopdf/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	wkhtmltopdf
  PORTVERSION=	0.12.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	converters
  MASTER_SITES=	GH:wk \
  		http://github.com/${GH_ACCOUNT}/qt/archive/${WKQT_TAGNAME}.tar.gz?dummy=/:wkqt
 
 Modified: head/databases/evolution-data-server/Makefile
 ==============================================================================
 --- head/databases/evolution-data-server/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/databases/evolution-data-server/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	evolution-data-server
  PORTVERSION=	2.32.1
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	databases gnome
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome2
 
 Modified: head/databases/grass/Makefile
 ==============================================================================
 --- head/databases/grass/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/databases/grass/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	grass
  PORTVERSION=	6.4.3
 -PORTREVISION=	1
 +PORTREVISION=	2
  PORTEPOCH=	2
  CATEGORIES=	databases geography
  MASTER_SITES=	http://grass.osgeo.org/%SUBDIR%/ \
 
 Modified: head/databases/hk_classes/Makefile
 ==============================================================================
 --- head/databases/hk_classes/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/databases/hk_classes/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	hk_classes
  PORTVERSION=	0.8.3
 +PORTREVISION=	1
  CATEGORIES=	databases
  MASTER_SITES=	SF/hk-classes/${PORTNAME}/${PORTVERSION}
  
 
 Modified: head/databases/kbibtex/Makefile
 ==============================================================================
 --- head/databases/kbibtex/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/databases/kbibtex/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	kbibtex
  DISTVERSION=	0.4.1
 -PORTREVISION=	3
 +PORTREVISION=	5
  CATEGORIES=	databases kde
  MASTER_SITES=	http://download.gna.org/${PORTNAME}/${PORTVERSION:C,(^[[:digit:]]\.[[:digit:]]).*,\1,}/
  
 
 Modified: head/databases/mysql-workbench51/Makefile
 ==============================================================================
 --- head/databases/mysql-workbench51/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/databases/mysql-workbench51/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mysql-workbench-oss
  PORTVERSION?=	5.1.16
 -PORTREVISION=	8
 +PORTREVISION=	9
  CATEGORIES=	databases
  MASTER_SITES=	${MASTER_SITE_MYSQL}
  MASTER_SITE_SUBDIR=	MySQLGUITools
 
 Modified: head/databases/mysql-workbench52/Makefile
 ==============================================================================
 --- head/databases/mysql-workbench52/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/databases/mysql-workbench52/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mysql-workbench-gpl
  PORTVERSION=	5.2.47
 -PORTREVISION=	1
 +PORTREVISION=	2
  DISTVERSIONSUFFIX=	-src
  CATEGORIES=	databases
  MASTER_SITES=	MYSQL/MySQLGUITools
 
 Modified: head/databases/mysql-xql/Makefile
 ==============================================================================
 --- head/databases/mysql-xql/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/databases/mysql-xql/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	mysql-xql
  PORTVERSION=	1.0.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	databases
  MASTER_SITES=	http://www.mysqludf.org/lib_mysqludf_xql/
  DISTNAME=	lib_mysqludf_xql-${PORTVERSION}
 
 Modified: head/databases/pgadmin3/Makefile
 ==============================================================================
 --- head/databases/pgadmin3/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/databases/pgadmin3/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	pgadmin3
  PORTVERSION=	1.18.1
 -PORTREVISION=	0
 +PORTREVISION=	1
  CATEGORIES=	databases
  MASTER_SITES=	PGSQL
  MASTER_SITE_SUBDIR=	pgadmin3/release/v${PORTVERSION}/src
 
 Modified: head/databases/postgis20/Makefile
 ==============================================================================
 --- head/databases/postgis20/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/databases/postgis20/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	postgis
  PORTVERSION=	2.0.4
 +PORTREVISION=	1
  CATEGORIES=	databases geography
  MASTER_SITES=	http://download.osgeo.org/postgis/source/
  PKGNAMESUFFIX=	20
 
 Modified: head/databases/postgis21/Makefile
 ==============================================================================
 --- head/databases/postgis21/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/databases/postgis21/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	postgis
  PORTVERSION=	2.1.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	databases geography
  MASTER_SITES=	http://download.osgeo.org/postgis/source/
  
 
 Modified: head/databases/postgresql84-contrib/Makefile
 ==============================================================================
 --- head/databases/postgresql84-contrib/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/databases/postgresql84-contrib/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	postgresql
 -PORTREVISION=	0
 +PORTREVISION=	1
  CATEGORIES=	databases
  PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
  
 
 Modified: head/databases/postgresql84-server/Makefile
 ==============================================================================
 --- head/databases/postgresql84-server/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/databases/postgresql84-server/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME?=	postgresql
  DISTVERSION?=	8.4.21
 -PORTREVISION?=	0
 +PORTREVISION?=	1
  CATEGORIES?=	databases
  MASTER_SITES=	PGSQL
  MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
 
 Modified: head/databases/postgresql90-contrib/Makefile
 ==============================================================================
 --- head/databases/postgresql90-contrib/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/databases/postgresql90-contrib/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	postgresql
 -PORTREVISION=	0
 +PORTREVISION=	1
  CATEGORIES=	databases
  PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
  
 
 Modified: head/databases/postgresql91-contrib/Makefile
 ==============================================================================
 --- head/databases/postgresql91-contrib/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/databases/postgresql91-contrib/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -2,6 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	postgresql
 +PORTREVISION=	1
  CATEGORIES=	databases
  PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
  
 
 Modified: head/databases/postgresql91-server/Makefile
 ==============================================================================
 --- head/databases/postgresql91-server/Makefile	Wed Apr 16 18:19:26 2014	(r351410)
 +++ head/databases/postgresql91-server/Makefile	Wed Apr 16 18:28:47 2014	(r351411)
 @@ -3,7 +3,7 @@
  
  PORTNAME?=	postgresql
  DISTVERSION?=	9.1.13
 -PORTREVISION?=	0
 
 *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
