svn commit: r330464 - head/security/pev

Danilo Egea Gondolfo danilo at FreeBSD.org
Wed Oct 16 00:17:02 UTC 2013


Author: danilo
Date: Wed Oct 16 00:17:01 2013
New Revision: 330464
URL: http://svnweb.freebsd.org/changeset/ports/330464

Log:
  - Improve COMMENT
  - Add "Created by" in header
  - Change maintainer email to @FreeBSD.org
  
  Approved by:	wg/culot (mentors, implicit)

Modified:
  head/security/pev/Makefile

Modified: head/security/pev/Makefile
==============================================================================
--- head/security/pev/Makefile	Tue Oct 15 21:52:33 2013	(r330463)
+++ head/security/pev/Makefile	Wed Oct 16 00:17:01 2013	(r330464)
@@ -1,3 +1,4 @@
+# Created by: Danilo Egea Gondolfo <danilo at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	pev
@@ -6,8 +7,8 @@ PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
 
-MAINTAINER=	danilogondolfo at gmail.com
-COMMENT=	The PE analysis toolkit
+MAINTAINER=	danilo at FreeBSD.org
+COMMENT=	PE analysis toolkit
 
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 


More information about the svn-ports-all mailing list