diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2020-04-10 01:33:00 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2020-04-10 01:33:00 +0000 |
commit | e7815c1eff6ba7f4a7d2e7f4842a757c25f98728 (patch) | |
tree | dd8b799e4b1a7f1bf74413829e12b5ec6e7d41e4 /sysutils/spiped/Makefile | |
parent | d4ae43bf69ca4926585b3a8fd28e6795898394cd (diff) | |
download | ports-e7815c1eff6ba7f4a7d2e7f4842a757c25f98728.tar.gz ports-e7815c1eff6ba7f4a7d2e7f4842a757c25f98728.zip |
Update spiped to 1.6.1.
This version gains support for running as a different uid/gid; so claim
259:259 as spiped:spiped and make that the default.
Notes
Notes:
svn path=/head/; revision=531280
Diffstat (limited to 'sysutils/spiped/Makefile')
-rw-r--r-- | sysutils/spiped/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/spiped/Makefile b/sysutils/spiped/Makefile index 99308f572a71..b0ebce72e388 100644 --- a/sysutils/spiped/Makefile +++ b/sysutils/spiped/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= spiped -PORTVERSION= 1.6.0 -PORTREVISION= 4 +PORTVERSION= 1.6.1 CATEGORIES= sysutils security MASTER_SITES= http://www.tarsnap.com/spiped/ @@ -35,6 +34,9 @@ USE_RC_SUBR= spiped OPTIONS_DEFINE= DOCS +USERS= spiped +GROUPS= spiped + post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} |