Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2015 11:10:57 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376822 - head/security/spybye
Message-ID:  <201501121110.t0CBAvnh046399@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Mon Jan 12 11:10:57 2015
New Revision: 376822
URL: https://svnweb.freebsd.org/changeset/ports/376822
QAT: https://qat.redports.org/buildarchive/r376822/

Log:
  security/spybye: Honor %%DATADIR%% in pkg-plist
  
  - Add LICENSE
  - Pass Maintainership [1]
  
  Differential Revision:	https://reviews.freebsd.org/D1494
  Submitted by:		pauls@utdallas.edu [1]
  Approved by:		bapt(mentor)

Modified:
  head/security/spybye/Makefile
  head/security/spybye/pkg-plist

Modified: head/security/spybye/Makefile
==============================================================================
--- head/security/spybye/Makefile	Mon Jan 12 10:53:02 2015	(r376821)
+++ head/security/spybye/Makefile	Mon Jan 12 11:10:57 2015	(r376822)
@@ -7,9 +7,11 @@ PORTREVISION=	4
 CATEGORIES=	security www
 MASTER_SITES=	http://www.monkey.org/~provos/
 
-MAINTAINER=	pauls@utdallas.edu
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Web proxy to detect malware
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	libevent.so:${PORTSDIR}/devel/libevent2
 
 OPTIONS_DEFINE=	CLAMAV

Modified: head/security/spybye/pkg-plist
==============================================================================
--- head/security/spybye/pkg-plist	Mon Jan 12 10:53:02 2015	(r376821)
+++ head/security/spybye/pkg-plist	Mon Jan 12 11:10:57 2015	(r376822)
@@ -1,6 +1,5 @@
 bin/spybye
 bin/spybye2html
-share/spybye/bad_patterns
-share/spybye/good_patterns
+%%DATADIR%%/bad_patterns
+%%DATADIR%%/good_patterns
 man/man1/spybye.1.gz
-@dirrm share/spybye



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