diff -u -r --exclude=.svn alpine-orig/Portfile alpine/Portfile
old
|
new
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name alpine |
7 | | version 2.00 |
8 | | revision 4 |
| 7 | version 2.11 |
| 8 | revision 0 |
9 | 9 | categories mail |
10 | 10 | license Apache-2 |
11 | 11 | maintainers nomaintainer |
12 | 12 | platforms darwin |
13 | 13 | |
14 | | homepage http://www.washington.edu/alpine/ |
| 14 | homepage http://patches.freeiz.com/alpine/release/ |
15 | 15 | description alpine - a Program for Internet News and Email |
16 | 16 | long_description Alpine is a tool for reading, sending, and \ |
17 | 17 | managing electronic messages that was designed \ |
18 | 18 | with novice users in mind. |
19 | 19 | |
20 | | master_sites ftp://ftp.cac.washington.edu/alpine/ \ |
21 | | ftp://ftp.cac.washington.edu/alpine/old/ |
22 | | use_bzip2 yes |
23 | | checksums md5 84e44cbf71ed674800a5d57eed9c1c52 |
| 20 | master_sites http://patches.freeiz.com/alpine/release/src/ |
| 21 | use_lzma yes |
| 22 | checksums md5 0eeea91bf9123ebdc004e0395406d984 |
24 | 23 | |
25 | | patchfiles patch-Makefile.in.diff \ |
26 | | patch-configure.diff \ |
| 24 | patchfiles patch-configure.diff \ |
27 | 25 | patch-imap_Makefile.diff |
28 | 26 | patch.pre_args -p1 |
29 | 27 | if {${os.platform} == "darwin" && ${os.major} >= 10} { |
30 | 28 | patchfiles-append alpine-osx-10.6.patch |
31 | 29 | } |
32 | 30 | post-patch { |
33 | | reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/imap/Makefile |
| 31 | reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/imap/Makefile |
34 | 32 | } |
35 | 33 | |
36 | 34 | default_variants +without_tcl |
Only in alpine-orig/files: patch-Makefile.in.diff
diff -u -r --exclude=.svn alpine-orig/files/patch-configure.diff alpine/files/patch-configure.diff
old
|
new
|
|
1 | | --- alpine-2.00/configure.orig 2010-07-16 16:29:48.000000000 -0600 |
2 | | +++ alpine-2.00/configure 2010-07-16 16:29:59.000000000 -0600 |
3 | | @@ -25435,7 +25435,7 @@ |
4 | | if test "$ac_res" != no; then |
| 1 | --- alpine-2.11/configure.orig 2013-09-14 20:37:28.000000000 +0200 |
| 2 | +++ alpine-2.11/configure 2013-09-14 20:38:07.000000000 +0200 |
| 3 | @@ -16720,7 +16720,7 @@ |
| 4 | if test "$ac_res" != no; then : |
5 | 5 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
6 | 6 | |
7 | 7 | - LIBS="$LIBS -lssl" |
8 | 8 | + LIBS="$LIBS -lssl -lcrypto" |
9 | 9 | |
10 | | fi |
11 | | |
| 10 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking Openssl library version >= 1.0.0c" >&5 |
| 11 | $as_echo_n "checking Openssl library version >= 1.0.0c... " >&6; } |
diff -u -r --exclude=.svn alpine-orig/files/patch-imap_Makefile.diff alpine/files/patch-imap_Makefile.diff
old
|
new
|
|
1 | | --- alpine-2.00/imap/Makefile.orig 2008-06-05 04:43:35.000000000 +1000 |
2 | | +++ alpine-2.00/imap/Makefile 2012-06-18 05:05:25.000000000 +1000 |
3 | | @@ -419,12 +419,12 @@ |
| 1 | --- alpine-2.11/imap/Makefile.orig 2013-09-14 20:40:50.000000000 +0200 |
| 2 | +++ alpine-2.11/imap/Makefile 2013-09-14 20:47:27.000000000 +0200 |
| 3 | @@ -421,7 +421,7 @@ |
4 | 4 | $(BUILD) BUILDTYPE=osx IP=$(IP6) EXTRAAUTHENTICATORS="$(EXTRAAUTHENTICATORS) gss" \ |
5 | 5 | PASSWDTYPE=pam \ |
6 | 6 | EXTRACFLAGS="$(EXTRACFLAGS) -DMAC_OSX_KLUDGE=1" \ |
7 | 7 | - SPECIALS="SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLCERTS=/System/Library/OpenSSL/certs SSLKEYS=/System/Library/OpenSSL/private GSSINCLUDE=/usr/include GSSLIB=/usr/lib PAMDLFLAGS=-lpam" |
8 | 8 | + SPECIALS="SSLINCLUDE=__PREFIX__/include/openssl SSLLIB=__PREFIX__/lib GSSINCLUDE=__PREFIX__/include GSSLIB=__PREFIX__/lib PAMDLFLAGS=-lpam" |
9 | 9 | |
| 10 | oxs: an |
| 11 | $(TOUCH) ip6 |
| 12 | @@ -432,7 +432,7 @@ |
10 | 13 | osx: osxok an |
11 | 14 | $(TOUCH) ip6 |
12 | 15 | $(BUILD) BUILDTYPE=$@ IP=$(IP6) EXTRAAUTHENTICATORS="$(EXTRAAUTHENTICATORS) gss" \ |