From owner-svn-ports-all@FreeBSD.ORG Thu Mar 27 18:37:26 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 4EC53C23; Thu, 27 Mar 2014 18:37:26 +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 3AE2E34C; Thu, 27 Mar 2014 18:37:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2RIbQOd018660; Thu, 27 Mar 2014 18:37:26 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2RIbPE1018657; Thu, 27 Mar 2014 18:37:25 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201403271837.s2RIbPE1018657@svn.freebsd.org> From: Renato Botelho Date: Thu, 27 Mar 2014 18:37:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349352 - in head/security/expiretable: . 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.17 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: Thu, 27 Mar 2014 18:37:26 -0000 Author: garga Date: Thu Mar 27 18:37:25 2014 New Revision: 349352 URL: http://svnweb.freebsd.org/changeset/ports/349352 QAT: https://qat.redports.org/buildarchive/r349352/ Log: Support stage Added: head/security/expiretable/files/patch-Makefile (contents, props changed) Modified: head/security/expiretable/Makefile head/security/expiretable/pkg-plist Modified: head/security/expiretable/Makefile ============================================================================== --- head/security/expiretable/Makefile Thu Mar 27 18:28:05 2014 (r349351) +++ head/security/expiretable/Makefile Thu Mar 27 18:37:25 2014 (r349352) @@ -11,7 +11,5 @@ MAINTAINER= cris@gufi.org COMMENT= Utility to remove entries from the pf(4) table based on their age USE_RC_SUBR= expiretable -MAN1= expiretable.1 -NO_STAGE= yes .include Added: head/security/expiretable/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/expiretable/files/patch-Makefile Thu Mar 27 18:37:25 2014 (r349352) @@ -0,0 +1,13 @@ +--- Makefile.orig 2006-01-11 11:09:05.000000000 -0200 ++++ Makefile 2014-03-27 15:31:34.000000000 -0300 +@@ -21,8 +21,8 @@ + all: ${TARGET} + + install: ${TARGET} +- ${INSTALL} -g bin -o root -m 755 ${TARGET} ${INSTALL_BIN} +- ${INSTALL} -g bin -o root -m 644 ${MAN} ${INSTALL_MAN} ++ ${INSTALL} -s -m 755 ${TARGET} ${DESTDIR}${INSTALL_BIN} ++ ${INSTALL} -m 644 ${MAN} ${DESTDIR}${INSTALL_MAN} + + clean: + rm -f ${TARGET} Modified: head/security/expiretable/pkg-plist ============================================================================== --- head/security/expiretable/pkg-plist Thu Mar 27 18:28:05 2014 (r349351) +++ head/security/expiretable/pkg-plist Thu Mar 27 18:37:25 2014 (r349352) @@ -1,2 +1,5 @@ @stopdaemon expiretable +@group bin sbin/expiretable +man/man1/expiretable.1.gz +@group