RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/security/cyrus-sasl2/Portfile,v
retrieving revision 1.4
diff -u -r1.4 Portfile
|
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name cyrus-sasl2 |
6 | | version 2.1.20 |
7 | | revision 3 |
| 6 | version 2.1.21 |
8 | 7 | categories security net |
9 | 8 | maintainers jmpp@opendarwin.org landonf@opendarwin.org |
10 | 9 | description SASL is an authentication library. |
… |
… |
|
20 | 19 | homepage http://asg.web.cmu.edu/sasl/ |
21 | 20 | master_sites http://ftp.andrew.cmu.edu/pub/cyrus-mail/ |
22 | 21 | distname cyrus-sasl-${version} |
23 | | checksums md5 268ead27f4ac39bcfe17d9e38e0f2977 |
| 22 | checksums md5 dde02db234dea892bee298390890502e \ |
| 23 | sha1 6449f730c963d29d43600a95373a6e2db52d6d66 |
| 24 | # rmd160 93e0e1868453c5781602b5cce23e746b8823a26b |
24 | 25 | |
25 | | depends_lib port:openssl |
| 26 | depends_lib port:openssl \ |
| 27 | lib:libz:zlib |
26 | 28 | |
27 | 29 | patchfiles patch-Makefile.in \ |
28 | | patch-configure \ |
29 | | patch-configure.in \ |
30 | 30 | patch-include_Makefile.in \ |
31 | 31 | patch-lib_client.c \ |
32 | 32 | patch-lib_Makefile.in \ |
33 | | patch-saslauthd_auth_pam.c \ |
34 | | patch-utils_Makefile.in |
| 33 | patch-plugins-ntlm.c \ |
| 34 | patch-plugins-srp.c |
35 | 35 | |
36 | 36 | default_variants +kerberos |
37 | 37 | |
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/security/cyrus-sasl2/files/patch-Makefile.in,v
retrieving revision 1.1
diff -u -r1.1 patch-Makefile.in
|
|
|
1 | | --- ../cyrus-sasl-2.1.20.orig/Makefile.in Thu Feb 3 14:14:49 2005 |
2 | | +++ Makefile.in Thu Feb 3 14:15:49 2005 |
3 | | @@ -235,7 +235,7 @@ |
| 1 | --- Makefile.in.orig 2005-05-15 14:58:33.000000000 +0900 |
| 2 | +++ Makefile.in 2005-08-29 14:59:13.000000000 +0900 |
| 3 | @@ -239,7 +239,7 @@ |
4 | 4 | @JAVA_TRUE@JAV = java |
5 | 5 | @JAVA_FALSE@JAV = |
6 | 6 | @MACOSX_FALSE@INSTALLOSX = |
… |
… |
|
9 | 9 | |
10 | 10 | SUBDIRS = include sasldb plugins lib utils doc man $(PWC) $(SAM) $(JAV) $(SAD) |
11 | 11 | EXTRA_DIST = config cmulocal win32 mac dlcompat-20010505 NTMakefile |
12 | | @@ -673,13 +673,7 @@ |
| 12 | @@ -678,13 +678,7 @@ |
13 | 13 | echo "* the library should use."; \ |
14 | 14 | echo "********************************************************"; \ |
15 | 15 | fi |
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/security/cyrus-sasl2/files/patch-include_Makefile.in,v
retrieving revision 1.1
diff -u -r1.1 patch-include_Makefile.in
|
|
|
1 | | --- include/Makefile.in.orig Thu Feb 3 14:18:24 2005 |
2 | | +++ include/Makefile.in Thu Feb 3 14:19:29 2005 |
3 | | @@ -238,9 +238,9 @@ |
| 1 | --- include/Makefile.in.orig 2005-05-15 14:58:34.000000000 +0900 |
| 2 | +++ include/Makefile.in 2005-08-29 15:06:26.000000000 +0900 |
| 3 | @@ -242,9 +242,9 @@ |
4 | 4 | EXTRA_DIST = NTMakefile |
5 | 5 | DISTCLEANFILES = md5global.h |
6 | 6 | |
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/security/cyrus-sasl2/files/patch-lib_Makefile.in,v
retrieving revision 1.1
diff -u -r1.1 patch-lib_Makefile.in
|
|
|
1 | | --- lib/Makefile.in.orig Thu Feb 3 14:19:54 2005 |
2 | | +++ lib/Makefile.in Thu Feb 3 14:20:22 2005 |
3 | | @@ -245,7 +245,7 @@ |
| 1 | --- lib/Makefile.in.orig 2005-05-15 14:58:38.000000000 +0900 |
| 2 | +++ lib/Makefile.in 2005-08-29 15:04:37.000000000 +0900 |
| 3 | @@ -249,7 +249,7 @@ |
4 | 4 | libsasl2_la_DEPENDENCIES = $(LTLIBOBJS) |
5 | 5 | libsasl2_la_LIBADD = $(LTLIBOBJS) $(SASL_DL_LIB) $(LIB_SOCKET) $(LIB_DOOR) |
6 | 6 | |
… |
… |
|
9 | 9 | subdir = lib |
10 | 10 | mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs |
11 | 11 | CONFIG_HEADER = $(top_builddir)/config.h |
12 | | @@ -617,10 +617,10 @@ |
| 12 | @@ -621,10 +621,10 @@ |
13 | 13 | uninstall-libLTLIBRARIES |
14 | 14 | |
15 | 15 | @MACOSX_TRUE@install-exec-hook: |