diff options
author | kami <kami@FreeBSD.org> | 2016-06-02 02:01:50 +0800 |
---|---|---|
committer | kami <kami@FreeBSD.org> | 2016-06-02 02:01:50 +0800 |
commit | e7c8b2f579f9f28c5932ebd958fec67388c62a9a (patch) | |
tree | d9e395c0bfb91c5e7a26b491c97a24f8085da50e /sysutils | |
parent | 6527bd2e5167265b3e440cef5ce5ae455b20c5f3 (diff) | |
download | freebsd-ports-gnome-e7c8b2f579f9f28c5932ebd958fec67388c62a9a.tar.gz freebsd-ports-gnome-e7c8b2f579f9f28c5932ebd958fec67388c62a9a.tar.zst freebsd-ports-gnome-e7c8b2f579f9f28c5932ebd958fec67388c62a9a.zip |
Update from 1.5 to 1.5.1
Reviewed by: cs@freebsd.org
Approved by: cs@freebsd.org
Differential Revision: https://reviews.freebsd.org/D6625
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/automounter/Makefile | 18 | ||||
-rw-r--r-- | sysutils/automounter/distinfo | 5 | ||||
-rw-r--r-- | sysutils/automounter/pkg-plist | 6 |
3 files changed, 14 insertions, 15 deletions
diff --git a/sysutils/automounter/Makefile b/sysutils/automounter/Makefile index dd752ad717f5..71b241100682 100644 --- a/sysutils/automounter/Makefile +++ b/sysutils/automounter/Makefile @@ -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@bsdforen.de +MAINTAINER= kami@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> diff --git a/sysutils/automounter/distinfo b/sysutils/automounter/distinfo index 6ff65bc8e2f9..3f5e2dcf37d6 100644 --- a/sysutils/automounter/distinfo +++ b/sysutils/automounter/distinfo @@ -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 diff --git a/sysutils/automounter/pkg-plist b/sysutils/automounter/pkg-plist index 98a575b80262..71cfff5369fd 100644 --- a/sysutils/automounter/pkg-plist +++ b/sysutils/automounter/pkg-plist @@ -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 |