Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2016 06:29:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417141 - head/security/stegdetect
Message-ID:  <201606200629.u5K6ThF2074297@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jun 20 06:29:43 2016
New Revision: 417141
URL: https://svnweb.freebsd.org/changeset/ports/417141

Log:
  Provide a new MASTER_SITES
  Add explicit xorg dependencies
  
  PR:		210396
  Submitted by:	lightside@gmx.com

Modified:
  head/security/stegdetect/Makefile

Modified: head/security/stegdetect/Makefile
==============================================================================
--- head/security/stegdetect/Makefile	Mon Jun 20 06:19:33 2016	(r417140)
+++ head/security/stegdetect/Makefile	Mon Jun 20 06:29:43 2016	(r417141)
@@ -3,25 +3,20 @@
 
 PORTNAME=	stegdetect
 PORTVERSION=	0.6
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	security
-MASTER_SITES=	http://www.outguess.org/ \
-		http://distfiles.master.finkmirrors.net/ \
-		http://www.predatorlabs.net/dl/
+MASTER_SITES=	http://www.sourcefiles.org/Graphics/Tools/Miscellaneous/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Automated tool for detecting steganographic content in JPEGs
 
-DEPRECATED=	Does not fetch
-EXPIRATION_DATE=	2016-07-20
-
 OPTIONS_DEFINE=	X11
 OPTIONS_DEFAULT=	X11
 
 OPTIONS_SUB=	yes
 
 X11_LIB_DEPENDS=	libevent.so:devel/libevent2
-X11_USE=	gnome=gtk12
+X11_USE=	GNOME=gtk12 XORG=x11,xext,xi
 X11_CONFIGURE_ENV+=	PATH_GTKCONFIG="${GTK_CONFIG}"
 
 # Note: stegdetect includes a modified version of jpeg-6b linked statically



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