diff options
author | rene <rene@FreeBSD.org> | 2014-06-23 18:28:19 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-06-23 18:28:19 +0800 |
commit | 98634ba583e547add0d67e7094893b9b9c126b5f (patch) | |
tree | 8c192dc805f4dc6ca7df8cc71d9fb4c3c6cbe73b /net/shelldap | |
parent | 77c905463103451f89ae8107d4bbb1779887b8cb (diff) | |
download | freebsd-ports-gnome-98634ba583e547add0d67e7094893b9b9c126b5f.tar.gz freebsd-ports-gnome-98634ba583e547add0d67e7094893b9b9c126b5f.tar.zst freebsd-ports-gnome-98634ba583e547add0d67e7094893b9b9c126b5f.zip |
net/shelldap: update to 1.1.0, add stage support.
PR: 191284
Submitted by: mahlon@martini.nu (maintainer)
Diffstat (limited to 'net/shelldap')
-rw-r--r-- | net/shelldap/Makefile | 10 | ||||
-rw-r--r-- | net/shelldap/distinfo | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net/shelldap/Makefile b/net/shelldap/Makefile index 7c8ef7e4c314..83515166d916 100644 --- a/net/shelldap/Makefile +++ b/net/shelldap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shelldap -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= net perl5 MASTER_SITES= http://dl.dropbox.com/u/7234177/Releases/ \ http://www.martini.nu/misc/ @@ -19,18 +19,16 @@ RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \ USES= perl5 USE_PERL5= extract build run -MAN1= shelldap.1 -PLIST_FILES= bin/shelldap +PLIST_FILES= bin/shelldap man/man1/shelldap.1.gz NO_BUILD= yes -NO_STAGE= yes post-extract: ${LOCALBASE}/bin/pod2man < ${WRKSRC}/shelldap > ${WRKSRC}/shelldap.1 do-install: - ${INSTALL_MAN} ${WRKSRC}/shelldap.1 ${MANPREFIX}/man/man1 - ${INSTALL_SCRIPT} ${WRKSRC}/shelldap ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/shelldap.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_SCRIPT} ${WRKSRC}/shelldap ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> diff --git a/net/shelldap/distinfo b/net/shelldap/distinfo index 77585beeb1db..1dc961574de4 100644 --- a/net/shelldap/distinfo +++ b/net/shelldap/distinfo @@ -1,2 +1,2 @@ -SHA256 (shelldap-1.0.0.tar.gz) = 0611559468b85b2aec25688cfeb7ab566d2e26e02ead8a293a89e0941855cc87 -SIZE (shelldap-1.0.0.tar.gz) = 21294 +SHA256 (shelldap-1.1.0.tar.gz) = a6d727d5a16c40599ada2ea8e9ef6b57c230b005ec8208867a85328ca139a5a4 +SIZE (shelldap-1.1.0.tar.gz) = 24731 |