From owner-svn-ports-head@FreeBSD.ORG Sun Dec 22 20:35:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 810C1C48; Sun, 22 Dec 2013 20:35:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5286E1706; Sun, 22 Dec 2013 20:35:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBMKZN5f018191; Sun, 22 Dec 2013 20:35:23 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBMKZMuQ018186; Sun, 22 Dec 2013 20:35:22 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201312222035.rBMKZMuQ018186@svn.freebsd.org> From: Antoine Brodin Date: Sun, 22 Dec 2013 20:35:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337217 - in head: devel/libdasm devel/py-pydasm net/rubygem-packetfu security/rifiuti2 sysutils/afflib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Dec 2013 20:35:23 -0000 Author: antoine Date: Sun Dec 22 20:35:21 2013 New Revision: 337217 URL: http://svnweb.freebsd.org/changeset/ports/337217 Log: Adjust some BSD Licenses Modified: head/devel/libdasm/Makefile head/devel/py-pydasm/Makefile head/net/rubygem-packetfu/Makefile head/security/rifiuti2/Makefile head/sysutils/afflib/Makefile Modified: head/devel/libdasm/Makefile ============================================================================== --- head/devel/libdasm/Makefile Sun Dec 22 20:30:12 2013 (r337216) +++ head/devel/libdasm/Makefile Sun Dec 22 20:35:21 2013 (r337217) @@ -10,7 +10,7 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= antoine@FreeBSD.org COMMENT= Simple x86 disassembly library -LICENSE= BSD +LICENSE= BSD2CLAUSE MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${STAGEDIR}${PREFIX}" USE_LDCONFIG= yes Modified: head/devel/py-pydasm/Makefile ============================================================================== --- head/devel/py-pydasm/Makefile Sun Dec 22 20:30:12 2013 (r337216) +++ head/devel/py-pydasm/Makefile Sun Dec 22 20:35:21 2013 (r337217) @@ -12,7 +12,7 @@ DISTNAME= libdasm-${PORTVERSION} MAINTAINER= antoine@FreeBSD.org COMMENT= Python interface to libdasm -LICENSE= BSD +LICENSE= BSD2CLAUSE WRKSRC_SUBDIR= ${PORTNAME} USE_PYTHON= yes Modified: head/net/rubygem-packetfu/Makefile ============================================================================== --- head/net/rubygem-packetfu/Makefile Sun Dec 22 20:30:12 2013 (r337216) +++ head/net/rubygem-packetfu/Makefile Sun Dec 22 20:35:21 2013 (r337217) @@ -8,7 +8,7 @@ MASTER_SITES= RG MAINTAINER= antoine@FreeBSD.org COMMENT= Mid-level packet manipulation library for Ruby -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/security/rifiuti2/Makefile ============================================================================== --- head/security/rifiuti2/Makefile Sun Dec 22 20:30:12 2013 (r337216) +++ head/security/rifiuti2/Makefile Sun Dec 22 20:35:21 2013 (r337217) @@ -9,7 +9,7 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= antoine@FreeBSD.org COMMENT= Tool for analyzing Windows recycle bin -LICENSE= BSD +LICENSE= BSD3CLAUSE GNU_CONFIGURE= yes USES= gettext pkgconfig Modified: head/sysutils/afflib/Makefile ============================================================================== --- head/sysutils/afflib/Makefile Sun Dec 22 20:30:12 2013 (r337216) +++ head/sysutils/afflib/Makefile Sun Dec 22 20:35:21 2013 (r337217) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.digitalcorpora. MAINTAINER= antoine@FreeBSD.org COMMENT= Advanced Forensics Format library and utilities -LICENSE= BSD +LICENSE= BSD4CLAUSE LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libcurl.so:${PORTSDIR}/ftp/curl