svn commit: r376822 - head/security/spybye

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Jan 12 11:10:58 UTC 2015


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 at 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 at utdallas.edu
+MAINTAINER=	bofh at 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
- at dirrm share/spybye


More information about the svn-ports-all mailing list