From owner-svn-ports-head@FreeBSD.ORG Fri May 15 16:51:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D49DBC5; Fri, 15 May 2015 16:51: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AE6C1538; Fri, 15 May 2015 16:51:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4FGpW9r046590; Fri, 15 May 2015 16:51:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4FGpWYs046588; Fri, 15 May 2015 16:51:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505151651.t4FGpWYs046588@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 15 May 2015 16:51:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386429 - head/www/interchange X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 16:51:32 -0000 Author: amdmi3 Date: Fri May 15 16:51:31 2015 New Revision: 386429 URL: https://svnweb.freebsd.org/changeset/ports/386429 Log: - Add LICENSE - Modernize plist Modified: head/www/interchange/Makefile head/www/interchange/pkg-plist Modified: head/www/interchange/Makefile ============================================================================== --- head/www/interchange/Makefile Fri May 15 16:49:35 2015 (r386428) +++ head/www/interchange/Makefile Fri May 15 16:51:31 2015 (r386429) @@ -10,6 +10,9 @@ MASTER_SITES= http://ftp.icdevgroup.org/ MAINTAINER= ports@FreeBSD.org COMMENT= RedHat's database-enabled e-commerce server +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= p5-Safe-Hole>=0.10:${PORTSDIR}/security/p5-Safe-Hole \ p5-URI>=1.37:${PORTSDIR}/net/p5-URI \ p5-libwww>=5.810:${PORTSDIR}/www/p5-libwww \ @@ -56,8 +59,7 @@ post-install: # This directory has to be created here for check-plist to pass, otherwise it # complains the @dirrmtry /var/run/interchange entry does not have a matching # directory in the stage tree. -# Its ownership and mode are properly set in the @exec call when the package is -# installed. +# Its ownership and mode are properly set in the @dir plist entry ${MKDIR} ${STAGEDIR}/var/run/interchange .include Modified: head/www/interchange/pkg-plist ============================================================================== --- head/www/interchange/pkg-plist Fri May 15 16:49:35 2015 (r386428) +++ head/www/interchange/pkg-plist Fri May 15 16:51:31 2015 (r386429) @@ -1782,5 +1782,4 @@ man/man1/update.1.gz %%PERL5_MAN3%%/Vend::Table::Editor.3.gz %%PERL5_MAN3%%/Vend::UserControl.3.gz %%PERL5_MAN3%%/Vend::UserDB.3.gz -@exec install -d -o interch -g interch -m 770 /var/run/interchange -@dir /var/run/interchange +@dir(interch,interch,770) /var/run/interchange