aboutsummaryrefslogtreecommitdiff
path: root/sysutils/automount
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2015-02-06 13:41:41 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2015-02-06 13:41:41 +0000
commitd28a45c336f37511108518383cde0d6a5a52f6f9 (patch)
tree5757ccbb4e9837ead51954b42258206c256b296d /sysutils/automount
parentdb204baedc39969a60d7591e9cc0cacd5e41d0ff (diff)
downloadports-d28a45c336f37511108518383cde0d6a5a52f6f9.tar.gz
ports-d28a45c336f37511108518383cde0d6a5a52f6f9.zip
- Update to 1.5.3
- Adjust path in pkg-install to PREFIX PR: 197023 Submitted by: vermaden@interia.pl (maintainer)
Notes
Notes: svn path=/head/; revision=378537
Diffstat (limited to 'sysutils/automount')
-rw-r--r--sysutils/automount/Makefile6
-rw-r--r--sysutils/automount/distinfo4
-rw-r--r--sysutils/automount/files/pkg-install.in (renamed from sysutils/automount/pkg-install)4
3 files changed, 8 insertions, 6 deletions
diff --git a/sysutils/automount/Makefile b/sysutils/automount/Makefile
index 82910a368e79..c36521c16345 100644
--- a/sysutils/automount/Makefile
+++ b/sysutils/automount/Makefile
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= automount
-PORTVERSION= 1.4.3
+PORTVERSION= 1.5.3
CATEGORIES= sysutils
MASTER_SITES= https://raw.github.com/vermaden/automount/master/ \
- LOCAL/bdrewery/${PORTNAME}/
+ LOCAL/madpilot/${PORTNAME}/
MAINTAINER= vermaden@interia.pl
COMMENT= FreeBSD's devd(8) based automount solution
@@ -14,7 +14,9 @@ LICENSE= BSD2CLAUSE
PLIST_FILES= sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample
+SUB_FILES= pkg-install
NO_BUILD= yes
+NO_ARCH= yes
OPTIONS_DEFINE= NTFS3G EXT4 EXFAT
OPTIONS_DEFAULT= NTFS3G EXT4
diff --git a/sysutils/automount/distinfo b/sysutils/automount/distinfo
index 8e5385424072..5f1d3e9063db 100644
--- a/sysutils/automount/distinfo
+++ b/sysutils/automount/distinfo
@@ -1,2 +1,2 @@
-SHA256 (automount-1.4.3.tar.gz) = 658d94c0a0bc862e0a53a5ee384352f039c671e4ea42dc6447c0faa701281f70
-SIZE (automount-1.4.3.tar.gz) = 4386
+SHA256 (automount-1.5.3.tar.gz) = 9abd5a7189358c50ae18afff31b6457600548aa1f44122ce4e10c1cfab0038a6
+SIZE (automount-1.5.3.tar.gz) = 4867
diff --git a/sysutils/automount/pkg-install b/sysutils/automount/files/pkg-install.in
index 869dc336dd7f..d8b2f9b9ae51 100644
--- a/sysutils/automount/pkg-install
+++ b/sysutils/automount/files/pkg-install.in
@@ -2,10 +2,10 @@
case ${2} in
(POST-INSTALL)
- /etc/rc.d/devd restart
+ service devd restart
echo
echo
- echo "Check /usr/local/sbin/automount --help for available options."
+ echo "Check %%PREFIX%%/bin/automount --help for available options."
echo
echo
;;