Ticket #12899: ldapvi-1.7-Portfile2.patch
File ldapvi-1.7-Portfile2.patch, 1.2 KB (added by kajtzu@…, 17 years ago) |
---|
-
net/ldapvi/Portfile
old new 1 # $Id: Portfile 29678 2007-10-05 02:04:34Z landonf@macports.org $2 3 1 PortSystem 1.0 4 2 name ldapvi 5 version 1.5 6 revision 1 3 version 1.7 7 4 categories net sysutils 8 5 maintainers dreamind@dreamind.de 9 6 description using ldapvi you can update LDAP entries with a text editor … … 12 9 homepage http://www.lichteblau.com/src.html 13 10 platforms darwin freebsd 14 11 master_sites http://www.lichteblau.com/download/ 15 checksums md5 e98f9fbd5596aac81373a849888a87f1\16 sha1 a3a7857dea6cef4a0bb04f7fbb5228d445cf970b12 checksums md5 6dc2f5441ac5f1e2b5b036e3521012cc \ 13 sha1 d1cde4cbb618180f9ae0e77c56a1520b8ad61c9a 17 14 depends_build port:pkgconfig 18 15 depends_lib lib:libpopt:popt port:openldap port:glib2 19 16 configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man … … 21 18 destroot.destdir prefix=${destroot}/${prefix} 22 19 23 20 variant sasl { 24 patchfiles ldapvi_sasl_1.5.diff21 depends_lib port:cyrus-sasl2 25 22 }