svn commit: r417141 - head/security/stegdetect

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 20 06:29:44 UTC 2016


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 at 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 at 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


More information about the svn-ports-head mailing list