diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-09-28 20:46:32 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-09-28 20:46:32 +0000 |
commit | 07dbece66c5915b85db6ac6c7a7217ff77eda23e (patch) | |
tree | b7beae98ac92ff5954daf079afb58e75d851e712 /mail/milter-greylist-devel | |
parent | 224908fdd14515a30e092f8de100143ee38f6b88 (diff) |
Notes
Diffstat (limited to 'mail/milter-greylist-devel')
-rw-r--r-- | mail/milter-greylist-devel/Makefile | 8 | ||||
-rw-r--r-- | mail/milter-greylist-devel/distinfo | 4 | ||||
-rw-r--r-- | mail/milter-greylist-devel/files/patch-configure | 27 |
3 files changed, 20 insertions, 19 deletions
diff --git a/mail/milter-greylist-devel/Makefile b/mail/milter-greylist-devel/Makefile index 6cca3ebc7ff3..3e3e2eb601ad 100644 --- a/mail/milter-greylist-devel/Makefile +++ b/mail/milter-greylist-devel/Makefile @@ -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 diff --git a/mail/milter-greylist-devel/distinfo b/mail/milter-greylist-devel/distinfo index e68afea78eb9..4c8502e3a14b 100644 --- a/mail/milter-greylist-devel/distinfo +++ b/mail/milter-greylist-devel/distinfo @@ -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 diff --git a/mail/milter-greylist-devel/files/patch-configure b/mail/milter-greylist-devel/files/patch-configure index de73967a3375..e1c73930dc87 100644 --- a/mail/milter-greylist-devel/files/patch-configure +++ b/mail/milter-greylist-devel/files/patch-configure @@ -1,28 +1,27 @@ ---- 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. */ |