Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2003 10:10:59 +0100 (CET)
From:      Alex Dupre <sysadmin@alexdupre.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/49030: [Update Port] mail/autorespond
Message-ID:  <200303080910.h289AxFa000341@vaio.alexdupre.com>

next in thread | raw e-mail | index | archive | help

>Number:         49030
>Category:       ports
>Synopsis:       [Update Port] mail/autorespond
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 08 01:10:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 4.8-ALEXDUPRE i386
>Organization:
>Environment:
System: FreeBSD 4.8-ALEXDUPRE i386
>Description:
Update from 2.0.2 to 2.0.3 release.
>How-To-Repeat:
>Fix:

--- autorespond.diff begins here ---
diff -ruN autorespond.orig/Makefile autorespond/Makefile
--- autorespond.orig/Makefile	Sat Mar  8 09:52:22 2003
+++ autorespond/Makefile	Sat Mar  8 10:00:33 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	autorespond
-PORTVERSION=	2.0.2
+PORTVERSION=	2.0.3
 CATEGORIES=	mail
 MASTER_SITES=	http://www.inter7.com/devel/
 
@@ -17,12 +17,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 440003 || ${OSVERSION} >= 500000 && ${OSVERSION} < 500027
-CFLAGS+=	-DNEED_STRCASESTR
-.endif
-
 post-patch:
-	${REINPLACE_CMD} -Ee "s|^(DEFS =.*)|\1 ${CFLAGS}|" ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -Ee "s|^(DEFS =.*)|\1 ${CFLAGS}|" ${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/autorespond ${PREFIX}/bin/
diff -ruN autorespond.orig/distinfo autorespond/distinfo
--- autorespond.orig/distinfo	Sat Mar  8 09:52:22 2003
+++ autorespond/distinfo	Sat Mar  8 09:52:45 2003
@@ -1 +1 @@
-MD5 (autorespond-2.0.2.tar.gz) = aa81f2c02b36ccd3ce58c60f0f89683e
+MD5 (autorespond-2.0.3.tar.gz) = 21cbd765ab662c0553b309f7e412fcbf
diff -ruN autorespond.orig/files/patch-autorespond.c autorespond/files/patch-autorespond.c
--- autorespond.orig/files/patch-autorespond.c	Sat Mar  8 09:52:22 2003
+++ autorespond/files/patch-autorespond.c	Thu Jan  1 01:00:00 1970
@@ -1,19 +0,0 @@
---- autorespond.c	Thu Feb  7 12:07:44 2002
-+++ autorespond.c	Thu Feb  7 12:07:59 2002
-@@ -377,6 +377,7 @@
- /*********************************************************
- ** find string in string - ignore case **/
- 
-+#ifdef NEED_STRCASESTR
- char *strcasestr( char *_s1, char *_s2 )
- {
- 	char *s1;
-@@ -399,7 +400,7 @@
- 	else
- 		return _s1 + (ptr - s1);
- }
--
-+#endif
- 
- 
- 
--- autorespond.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303080910.h289AxFa000341>