From owner-svn-ports-head@freebsd.org Wed Nov 23 15:04:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB1F2C5189D; Wed, 23 Nov 2016 15:04:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A41EC7B7; Wed, 23 Nov 2016 15:04:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANF4fAN093248; Wed, 23 Nov 2016 15:04:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANF4f3h093246; Wed, 23 Nov 2016 15:04:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231504.uANF4f3h093246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 15:04:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426934 - in head/security/xorsearch: . files 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.23 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: Wed, 23 Nov 2016 15:04:43 -0000 Author: amdmi3 Date: Wed Nov 23 15:04:41 2016 New Revision: 426934 URL: https://svnweb.freebsd.org/changeset/ports/426934 Log: - Add LICENSE - Respect CFLAGS/LDFLAGS - Regenerate patches Modified: head/security/xorsearch/Makefile head/security/xorsearch/files/patch-XORSearch.c Modified: head/security/xorsearch/Makefile ============================================================================== --- head/security/xorsearch/Makefile Wed Nov 23 15:03:12 2016 (r426933) +++ head/security/xorsearch/Makefile Wed Nov 23 15:04:41 2016 (r426934) @@ -2,14 +2,17 @@ # $FreeBSD$ PORTNAME= xorsearch -PORTVERSION= 1.2.0 +DISTVERSION= 1_2_0 +PORTREVISION= 1 CATEGORIES= security textproc MASTER_SITES= http://www.didierstevens.com/files/software/ -DISTNAME= XORSearch_V1_2_0 +DISTNAME= XORSearch_V${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Search for a given string in an XOR or ROL encoded binary file +LICENSE= PD + USES= dos2unix zip DOS2UNIX_GLOB= *.c NO_WRKSUBDIR= yes @@ -17,10 +20,9 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/xorsearch do-build: - ${CC} -o ${WRKSRC}/XORSearch ${WRKSRC}/XORSearch.c + ${CC} ${CFLAGS} ${LDFLAGS} -o ${WRKSRC}/XORSearch ${WRKSRC}/XORSearch.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/XORSearch \ - ${STAGEDIR}${PREFIX}/bin/xorsearch + ${INSTALL_PROGRAM} ${WRKSRC}/XORSearch ${STAGEDIR}${PREFIX}/bin/xorsearch .include Modified: head/security/xorsearch/files/patch-XORSearch.c ============================================================================== --- head/security/xorsearch/files/patch-XORSearch.c Wed Nov 23 15:03:12 2016 (r426933) +++ head/security/xorsearch/files/patch-XORSearch.c Wed Nov 23 15:04:41 2016 (r426934) @@ -1,4 +1,4 @@ ---- XORSearch.c.orig 2016-06-20 15:09:40 UTC +--- XORSearch.c.orig 2016-11-23 12:31:10 UTC +++ XORSearch.c @@ -20,7 +20,6 @@ #include