svn commit: r385697 - head/www/shellinabox
Tim Bishop
tdb at FreeBSD.org
Thu May 7 22:21:45 UTC 2015
Author: tdb
Date: Thu May 7 22:21:43 2015
New Revision: 385697
URL: https://svnweb.freebsd.org/changeset/ports/385697
Log:
Fix broken pkg-plist.
The exec line had a typo in the group name and used the wrong flag (-o
instead of -m) for the mode. It's all redundant anyway with the new @dir.
Modified:
head/www/shellinabox/Makefile
head/www/shellinabox/pkg-plist
Modified: head/www/shellinabox/Makefile
==============================================================================
--- head/www/shellinabox/Makefile Thu May 7 22:18:31 2015 (r385696)
+++ head/www/shellinabox/Makefile Thu May 7 22:21:43 2015 (r385697)
@@ -3,7 +3,7 @@
PORTNAME= shellinabox
PORTVERSION= 2.14
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= GOOGLE_CODE
Modified: head/www/shellinabox/pkg-plist
==============================================================================
--- head/www/shellinabox/pkg-plist Thu May 7 22:18:31 2015 (r385696)
+++ head/www/shellinabox/pkg-plist Thu May 7 22:21:43 2015 (r385697)
@@ -1,10 +1,3 @@
bin/shellinaboxd
man/man1/shellinaboxd.1.gz
- at owner shellinabox
- at group shellinabox
- at mode 700
- at dirrmtry etc/shellinabox
- at mode
- at group wheel
- at owner root
- at exec install -d -o shellinabox -g sellinabox -o 700 %D/etc/shellinabox
+ at dir(shellinabox,shellinabox,700) etc/shellinabox
More information about the svn-ports-head
mailing list