Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2016 17:17:43 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428142 - in head: audio/jack-rack comms/ge-x2212 comms/gmfsk deskutils/gnotime deskutils/gruler deskutils/gtweakui devel/guikachu games/gdado games/gnomeattacks games/gnomekiss games/g...
Message-ID:  <201612081717.uB8HHh1g064520@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Dec  8 17:17:43 2016
New Revision: 428142
URL: https://svnweb.freebsd.org/changeset/ports/428142

Log:
  Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 to
  prevent massive PORTREVISION bumps.  Bump dependent ports that have not
  been bumped since.

Modified:
  head/audio/jack-rack/Makefile
  head/comms/ge-x2212/Makefile
  head/comms/gmfsk/Makefile
  head/deskutils/gnotime/Makefile
  head/deskutils/gruler/Makefile
  head/deskutils/gtweakui/Makefile
  head/devel/guikachu/Makefile
  head/games/gdado/Makefile
  head/games/gnomeattacks/Makefile
  head/games/gnomekiss/Makefile
  head/games/gnono/Makefile
  head/games/grhino/Makefile
  head/games/gtetrinet/Makefile
  head/games/gtktetcolor/Makefile
  head/games/gturing/Makefile
  head/games/monkeybubble/Makefile
  head/games/monster-masher/Makefile
  head/games/teg/Makefile
  head/graphics/amide/Makefile
  head/graphics/cbrpager/Makefile
  head/graphics/gpaint/Makefile
  head/graphics/libart_lgpl/Makefile
  head/graphics/libart_lgpl/pkg-plist
  head/graphics/libgnomecanvas/Makefile
  head/graphics/libgnomecanvasmm26/Makefile
  head/graphics/truevision/Makefile
  head/japanese/gjiten/Makefile
  head/multimedia/gmencoder/Makefile
  head/net/g2ipmsg/Makefile
  head/net/grdesktop/Makefile
  head/print/gnomephotoprinter/Makefile
  head/print/libgnomeprintmm/Makefile
  head/sysutils/battfink/Makefile
  head/sysutils/cog/Makefile
  head/sysutils/gai-leds/Makefile
  head/sysutils/gnome-device-manager/Makefile
  head/textproc/gnome-spell/Makefile
  head/www/erwn/Makefile
  head/x11-clocks/gtubeclock/Makefile
  head/x11-clocks/sanduhr/Makefile
  head/x11-toolkits/gal2/Makefile
  head/x11-toolkits/gtksourceview/Makefile
  head/x11-toolkits/libgnomeprintui/Makefile
  head/x11-toolkits/libgnomeprintuimm/Makefile
  head/x11-toolkits/libgnomeuimm26/Makefile
  head/x11-toolkits/p5-Gnome2-Canvas/Makefile
  head/x11-toolkits/phat/Makefile
  head/x11/brightside/Makefile

Modified: head/audio/jack-rack/Makefile
==============================================================================
--- head/audio/jack-rack/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/audio/jack-rack/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jack-rack
 PORTVERSION=	1.4.7
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	audio
 MASTER_SITES=	SF
 

Modified: head/comms/ge-x2212/Makefile
==============================================================================
--- head/comms/ge-x2212/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/comms/ge-x2212/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ge-x2212
 PORTVERSION=	0.0.2010.09.15
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://members.shaw.ca/swstuff/ \
 		LOCAL/makc

Modified: head/comms/gmfsk/Makefile
==============================================================================
--- head/comms/gmfsk/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/comms/gmfsk/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmfsk
 PORTVERSION=	0.6
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	comms audio hamradio
 MASTER_SITES=	http://gmfsk.connect.fi/ \
 		http://he.fi/pub/ham/unix/linux/hfmodems/ \

Modified: head/deskutils/gnotime/Makefile
==============================================================================
--- head/deskutils/gnotime/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/deskutils/gnotime/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnotime
 PORTVERSION=	2.4.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 

Modified: head/deskutils/gruler/Makefile
==============================================================================
--- head/deskutils/gruler/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/deskutils/gruler/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gruler
 PORTVERSION=	0.6
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	deskutils
 MASTER_SITES=	http://BSDforge.com/projects/source/deskutils/gruler/ \
 		#http://linuxadvocate.org/projects/gruler/downloads/

Modified: head/deskutils/gtweakui/Makefile
==============================================================================
--- head/deskutils/gtweakui/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/deskutils/gtweakui/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gTweakUI
 PORTVERSION=	0.4.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	SF
 DIST_SUBDIR=	gnome2

Modified: head/devel/guikachu/Makefile
==============================================================================
--- head/devel/guikachu/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/devel/guikachu/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	guikachu
 PORTVERSION=	1.5.10
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH=	3
 CATEGORIES=	devel palm gnome
 MASTER_SITES=	http://cactus.rulez.org/projects/guikachu/download/

Modified: head/games/gdado/Makefile
==============================================================================
--- head/games/gdado/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/games/gdado/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gdado
 PORTVERSION=	2.2
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/souce%20code/${PORTNAME}-${PORTVERSION}
 

Modified: head/games/gnomeattacks/Makefile
==============================================================================
--- head/games/gnomeattacks/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/games/gnomeattacks/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnomeattacks
 PORTVERSION=	0.3
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	games gnome
 MASTER_SITES=	SF
 

Modified: head/games/gnomekiss/Makefile
==============================================================================
--- head/games/gnomekiss/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/games/gnomekiss/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnomekiss
 PORTVERSION=	2.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games gnome
 MASTER_SITES=	http://devel.tlrmx.org/kiss/source/
 

Modified: head/games/gnono/Makefile
==============================================================================
--- head/games/gnono/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/games/gnono/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnono
 PORTVERSION=	1.9.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games
 MASTER_SITES=	SF
 

Modified: head/games/grhino/Makefile
==============================================================================
--- head/games/grhino/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/games/grhino/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	grhino
 PORTVERSION=	0.16.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games gnome
 MASTER_SITES=	SF/rhino/GRhino/${PORTVERSION}
 

Modified: head/games/gtetrinet/Makefile
==============================================================================
--- head/games/gtetrinet/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/games/gtetrinet/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gtetrinet
 PORTVERSION=	0.7.11
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	games gnome ipv6
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2

Modified: head/games/gtktetcolor/Makefile
==============================================================================
--- head/games/gtktetcolor/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/games/gtktetcolor/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gtktetcolor
 DISTVERSION=	0.6.5pre3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games gnome
 MASTER_SITES=	ftp://canopus.iacp.dvo.ru/pub/Games/gtktetcolor/ \
 		SF/nemysisfreebsdp/games/${PORTNAME}/:icons

Modified: head/games/gturing/Makefile
==============================================================================
--- head/games/gturing/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/games/gturing/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gturing
 PORTVERSION=	0.1.1
-PORTREVISION=	19
+PORTREVISION=	20
 CATEGORIES=	games gnome
 MASTER_SITES=	ftp://ftp.gnome.org/pub/gnome/sources/gturing/0.1/
 

Modified: head/games/monkeybubble/Makefile
==============================================================================
--- head/games/monkeybubble/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/games/monkeybubble/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	monkeybubble
 PORTVERSION=	0.4.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games gnome
 MASTER_SITES=	http://home.gna.org/monkeybubble/downloads/
 DISTNAME=	monkey-bubble-${PORTVERSION}

Modified: head/games/monster-masher/Makefile
==============================================================================
--- head/games/monster-masher/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/games/monster-masher/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	monster
 PORTVERSION=	1.8.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games gnome
 MASTER_SITES=	http://people.iola.dk/olau/monster-masher/source/
 PKGNAMESUFFIX=	-masher

Modified: head/games/teg/Makefile
==============================================================================
--- head/games/teg/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/games/teg/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	teg
 PORTVERSION=	0.11.2
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games gnome
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/graphics/amide/Makefile
==============================================================================
--- head/graphics/amide/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/graphics/amide/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -2,7 +2,7 @@
 
 PORTNAME=	amide
 PORTVERSION=	1.0.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 

Modified: head/graphics/cbrpager/Makefile
==============================================================================
--- head/graphics/cbrpager/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/graphics/cbrpager/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cbrpager
 PORTVERSION=	0.9.22
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
 		SF/nemysisfreebsdp/${CATEGORIES}/:icons

Modified: head/graphics/gpaint/Makefile
==============================================================================
--- head/graphics/gpaint/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/graphics/gpaint/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -4,7 +4,7 @@
 PORTNAME=	gpaint
 PORTVERSION=	0.3.3
 DISTVERSIONPREFIX=	2-
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics gnome
 MASTER_SITES=	GNU_ALPHA
 

Modified: head/graphics/libart_lgpl/Makefile
==============================================================================
--- head/graphics/libart_lgpl/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/graphics/libart_lgpl/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libart_lgpl
 PORTVERSION=	2.3.21
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
@@ -20,7 +20,4 @@ MAKE_JOBS_UNSAFE=	yes
 
 CONFLICTS=	libart-[0-9]*
 
-post-install:
-	${LN} -s libart_lgpl_2.so.2 ${STAGEDIR}${PREFIX}/lib/libart_lgpl_2.so.5
-
 .include <bsd.port.mk>

Modified: head/graphics/libart_lgpl/pkg-plist
==============================================================================
--- head/graphics/libart_lgpl/pkg-plist	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/graphics/libart_lgpl/pkg-plist	Thu Dec  8 17:17:43 2016	(r428142)
@@ -47,5 +47,4 @@ lib/libart_lgpl_2.a
 lib/libart_lgpl_2.so
 lib/libart_lgpl_2.so.2
 lib/libart_lgpl_2.so.2.3.21
-lib/libart_lgpl_2.so.5
 libdata/pkgconfig/libart-2.0.pc

Modified: head/graphics/libgnomecanvas/Makefile
==============================================================================
--- head/graphics/libgnomecanvas/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/graphics/libgnomecanvas/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libgnomecanvas
 PORTVERSION=	2.30.3
-PORTREVISION?=	3
+PORTREVISION?=	4
 CATEGORIES=	graphics gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2

Modified: head/graphics/libgnomecanvasmm26/Makefile
==============================================================================
--- head/graphics/libgnomecanvasmm26/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/graphics/libgnomecanvasmm26/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libgnomecanvasmm
 PORTVERSION=	2.26.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2

Modified: head/graphics/truevision/Makefile
==============================================================================
--- head/graphics/truevision/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/graphics/truevision/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	truevision
 DISTVERSION=	0.5.5-2
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20sources/${PORTVERSION:R}
 

Modified: head/japanese/gjiten/Makefile
==============================================================================
--- head/japanese/gjiten/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/japanese/gjiten/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gjiten
 PORTVERSION=	2.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese gnome
 MASTER_SITES=	http://gjiten.sourceforge.net/
 

Modified: head/multimedia/gmencoder/Makefile
==============================================================================
--- head/multimedia/gmencoder/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/multimedia/gmencoder/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmencoder
 PORTVERSION=	0.1.0
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
 EXTRACT_SUFX=	.tgz

Modified: head/net/g2ipmsg/Makefile
==============================================================================
--- head/net/g2ipmsg/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/net/g2ipmsg/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	g2ipmsg
 PORTVERSION=	0.9.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net gnome
 MASTER_SITES=	http://ipmsg.org/archive/
 

Modified: head/net/grdesktop/Makefile
==============================================================================
--- head/net/grdesktop/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/net/grdesktop/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	grdesktop
 PORTVERSION=	0.23
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	net
 MASTER_SITES=	SAVANNAH
 

Modified: head/print/gnomephotoprinter/Makefile
==============================================================================
--- head/print/gnomephotoprinter/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/print/gnomephotoprinter/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnomephotoprinter
 PORTVERSION=	0.7.0
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	print gnome
 MASTER_SITES=	http://www.fogman.de/gpp/
 DISTNAME=	gpp-${PORTVERSION}

Modified: head/print/libgnomeprintmm/Makefile
==============================================================================
--- head/print/libgnomeprintmm/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/print/libgnomeprintmm/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libgnomeprintmm
 PORTVERSION=	2.5.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	print gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2

Modified: head/sysutils/battfink/Makefile
==============================================================================
--- head/sysutils/battfink/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/sysutils/battfink/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	battfink
 PORTVERSION=	0.6.2
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2

Modified: head/sysutils/cog/Makefile
==============================================================================
--- head/sysutils/cog/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/sysutils/cog/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cog
 PORTVERSION=	0.8.0
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	http://www.krakoa.dk/progs/cog/
 

Modified: head/sysutils/gai-leds/Makefile
==============================================================================
--- head/sysutils/gai-leds/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/sysutils/gai-leds/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gai-leds
 PORTVERSION=	0.6
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/gai/GAI%20-%20Applets/${PORTNAME}
 

Modified: head/sysutils/gnome-device-manager/Makefile
==============================================================================
--- head/sysutils/gnome-device-manager/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/sysutils/gnome-device-manager/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gnome-device-manager
 PORTVERSION=	0.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils
 MASTER_SITES=	http://hal.freedesktop.org/releases/
 

Modified: head/textproc/gnome-spell/Makefile
==============================================================================
--- head/textproc/gnome-spell/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/textproc/gnome-spell/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gnome-spell
 PORTVERSION=	1.0.8
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	textproc gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome

Modified: head/www/erwn/Makefile
==============================================================================
--- head/www/erwn/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/www/erwn/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	erwn
 PORTVERSION=	0.8
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	www editors
 MASTER_SITES=	https://lisas.de/erwin/
 DISTNAME=	erwin-${PORTVERSION}

Modified: head/x11-clocks/gtubeclock/Makefile
==============================================================================
--- head/x11-clocks/gtubeclock/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/x11-clocks/gtubeclock/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gtubeclock
 PORTVERSION=	0.9.1
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	x11-clocks
 MASTER_SITES=	http://www.bonnyswan.com/gtubeclock/downloads/
 

Modified: head/x11-clocks/sanduhr/Makefile
==============================================================================
--- head/x11-clocks/sanduhr/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/x11-clocks/sanduhr/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sanduhr
 PORTVERSION=	1.93
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	x11-clocks gnome
 MASTER_SITES=	http://seehuhn.de/media/programs/
 

Modified: head/x11-toolkits/gal2/Makefile
==============================================================================
--- head/x11-toolkits/gal2/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/x11-toolkits/gal2/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gal2
 PORTVERSION=	2.5.3
-PORTREVISION?=	12
+PORTREVISION?=	13
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	GNOME/sources/${PORTNAME:S/2$//}/2.5
 DISTNAME=	${PORTNAME:S/2$//}-${PORTVERSION}

Modified: head/x11-toolkits/gtksourceview/Makefile
==============================================================================
--- head/x11-toolkits/gtksourceview/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/x11-toolkits/gtksourceview/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gtksourceview
 PORTVERSION=	1.8.5
-PORTREVISION?=	10
+PORTREVISION?=	11
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2

Modified: head/x11-toolkits/libgnomeprintui/Makefile
==============================================================================
--- head/x11-toolkits/libgnomeprintui/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/x11-toolkits/libgnomeprintui/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libgnomeprintui
 PORTVERSION=	2.18.6
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2

Modified: head/x11-toolkits/libgnomeprintuimm/Makefile
==============================================================================
--- head/x11-toolkits/libgnomeprintuimm/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/x11-toolkits/libgnomeprintuimm/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libgnomeprintuimm
 PORTVERSION=	2.5.2
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2

Modified: head/x11-toolkits/libgnomeuimm26/Makefile
==============================================================================
--- head/x11-toolkits/libgnomeuimm26/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/x11-toolkits/libgnomeuimm26/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libgnomeuimm
 PORTVERSION=	2.28.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2

Modified: head/x11-toolkits/p5-Gnome2-Canvas/Makefile
==============================================================================
--- head/x11-toolkits/p5-Gnome2-Canvas/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/x11-toolkits/p5-Gnome2-Canvas/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Gnome2-Canvas
 PORTVERSION=	1.002
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	x11-toolkits gnome perl5
 MASTER_SITES=	CPAN/Gnome2 \
 		SF/gtk2-perl/Gnome2_Canvas/${PORTVERSION}

Modified: head/x11-toolkits/phat/Makefile
==============================================================================
--- head/x11-toolkits/phat/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/x11-toolkits/phat/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	phat
 PORTVERSION=	0.4.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	BERLIOS/phat
 

Modified: head/x11/brightside/Makefile
==============================================================================
--- head/x11/brightside/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
+++ head/x11/brightside/Makefile	Thu Dec  8 17:17:43 2016	(r428142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	brightside
 PORTVERSION=	1.4.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	x11
 MASTER_SITES=	LOCAL/marcus
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612081717.uB8HHh1g064520>