Bug 191284 - Port update: Shelldap 1.1.0 + staging
Summary: Port update: Shelldap 1.1.0 + staging
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-22 19:56 UTC by mahlon
Modified: 2014-06-23 10:29 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mahlon 2014-06-22 19:56:15 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-06-23 10:29:04 UTC
A commit references this bug:

Author: rene
Date: Mon Jun 23 10:28:19 UTC 2014
New revision: 358918
URL: http://svnweb.freebsd.org/changeset/ports/358918

Log:
  net/shelldap: update to 1.1.0, add stage support.

  PR:		191284
  Submitted by:	mahlon@martini.nu (maintainer)

Changes:
  head/net/shelldap/Makefile
  head/net/shelldap/distinfo