From owner-svn-ports-all@FreeBSD.ORG Fri Jun 27 13:44:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20AC39C5; Fri, 27 Jun 2014 13:44:04 +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 E847D209B; Fri, 27 Jun 2014 13:44:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5RDi36A090796; Fri, 27 Jun 2014 13:44:03 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5RDi3PS090793; Fri, 27 Jun 2014 13:44:03 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406271344.s5RDi3PS090793@svn.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 27 Jun 2014 13:44:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359522 - in head/sysutils/mcweject: . 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 13:44:04 -0000 Author: vanilla Date: Fri Jun 27 13:44:03 2014 New Revision: 359522 URL: http://svnweb.freebsd.org/changeset/ports/359522 QAT: https://qat.redports.org/buildarchive/r359522/ Log: Stagify. Approved by: portmgr@ (blanket approval) Added: head/sysutils/mcweject/files/patch-Makefile (contents, props changed) head/sysutils/mcweject/pkg-plist (contents, props changed) Modified: head/sysutils/mcweject/Makefile Modified: head/sysutils/mcweject/Makefile ============================================================================== --- head/sysutils/mcweject/Makefile Fri Jun 27 13:39:26 2014 (r359521) +++ head/sysutils/mcweject/Makefile Fri Jun 27 13:44:03 2014 (r359522) @@ -9,17 +9,8 @@ MASTER_SITES= http://www.neuro.mcw.edu/~ MAINTAINER= jwbacon@tds.net COMMENT= Removable media eject -MAN1= eject.1 -SUB_FILES= pkg-message - CONFLICTS= eject-[0-9]* +SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -PLIST_FILES= sbin/eject share/examples/mcweject/eject.allow -PLIST_DIRS= share/examples/mcweject - -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - .include Added: head/sysutils/mcweject/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mcweject/files/patch-Makefile Fri Jun 27 13:44:03 2014 (r359522) @@ -0,0 +1,19 @@ +--- Makefile.orig 2014-06-27 21:40:12.377893504 +0800 ++++ Makefile 2014-06-27 21:40:47.338913495 +0800 +@@ -13,11 +13,11 @@ eject.o: eject.c eject.h protos.h Mak + $(CC) -c $(CFLAGS) eject.c + + install: eject +- mkdir -p ${PREFIX}/share/examples/mcweject +- install -c -o root -g wheel -m 444 \ +- eject.allow ${PREFIX}/share/examples/mcweject +- install -c -o root -g wheel -m 4511 eject ${PREFIX}/sbin +- install -c -o root -g wheel -m 444 eject.1 ${PREFIX}/man/man1 ++ mkdir -p $(DESTDIR)${PREFIX}/share/examples/mcweject ++ install -c -o root -g wheel \ ++ eject.allow $(DESTDIR)${PREFIX}/share/examples/mcweject ++ install -c -o root -g wheel eject $(DESTDIR)${PREFIX}/sbin ++ install -c -o root -g wheel eject.1 $(DESTDIR)${PREFIX}/man/man1 + + reallyclean: clean + rm -f .*.bak Added: head/sysutils/mcweject/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mcweject/pkg-plist Fri Jun 27 13:44:03 2014 (r359522) @@ -0,0 +1,6 @@ +man/man1/eject.1.gz +@mode 4511 +sbin/eject +@mode +%%EXAMPLESDIR%%/eject.allow +@dirrmtry %%EXAMPLESDIR%%