svn commit: r370478 - head/net/vncreflector

Antoine Brodin antoine at FreeBSD.org
Wed Oct 8 19:36:32 UTC 2014


Author: antoine
Date: Wed Oct  8 19:36:31 2014
New Revision: 370478
URL: https://svnweb.freebsd.org/changeset/ports/370478
QAT: https://qat.redports.org/buildarchive/r370478/

Log:
  - Allow staging as a regular user
  - Bump portrevision as configuration directory was not packaged

Modified:
  head/net/vncreflector/Makefile
  head/net/vncreflector/pkg-plist

Modified: head/net/vncreflector/Makefile
==============================================================================
--- head/net/vncreflector/Makefile	Wed Oct  8 19:25:47 2014	(r370477)
+++ head/net/vncreflector/Makefile	Wed Oct  8 19:36:31 2014	(r370478)
@@ -2,7 +2,7 @@
 
 PORTNAME=	vncreflector
 PORTVERSION=	1.2.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net
 MASTER_SITES=	SF/vnc-reflector/vnc-reflector/${PORTVERSION}
 DISTNAME=	vnc_reflector-${PORTVERSION}
@@ -26,7 +26,6 @@ post-patch:
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	@${MKDIR} -m0750 ${STAGEDIR}${PREFIX}/etc/${PORTNAME}
-	@${CHOWN} root:wheel ${STAGEDIR}${PREFIX}/etc/${PORTNAME}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 

Modified: head/net/vncreflector/pkg-plist
==============================================================================
--- head/net/vncreflector/pkg-plist	Wed Oct  8 19:25:47 2014	(r370477)
+++ head/net/vncreflector/pkg-plist	Wed Oct  8 19:36:31 2014	(r370478)
@@ -1,4 +1,3 @@
 bin/vncreflector
+ at dir etc/vncreflector
 %%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
- at unexec rmdir %D/etc/vncreflector 2>/dev/null || ( echo "Configuration information saved.  If you will *NOT* use this package anymore," && echo "please remove %D/etc/vncreflector and its contents manually.")


More information about the svn-ports-all mailing list