mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to 0.3.7.
This commit is contained in:
parent
65de912494
commit
1559f39cbf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43929
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ldap
|
||||
PORTVERSION= 0.3.6
|
||||
PORTVERSION= 0.3.7
|
||||
CATEGORIES= net ruby
|
||||
MASTER_SITES= http://kt-www.jaist.ac.jp/~ttate/ftp/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
@ -52,7 +52,7 @@ CONFIGURE_ARGS?= --with-netscape \
|
||||
#WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
DOCS_EN= README README.html
|
||||
DOCS_EN= CHANGES README README.html TODO
|
||||
|
||||
post-patch:
|
||||
${RUBY} -i -pe 'gsub %r|/usr/local/openldap|, "${PREFIX}"' \
|
||||
@ -60,12 +60,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/ldap
|
||||
${CP} -R ${WRKSRC}/test/* ${WRKSRC}/example/* ${RUBY_EXAMPLESDIR}/ldap/
|
||||
${LN} -s . ${RUBY_EXAMPLESDIR}/ldap/test
|
||||
${MKDIR} ${RUBY_DOCDIR}/ldap
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
||||
${CP} -R ${WRKSRC}/test/* ${WRKSRC}/example/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
${LN} -s . ${RUBY_EXAMPLESDIR}/${PORTNAME}/test
|
||||
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
|
||||
.for f in ${DOCS_EN}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/ldap/
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby/ruby-ldap-0.3.6.tar.gz) = c0b3b9f2813e000cca1b35286f371e2b
|
||||
MD5 (ruby/ruby-ldap-0.3.7.tar.gz) = 2d7a4b015d66918a92ec96eb6dc53c6e
|
||||
|
@ -24,7 +24,6 @@
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ldap/openldap2/slapd-ssl.conf
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ldap/openldap2/slapd.conf
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ldap/openssl/openssl.cnf
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ldap/openssl/ssl.sh
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ldap/search.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ldap/search2.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ldap/search3.rb
|
||||
@ -33,11 +32,15 @@
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ldap/test.sh
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/ldap/openssl
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/ldap/openldap2/schema
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/ldap/openldap2/test-db
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/ldap/openldap2
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/ldap/openldap1/schema
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/ldap/openldap1/test-db
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/ldap/openldap1
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/ldap/cgi
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/ldap
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/ldap/CHANGES
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/ldap/README
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/ldap/README.html
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/ldap/TODO
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/ldap
|
||||
|
Loading…
Reference in New Issue
Block a user