svn commit: r359609 - in head/www/multisort: . files

Rodrigo Osorio rodrigo at FreeBSD.org
Fri Jun 27 21:06:58 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	rodrigo at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list