From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 26 23:40:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2034BBC for ; Wed, 26 Feb 2014 23:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8ED171996 for ; Wed, 26 Feb 2014 23:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1QNe1RT036110 for ; Wed, 26 Feb 2014 23:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1QNe1YL036109; Wed, 26 Feb 2014 23:40:01 GMT (envelope-from gnats) Date: Wed, 26 Feb 2014 23:40:01 GMT Message-Id: <201402262340.s1QNe1YL036109@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Krzysztof Stryjek Subject: Re: ports/185297: [new port] net/self-service-password: LDAP Self Service Password X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Krzysztof Stryjek List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 23:40:01 -0000 The following reply was made to PR ports/185297; it has been noted by GNATS. From: Krzysztof Stryjek To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/185297: [new port] net/self-service-password: LDAP Self Service Password Date: Thu, 27 Feb 2014 00:30:33 +0100 --F8dlzb82+Fcn6AgP Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Hello, There is new version of Makefile which includes staging (I've removed NO_STAGE variable). I hope it will be added soon :-))) Greeings -- Krzysztof Stryjek UNIX administrator/Juniper Networks Specialist email: wtp (at) bsdserwis (dot) com http://www.linkedin.com/in/KrzysztofStryjek GPG fingerprint: 8BD7 40CE 8994 0BBE CE6C 91CD 1292 8959 DC61 0E76 In theory, there is no difference between theory and practice. In practice, there is. --F8dlzb82+Fcn6AgP Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: attachment; filename=Makefile # Created by: # $Id$ PORTNAME= self-service-password PORTVERSION= 0.8 CATEGORIES= net www DISTNAME= ltb-project-${PORTNAME}-${PORTVERSION} MASTER_SITES= http://tools.ltb-project.org/attachments/download/497/ MAINTAINER= ports@bsdserwis.com COMMENT= A set of PHP-scripts to change LDAP password over the web LICENSE= GPLv2 NO_BUILD= yes USE_PHP= ldap openssl session hash mhash mcrypt mbstring DEFAULT_PHP_VER= 5 IGNORE_WITH_PHP= 4 WANT_PHP_WEB= yes CFGDIR= conf CFGFILE= config.inc.php SUB_LIST+= PKGNAME=${PKGNAME} SUB_FILES= pkg-message post-extract: @${MV} ${WRKSRC}/${CFGDIR}/${CFGFILE} ${WRKSRC}/${CFGDIR}/${CFGFILE}-dist do-install: install-app install-conf install-app: @cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/ install-conf: install-app ${CHMOD} 0640 ${STAGEDIR}${WWWDIR}/${CFGDIR}/${CFGFILE}-dist post-install: @${CAT} ${PKGMESSAGE} .include --F8dlzb82+Fcn6AgP--