svn commit: r302368 - head/sysutils/crashme

Matthias Andree mandree at FreeBSD.org
Thu Aug 9 22:55:19 UTC 2012


Author: mandree
Date: Thu Aug  9 22:55:18 2012
New Revision: 302368
URL: http://svn.freebsd.org/changeset/ports/302368

Log:
  To be sure we're handing over an old but clean port to the new maintainer:
  - Add LICENSE (LGPL v2.1+ according to license.rtf)
  - Move pkg-plist into Makefile variable

Deleted:
  head/sysutils/crashme/pkg-plist
Modified:
  head/sysutils/crashme/Makefile
  head/sysutils/crashme/pkg-descr   (contents, props changed)

Modified: head/sysutils/crashme/Makefile
==============================================================================
--- head/sysutils/crashme/Makefile	Thu Aug  9 22:35:17 2012	(r302367)
+++ head/sysutils/crashme/Makefile	Thu Aug  9 22:55:18 2012	(r302368)
@@ -17,10 +17,14 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	gjc at alum.mit.edu
 COMMENT=	A tool to test an operating system's robustness
 
+# according to license.rtf, and using the most restrictive one:
+LICENSE=	LGPL21
+
 USE_GMAKE=	yes
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile
 MAN1=		crashme.1
+PLIST_FILES=	bin/crashme bin/pddet
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/crashme ${PREFIX}/bin

Modified: head/sysutils/crashme/pkg-descr
==============================================================================
--- head/sysutils/crashme/pkg-descr	Thu Aug  9 22:35:17 2012	(r302367)
+++ head/sysutils/crashme/pkg-descr	Thu Aug  9 22:55:18 2012	(r302368)
@@ -4,4 +4,4 @@ procedure. The standard signals are caug
 back to a loop which will try again to produce a fault by executing
 random data. Some people call this stress testing.  
 
-WWW: http://people.delphiforums.com/gjc/crashme.html
+WWW: http://crashme.codeplex.com/



More information about the svn-ports-all mailing list