Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 23:40:01 GMT
From:      Krzysztof Stryjek <ports@bsdserwis.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/185297: [new port] net/self-service-password: LDAP Self Service Password
Message-ID:  <201402262340.s1QNe1YL036109@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/185297; it has been noted by GNATS.

From: Krzysztof Stryjek <ports@bsdserwis.com>
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 <bsd.port.mk>
 
 --F8dlzb82+Fcn6AgP--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402262340.s1QNe1YL036109>