Date: Fri, 6 Feb 2015 13:41:42 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378537 - in head/sysutils/automount: . files Message-ID: <201502061341.t16Dfgxu021585@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Fri Feb 6 13:41:41 2015 New Revision: 378537 URL: https://svnweb.freebsd.org/changeset/ports/378537 QAT: https://qat.redports.org/buildarchive/r378537/ Log: - Update to 1.5.3 - Adjust path in pkg-install to PREFIX PR: 197023 Submitted by: vermaden@interia.pl (maintainer) Added: head/sysutils/automount/files/ head/sysutils/automount/files/pkg-install.in - copied, changed from r378482, head/sysutils/automount/pkg-install Deleted: head/sysutils/automount/pkg-install Modified: head/sysutils/automount/Makefile head/sysutils/automount/distinfo Modified: head/sysutils/automount/Makefile ============================================================================== --- head/sysutils/automount/Makefile Fri Feb 6 13:40:23 2015 (r378536) +++ head/sysutils/automount/Makefile Fri Feb 6 13:41:41 2015 (r378537) @@ -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 Modified: head/sysutils/automount/distinfo ============================================================================== --- head/sysutils/automount/distinfo Fri Feb 6 13:40:23 2015 (r378536) +++ head/sysutils/automount/distinfo Fri Feb 6 13:41:41 2015 (r378537) @@ -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 Copied and modified: head/sysutils/automount/files/pkg-install.in (from r378482, head/sysutils/automount/pkg-install) ============================================================================== --- head/sysutils/automount/pkg-install Thu Feb 5 17:50:02 2015 (r378482, copy source) +++ head/sysutils/automount/files/pkg-install.in Fri Feb 6 13:41:41 2015 (r378537) @@ -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 ;;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502061341.t16Dfgxu021585>