svn commit: r386429 - head/www/interchange
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 15 16:51:32 UTC 2015
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 at 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 <bsd.port.mk>
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
- at exec install -d -o interch -g interch -m 770 /var/run/interchange
- at dir /var/run/interchange
+ at dir(interch,interch,770) /var/run/interchange
More information about the svn-ports-all
mailing list