svn commit: r400932 - head/security/unhide

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 6 13:12:34 UTC 2015


Author: sunpoet
Date: Fri Nov  6 13:12:32 2015
New Revision: 400932
URL: https://svnweb.freebsd.org/changeset/ports/400932

Log:
  - Fix MASTER_SITES
  - Use USES=tar:tgz
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/unhide/Makefile

Modified: head/security/unhide/Makefile
==============================================================================
--- head/security/unhide/Makefile	Fri Nov  6 13:02:22 2015	(r400931)
+++ head/security/unhide/Makefile	Fri Nov  6 13:12:32 2015	(r400932)
@@ -4,9 +4,8 @@
 PORTNAME=	unhide
 PORTVERSION=	20121229
 CATEGORIES=	security
-MASTER_SITES=	SF/${PORTNAME}
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 DISTNAME=	${PORTNAME}_${DISTVERSION}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ntarmos at ceid.upatras.gr
 COMMENT=	Forensic tool to find hidden processes and TCP/UDP ports
@@ -14,6 +13,7 @@ COMMENT=	Forensic tool to find hidden pr
 LICENSE=	GPLv3
 
 NO_WRKSUBDIR=	true
+USES=		tar:tgz
 PLIST_FILES=	man/man8/unhide.8.gz \
 		man/man8/unhide-tcp.8.gz \
 		sbin/unhide \


More information about the svn-ports-all mailing list