From owner-svn-ports-all@FreeBSD.ORG Fri Apr 4 11:11:59 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 9CB78E43; Fri, 4 Apr 2014 11:11:59 +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 87F92EAA; Fri, 4 Apr 2014 11:11:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s34BBxbB046038; Fri, 4 Apr 2014 11:11:59 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s34BBxtw046037; Fri, 4 Apr 2014 11:11:59 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404041111.s34BBxtw046037@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 4 Apr 2014 11:11:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r350096 - in branches/2014Q2/news/sn: . files X-SVN-Group: ports-branches 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: Fri, 04 Apr 2014 11:11:59 -0000 Author: bapt Date: Fri Apr 4 11:11:59 2014 New Revision: 350096 URL: http://svnweb.freebsd.org/changeset/ports/350096 QAT: https://qat.redports.org/buildarchive/r350096/ Log: MFH: r350093 Do not leak stagedir in the generated binary Remove now useless pre-su target Added: branches/2014Q2/news/sn/files/ - copied from r350093, head/news/sn/files/ Modified: branches/2014Q2/news/sn/Makefile Directory Properties: branches/2014Q2/ (props changed) Modified: branches/2014Q2/news/sn/Makefile ============================================================================== --- branches/2014Q2/news/sn/Makefile Fri Apr 4 11:08:17 2014 (r350095) +++ branches/2014Q2/news/sn/Makefile Fri Apr 4 11:11:59 2014 (r350096) @@ -3,6 +3,7 @@ PORTNAME= sn PORTVERSION= 0.3.8 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= http://www.infa.abo.fi/~patrik/sn/files/ \ http://home.arcor.de/teambushido/fbsd_ports/ \ @@ -13,9 +14,8 @@ COMMENT= Small news system for small sit LICENSE= GPLv2 -USES= gmake -USE_BZIP2= yes -MAKE_ARGS+= PREFIX="${STAGEDIR}${PREFIX}" LD="${CC}" CC="${CC}" +USES= gmake tar:bzip2 +MAKE_ARGS+= PREFIX="${PREFIX}" LD="${CC}" CC="${CC}" PORTDOCS= README CHANGES FAQ INSTALL INTERNALS \ THANKS TODO INSTALL.notes INSTALL.notes2 \ @@ -30,7 +30,7 @@ post-patch: s|-g -Wall -pedantic -O|${CFLAGS} -Wall -pedantic|' \ ${WRKSRC}/Makefile -pre-su-install: +pre-install: @${MKDIR} ${STAGEDIR}/var/spool/news post-install: