svn commit: r416254 - head/sysutils/automounter
Dominic Fandrey
kami at FreeBSD.org
Wed Jun 1 18:01:52 UTC 2016
Author: kami
Date: Wed Jun 1 18:01:50 2016
New Revision: 416254
URL: https://svnweb.freebsd.org/changeset/ports/416254
Log:
Update from 1.5 to 1.5.1
Reviewed by: cs at freebsd.org
Approved by: cs at freebsd.org
Differential Revision: https://reviews.freebsd.org/D6625
Modified:
head/sysutils/automounter/Makefile
head/sysutils/automounter/distinfo
head/sysutils/automounter/pkg-plist
Modified: head/sysutils/automounter/Makefile
==============================================================================
--- head/sysutils/automounter/Makefile Wed Jun 1 17:53:39 2016 (r416253)
+++ head/sysutils/automounter/Makefile Wed Jun 1 18:01:50 2016 (r416254)
@@ -2,25 +2,23 @@
# $FreeBSD$
PORTNAME= automounter
-PORTVERSION= 1.5
+PORTVERSION= 1.5.1
CATEGORIES= sysutils
-MASTER_SITES= SF/bsdadminscripts/${PORTNAME}
-EXTRACT_SUFX= .tar.xz
-MAINTAINER= kamikaze at bsdforen.de
+MAINTAINER= kami at freebsd.org
COMMENT= Provides scripts to dynamically configure amd
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
+LICENSE= BSD2CLAUSE
+
+WRKSRC_SUBDIR= src
NO_BUILD= yes
PKGMESSAGE= ${WRKSRC}/../NOTES
-plist: patch
- @(cd ${WRKSRC}; ./plist.sh > ${PLIST})
+USE_GITHUB= yes
+GH_ACCOUNT= lonkamikaze
-# Use "amd -S" to avoid a vm locking panic, the scope of which has not yet
-# been determined. See kern/181590.
do-install:
@(cd ${WRKSRC}; ./install.sh -destdir=${STAGEDIR} \
- -prefix=${PREFIX} -amd="/usr/sbin/amd -S")
+ -prefix=${PREFIX})
.include <bsd.port.mk>
Modified: head/sysutils/automounter/distinfo
==============================================================================
--- head/sysutils/automounter/distinfo Wed Jun 1 17:53:39 2016 (r416253)
+++ head/sysutils/automounter/distinfo Wed Jun 1 18:01:50 2016 (r416254)
@@ -1,2 +1,3 @@
-SHA256 (automounter-1.5.tar.xz) = d2d99b6ee5099dcbb18d714f16f07c2a038ab2bf9e8b7c19e9126634c32bdc0f
-SIZE (automounter-1.5.tar.xz) = 24932
+TIMESTAMP = 1464506425
+SHA256 (lonkamikaze-automounter-1.5.1_GH0.tar.gz) = d8c9b217b8f1f232c2fa95fc16a776baf802a641d1e2fce4f81f93c934f2e856
+SIZE (lonkamikaze-automounter-1.5.1_GH0.tar.gz) = 28259
Modified: head/sysutils/automounter/pkg-plist
==============================================================================
--- head/sysutils/automounter/pkg-plist Wed Jun 1 17:53:39 2016 (r416253)
+++ head/sysutils/automounter/pkg-plist Wed Jun 1 18:01:50 2016 (r416254)
@@ -1,6 +1,6 @@
-sbin/automounter
-etc/rc.d/automounter
etc/automounter.conf.sample
etc/devd/automounter.conf
-man/man8/automounter.8.gz
+etc/rc.d/automounter
man/man5/automounter.conf.5.gz
+man/man8/automounter.8.gz
+sbin/automounter
More information about the svn-ports-all
mailing list