From owner-svn-ports-all@FreeBSD.ORG Mon Feb 3 09:43:32 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 322139DC; Mon, 3 Feb 2014 09:43:32 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D464012A0; Mon, 3 Feb 2014 09:43:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s139hVkD009450; Mon, 3 Feb 2014 09:43:31 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s139hV2n009446; Mon, 3 Feb 2014 09:43:31 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402030943.s139hV2n009446@svn.freebsd.org> From: Martin Wilke Date: Mon, 3 Feb 2014 09:43:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342401 - in head: mail/dkimproxy misc/ipa_conv multimedia/mpeg_play 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: Mon, 03 Feb 2014 09:43:32 -0000 Author: miwi Date: Mon Feb 3 09:43:30 2014 New Revision: 342401 URL: http://svnweb.freebsd.org/changeset/ports/342401 QAT: https://qat.redports.org/buildarchive/r342401/ Log: - Stage support Modified: head/mail/dkimproxy/Makefile head/mail/dkimproxy/pkg-plist head/misc/ipa_conv/Makefile head/multimedia/mpeg_play/Makefile Modified: head/mail/dkimproxy/Makefile ============================================================================== --- head/mail/dkimproxy/Makefile Mon Feb 3 09:43:19 2014 (r342400) +++ head/mail/dkimproxy/Makefile Mon Feb 3 09:43:30 2014 (r342401) @@ -25,12 +25,9 @@ DKIMPROXYUSER= dkimproxy USERS= ${DKIMPROXYUSER} GROUPS= ${DKIMPROXYUSER} -MAN8= dkimproxy_in.8 dkimproxy_out.8 - SUB_LIST+= PERL=${PERL} \ DKIMPROXYUSER=${DKIMPROXYUSER} -NO_STAGE= yes post-patch: @${GREP} -Ril 'perl' ${WRKDIR} | ${XARGS} ${REINPLACE_CMD} -i '' \ -e 's|/usr/bin/perl|${PERL}|' -e 's|@PERL@|${PERL}|' Modified: head/mail/dkimproxy/pkg-plist ============================================================================== --- head/mail/dkimproxy/pkg-plist Mon Feb 3 09:43:19 2014 (r342400) +++ head/mail/dkimproxy/pkg-plist Mon Feb 3 09:43:30 2014 (r342401) @@ -8,5 +8,7 @@ lib/MSDW/SMTP/Client.pm lib/MSDW/SMTP/Server.pm lib/MySmtpProxyServer.pm lib/MySmtpServer.pm +man/man8/dkimproxy_in.8.gz +man/man8/dkimproxy_out.8.gz @dirrm lib/MSDW/SMTP @dirrm lib/MSDW Modified: head/misc/ipa_conv/Makefile ============================================================================== --- head/misc/ipa_conv/Makefile Mon Feb 3 09:43:19 2014 (r342400) +++ head/misc/ipa_conv/Makefile Mon Feb 3 09:43:30 2014 (r342401) @@ -15,10 +15,9 @@ USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -PLIST_FILES= lib/ipa_conv.la lib/ipa_conv.so +PLIST_FILES= lib/ipa_conv.la lib/ipa_conv.so \ + man/man8/ipa_conv.8.gz \ + man/ru.KOI8-R/man8/ipa_conv.8.gz -MAN8= ipa_conv.8 -MANLANG= "" ru.KOI8-R -NO_STAGE= yes .include Modified: head/multimedia/mpeg_play/Makefile ============================================================================== --- head/multimedia/mpeg_play/Makefile Mon Feb 3 09:43:19 2014 (r342400) +++ head/multimedia/mpeg_play/Makefile Mon Feb 3 09:43:30 2014 (r342401) @@ -15,10 +15,10 @@ COMMENT= Program to play mpeg movies on WRKSRC= ${WRKDIR}/mpeg_play USES= imake USE_XORG= x11 xext -MAN1= mpeg_play.1 -PLIST_FILES= bin/mpeg_play -NO_STAGE= yes +PLIST_FILES= bin/mpeg_play \ + man/man1/mpeg_play.1.gz + .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc"