svn commit: r355701 - head/net/dgd-lpmud

Greg Lewis glewis at FreeBSD.org
Thu May 29 14:15:44 UTC 2014


Author: glewis
Date: Thu May 29 14:15:43 2014
New Revision: 355701
URL: http://svnweb.freebsd.org/changeset/ports/355701
QAT: https://qat.redports.org/buildarchive/r355701/

Log:
  . Fix mudlib ownership for staging.

Modified:
  head/net/dgd-lpmud/Makefile
  head/net/dgd-lpmud/pkg-plist

Modified: head/net/dgd-lpmud/Makefile
==============================================================================
--- head/net/dgd-lpmud/Makefile	Thu May 29 14:13:42 2014	(r355700)
+++ head/net/dgd-lpmud/Makefile	Thu May 29 14:15:43 2014	(r355701)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dgd-lpmud
 PORTVERSION=	2.4.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net games
 MASTER_SITES=	${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/dgd|} \
 		http://ftp.dworkin.nl/dgd/lib/
@@ -58,7 +58,5 @@ post-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}/tmp
 	# Link in the dgd docs
 	${LN} -sf ${PREFIX}/share/doc/dgd/kfun ${STAGEDIR}${DATADIR}/lpmud/doc
-	# Set mudlib ownership
-	-@${CHOWN} -h -R mud:mud ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>

Modified: head/net/dgd-lpmud/pkg-plist
==============================================================================
--- head/net/dgd-lpmud/pkg-plist	Thu May 29 14:13:42 2014	(r355700)
+++ head/net/dgd-lpmud/pkg-plist	Thu May 29 14:15:43 2014	(r355701)
@@ -2,6 +2,8 @@ bin/lpmud-hname
 bin/lpmud-oconv
 etc/dgd-lpmud/lpmud.dgd
 etc/rc.d/dgd-lpmud.sh.sample
+ at owner mud
+ at group mud
 %%DATADIR%%/lpmud/ACCESS.ALLOW.example
 %%DATADIR%%/lpmud/ACCESS.DENY.example
 %%DATADIR%%/lpmud/Copyright
@@ -602,6 +604,8 @@ etc/rc.d/dgd-lpmud.sh.sample
 %%DATADIR%%/lpmud/room/wiz_hall.c
 %%DATADIR%%/lpmud/room/yard.c
 %%DATADIR%%/lpmud/unistn1e.debug.log
+ at owner
+ at group
 %%PORTDOCS%%%%DOCSDIR%%/README
 @exec mkdir -p %D/%%DATADIR%%/tmp
 @exec ln -sf %D/share/doc/dgd/kfun %D/%%DATADIR%%/lpmud/doc


More information about the svn-ports-all mailing list