FreeBSD Bugzilla – Attachment 118585 Details for
Bug 160852
[maintainer] [patch] mail/milter-greylist-devel update to latest version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.96 KB, created by
m.tsatsenko
on 2011-09-20 18:30:18 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
m.tsatsenko
Created:
2011-09-20 18:30:18 UTC
Size:
3.96 KB
patch
obsolete
>Index: milter-greylist-devel/Makefile >=================================================================== >RCS file: /home/ncvs/ports/mail/milter-greylist-devel/Makefile,v >retrieving revision 1.22 >diff -u -r1.22 Makefile >--- milter-greylist-devel/Makefile 7 Sep 2011 19:34:00 -0000 1.22 >+++ milter-greylist-devel/Makefile 20 Sep 2011 17:27:30 -0000 >@@ -6,16 +6,18 @@ > # > > PORTNAME= milter-greylist >-PORTVERSION= 4.3.5 >+PORTVERSION= 4.3.9 > CATEGORIES= mail >-MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ >+MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ >+ http://fossies.org/unix/privat/ > PKGNAMESUFFIX= -devel >-DISTNAME= milter-greylist-${PORTVERSION} > EXTRACT_SUFX= .tgz > > MAINTAINER= m.tsatsenko@gmail.com > COMMENT= Easy-to-use greylist milter for sendmail and postfix (development) > >+LICENSE= BSD >+ > CONFLICTS= milter-greylist-4.2.* > PKGMESSAGE= ${WRKDIR}/pkg-message > >Index: milter-greylist-devel/distinfo >=================================================================== >RCS file: /home/ncvs/ports/mail/milter-greylist-devel/distinfo,v >retrieving revision 1.10 >diff -u -r1.10 distinfo >--- milter-greylist-devel/distinfo 3 Jul 2011 13:53:05 -0000 1.10 >+++ milter-greylist-devel/distinfo 20 Sep 2011 17:27:30 -0000 >@@ -1,2 +1,2 @@ >-SHA256 (milter-greylist-4.3.5.tgz) = 16987d5d68315c61c767ebceba039b9c48f4e97a53a28f3e821d3c4db4009a55 >-SIZE (milter-greylist-4.3.5.tgz) = 218787 >+SHA256 (milter-greylist-4.3.9.tgz) = 02b712cf25e967f2b1a8984966a4d084bba89ceed26f5549ef201f7933c62d97 >+SIZE (milter-greylist-4.3.9.tgz) = 222367 >Index: milter-greylist-devel/files/patch-configure >=================================================================== >RCS file: /home/ncvs/ports/mail/milter-greylist-devel/files/patch-configure,v >retrieving revision 1.1 >diff -u -r1.1 patch-configure >--- milter-greylist-devel/files/patch-configure 27 Apr 2010 00:57:51 -0000 1.1 >+++ milter-greylist-devel/files/patch-configure 20 Sep 2011 17:27:30 -0000 >@@ -1,28 +1,28 @@ >---- configure.orig 2009-08-14 04:31:15.000000000 +0400 >-+++ configure 2009-08-24 02:07:12.000000000 +0400 >-@@ -6387,7 +6387,7 @@ >- { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 >+--- configure.orig 2011-04-13 05:41:45.000000000 +0400 >++++ configure 2011-09-19 22:17:17.498960457 +0400 >+@@ -4982,7 +4982,7 @@ >+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5 > $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } >- if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then >+ if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then : > - LIBS="$LIBS -lpthread" > + true; #LIBS="$LIBS -lpthread" > else >- { $as_echo "$as_me:$LINENO: checking for pthread_create in -lc_r" >&5 >+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lc_r" >&5 > $as_echo_n "checking for pthread_create in -lc_r... " >&6; } >-@@ -7168,13 +7168,13 @@ >- if test "${with_libdkim+set}" = set; then >+@@ -5488,13 +5488,13 @@ >+ if test "${with_libdkim+set}" = set; then : > withval=$with_libdkim; LDFLAGS=$LDFLAGS" -L$withval/lib -Wl,$rpath$withval/lib" > CFLAGS=$CFLAGS" -I$withval/include" >-- { $as_echo "$as_me:$LINENO: checking for dkim_init in -ldkim -lsm -lcrypto" >&5 >+- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dkim_init in -ldkim -lsm -lcrypto" >&5 > -$as_echo_n "checking for dkim_init in -ldkim -lsm -lcrypto... " >&6; } >-+ { $as_echo "$as_me:$LINENO: checking for dkim_init in -ldkim -lcrypto" >&5 >++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dkim_init in -ldkim -lcrypto" >&5 > +$as_echo_n "checking for dkim_init in -ldkim -lcrypto... " >&6; } >- if test "${ac_cv_lib_dkim__lsm__lcrypto_dkim_init+set}" = set; then >+ if test "${ac_cv_lib_dkim__lsm__lcrypto_dkim_init+set}" = set; then : > $as_echo_n "(cached) " >&6 > else > ac_check_lib_save_LIBS=$LIBS > -LIBS="-ldkim -lsm -lcrypto $LIBS" > +LIBS="-ldkim -lcrypto $LIBS" >- cat >conftest.$ac_ext <<_ACEOF >- /* confdefs.h. */ >- _ACEOF >+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >+ /* end confdefs.h. */ >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 160852
: 118585