Index: head/security/openscep/Makefile =================================================================== --- head/security/openscep/Makefile (revision 388228) +++ head/security/openscep/Makefile (revision 388229) @@ -1,61 +1,62 @@ # Created by: Vsevolod Stakhov # $FreeBSD$ PORTNAME= openscep PORTVERSION= 0.4.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= security MASTER_SITES= http://openscep.othello.ch/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Open source scep server CONFLICTS_INSTALL= nss-3.* USES= gmake libtool USE_OPENSSL= yes USE_OPENLDAP= yes USE_APACHE= 22+ GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-html-install-dir="${PREFIX}/www/openscep" \ --with-cgi-install-dir="${PREFIX}/www/cgi-bin/openscep" \ --with-openscep-dir="${PREFIX}/etc/openscep" \ --with-pkiclientexe="${PREFIX}/www/cgi-bin/pkiclient.exe" CONF_DIR= ${PREFIX}/etc/${PORTNAME} LOCAL_CONF_FILES= openscep.cnf openscep.ldif openscep.schema slapd.conf SUB_FILES= pkg-message SUB_LIST= CONF_DIR="${CONF_DIR}" CONF_FILES="${LOCAL_CONF_FILES}" post-patch: @${REINPLACE_CMD} -e '/^subdirs=/ s|libltdl||' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^SUBDIRS =/ s|libltdl||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|^\(install-data-am:\) install-data-local$$|\1|' \ ${WRKSRC}/ldap/Makefile.in ${WRKSRC}/openssl/Makefile.in @${REINPLACE_CMD} 's,sbindir),DESTDIR)$$(&,' \ ${WRKSRC}/openssl/Makefile.in @${REINPLACE_CMD} -E -e 's,(bin|sbin)dir},DESTDIR}$${&,' \ -e 's,-o \$$\(USER\) -g \$$\(GROUP\),,' \ ${WRKSRC}/scep/Makefile.in \ ${WRKSRC}/scepd/Makefile.in @${REINPLACE_CMD} -E 's,(CGIINSTALLDIR|PKICLIENTEXE)),DESTDIR)$$(&,' \ ${WRKSRC}/cgi-bin/Makefile.in @${REINPLACE_CMD} 's|HTMLINSTALLDIR)|DESTDIR)$$(&|' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/doc/Makefile.in \ ${WRKSRC}/html/Makefile.in post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libscep.so @${MKDIR} ${STAGEDIR}${CONF_DIR} ${INSTALL_DATA} ${WRKSRC}/openssl/openscep.cnf \ ${STAGEDIR}${CONF_DIR}/openscep.cnf.sample .for f in openscep.ldif openscep.schema slapd.conf ${INSTALL_DATA} ${WRKSRC}/ldap/${f} ${STAGEDIR}${CONF_DIR}/${f}.sample .endfor .include Index: head/security/openscep/pkg-plist =================================================================== --- head/security/openscep/pkg-plist (revision 388228) +++ head/security/openscep/pkg-plist (revision 388229) @@ -1,97 +1,94 @@ bin/derdump bin/scep bin/scepclient bin/scepconf bin/scepkey bin/sceplist bin/scepxid @owner www @group www @sample etc/openscep/openscep.cnf.sample @sample etc/openscep/openscep.ldif.sample @sample etc/openscep/openscep.schema.sample @sample etc/openscep/slapd.conf.sample @owner @group lib/libscep.a lib/libscep.so lib/libscep.so.4 lib/libscep.so.4.0.22 man/man1/derdump.1.gz man/man1/scep.1.gz man/man1/scepclient.1.gz man/man1/scepconf.1.gz man/man1/sceplist.1.gz man/man1/scepxid.1.gz man/man5/openscep.cnf.5.gz man/man8/cafingerprint.8.gz man/man8/createcrl.8.gz man/man8/crl2ldap.8.gz man/man8/dn2xid.8.gz man/man8/scepd.8.gz man/man8/scepgrant.8.gz man/man8/scepreject.8.gz man/man8/updatecrl.8.gz sbin/cafingerprint sbin/createcrl sbin/crl2ldap sbin/dn2xid sbin/openscepsetup sbin/scepd sbin/scepgrant sbin/scepreject sbin/updatecrl @owner www @group www www/cgi-bin/openscep/add.pl www/cgi-bin/openscep/crl.pl www/cgi-bin/openscep/granted.pl www/cgi-bin/openscep/log.pl www/cgi-bin/openscep/pending.pl www/cgi-bin/openscep/rejected.pl www/cgi-bin/openscep/revoked.pl www/cgi-bin/pkiclient.exe @owner @group www/openscep/COPYING www/openscep/ChangeLog www/openscep/INSTALL www/openscep/NEWS www/openscep/README www/openscep/SETUP www/openscep/TODO www/openscep/add.gif www/openscep/cafingerprint.8.html www/openscep/contents.html www/openscep/createcrl.8.html www/openscep/crl.gif www/openscep/crl2ldap.8.html www/openscep/derdump.1.html www/openscep/dn2xid.8.html www/openscep/draft-nourse-scep-05.txt www/openscep/granted.gif www/openscep/help.gif www/openscep/help.html www/openscep/index.html www/openscep/log.gif www/openscep/openscep.cnf.5.html www/openscep/openscep.gif www/openscep/openscep.png www/openscep/rejected.gif www/openscep/requests.gif www/openscep/revocation.html www/openscep/revoked.gif www/openscep/scep.1.html www/openscep/scepclient.1.html www/openscep/scepconf.1.html www/openscep/scepd.8.html www/openscep/scepgrant.8.html www/openscep/sceplist.1.html www/openscep/scepreject.8.html www/openscep/scepxid.1.html www/openscep/title.html www/openscep/updatecrl.8.html www/openscep/welcome.html -@dirrm www/cgi-bin/openscep -@dirrm www/openscep -@dirrmtry etc/openscep