aboutsummaryrefslogtreecommitdiff
path: root/sysutils/automounter
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-05-23 19:00:20 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2013-05-23 19:00:20 +0000
commit015184d4d9d415494bd90a7dc4e0a6f40dc2a427 (patch)
tree8be7f784646f4551ced3fe1886adeae5d5b681f4 /sysutils/automounter
parentb0387d47219381dfd678581060a1b19e6f7a699b (diff)
downloadports-015184d4d9d415494bd90a7dc4e0a6f40dc2a427.tar.gz
ports-015184d4d9d415494bd90a7dc4e0a6f40dc2a427.zip
Notes
Diffstat (limited to 'sysutils/automounter')
-rw-r--r--sysutils/automounter/Makefile12
-rw-r--r--sysutils/automounter/distinfo4
-rw-r--r--sysutils/automounter/pkg-message8
3 files changed, 8 insertions, 16 deletions
diff --git a/sysutils/automounter/Makefile b/sysutils/automounter/Makefile
index bf195013540c..d45255671711 100644
--- a/sysutils/automounter/Makefile
+++ b/sysutils/automounter/Makefile
@@ -1,14 +1,11 @@
-# New ports collection makefile for: automounter
-# Date created: 26 March 2008
-# Whom: Dominic Fandrey <kamikaze@bsdforen.de>
-#
+# Created by: Dominic Fandrey <kamikaze@bsdforen.de>
# $FreeBSD$
-#
PORTNAME= automounter
-PORTVERSION= 1.4.4
+PORTVERSION= 1.4.5
CATEGORIES= sysutils
MASTER_SITES= SF/bsdadminscripts/${PORTNAME}
+EXTRACT_SUFX= .tar.xz
MAINTAINER= kamikaze@bsdforen.de
COMMENT= Provides scripts to dynamically configure amd
@@ -16,6 +13,7 @@ COMMENT= Provides scripts to dynamically configure amd
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
NO_BUILD= yes
MANCOMPRESSED= yes
+PKGMESSAGE= ${WRKSRC}/../NOTES
MAN5= ${PORTNAME}.conf.5
MAN8= ${PORTNAME}.8
@@ -28,6 +26,8 @@ do-install:
@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX}
post-install:
+ @${JOT} -s- -b- 39
@${CAT} ${PKGMESSAGE}
+ @${JOT} -s- -b- 39
.include <bsd.port.mk>
diff --git a/sysutils/automounter/distinfo b/sysutils/automounter/distinfo
index 6600ebd2f50e..264a16124243 100644
--- a/sysutils/automounter/distinfo
+++ b/sysutils/automounter/distinfo
@@ -1,2 +1,2 @@
-SHA256 (automounter-1.4.4.tar.gz) = 71bb88b76832e1a1cff754a0217d2efbf275275b33952949b3649bc943a76347
-SIZE (automounter-1.4.4.tar.gz) = 22777
+SHA256 (automounter-1.4.5.tar.xz) = 3eda14e7177b29ce9d7e9c62326ce8f0ab6fc7bd55af60af2e05e51cced965af
+SIZE (automounter-1.4.5.tar.xz) = 20728
diff --git a/sysutils/automounter/pkg-message b/sysutils/automounter/pkg-message
deleted file mode 100644
index f884d0036d65..000000000000
--- a/sysutils/automounter/pkg-message
+++ /dev/null
@@ -1,8 +0,0 @@
--------------------------------------------------------------------------------
-Please restart the devd(8) daemon after install, especially when updating from
-a previous version of automounter.
-
-Note that stopping devd often leaves a stale PID file behind, which then
-blocks restarting it. Use a more roundabout way of restarting the service:
- service devd stop; rm /var/run/devd.pid; service devd start
--------------------------------------------------------------------------------