diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-14 05:13:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-14 05:13:38 +0800 |
commit | 8d8ba7a0879911e65e812b9c9263f29d10f62084 (patch) | |
tree | 4f9ed4919b7e7bf582b8c89ed1b39442a965d8b9 | |
parent | 5bb02885f618bb4f6e1cb73e47aead9a76ddad3d (diff) | |
download | freebsd-ports-gnome-8d8ba7a0879911e65e812b9c9263f29d10f62084.tar.gz freebsd-ports-gnome-8d8ba7a0879911e65e812b9c9263f29d10f62084.tar.zst freebsd-ports-gnome-8d8ba7a0879911e65e812b9c9263f29d10f62084.zip |
- Update to 1.3.4
- Move to new SFP macro
PR: 137743
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
-rw-r--r-- | sysutils/automounter/Makefile | 9 | ||||
-rw-r--r-- | sysutils/automounter/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/automounter/Makefile b/sysutils/automounter/Makefile index d6f8c421535d..76751ffed214 100644 --- a/sysutils/automounter/Makefile +++ b/sysutils/automounter/Makefile @@ -6,17 +6,16 @@ # PORTNAME= automounter -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= sysutils -MASTER_SITES= SF -MASTER_SITE_SUBDIR= bsdadminscripts +MASTER_SITES= SFP/bsdadminscripts/${PORTNAME}/ MAINTAINER= kamikaze@bsdforen.de COMMENT= Provides scripts to dynamically configure amd WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src NO_BUILD= yes -MANCOMPRESSED= no +MANCOMPRESSED= yes .if defined(NOPORTDOCS) NOPORTDOCS= -nodoc @@ -26,7 +25,7 @@ MAN8= automounter.8 .endif plist: patch - @cd ${WRKSRC}; ./list.sh -nodoc > ${PLIST} + @cd ${WRKSRC}; ./plist.sh -nodoc > ${PLIST} do-install: @cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} ${NOPORTDOCS} diff --git a/sysutils/automounter/distinfo b/sysutils/automounter/distinfo index 25420eb54c6d..64bde68e6ecd 100644 --- a/sysutils/automounter/distinfo +++ b/sysutils/automounter/distinfo @@ -1,3 +1,3 @@ -MD5 (automounter-1.3.3.tar.gz) = 7f3913fc83cd98589cf0ef1d7b2b60dc -SHA256 (automounter-1.3.3.tar.gz) = 50e23fcba656649dbde6071d3a5a95fa0c2614019eddac7f9b7e9d97c6b754f5 -SIZE (automounter-1.3.3.tar.gz) = 13893 +MD5 (automounter-1.3.4.tar.gz) = 927ae5dcb93ea46f5435db29014b914e +SHA256 (automounter-1.3.4.tar.gz) = 7c3eafd536e477e2edde772f5715d77013407393bbeadc2b995f47d7d69eed21 +SIZE (automounter-1.3.4.tar.gz) = 14089 |