ports/162611: [maintainer] mail/milter-manager update to 1.8.1
Hirohisa Yamaguchi
umq at ueo.co.jp
Wed Nov 16 12:00:28 UTC 2011
>Number: 162611
>Category: ports
>Synopsis: [maintainer] mail/milter-manager update to 1.8.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Nov 16 12:00:24 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Hirohisa Yamaguchi
>Release: FreeBSD 8.1-RELEASE amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD calliope.****.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
The new version of mail/milter-manager 1.8.1 is available.
Release announcement: http://sourceforge.net/mailarchive/message.php?msg_id=28400602
>How-To-Repeat:
N/A
>Fix:
The patch follows:
files/patch-configure
and
files/patch-milter_core_Makefile.in
are dropped.
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/milter-manager/Makefile,v
retrieving revision 1.4
diff -p -u -r1.4 Makefile
--- Makefile 2 Jul 2011 12:03:41 -0000 1.4
+++ Makefile 16 Nov 2011 06:02:15 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= milter-manager
-PORTVERSION= 1.8.0
+PORTVERSION= 1.8.1
CATEGORIES= mail ruby
MASTER_SITES= SF/${PORTNAME}/${PORTNAME:S/-/%20/}/${PORTVERSION}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/milter-manager/distinfo,v
retrieving revision 1.4
diff -p -u -r1.4 distinfo
--- distinfo 2 Jul 2011 12:03:41 -0000 1.4
+++ distinfo 16 Nov 2011 06:02:15 -0000
@@ -1,2 +1,2 @@
-SHA256 (milter-manager-1.8.0.tar.gz) = 0c6b8d2ca953b5cc12d6d31302c3ca9ba14d98d8a88896111dd7635fb03dc271
-SIZE (milter-manager-1.8.0.tar.gz) = 7025668
+SHA256 (milter-manager-1.8.1.tar.gz) = f1a305659b7bf9f4cd078b2a636a7554a5cbfa4d3323c5c1bb6790441973a03b
+SIZE (milter-manager-1.8.1.tar.gz) = 7199568
Index: files/patch-configure
===================================================================
RCS file: files/patch-configure
diff -N files/patch-configure
--- files/patch-configure 2 Jul 2011 12:04:33 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,53 +0,0 @@
---- ./configure.orig 2011-06-10 21:06:55.900306000 +0900
-+++ ./configure 2011-06-16 20:04:32.000000000 +0900
-@@ -657,6 +657,7 @@
- LIBEV_LIBS
- LIBEV_LA
- LIBEV_CFLAGS
-+LIBEV_INCLUDES
- WITH_LIBEV_FALSE
- WITH_LIBEV_TRUE
- GETTEXT_PACKAGE
-@@ -15573,6 +15574,7 @@
-
- libev_available=no
-
-+LIBEV_CFLAGS='-DEV_COMPAT3=0'
-
- # Check whether --with-libev was given.
- if test "${with_libev+set}" = set; then :
-@@ -15590,7 +15592,7 @@
- libev_prefixes="$with_libev"
- fi
- for libev_prefix in $libev_prefixes; do
-- CFLAGS="$CFLAGS -I$libev_prefix/include"
-+ CFLAGS="$CFLAGS -I$libev_prefix/include ${LIBEV_CFLAGS}"
- LDFLAGS="$LDFLAGS -L$libev_prefix/lib"
- libev_available=no
- for ac_header in ev.h
-@@ -15668,7 +15670,7 @@
- CFLAGS="$_SAVE_CFLAGS"
- LDFLAGS="$_SAVE_LDFLAGS"
- if test "x$libev_available" != "xno"; then
-- LIBEV_CFLAGS="-I$libev_prefix/include"
-+ LIBEV_INCLUDES="-I$libev_prefix/include"
- LIBEV_LA=""
- LIBEV_LIBS="-L$libev_prefix/lib -lev"
- break
-@@ -15933,7 +15935,7 @@
-
- $as_echo "#define HAVE_LIBEV 1" >>confdefs.h
-
-- LIBEV_CFLAGS='-I$(top_srcdir)/libev-'4.04
-+ LIBEV_INCLUDES='-I$(top_srcdir)/libev-'4.04
- LIBEV_LA='$(top_builddir)/libev-'4.04'/libev.la'
- LIBEV_LIBS='$(LIBEV_LA)'
- fi
-@@ -15954,6 +15956,7 @@
-
-
-
-+
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking package-platform" >&5
- $as_echo_n "checking package-platform... " >&6; }
-
Index: files/patch-milter_core_Makefile.in
===================================================================
RCS file: files/patch-milter_core_Makefile.in
diff -N files/patch-milter_core_Makefile.in
--- files/patch-milter_core_Makefile.in 2 Jul 2011 12:04:33 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,47 +0,0 @@
---- ./milter/core/Makefile.in.orig 2011-06-10 21:06:53.564370000 +0900
-+++ ./milter/core/Makefile.in 2011-06-16 20:04:32.000000000 +0900
-@@ -42,10 +42,8 @@
- @WITH_LIBEV_TRUE at am__append_1 = milter-libev-event-loop.c
- @WITH_LIBEV_TRUE at am__append_2 = $(LIBEV_LA)
- @WITH_LIBEV_TRUE at am__append_3 = $(LIBEV_LIBS)
-- at WITH_LIBEV_TRUE@am__append_4 = \
-- at WITH_LIBEV_TRUE@ $(LIBEV_CFLAGS) \
-- at WITH_LIBEV_TRUE@ -DEV_COMPAT3=0
--
-+ at WITH_LIBEV_TRUE@am__append_4 = $(LIBEV_CFLAGS)
-+ at WITH_LIBEV_TRUE@am__append_5 = $(LIBEV_INCLUDES)
- DIST_COMMON = $(milter_core_include_HEADERS) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in $(srcdir)/milter-version.h.in \
- $(top_srcdir)/build/enum-types.mk \
-@@ -243,6 +241,7 @@
- LD = @LD@
- LDFLAGS = @LDFLAGS@
- LIBEV_CFLAGS = @LIBEV_CFLAGS@
-+LIBEV_INCLUDES = @LIBEV_INCLUDES@
- LIBEV_LA = @LIBEV_LA@
- LIBEV_LIBS = @LIBEV_LIBS@
- LIBMILTER_LT_AGE = @LIBMILTER_LT_AGE@
-@@ -409,10 +408,7 @@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--INCLUDES = \
-- -I$(top_builddir) \
-- -I$(top_srcdir)
--
-+INCLUDES = -I$(top_builddir) -I$(top_srcdir) $(am__append_5)
- AM_CFLAGS = \
- -DLOCALEDIR=\""$(localedir)"\" \
- -DMILTER_LOG_DOMAIN=\""milter-core"\" \
-@@ -505,9 +501,9 @@
- exit 1;; \
- esac; \
- done; \
-- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign milter/core/Makefile'; \
-+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu milter/core/Makefile'; \
- $(am__cd) $(top_srcdir) && \
-- $(AUTOMAKE) --foreign milter/core/Makefile
-+ $(AUTOMAKE) --gnu milter/core/Makefile
- .PRECIOUS: Makefile
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list