svn commit: r358918 - head/net/shelldap

Rene Ladan rene at FreeBSD.org
Mon Jun 23 10:28:19 UTC 2014


Author: rene
Date: Mon Jun 23 10:28:19 2014
New Revision: 358918
URL: http://svnweb.freebsd.org/changeset/ports/358918
QAT: https://qat.redports.org/buildarchive/r358918/

Log:
  net/shelldap: update to 1.1.0, add stage support.
  
  PR:		191284
  Submitted by:	mahlon at martini.nu (maintainer)

Modified:
  head/net/shelldap/Makefile
  head/net/shelldap/distinfo

Modified: head/net/shelldap/Makefile
==============================================================================
--- head/net/shelldap/Makefile	Mon Jun 23 10:20:55 2014	(r358917)
+++ head/net/shelldap/Makefile	Mon Jun 23 10:28:19 2014	(r358918)
@@ -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:${PORT
 
 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>

Modified: head/net/shelldap/distinfo
==============================================================================
--- head/net/shelldap/distinfo	Mon Jun 23 10:20:55 2014	(r358917)
+++ head/net/shelldap/distinfo	Mon Jun 23 10:28:19 2014	(r358918)
@@ -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


More information about the svn-ports-head mailing list