Bug 172394 - [update] net-mgmt/p0f 3.05b -> 3.06b
Summary: [update] net-mgmt/p0f 3.05b -> 3.06b
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason E. Hale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-06 13:20 UTC by Kurt Jaeger
Modified: 2012-10-07 13:40 UTC (History)
0 users

See Also:


Attachments
file.diff (884 bytes, patch)
2012-10-06 13:20 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger 2012-10-06 13:20:16 UTC
	[patch update] net-mgmt/p0f 3.05b -> 3.06b

How-To-Repeat: 	-
Comment 1 Jason E. Hale freebsd_committer freebsd_triage 2012-10-07 03:35:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jhale

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-10-07 13:35:16 UTC
Author: jhale
Date: Sun Oct  7 12:34:55 2012
New Revision: 305468
URL: http://svn.freebsd.org/changeset/ports/305468

Log:
  - Update to 3.06b
  
  While here:
  - Trim Makefile header
  - Convert to new options framework
  - Remove LICENSE_FILES and extra installation of COPYING
    since the full LGPL21 license is included in the ports tree
  
  PR:		ports/172394
  Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
  Approved by:	makc, avilla (mentors implicit)

Modified:
  head/net-mgmt/p0f/Makefile   (contents, props changed)
  head/net-mgmt/p0f/distinfo   (contents, props changed)

Modified: head/net-mgmt/p0f/Makefile
==============================================================================
--- head/net-mgmt/p0f/Makefile	Sun Oct  7 12:30:40 2012	(r305467)
+++ head/net-mgmt/p0f/Makefile	Sun Oct  7 12:34:55 2012	(r305468)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p0f
-# Date created:				2000-06-12
-# Whom:					Trevor Johnson
-#
+# Created by: Trevor Johnson
 # $FreeBSD$
-#
 
 PORTNAME=	p0f
-PORTVERSION=	3.05b
+PORTVERSION=	3.06b
 CATEGORIES=	net-mgmt security
 MASTER_SITES=	http://lcamtuf.coredump.cx/p0f3/releases/ \
 		http://fossies.org/unix/privat/
@@ -16,16 +12,17 @@ MAINTAINER=	fbsd-ports@opsec.eu
 COMMENT=	Passive OS fingerprinting tool
 
 LICENSE=	LGPL21
-LICENSE_FILE=	${WRKSRC}/docs/COPYING
 
 PLIST_FILES=	bin/p0f bin/p0f-client bin/p0f-sendsyn \
 		bin/p0f-sendsyn6 etc/p0f.fp
-PORTDOCS=	COPYING ChangeLog README TODO existential-notes.txt \
+PORTDOCS=	ChangeLog README TODO existential-notes.txt \
 		extra-sigs.txt
 
 MAKE_JOBS_SAFE=	yes
 MAKE_ARGS+=	CC="${CC}" CFLAGS="${CFLAGS}"
 
+.include <bsd.port.options.mk>
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/README
 	@${REINPLACE_CMD} -e 's|p0f.fp|${PREFIX}/etc/p0f.fp|g' ${WRKSRC}/config.h
@@ -36,7 +33,7 @@ do-install:
 .endfor
 	${INSTALL_DATA} ${WRKSRC}/p0f.fp ${PREFIX}/etc/
 
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 .for ii in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/docs/${ii} ${DOCSDIR}

Modified: head/net-mgmt/p0f/distinfo
==============================================================================
--- head/net-mgmt/p0f/distinfo	Sun Oct  7 12:30:40 2012	(r305467)
+++ head/net-mgmt/p0f/distinfo	Sun Oct  7 12:34:55 2012	(r305468)
@@ -1,2 +1,2 @@
-SHA256 (p0f-3.05b.tgz) = c4663e669fe43ef4f36f1f5935c4fab571ef19838c4aed90cf3b8bc2264f6b3b
-SIZE (p0f-3.05b.tgz) = 91902
+SHA256 (p0f-3.06b.tgz) = d151931be2557ac45f9baa0a9384b8643979f4227c391ed395792874f2c6cde7
+SIZE (p0f-3.06b.tgz) = 92054
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Jason E. Hale freebsd_committer freebsd_triage 2012-10-07 13:36:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!