Date: Sun, 22 Jun 2014 19:56:15 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191284] New: Port update: Shelldap 1.1.0 + staging Message-ID: <bug-191284-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191284 Bug ID: 191284 Summary: Port update: Shelldap 1.1.0 + staging Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: Normal Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mahlon@martini.nu Just a ports update, bumping version and making it compatible with the staging changes. Thanks! Fix: diff -ruN shelldap.orig/Makefile shelldap/Makefile --- shelldap.orig/Makefile 2014-06-21 13:14:35.000000000 -0700 +++ shelldap/Makefile 2014-06-21 22:39:59.000000000 -0700 @@ -2,7 +2,7 @@ # $FreeBSD: head/net/shelldap/Makefile 327755 2013-09-20 22:10:23Z bapt $ 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 @@ 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 -ruN shelldap.orig/distinfo shelldap/distinfo --- shelldap.orig/distinfo 2014-06-21 13:14:35.000000000 -0700 +++ shelldap/distinfo 2014-06-21 22:40:30.000000000 -0700 @@ -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 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191284-13>