From owner-svn-ports-all@FreeBSD.ORG Fri Jun 27 21:06:58 2014 Return-Path: Delivered-To: svn-ports-all@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 C39CFA48; Fri, 27 Jun 2014 21:06:58 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B08402D0A; Fri, 27 Jun 2014 21:06:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5RL6wWF008342; Fri, 27 Jun 2014 21:06:58 GMT (envelope-from rodrigo@svn.freebsd.org) Received: (from rodrigo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5RL6wiR008340; Fri, 27 Jun 2014 21:06:58 GMT (envelope-from rodrigo@svn.freebsd.org) Message-Id: <201406272106.s5RL6wiR008340@svn.freebsd.org> From: Rodrigo Osorio Date: Fri, 27 Jun 2014 21:06:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359609 - in head/www/multisort: . 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-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2014 21:06:58 -0000 Author: rodrigo Date: Fri Jun 27 21:06:57 2014 New Revision: 359609 URL: http://svnweb.freebsd.org/changeset/ports/359609 QAT: https://qat.redports.org/buildarchive/r359609/ Log: - staging multisort - take maintenership - add license Approved by: bapt (mentor) Modified: head/www/multisort/Makefile head/www/multisort/files/patch-Makefile Modified: head/www/multisort/Makefile ============================================================================== --- head/www/multisort/Makefile Fri Jun 27 20:47:07 2014 (r359608) +++ head/www/multisort/Makefile Fri Jun 27 21:06:57 2014 (r359609) @@ -7,10 +7,14 @@ CATEGORIES= www MASTER_SITES= http://www.xach.com/multisort/ \ http://mirror.mcx2.org/ -MAINTAINER= dhn@FreeBSD.org +MAINTAINER= rodrigo@FreeBSD.org COMMENT= A small program to take multiple httpd logfiles into one +LICENSE= GPLv2 + PLIST_FILES= bin/multisort -NO_STAGE= yes +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/multisort + .include Modified: head/www/multisort/files/patch-Makefile ============================================================================== --- head/www/multisort/files/patch-Makefile Fri Jun 27 20:47:07 2014 (r359608) +++ head/www/multisort/files/patch-Makefile Fri Jun 27 21:06:57 2014 (r359609) @@ -1,5 +1,5 @@ ---- ./Makefile.orig 1999-10-28 21:04:24.000000000 +0200 -+++ ./Makefile 2011-06-21 21:30:39.000000000 +0200 +--- Makefile.orig 1999-10-28 19:04:24.000000000 +0000 ++++ Makefile 2014-06-27 13:34:53.992555530 +0000 @@ -1,9 +1,10 @@ -# -# $Id: Makefile,v 1.1 1999/01/14 19:05:35 xach Exp $ @@ -16,4 +16,4 @@ + +install: + @mkdir -p ${DESTDIR}${PREFIX}/bin -+ install -m 755 multisort ${PREFIX}/bin ++ install -m 755 multisort ${DESTDIR}${PREFIX}/bin