Index: head/graphics/delaboratory/Makefile
===================================================================
--- head/graphics/delaboratory/Makefile	(revision 438198)
+++ head/graphics/delaboratory/Makefile	(revision 438199)
@@ -1,35 +1,34 @@
 # Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	delaboratory
 PORTVERSION=	0.8
 PORTREVISION=	4
 CATEGORIES=	graphics
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	http://BSDforge.com/projects/source/graphics/delaboratory/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	portmaster@bsdforfe.com
 COMMENT=	Unique image postprocessing application
 
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		Unfetchable (google code has gone away)
-DEPRECATED=	Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE=	2017-04-30
+LIB_DEPENDS=	libtiff.so:graphics/tiff
 
 USES=		compiler:c++11-lib gmake
 MAKE_ARGS=	CXX="${CXX}" WXCONFIG="${WX_CONFIG}"
 USE_WX=		3.0
 USE_CXXSTD=	c++11
+USE_GNOME=	libxml2
 
 PLIST_FILES=	bin/${PORTNAME}
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-Ofast.*}|${CXXFLAGS}| ; \
 		s|CXXFLAGS_WX +=|& ${CXXFLAGS} -I${LOCALBASE}/include|' \
 			${WRKSRC}/${MAKEFILE}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>
Index: head/graphics/delaboratory/pkg-descr
===================================================================
--- head/graphics/delaboratory/pkg-descr	(revision 438198)
+++ head/graphics/delaboratory/pkg-descr	(revision 438199)
@@ -1,23 +1,24 @@
-Delaboratory is a color correction utility for digital images.  It features:
+Delaboratory is a color correction utility for digital images.
+It features:
 
-  - Floating point precision (not 8-bit like Gimp, not 16-bit like most raw
-    processors)
-  - Native support for multiple colorspaces (sRGB, ProPhoto RGB, LAB, CMYK,
-    LCH, HSL, HSV, BW)
-  - Non-destructive editing (adjustment layers)
-  - KISS design, realtime preview
-  - Basic operations: CMYK curves, CMYK levels, RGB curves, RGB levels,
-    white balance in LAB, saturation in LAB, LAB curves, BW curve, HSV
-    equalizer, LCH equalizer, recover shadows/highlights, vignette, local
-    contrast, LAB/BW/RGB/CMYK gradients
-  - Expert operations: levels, curves, equalizer, exposure, saturation,
-    white balance, fill, tone, local contrast, auto_dodge/auto_burn, sharpen,
-    vignette, gradient, gaussian blur, recover highlights, recover shadows,
-    channel mixer, high pass, c2g, copy
-  - Many blend modes (multiply, screen, overlay, inverted overlay, dodge,
-    burn, add, grain extract, grain merge, sub, difference, darken, lighten),
-    color/luminosity blending for RGB and CMYK
-  - RAW support (via dcraw), up to 5 color samplers, histograms and color
-    matrices, etc.
+ - Floating point precision (not 8-bit like Gimp, not 16-bit
+   like most raw processors)
+ - Native support for multiple colorspaces (sRGB, ProPhoto RGB,
+   LAB, CMYK, LCH, HSL, HSV, BW)
+ - Non-destructive editing (adjustment layers)
+ - KISS design, realtime preview
+ - Basic operations: CMYK curves, CMYK levels, RGB curves, RGB
+   levels, white balance in LAB, saturation in LAB, LAB curves,
+   BW curve, HSV equalizer, LCH equalizer, recover shadows/highlights,
+   vignette, local contrast, LAB/BW/RGB/CMYK gradients
+ - Expert operations: levels, curves, equalizer, exposure, saturation,
+   white balance, fill, tone, local contrast, auto_dodge/auto_burn,
+   sharpen, vignette, gradient, gaussian blur, recover highlights,
+   recover shadows, channel mixer, high pass, c2g, copy
+ - Many blend modes (multiply, screen, overlay, inverted overlay,
+   dodge, burn, add, grain extract, grain merge, sub, difference,
+   darken, lighten), color/luminosity blending for RGB and CMYK
+ - RAW support (via dcraw), up to 5 color samplers, histograms and color
+   matrices, etc.
 
-WWW: http://code.google.com/p/delaboratory/
+WWW: http://bsdforge.com/projects/graphics/delaboratory/